M2V to AV1 Converter

Convert M2V files to AV1 format online. Free, fast, no watermarks.

Initializing... drag & drop files here

Supports: M2V

OptionsAdvanced Options - Our defaults are optimized for the best results. We recommend you keeping the defaults unless you have a specific need.
Show All Options
File Compression
Preset
Video resolution
Trim

M2V vs AV1 — Which One Should Your Footage Live In?

An .m2v is a bare MPEG-2 video elementary stream: no container, no audio track, no index — the leftover of a DVD or broadcast authoring job where picture and sound were encoded separately before muxing. AV1 is the opposite end of the codec timeline: a 2018 royalty-free format from the Alliance for Open Media that reaches the same visual quality at a small fraction of MPEG-2's bitrate. If you are archiving or publishing the footage, convert; if you are still authoring a DVD or feeding an MPEG-2 hardware encoder chain, keep the .m2v and convert a copy.

Side-by-side Comparison

Property M2V (MPEG-2 video) AV1 (as produced here)
What the file is Raw elementary video stream, no container AV1 video inside a Matroska container, named .av1
Standard ITU-T H.262 / ISO/IEC 13818-2, first approved July 1995 AV1 bitstream spec 1.0.0 (with errata 1), Alliance for Open Media, 2018
Licensing MPEG-2 patent pool (the core patents have expired) Royalty-free under AOMedia's patent licence
Audio None — the format cannot carry an audio track Container can carry audio, but an M2V source supplies none
Stored metadata No duration, no bitrate, no timestamps at file level Matroska stores duration, track info and timestamps
Compression First-generation; DVD-era 480i typically 4-9 Mbps Roughly an order-of-magnitude class ahead; AV1 is ~30-50% more efficient than HEVC, which is itself generations past MPEG-2
Interlacing Very common (DVD material is usually 480i/576i) Progressive in practice; interlaced frames are encoded as-is, combing included
Pixel aspect Frequently non-square (NTSC DVD 720x480 with SAR 32:27 = 16:9 display) Square-pixel once any resize is applied
Native browser playback None Chrome 70+, Firefox 67+, Edge 121+; Safari 17+ partial, needing a hardware AV1 decoder
Encode cost Cheap, decades-old encoders CPU-heavy — the slowest common target on this site

When to Keep the M2V

  • You are still authoring: DVD/Blu-ray tools, MPEG-2 broadcast chains and older NLEs expect the elementary stream and its paired audio file.
  • The .m2v is your only master and it came off tape or a capture card — re-encoding is generational loss, so archive the original alongside any AV1 copy.
  • You need to remux with the matching .ac3/.mp2 audio; that job is muxing, not transcoding.
  • The material is interlaced and you care about a proper deinterlace — nothing in this pipeline deinterlaces, so the combing is baked into whatever you encode.

When to Convert to AV1

  • Long-term storage: MPEG-2 wastes an enormous amount of space for the picture it delivers, and AV1 is the most efficient codec with broad hardware decode support.
  • Web or app delivery where you control the player and want the smallest possible file.
  • You want a royalty-free codec with a published, open bitstream specification rather than a patent-pool format.
  • The clip is standard definition and short — SD frames keep AV1's slow encode within reason.

How to Convert M2V to AV1

  1. Upload Your M2V File: Drag the .m2v onto the page or use "Add Files". Several files can be queued and converted in one batch.
  2. Pick a Quality Preset: Open Advanced Options. "File Compression" starts on Quality Preset with Very High (Recommended) selected, which maps your preset and output resolution onto AV1's 0-63 quality scale. Constant Quality exposes that scale directly and starts at 30; Constraint Quality adds Qmin, Qmax and a Max bitrate ceiling; Constant Bitrate, Variable Bitrate and Specific file size take numbers instead.
  3. Set Video Resolution or Trim (Optional): "Video resolution" is on Keep original; the alternatives are a percentage, a height-only preset, a Width, a Height, or an explicit Width x Height. "Trim" is on Unchanged until you switch to Time Range and give a start time plus a duration.
  4. Convert and Download: Click Convert. Files upload over an encrypted connection, are processed on our servers, and are deleted automatically after a few hours — no sign-up, no watermark.

What Each Control Actually Does to a Raw MPEG-2 Stream

Control on this page Behaviour with an .m2v source
Video Codec AV1 only — the AV1 target locks the codec, so there is nothing else to pick.
Audio Codec The dropdown renders (AAC, AC3, DTS, EAC3, FLAC, MP2, MP3, Opus, Vorbis) but an .m2v has no audio stream, so the output is silent whatever you choose.
Quality Preset Resolution-aware: it derives an AV1 quality value from the preset and the target frame size, so it does not depend on the source bitrate that .m2v never stores.
Constant / Variable Bitrate You supply the number in Mbps or Kbps; nothing is inferred from the source.
Specific file size Divides your target size by the running time, which the server has to recover by counting frames because the file has no duration header.
Video resolution Any resize normalises the pixel aspect to square — see the anamorphic FAQ below before scaling DVD footage.
Trim Start time plus duration, applied to the re-encoded output.

Frequently Asked Questions

Why is the converted AV1 file silent?

Because .m2v is a video-only format. MPEG-2 elementary streams hold picture data alone; DVD and broadcast authoring keeps the soundtrack in a separate .ac3, .mp2 or .wav file and muxes the two together at the end. The Matroska container we write around the AV1 track could carry audio, but the source supplies none, so nothing is lost in conversion — there was never a track to lose. Add the sound afterwards in an editor, or convert to M2V to MKV or M2V to MP4 and mux the audio there.

Why won't my player open the .av1 file?

Because the extension is unusual, not because the file is broken. AV1 is a codec, not a container, so the output is AV1 video written into a Matroska container that keeps the .av1 name you asked for. Players that route by extension will refuse it. Rename it to .mkv and VLC, MPV, mpv-based players and any Matroska-aware app will open it normally. If you need a file that opens everywhere by double-click, target M2V to MP4 or M2V to WebM instead.

My DVD footage came out horizontally squashed — why?

NTSC and PAL DVD video is anamorphic: 720x480 or 720x576 pixels stretched at playback by a sample aspect ratio stored in the MPEG-2 sequence header (a 16:9 NTSC title carries SAR 32:27). Leaving Video resolution on Keep original passes that aspect ratio through untouched. Any resize — percentage, preset, Width or Height — normalises the output to square pixels, and the 16:9 shape collapses toward the raw 3:2 pixel grid. The fix is to resize with Width x Height and type the display dimensions yourself: 854x480 or 640x360 for a 16:9 title, 640x480 for a 4:3 one.

Can I predict the output size before converting?

Not from the quality presets alone, and less so than with most sources. A raw .m2v records no bitrate at all — ffprobe reports bit_rate=N/A for both the stream and the file — so there is no "source bitrate" to scale against. On this page that does not hurt the default path, because AV1 supports constant-quality encoding and the preset is turned into a quality value rather than a bitrate multiplier. If you need a specific size, use Specific file size or Constant Bitrate, where you state the number outright.

Will interlaced DVD video look right after conversion?

It will look exactly as interlaced as it started. There is no deinterlacing anywhere in this pipeline, so 480i/576i fields are encoded into progressive AV1 frames with the combing intact, and horizontal motion will show the classic comb teeth on a progressive display. If your material is interlaced, deinterlace it in a desktop tool (Handbrake's Decomb, or an NLE filter) before uploading, or accept the combing for archival purposes where preserving the original fields matters more.

Why does an AV1 conversion take so much longer than MP4?

AV1's efficiency comes from a far larger search space — more block partitions, more prediction modes, more transform choices per frame than MPEG-2 or H.264 ever evaluated. That work is CPU-bound and scales with pixel count and running time, so a full-length SD title takes considerably longer than the same job to H.264. If a conversion is taking too long to be practical, trim the section you actually need in step 3, or drop the resolution with a preset before encoding.

Is AV1 really smaller than MPEG-2 for the same picture?

Substantially, yes, and the gap is one of the largest between any two codecs in common use. H.264 already reached comparable quality at roughly half MPEG-2's bitrate, and AV1 is around 30-50% more efficient than HEVC, which sits a generation beyond H.264 again. Actual savings depend on the content: film grain, heavy motion and fine detail all cost bits, and DVD-era material carries analogue noise that AV1 has to spend bitrate reproducing. Encoding at a lower resolution or with a lower quality preset widens the gap further.

Does the pipeline copy the MPEG-2 stream instead of re-encoding it?

No. Every conversion here is a real re-encode — MPEG-2 and AV1 share no bitstream syntax, so a stream copy is not even theoretically possible for this pair. That means the result is generationally one step away from the original, which is another reason to keep the .m2v master if it is the only copy you have. If your goal is only to shrink a file without changing codec, compress M2V re-encodes back to MPEG-2 instead.

What happens to my file after conversion?

It is uploaded over an encrypted connection, converted on our servers, and deleted automatically after a few hours, along with the output. There is no sign-up, no watermark, and files are never shared or made public. We verified the metadata claims on this page against a raw MPEG-2 elementary stream: ffprobe reports duration=N/A and bit_rate=N/A at both stream and container level, which is why the server derives the running time by counting video packets instead of reading a header.

Rate M2V to AV1 Converter Tool

Rating: 4.8 / 5 - 103 reviews