Initializing... drag & drop files here
Supports: TS
A TS (MPEG Transport Stream) is the raw container broadcast equipment, DVRs, and HLS streaming segmenters use. It is built to survive packet loss — fixed 188-byte packets with timing data — which is great for over-the-air reception but awkward for everyday playback: QuickTime, the Photos app, and iTunes/Apple TV typically refuse to open .ts directly, and the file often carries broadcast quirks (multiple program streams, MPEG-2 video, AC-3 audio) that Apple players don't handle gracefully.
M4V is Apple's MP4 variant introduced with the iTunes Store in 2006. It uses the same MPEG-4 Part 14 container as MP4 but is tuned for the Apple ecosystem — H.264/AVC video plus AAC (and optionally Dolby Digital/AC-3) audio — and is the format iTunes, the TV app, QuickTime, and AirPlay treat as a first-class citizen.
| Property | TS (.ts) | M4V (.m4v) | MP4 (.mp4) |
|---|---|---|---|
| Introduced | 1995 (MPEG-2 Systems, ITU-T H.222.0) | 2006 (Apple, iTunes Store) | 2003 (ISO/IEC 14496-14) |
| Primary use | Broadcast, HLS streaming, DVR captures | Apple iTunes/TV app, AirPlay | Universal video distribution |
| Typical video codec | MPEG-2, H.264, H.265 | H.264 (AVC); H.265 supported | H.264, H.265, AV1, MPEG-4 |
| Typical audio codec | MP2, AC-3, AAC, E-AC-3 | AAC; AC-3 / Dolby Digital 5.1 | AAC; AC-3; Opus (rarely) |
| DRM | None | Optional FairPlay (purchased iTunes content) | None |
| iTunes / TV app native | No | Yes | Yes |
| QuickTime native | No | Yes | Yes |
| Chapters & metadata | Limited | Full iTunes-style chapters, artwork, season/episode | Standard MP4 chapters |
| Streaming-friendly | Designed for streaming (HLS .m3u8 segments) | Progressive download | Progressive + fragmented |
| Preset | Approx. CRF | Use case |
|---|---|---|
| Very High (default) | ~18 | Visually transparent — keeps the broadcast looking like the original; best for archiving HD recordings to Apple TV |
| High | ~20-22 | Default-quality H.264; the sweet spot for everyday viewing on iPhone/iPad |
| Medium | ~23-25 | Roughly half the size of "Very High"; fine for tablets and phones at 720p |
| Low | ~28+ | Smallest file; visible compression on fine detail and dark scenes |
| Specific file size | n/a | Target an exact MB cap (e.g. 1500 MB to fit a flash drive) |
| Constant Bitrate (CBR) | n/a | Predictable bitrate (e.g. 4 Mbps) — useful for streaming containers |
| Variable Bitrate (VBR) | n/a | Better quality-per-bit for mixed content |
Yes — that's the point of the M4V container. The output uses H.264 video + AAC audio in an MPEG-4 container, which iTunes (or the macOS Music/TV app on Catalina+), the Apple TV app on tvOS, and QuickTime Player all accept natively. Drag the resulting .m4v into the TV app's "Library → Add to Library" and it appears alongside your purchased content.
Technically very little — both are MPEG-4 Part 14 (ISO/IEC 14496-14) containers. The .m4v extension signals to Apple software that the file is iTunes-style content (H.264 + AAC, optionally with FairPlay DRM and iTunes chapter/metadata atoms). For DRM-free files, renaming .m4v to .mp4 usually plays fine in non-Apple players; this converter outputs unprotected M4V, so the file works in VLC, MX Player, Plex, and modern Smart TVs too.
TS is a streaming/broadcast container — Apple's playback stack expects an ISO base media file format (MP4/M4V/MOV) with a moov atom for seeking. TS files instead use Program Allocation Tables and timing packets, and often contain MPEG-2 video or multiple program streams that Apple devices won't decode. Re-muxing to M4V with H.264 + AAC fixes both the container and the codec mismatch in one pass.
The converter keeps the first audio track by default and transcodes it to AAC. If your TS was recorded with AC-3 5.1 surround and you want to preserve it for an Apple TV with a sound bar, switch the Audio Codec to "AC3" — M4V is one of the few containers Apple supports that carries Dolby Digital 5.1 natively (PlayStation 3 and Apple TV both decode it). Otherwise AAC stereo gives universal compatibility.
Typical ATSC over-the-air recordings are MPEG-2 at 15-19 Mbps; DVB-T tends to be 8-12 Mbps. Re-encoding to H.264 at the "Very High" preset usually yields a 40-60% smaller file with no visible quality loss, because H.264 is roughly twice as efficient as MPEG-2 at the same perceived quality. If you need a hard cap (Apple TV USB stick, email, etc.), switch File Compression to "Specific file size" and enter a target in MB.
Yes — the Trim option lets you set a start time and duration, so you can drop the pre-roll seconds and any trailing recording overrun. For more than a single in/out point (e.g. cutting multiple ad breaks), use the video cutter first, then run the trimmed segments through this converter.
Broadcast TS streams typically carry EIA-608/CEA-708 captions inline with the MPEG-2 video stream. The transcode to H.264 does not currently embed those caption tracks into the M4V container; if subtitles are critical, extract them with a tool like CCExtractor before converting, or look at alternative outputs like TS to MP4 where sidecar SRT workflows are easier.
MP4 is the more universal output if you don't specifically need iTunes/TV-app integration — use TS to MP4. For Final Cut or iMovie editing, MOV (also H.264 + AAC) is friendlier — use TS to MOV. If you have existing M4V files that need to play on Android or Windows hardware, M4V to MP4 is the reverse trip. To shrink an existing M4V without changing the container, see Compress M4V.