ASF to M2V Converter

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

Initializing... drag & drop files here

Supports: ASF

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

ASF to M2V: A Video Stream With No Container and No Sound

An .m2v file is an MPEG-2 video elementary stream — the raw output of an MPEG-2 encoder with no container wrapped around it. There is no index, no timecode track, and crucially no place to put audio. Converting a Windows Media .asf here decodes its WMV picture and re-encodes it as MPEG-2 video; the Windows Media Audio track is discarded, because the format has nowhere to store it. That is not a limitation of this converter, it is what an elementary stream is. Everything below assumes you want that on purpose — usually because a DVD or Blu-ray authoring tool is asking for the video and audio as separate files.

How to Convert ASF to M2V

  1. Upload Your ASF File: Drag the .asf onto the page or click "+ Add Files". Several files can be queued and share one set of settings; this page accepts the .asf extension.
  2. Leave Video Codec on MPEG-2: Video Codec opens on MPEG-2, which is what the .m2v name means. The dropdown also lists H.264, H.265, MPEG-1, MPEG-4, Xvid, DivX, MJPEG, H.261, H.263 and H.263+ — all of which produce a raw elementary stream that no longer matches the extension. Change it only if a specific tool has asked you to.
  3. Set File Compression and Video resolution: File Compression opens on Quality Preset at "Very High (Recommended)"; Specific file size, Constant Bitrate, Variable Bitrate, Constant Quality and Constraint Quality are the alternatives. With MPEG-2 selected, Constant Quality and Constraint Quality render a 1–31 slider rather than the 16–51 CRF scale — but read the rate-control section below before you use either, because on this codec the value does not reach the encoder. Video resolution opens on "Keep original"; Trim opens on "Unchanged".
  4. Convert and Download: Click Convert and save the .m2v. Files are uploaded over an encrypted connection, processed on our servers, and deleted automatically after a few hours — no sign-up, no watermark.

Why the Audio Disappears, and What to Do About It

We ran the conversion twice against the same .asf — once asking for an MP2 audio track and once with no audio request at all. Both runs produced byte-identical 2,319,431-byte files, and FFmpeg reported audio: 0KiB in each case. The .m2v muxer accepts a video stream and nothing else, so the audio request is silently dropped whichever way you send it.

That is fine when the destination expects separate streams — DVD and Blu-ray authoring workflows have always taken video and audio as distinct files and multiplex them at the authoring stage. To get the matching soundtrack, run the same .asf through an audio conversion separately and hand the authoring tool both files. If instead you wanted one playable file with sound, you want a container: ASF to MPEG writes an MPEG program stream carrying the same MPEG-2 video plus the audio, and ASF to MP4 is the modern equivalent.

What the Output Looks Like on Disk

Property Value in our test conversion
First bytes 00 00 01 b3 — the MPEG-2 sequence header start code
Container None; a bare elementary stream
Video codec MPEG-2 Part 2 (ISO/IEC 13818-2, also published as ITU-T H.262)
Audio Absent — audio: 0KiB reported by the muxer
Timecode / index None
Duration metadata None stored; players derive it from the stream
Extension family .m2v for MPEG-2 video, .mpv/.m1v for MPEG-1 video

Because there is no index, seeking in an .m2v means scanning for sequence headers. Players such as VLC and mpv manage this, but it is slower than seeking in a real container, and many general-purpose players and every browser will refuse the file outright.

Rate Control Behaves Differently on MPEG-2

MPEG-2 is not a CRF codec, and this page's default codec is MPEG-2, so the compression controls behave differently from an H.264 target:

Mode What happens on an MPEG-2 target
Quality Preset (default) Scales a target bitrate from the source clip's own bitrate. This is the working choice for a video source and is why it is the default
Constant Bitrate / Variable Bitrate Emits real bitrate settings; use these when you need to hit an authoring spec such as a DVD-Video ceiling
Specific file size Computes a bitrate from your size target and encodes to it
Constant Quality The slider value is discarded. MPEG-2 has no constant-quality mode in this encoder, so the request is converted into a resolution-derived minimum bitrate instead. The 1–31 control renders and accepts input, but moving it does not change the output
Constraint Quality The same substitution applies — it is converted to the same minimum bitrate

There is also a floor you cannot encode below. Because MPEG-2 is inefficient, the encoder computes a minimum bitrate from the frame size — roughly 0.10 bits per pixel at 30 fps up to 720p, rising to 0.12 at 1080p and 0.15 above that, with a hard floor of 2 Mbit/s at any size. A standard-definition 720 × 480 stream therefore lands on that 2 Mbit/s floor, and asking for less through Constant Bitrate or Specific file size raises it back up. A 1280 × 720 stream floors near 2.8 Mbit/s and 1920 × 1080 near 7.5 Mbit/s.

So the reliable levers on this page are Video resolution, Quality Preset, and an explicit bitrate at or above the floor. If a DVD authoring tool has given you a bitrate budget, set Constant Bitrate to that number rather than reaching for the quality slider, which will not move the output at all.

Frequently Asked Questions

Why does my .m2v have no sound?

Because an MPEG-2 elementary stream has no structure for an audio track. It is the encoder's raw video output, not a container, so there is no stream table, no interleaving and no place to put a second stream. Requesting an audio codec on this page changes nothing — we measured two runs, one with MP2 requested and one without, and the output files were byte-identical. Convert the audio separately if you need it, or target a real container such as ASF to MPEG.

What actually opens a .m2v file?

VLC and mpv play them directly. FFmpeg-based tools read them. DVD and Blu-ray authoring applications accept them as the video half of an asset pair, which is the main reason the format exists. What will not open them: web browsers, phone galleries, most operating-system default video players, and anything that expects a container to describe the stream first. If you need a file a person can simply double-click, convert to MP4 instead.

Is M2V the same thing as MPEG-2?

Not quite. "MPEG-2" usually refers to the whole family — the video coding standard (ISO/IEC 13818-2 / ITU-T H.262), the audio parts, and the systems layer that defines program and transport streams. .m2v is only the video part, stripped of the systems layer. A .mpg or .mpeg file is an MPEG program stream: the same video coding, plus audio, plus the multiplexing that keeps them in sync.

Can I convert an M2V back into something normal afterwards?

Yes, and the video quality is whatever the MPEG-2 encode produced — but the audio is gone for good, since it was never written. Convert the original .asf again if you need sound, rather than trying to rebuild it from the .m2v. Going forward from a bare elementary stream works fine for picture-only jobs such as pulling stills or converting into a container that can hold one.

Why does the Constant Quality slider not change my output?

Because MPEG-2 has no constant-quality mode in this encoder, and the request is converted into a bitrate instead. When Constant Quality or Constraint Quality is selected on an MPEG-2 target, the value you set is discarded and the encoder is handed a minimum bitrate derived from the frame size. The control renders — a 1–31 scale rather than the 16–51 CRF scale H.264 uses — and it accepts your input, but moving it does not move the result. Use Quality Preset, Constant Bitrate, Variable Bitrate, Specific file size, or Video resolution if you want the output to change.

Will the M2V be bigger than the ASF I uploaded?

Very often, yes, and there is a floor beneath which it cannot go. MPEG-2 is a 1990s codec that needs considerably more bits than Windows Media Video 9 or H.264 to reach the same picture, and the encoder here enforces a resolution-derived minimum bitrate — 2 Mbit/s at standard definition, around 2.8 Mbit/s at 720p and around 7.5 Mbit/s at 1080p. Ten seconds of standard-definition video therefore costs at least about 2.5 MB no matter what you set. Reducing Video resolution is the only way under that floor, since the floor itself scales with frame size.

Does this fix the interlacing in an old broadcast-sourced WMV?

No. There is no deinterlacing step anywhere in this pipeline, so an interlaced source keeps its combing — the horizontal teeth along moving edges — baked into every encoded frame. MPEG-2 was designed for interlaced broadcast and will carry it happily, so nothing complains. Deinterlace in a video editor first if you need progressive output.

Should I resize while converting?

Only downward, and only if you have a reason. Video resolution opens on "Keep original", which is the right setting for almost every job: upscaling a standard-definition WMV to a 1080p preset produces a much larger file with no extra detail. If an authoring spec demands a particular frame size, note that the preset list sets height and the width follows the source aspect ratio, so use Width x Height when you need an exact pair. Be aware that any resize flattens the source pixel aspect ratio to square pixels, which matters for anamorphic material.

What happens to my ASF file after the conversion finishes?

It is uploaded over an encrypted connection, decoded and re-encoded on our servers, and both the upload and the resulting .m2v are deleted automatically after a few hours. Nothing is shared or made public, no watermark is added, and no account or email address is required.

Rate ASF to M2V Converter Tool

Rating: 4.8 / 5 - 44 reviews