videer
February 26, 2026 ยท View on GitHub
FFmpeg batch GUI with AviSynth support for deinterlacing and profile configuration that can be used in *
frameserving*. Created as a replacement for inflexible batch files
that do not allow multiple encodings at the same time easily.
Videer integrates QTGMC, which provides much smoother results than
ffmpeg's yadif, see for yourself. QTGMC is the best deinterlacer in
existence. Including AI and DaVinci Studio.
Notice
If you are not using a frameserver and are just trying to transcode video with any feature that requires Avisynth+, and are running into issues, you should try with ffms2 enabled.
Why
FFmpeg is a superior command line video encoding tool. Videer serves as a GUI for it.
New features:
- Multithreading using
SetFilterMTMode - AviSynth+
- 64bit Implementation
- Matroska format as it is the only one to support
pgssub - CUDA GPU acceleration support
- Live queue: add files or drag-drop while encoding is running โ new files are appended and processed without restarting
Requirements:
- FFmpeg (in system path)
- To use AviSynth+ or deinterlacing, you will need AviSynth+ installed
- No need to install plugins, all are bundled
pip install -r requirements.txt
Preview:
![]()