Convert ts to m4v

Free online TS to M4V converter

Convert broadcast and DVR TS recordings to Apple-compatible M4V files.

Convert TS to M4V online - free

Uploading…
Selected files exceed the 60 MB total limit. Please select fewer or smaller files.

Your file is processed instantly and never stored on our servers.

How it works

  1. 1/3

    Upload your .ts file

    Click to browse to select your file you want to convert or simply drag & drop your file into selected area.

  2. 2/3

    Perform .ts to .m4v conversion

    After successful file upload, click to convert when you are ready.

  3. 3/3

    Download converted .m4v file

    Conversion result is ready to download.

How to convert ts to m4v file

  • Video

A TS recording may not open in Apple TV, QuickTime, or an editor that expects an MPEG-4 container. Converting it to M4V can improve compatibility, reduce size when re-encoding is required, or prepare the video for editing and library storage.

What the TS format is

TS (MPEG transport stream) is a container designed for continuous transmission of audio and video, including over networks where packet errors may occur. Digital television broadcasts, IPTV systems, DVRs, Blu-ray-related workflows, camcorders, and broadcast-capture software commonly create .ts files.

A TS file can contain several programs, video and audio tracks, subtitles, teletext, and other broadcast data. Conversion may therefore require selecting the correct program, video stream, audio language, and subtitle track.

What the M4V format is

M4V is an MPEG-4-based video container associated with Apple software and devices. It commonly contains H.264 or HEVC video, AAC audio, chapters, subtitles, and metadata. The extension is useful for Apple TV, QuickTime, iTunes-compatible libraries, and editors that expect an MPEG-4 container, although support depends on the codecs and settings inside the file.

M4V does not automatically mean that a file is protected. Some M4V files distributed by Apple use DRM, but a normal TS recording converted to M4V is usually unprotected. Conversion software cannot remove DRM from a protected purchase.

How to convert TS to M4V

Using 101convert.com

  1. Open the TS-to-M4V converter on 101convert.com.
  2. Upload the .ts file and choose M4V as the output format.
  3. Start the conversion and download the resulting .m4v file when processing finishes.
  4. Test the file in the intended player or editor, especially if the TS contains multiple audio or subtitle tracks.

This option runs without installing desktop software. Large recordings may take longer to upload and process, and uploading is unsuitable for confidential footage or a slow connection.

Using FFmpeg

FFmpeg provides direct control over stream selection, remuxing, codecs, subtitles, and quality. First inspect the input with:

ffmpeg -i input.ts

If the source already contains compatible H.264 video and AAC audio, change the container without re-encoding:

ffmpeg -i input.ts -map 0:v:0 -map 0:a:0? -c copy -movflags +faststart output.m4v

-c copy is fast and preserves the original media quality, but it works only when the codecs and stream layout are accepted by the target device. The example selects the first video and first audio stream; change the stream indexes when the file contains multiple programs or languages.

If the source uses MPEG-2 video, an unsupported audio codec, or settings rejected by the destination, re-encode it to broadly supported H.264 and AAC:

ffmpeg -i input.ts -map 0:v:0 -map 0:a:0? -c:v libx264 -preset medium -crf 20 -c:a aac -b:a 192k -movflags +faststart output.m4v

This second method decodes and recompresses the media, so it takes longer and can reduce quality. H.264 CRF values around 18–23 are a practical range; lower values produce larger files and generally higher quality.

Using VLC or HandBrake

In VLC, choose Media → Convert/Save, add the TS file, select Convert, choose an H.264 video/AAC audio profile, set the destination to output.m4v, and start the job. VLC may use an MP4-oriented profile despite the M4V extension, so verify the output in the target application.

HandBrake can open TS files and encode H.264/AAC output. Select the source, choose an H.264 preset, set the destination filename with the .m4v extension if the installed version permits it, and select Start Encode. HandBrake is an encoder rather than a lossless container-remuxing tool, so it will normally recompress the video.

Quality and compatibility caveats

Renaming input.ts to input.m4v does not convert the container. Use a converter or FFmpeg to rewrite the container and, when necessary, transcode the streams.

Transport streams may contain damaged packets, interlaced video, variable frame rates, or broadcast audio formats that consumer devices reject. For interlaced footage, add deinterlacing during FFmpeg encoding, for example -vf yadif. If audio synchronization is poor, try a full re-encode and inspect the output rather than repeatedly remuxing the damaged source.

Broad Apple compatibility is more likely with H.264 video, AAC-LC audio, a standard frame rate, and dimensions supported by the target device. HEVC, unusual broadcast audio, subtitles, chapters, and multiple programs may not transfer correctly with a simple -c copy command. Keep the original TS file until the M4V has been checked for video, audio, synchronization, subtitles, and the required language track.

TS vs M4V: format comparison

How the TS and M4V formats compare on the properties that matter most for this conversion.

Comparison of the TS and M4V file formats
Property .TS MPEG transport stream .M4V MPEG-4 Video File
Format type Container Container
Compression Both Both
Maximum resolution 8K and above 8K and above
Audio tracks Multiple Multiple
Subtitles Embedded in the file Embedded in the file
Streaming Yes Partial
Opens in a web browser Partial Partial
Typical file size Medium Medium
Open standard Yes Partly open
Introduced 1995 2005
Developer Moving Picture Experts Group / ISO/IEC Apple Inc.
MIME type video/mp2t video/x-m4v

Frequently asked questions

Is the TS to M4V converter free?

Yes, converting TS to M4V on 101convert.com is completely free. No registration, email address or installation is required. If you need a higher file size limit or want to convert more files at once, see our plans.

How large can my TS file be?

You can upload TS files up to 2000 MB and convert up to 1 files at once in a single batch.

What happens to my uploaded files?

Files are processed automatically and deleted from our servers within a few minutes after conversion. We never view or share your files.

Do I need to install any software to convert TS to M4V?

No. The TS to M4V conversion runs entirely online in your browser and works on Windows, Mac, Linux, Android and iPhone.

Did the conversion fail?

In most cases, the cause is an incorrect file format. Please upload a valid TS file for this TS to M4V conversion. Occasionally, the issue may be on our side. We analyze recurring conversion failures and disable or fix the converter if we detect a defect.