Initializing... drag & drop files here
Supports: TS
.ts transport stream into the upload area or click "+ Add Files" to browse. Batch conversion of multiple TS captures is supported..m2v file. M2V is video-only, so any audio in the source TS is dropped — extract audio separately with TS to AC3 or TS to MP3 if you need the soundtrack for DVD muxing..ts (MPEG Transport Stream) is the broadcast and capture container — 188-byte packets carrying interleaved video, audio, and metadata, designed for lossy delivery channels like DVB, ATSC, IPTV, and HDHomeRun captures. .m2v is the opposite: a bare MPEG-2 video elementary stream with no container overhead, no audio, no muxing. DVD authoring tools (DVDStyler, DVD Architect, MPEG Video Wizard, Adobe Encore) expect M2V plus a separate AC-3 or MP2 audio file as input rather than a muxed TS, so converting strips out the broadcast packaging and gives the authoring tool exactly what it wants.
| Property | TS (Transport Stream) | M2V (MPEG-2 Video) |
|---|---|---|
| Container type | Multiplexed container | Elementary stream (no container) |
| Standard | ISO/IEC 13818-1 (1995) | ISO/IEC 13818-2 / ITU-T H.262 (1996) |
| Carries | Video + audio + subtitles + metadata | Video only |
| Packet structure | 188-byte fixed packets | Raw video bitstream |
| Video codecs allowed | MPEG-2, H.264, HEVC, MJPEG, others | MPEG-2 only |
| Designed for | Lossy transmission (DVB, ATSC, IPTV) | Random-access storage / DVD authoring |
| Random access | Slow without index | Frame-accurate via GOP headers |
| Typical use | TV captures, HDHomeRun rips, streaming | DVD authoring input, MPEG-2 archives |
| Audio handling | Muxed inside | Must be supplied as separate file |
| Target | Bitrate | Notes |
|---|---|---|
| DVD-Video (max) | 9.8 Mbps video + ~1.5 Mbps audio | ISO spec ceiling; peak 10.08 Mbps including audio |
| DVD-Video (typical) | 4–6 Mbps | Common single-layer 2-hour disc target |
| DVD-Video (long play) | 2–4 Mbps | 4+ hour discs; visible compression on motion |
| SVCD | 1.15–2.5 Mbps | Legacy CD-based MPEG-2 format |
| Broadcast SD (DVB / ATSC sub) | 2–6 Mbps | What TS captures usually contain |
| Broadcast HD (ATSC 1.0) | 12–19.4 Mbps | 1080i / 720p over-the-air; MPEG-2 |
| Minimum (DVD spec) | 300 kbps | Per ISO/IEC 13818-2; severe quality loss |
That is expected. M2V is a video-only elementary stream — the MPEG-2 video bitstream with no audio track and no container. DVD authoring tools accept M2V plus a separate audio file (typically AC-3 or MP2) and mux them together when burning the disc. Extract the audio from the same TS source with a separate conversion to AC-3 or MP3 and supply both files to the authoring tool.
It re-encodes when you change quality, resolution, or bitrate settings. If your source TS already contains MPEG-2 video (most ATSC and DVB captures do) and you only need to strip it to an elementary stream, the conversion is fast and lossless when settings match. If the source TS carries H.264 or HEVC (common for modern IPTV captures), the video must be transcoded to MPEG-2 since M2V only stores MPEG-2 video.
For a single 2-hour movie on a 4.7 GB single-layer DVD, target 4–6 Mbps for video. The DVD-Video specification caps MPEG-2 video at 9.8 Mbps with a combined audio + video peak of 10.08 Mbps. Higher bitrates fit fewer minutes per disc; lower bitrates extend runtime but introduce visible compression artifacts on motion-heavy content.
Yes. Captures from HDHomeRun, TVHeadend, MythTV, and most set-top box DVRs are MPEG-2 transport streams carrying either MPEG-2 video (ATSC 1.0 over-the-air, standard cable) or H.264/HEVC (newer ATSC 3.0 and cable QAM). The converter handles both; only the latter requires a full re-encode to fit the MPEG-2 elementary-stream output.
Yes. MPEG-2 supports interlaced encoding natively, and keeping "Original" resolution with "Very High" quality preserves the interlaced frame structure of the source. Most DVD content is 480i NTSC (29.97 fps) or 576i PAL (25 fps) interlaced. Convert to progressive only if your authoring workflow specifically requires it.
VLC, mpv, MPC-HC, and ffplay decode M2V directly. For authoring, DVDStyler (open-source), the discontinued Adobe Encore CS6, MPEG Video Wizard, and TMPGEnc Authoring Works all import M2V as the video input. Generic playback in QuickTime or older Windows Media Player may fail because M2V lacks a container.
.mpg / .mpeg are MPEG program-stream containers that bundle both MPEG-2 video and audio into one file — designed for random-access storage like DVD VOB files. .m2v is just the video portion with no container. Convert to TS to MPG or TS to MPEG2 instead if you need a single playable file with audio rather than the bare video elementary stream.
No watermarks, no sign-up, and no file count cap. TS captures of full TV broadcasts can run several gigabytes; uploads are processed on our servers and the resulting M2V is available for immediate download. For very large captures, consider trimming the TS first or compressing it to reduce upload time before conversion.