Initializing... drag & drop files here
Supports: M2V
An .m2v is not a video file in the way most formats are. It is a bare MPEG-2 video elementary stream as defined in ISO/IEC 13818-2 — the compressed picture data with nothing wrapped around it. No container, so no index, no metadata, no timeline and no audio. DVD authoring tools produce these when they demux a title into its parts, and MPEG-2 hardware encoders and broadcast tools write them directly, usually alongside a separate .ac3 or .mp2 for the sound.
Converting to .asf puts that stream inside Microsoft's Advanced Systems Format, which is a real container: it has a header, a stream index and a stated duration. The picture is re-encoded in the process, and what you gain is not quality but structure — a file that seeks, reports its own length, and opens in software that expects a container rather than a raw stream.
| Property | .m2v elementary stream |
.asf output |
|---|---|---|
| Structure | None — raw MPEG-2 video data | ASF object model, header GUID 30 26 B2 75 8E 66 CF 11 A6 D9 00 AA 00 62 CE 6C |
| Reported duration | Absent — probing the raw stream returns no duration and no frame count | Present; a converted stream reported its real length correctly |
| Frame rate | Readable, from the sequence header | Carried in the container |
| Seeking | By scanning for start codes | By index |
| Audio | None; the format cannot carry it | A track is written only if the source had one — an .m2v never does |
| Subtitles, chapters | None | None |
| Typical origin | Demuxed DVD video, MPEG-2 encoders, broadcast tools | Windows-side playback and capture workflows |
The audio row is the one that catches people. ASF has a pre-selected audio codec of WMAv2, but an .m2v has no audio for it to encode. Converting a video-only elementary stream produces a video-only ASF — measured on a converted file, the output contained a single video stream and no audio stream at all, despite the audio codec being set. That is correct behaviour, not a fault: nothing can be invented from a source that has no sound.
.asf. Files upload over an encrypted connection, are decoded and re-encoded on our servers, and are deleted automatically after a few hours — no sign-up, no watermark, never shared or made public.| Choice | When it is right | What to watch |
|---|---|---|
| H.264 (pre-selected) | Almost always — best picture per byte, universally decoded | Nothing; this is the safe default |
| MPEG-2 | Keeping the source's codec family for an authoring or broadcast tool | Has no rate-factor mode. The quality slider's value is converted into a bitrate, and a minimum bitrate floor applies: roughly 2 Mbit/s at standard definition, about 2.8 Mbit/s at 720p and about 7.5 Mbit/s at 1080p. You cannot make a small MPEG-2 file |
| WMV 1 / WMV 2 | The destination is specifically Windows Media software | Quantizer scale 1–31; older codec, larger files for the same look |
| H.265, AV1, VP9 | You want the smallest possible file and control the player | Slow to encode, and an unusual payload to find inside an ASF |
| H.263 | Essentially never here | Frame size is snapped to the largest of a small fixed set that fits the source, so a 1280 x 720 stream becomes 704 x 576 and a widescreen picture is crushed |
If you have the matching audio file that was demuxed alongside the .m2v, this page cannot bring the two back together — it converts one file at a time. Muxing audio and video that were split apart is a job for an editor or a muxing tool; convert the video here only if you want a video-only result.
.m2v show no duration in media players?Because there is nothing in the file to state one. An elementary stream is just the coded picture data: the sequence header tells a decoder the frame size and the frame rate, but nothing records how many frames follow or how long the whole thing runs. Probing a raw .m2v returns no duration and no frame count for exactly that reason. A player has to scan the entire stream to find out, which is why some show nothing and others guess. Putting the stream in a container fixes this permanently — the converted ASF reports its real length.
.m2v files come from?Mostly from DVD-era tooling. Authoring applications demultiplex a title into its component streams, so a DVD video track becomes a .m2v and its soundtrack becomes a separate .ac3 or .mp2. Standalone MPEG-2 hardware encoders and broadcast contribution equipment also write elementary streams directly, because downstream equipment expects to do its own multiplexing. If you have an .m2v on its own, there is usually a matching audio file somewhere that was separated from it at the same time.
Not from this conversion. An .m2v carries only video, so there is no audio to decode and none is written, even though the Audio Codec dropdown shows WMAv2 pre-selected — measured on a converted file, the ASF came back with one video stream and nothing else. To end up with a file that has sound, you need to combine the video with its separated audio track in an editor or muxer. This page converts a single file; it does not merge two.
Switch to H.264 unless something specific wants MPEG-2. H.264 produces a much better picture at the same file size, and every current player and editor decodes it. Keeping MPEG-2 is worth it only when an authoring tool, a broadcast system or a hardware decoder specifically requires it — and be aware that MPEG-2 output here has no rate-factor mode at all: the quality number is turned into a bitrate, and a resolution-based minimum applies, around 2 Mbit/s at standard definition rising to about 7.5 Mbit/s at 1080p. Asking for a small MPEG-2 file simply will not produce one.
.asf the same thing as .wmv?They are the same container. .wmv is conventionally used when the payload is Windows Media Video, and .asf is the generic name for the format itself; both share the same object structure and the same header GUID. Software that reads one usually reads the other. Pick the extension your destination application checks for, and pair it sensibly: M2V to WMV with a WMV codec for a Windows Media chain, or this page with H.264 when the file will be opened by a general-purpose player.
The combination that Windows Media tooling was built around is WMV video with WMA audio, and if the answer needs to be reliably yes, choose WMV 2. An ASF holding H.264 is a legal file — the stream is tagged H264 and ffmpeg-based players such as VLC open it without difficulty — but you are depending on the reading software having an H.264 decoder available through its ASF path, which older Windows-side applications may not. When the destination is unknown but modern, H.264 is the better picture; when the destination is specifically Windows Media, WMV 2 is the safer file.
No. DVD-era MPEG-2 is very often interlaced, and there is no deinterlacing step in this pipeline — no filter is applied and none is offered. Fields are decoded and re-encoded as they are, so a picture with movement will show comb artefacts in the output, and H.264 encoding of interlaced content as if it were progressive tends to make them more visible. If the source is interlaced and the result matters, deinterlace it in an editor before uploading.
If you leave the frame size alone, yes; if you resize, be careful. DVD-era MPEG-2 uses non-square pixels — 720 across for both 4:3 and 16:9 pictures, with the intended shape signalled separately — and any resize in this pipeline flattens the pixel aspect to square. So leaving Video resolution on Keep original preserves the signalling, while picking a height-only preset can leave you with a geometrically wrong picture. If you must resize an anamorphic stream, set an explicit Width x Height that already has the correct shape, such as 854 x 480 for 16:9 standard definition.
Not here. The server always decodes and re-encodes, so there is no rewrap-only path even when you keep MPEG-2 as the output codec. If your goal is strictly to add a container without touching the picture, a desktop muxing tool is the right instrument. If your goal is a file that plays and seeks properly and you can accept one generation of re-encoding, this page does it in a step — and choosing H.264 usually means the result is both better looking and smaller than the elementary stream you started with.
Your .m2v is uploaded over an encrypted connection, decoded and re-encoded on our servers, then deleted automatically after a few hours along with the .asf it produced. There is no sign-up, no watermark, and nothing is shared or made public. Elementary streams from DVD-era sources are small enough that the whole job is usually quick; HD MPEG-2 from a broadcast encoder is larger and takes proportionally longer to upload.