Convert M2V
Raw MPEG-2 video elementary stream. Every pair below runs in the browser. The file is not uploaded. Video and audio use FFmpeg in WebAssembly, fetched from this origin once, about 30 MB, then cached by the service worker. The clip itself is not part of that download.
This hub is the index, not the workbench. Each conversion is its own URL so a search for “M2V to something” can land on a page that only does that job. The file picker on those pages expects M2V when you are leaving this format, or produces M2V when you are arriving. A generic dropdown still exists under Video convert and Audio convert if you would rather pick the destination after you drop the file.
You can check the same way on every pair: open the network panel, drop a M2V file, convert it. You should see this origin. You shouldn't see a POST of the file. Google Analytics, if it's on, is page views, not your M2V bytes. If a tool needs a server, it isn't on this site.
This site can read it. This site can write it. Engine: ffmpeg.
Convert from M2V
- M2V to MP4H.264 video in the container phones and sites expect.
- M2V to WebMVP8 video for the open web.
- M2V to MOVQuickTime container, often off a camera or an iPhone.
- M2V to MKVMatroska container. Decode and encode via ffmpeg.wasm.
- M2V to AVIOlder Windows video container. Decode and encode via ffmpeg.wasm.
- M2V to FLVFlash Video container for older web and camera clips.
- M2V to 3GPOld mobile phone video container.
- M2V to MPGMPEG-1 program stream (.mpg / .mpeg).
- M2V to TSMPEG transport stream from broadcast or screen capture.
- M2V to VOBDVD Video Object streams.
- M2V to DIVXMPEG-4 ASP in an AVI-style container (DivX tag).
- M2V to F4VFlash MP4 relative used by older Adobe tooling.
- M2V to OGMOgg media with Theora/Vorbis.
- M2V to DVDigital Video tape format.
- M2V to SVISamsung SVI (AVI-family) clips.
- M2V to NUTNUT container from the FFmpeg project.
- M2V to Y4MYUV4MPEG2 raw video stream.
Convert to M2V
- MP4 to M2VH.264 video in the container phones and sites expect.
- WebM to M2VVP8 video for the open web.
- MOV to M2VQuickTime container, often off a camera or an iPhone.
- MKV to M2VMatroska container. Decode and encode via ffmpeg.wasm.
- AVI to M2VOlder Windows video container. Decode and encode via ffmpeg.wasm.
- FLV to M2VFlash Video container for older web and camera clips.
- 3GP to M2VOld mobile phone video container.
- MPG to M2VMPEG-1 program stream (.mpg / .mpeg).
- TS to M2VMPEG transport stream from broadcast or screen capture.
- VOB to M2VDVD Video Object streams.
- DIVX to M2VMPEG-4 ASP in an AVI-style container (DivX tag).
- F4V to M2VFlash MP4 relative used by older Adobe tooling.
- OGM to M2VOgg media with Theora/Vorbis.
- DV to M2VDigital Video tape format.
- SVI to M2VSamsung SVI (AVI-family) clips.
- NUT to M2VNUT container from the FFmpeg project.
- Y4M to M2VYUV4MPEG2 raw video stream.
Related: Convert · All formats · How it works