QuEnc is a lightweight, portable MPEG-1 and MPEG-2 encoder built on the FFmpeg library, designed to turn Avisynth scripts and AVI/WAV inputs into raw MPEG video streams for DVD authoring pipelines.
It is a small, single-purpose tool from the DVD era - not a modern transcoder - and most users land here because they are restoring an old project, rebuilding a DVD, or following a tutorial written when MPEG-2 was the dominant delivery format.
What QuEnc Actually Does
At its core, QuEnc accepts an Avisynth script (.avs), an AVI file or a WAV file and produces a raw MPEG-1 or MPEG-2 video stream.
It is not a container muxer, not a Blu-ray encoder and not an H.264/HEVC tool.
The output is the kind of elementary stream you would feed into a DVD authoring workflow, typically the one driven by DVD Rebuilder.
The interface is deliberately simple. You can run it with default settings - point it at a source, choose a destination folder, pick MPEG-1 or MPEG-2 - or open the advanced panel to tweak bit rate, aspect ratio, quality, mux profile and scene detection.
It is portable, weighs about 1.3 MB and runs cleanly on modern Windows 10 and 11 systems despite its age.
Why People Still Use It
QuEnc earned a reputation in its day for producing MPEG-2 video whose visual quality was competitive with Cinema Craft Encoder SP, a respected commercial encoder of the period.
For people rebuilding aging DVDs, archiving home video that originated on DVD, or finishing legacy projects begun many years ago, that lineage still matters.
The tool also remains useful in two narrow situations: feeding DVD Rebuilder inside a re-encoding pipeline, and producing MPEG-2 streams for hardware that genuinely cannot decode anything more modern.
A Word of Caution Before You Download
QuEnc has not received an update since 22 January 2007. That is the version on this page (0.72) and the version everywhere else on the internet. Several practical consequences flow from that:
- It is not aware of modern codecs - no H.264, no H.265/HEVC, no AV1, no VP9.
- It only handles one file at a time and does not support drag-and-drop.
- It will not benefit from any of the encoding improvements made to FFmpeg over the last 19 years.
- Any bugs or quirks present in 2007 are still present today.
If you are starting a new project in 2026, QuEnc is almost certainly the wrong tool. The sections below explain what to use instead.
Modern Alternatives - Pick the Right Encoder for the Job
For HEVC, H.264 and Streaming Output
If your goal is anything other than DVD-bound MPEG-2, install x265 Codec for HEVC encoding. It is actively developed, ships frequent improvements (the 4.2 release added threaded motion estimation and 8K-ready levels) and produces files a fraction of the size of MPEG-2 at comparable quality.
For Batch Transcoding and GPU Acceleration
MediaCoder is the natural successor for users who liked QuEnc's "many parameters in one window" approach but want a tool that supports modern formats, batch queues and GPU-accelerated encoding. It handles MPEG-2 too, so a project that mixes legacy and current outputs can live entirely inside MediaCoder.
For AVI Recompression Specifically
If your source material is AVI and you only need to shrink or re-encode it, AVI ReComp is purpose-built for that workflow and handles subtitle muxing along the way.
For MKV Authoring and Stream Manipulation
MKVToolNix is the modern equivalent of the muxing/demuxing utilities that used to sit alongside QuEnc in DVD-era pipelines. It is open-source, actively maintained and runs on Windows, Mac and Linux.
For a complete view of current options, browse the full Video Encoders section.
When QuEnc Is Still the Right Choice
There are exactly three situations in which downloading QuEnc still makes sense in 2026:
- You are following a tutorial written for a 2005-2010 DVD authoring workflow and the tutorial specifically calls for QuEnc as the MPEG-2 stage between Avisynth and DVD Rebuilder.
- You are rebuilding or recompressing an existing DVD and want output that behaves identically to what the original authoring tools expected.
- You are encoding for legacy hardware - older standalone DVD players, set-top boxes or capture appliances that only accept MPEG-1 or MPEG-2 elementary streams.
If none of those describe you, one of the modern encoders above will give you a smaller file, better quality and a tool that has seen a bug fix this decade.
How QuEnc Fits the Pipeline
In its prime, QuEnc was never meant to be a standalone application. The intended chain looked like this: source video → Avisynth script (cropping, resizing, filtering) → QuEnc (MPEG-2 elementary stream) → DVD Rebuilder (re-author and burn).
Each stage did one thing well. That separation of concerns is why people who know the workflow still keep a copy of QuEnc on hand even when their day-to-day work has moved on to HEVC and MKV containers.
Download Notes
QuEnc is freeware, 1.31 MB, and runs on Windows XP through Windows 11.
Because the installer is so small and the tool is portable, many users keep it on a USB stick alongside Avisynth and DVD Rebuilder as a self-contained legacy-DVD toolkit.
