Qt graphical interface for encoding
Project description
Cross platform video encoding gui
Encoding video is slow. qencoder makes it fast!
The most efficient av1 and vp9/vp8 encoders do not scale very well across lots of cpu cores. By intelligently splitting the video into multiple chunks, qencoder allows you encode better videos than with svt in much less time. qencoder is inspired by and uses code from Av1an, while delivering a more familiar gui experience for Windows and Linux.
Simple and easy to use
You don't need to have a deep understanding of how video works to take advantage of qencoder. With extremely easy to use and powerful presets, qencoder is for everyone.
Powerful for those who need it
qencoder features many useful features which make it a powerful tool. With scene based splitting, qencoder is the first ever gui to take advantage of systems with hundreds of cores. By splitting at the right moments, qencoder ensures your videos do not have any overhead from unneeded keyframes.
It also is the first gui capable of boosting dark scenes. Allowing you to use lower q values to avoid nasty artifacts like banding when needed.
It allows you to configure the colorspace of both your input and output, to ensure that your hdr video stays hdr.
Finally, it supports minimal splitting, the ideal mode for 2 pass vbr encodes. This mode makes as few splits as possible, keeping them all as far apart as possible so that the bitrate stays as variable as possible.
Video queueing
qencoder is the first gui av1 encoder to support proper video queueing. Setup the perfect encode for your video and add it to a queue. Repeat for as many videos as you want to encode. When you are done, save the queue to a file for later, or run it now with the encode button. If any videos are in the queue, qencoder will encode them.
Per Scene Encoding
Per SCENE encoding, analogous to automatic per title encoding, lets you optimize your encodes to save space. Each scene can be encoded to target a specific vmaf (perceptual visual quality). Don't pay a cloud company to optimize your encodes, qencoder lets you do it all in house.
Free codecs
qencoder supports free codecs that can be encoded into webm. This means your videos can be shared and played on any html5 compliant browser. It also means that you do not need to worry about licensing fees or patent violation using it. Your encodes are yours, and should stay that way.
Using qencoder
Windows
Download the latest 7zip in the "releases" section.
Linux
Ubuntu:
Via pip:
First, install ffmpeg, an up to date version of aomenc, and an up to date version of vpxenc. Then install qencoder.
sudo apt update
sudo apt install python-pip vpx-tools aom-tools ffmpeg
pip install qencoder
Arch:
It's recommended that you install it from the aur:
https://aur.archlinux.org/packages/qencoder/
Others/Manual installation:
Git clone this repository:
git clone https://github.com/natis1/qencoder
cd qencoder
Then install ffmpeg and an up-to-date version of the aom encoder (for instance aomenc-git, on arch)
Then install the python requirements:
pip install -r requirements.txt
Then run it with
./qenc.py
Legal note
app.ico modified from Wikimedia Commons by Videoplasty.com, CC-BY-SA 4.0
pav1n.py contains code created by Master of Zen among others, originally licensed as MIT and relicensed as gplv3 for the version within this project.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file qencoder-2.1.4.tar.gz
.
File metadata
- Download URL: qencoder-2.1.4.tar.gz
- Upload date:
- Size: 23.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.4.2 requests/2.23.0 setuptools/49.3.1 requests-toolbelt/0.8.0 tqdm/4.56.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f00068faf81a6eaca0d4c1999945b040775cec98dfef02cef8d1fcf61ecf3e2 |
|
MD5 | 3c7f7433e365994c4f7b3c6242650b7a |
|
BLAKE2b-256 | f2350de13afc45a7f4f3c8c6593263dc4f3482f814c931e2bac622045c5d904a |
File details
Details for the file qencoder-2.1.4-py3-none-any.whl
.
File metadata
- Download URL: qencoder-2.1.4-py3-none-any.whl
- Upload date:
- Size: 34.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.4.2 requests/2.23.0 setuptools/49.3.1 requests-toolbelt/0.8.0 tqdm/4.56.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5623f3d9f630ab67ed95e8804755537c6ff5fb627c88e00a8676a464428667e9 |
|
MD5 | 2873c56543fe9bf15201c1223ddfbdf4 |
|
BLAKE2b-256 | 1b52824269965d9476d2d56d05e2efc611901af43f26076464d72a2dd0ff5c2c |