Best Way to Convert TS to MP4 for Apple Devices

Need to convert TS to MP4 because your video will not play on iPhone, iPad, Apple TV, or a regular media app? Start by checking what you have. A single .ts file, a VIDEO_TS DVD folder, and a VOB file are related, but they are not the same job.
If your .ts file already uses Apple-friendly video and audio, you can usually remux it to MP4 without re-encoding. If the file uses older DVD-style codecs, you need to transcode it. If you have a full VIDEO_TS folder, use a desktop tool like HandBrake for an unprotected source. If you only want to watch the video on a TV from your Mac, you may not need conversion at all.
TS to MP4 method picker
Use this quick table before you upload a file anywhere or install 5 random converters.
Your situation | Best method | Why it fits | Watch out for |
|---|---|---|---|
Small, non-sensitive .ts clip | Online TS to MP4 converter | Fastest for one short file | Upload limits, privacy, watermarks, lower quality |
.ts file with H.264/H.265 video and AAC audio | FFmpeg remux | Changes the container without re-encoding | Fails if the codecs do not fit MP4 |
.ts file with older codecs or broken playback | HandBrake | Makes a fresh MP4 for broad compatibility | It transcodes, so quality depends on settings |
VIDEO_TS DVD folder | HandBrake | Reads supported unprotected DVD folder sources | It does not bypass DRM or copy protection |
You only need to preview or do one simple conversion | VLC | Good player with basic conversion tools | Less predictable for batch jobs |
Converted MP4 needs to land on iPhone or iPad | WALTR PRO | Transfers video to Apple devices without iTunes or Finder | Convert to an Apple-friendly file first |
You only want TV playback from a Mac | Beamer | Streams video to Apple TV or Chromecast | macOS only, not a converter |
The safest answer for most users is this: use FFmpeg if you know the file can be remuxed, use HandBrake when you need a reliable MP4, then use WALTR PRO if you want the finished video on iPhone or iPad without the iTunes circus.
TS, VIDEO_TS, VOB, MP4, and M4V explained
A .ts file is an MPEG Transport Stream. You often see TS files in broadcast recordings, camera exports, streaming captures, or segmented video folders. TS is a container, which means it holds video, audio, subtitles, and timing data.
A VIDEO_TS folder is different. It is a DVD folder structure. It usually contains .VOB, .IFO, and .BUP files. The VOB files hold the video and audio. The IFO and BUP files help DVD players understand menus, chapters, and playback order.
MP4 is also a container. Converting TS to MP4 does not magically fix every playback problem. Apple devices still care about the codecs inside the MP4. A safe target for iPhone, iPad, and Apple TV is usually H.264 or H.265 video with AAC audio.
M4V is Apple's close cousin of MP4. Apple apps often treat MP4 and M4V in a similar way, but M4V can carry Apple-specific metadata and DRM in some cases. For normal user-owned videos, MP4 is the better general target. It works across more devices and apps.
Can you convert TS to MP4 without losing quality?
You can convert TS to MP4 without losing quality only when you remux. Remuxing changes the container from TS to MP4 while keeping the original video and audio streams untouched.
The common FFmpeg pattern looks like this:
ffmpeg -i input.ts -c copy output.mp4
The -c copy part tells FFmpeg to copy streams instead of re-encoding them. FFmpeg's documentation calls this stream copy. It is fast because FFmpeg does not rebuild the video frame by frame.
Remuxing works best when the TS file already contains MP4-friendly streams, such as H.264 or H.265 video plus AAC audio. If the file uses MPEG-2 video, AC3 audio, odd timestamps, unsupported subtitles, or damaged segments, the MP4 may fail, lose audio, or drift out of sync.
If stream copy fails, do not keep forcing it. Transcode the file with HandBrake or FFmpeg. You may lose a little quality, but you get a file that plays.
Best free desktop method: HandBrake
HandBrake is the easiest reliable answer when you need to convert TS to MP4 and you do not want command-line work. It is free, open source, and available for Mac, Windows, and Linux. HandBrake's official source-format docs say it can convert supported sources to MP4, MKV, or WebM, and it can open supported DVD, Blu-ray, VIDEO_TS, and BDMV folders.
Use HandBrake when:
A simple HandBrake workflow:
- You have a VIDEO_TS folder from an unprotected DVD source.
- Your .ts file will not remux cleanly.
- You need a file that works on iPhone, iPad, Apple TV, Windows, and modern smart TVs.
- You prefer presets over FFmpeg commands.
- Open HandBrake.
- Choose your .ts file or VIDEO_TS folder as the source.
- Pick an MP4 preset. For Apple devices, start with a 1080p or Apple-device preset when available.
- Use H.264 or H.265 video and AAC audio if you need broad Apple playback.
- Choose the destination folder.
- Start the encode and test the output before deleting the original.
HandBrake does not defeat DRM or copy protection. Keep this boring sentence in mind because it saves you from bad advice. Use it for content you own, created, exported, or have permission to convert.
Fastest technical method: FFmpeg TS to MP4
FFmpeg is the best TS to MP4 converter when you know what you are doing. It is fast, scriptable, and exact. It is also not friendly if you hate Terminal.
For a compatible .ts file, try stream copy first:
ffmpeg -i input.ts -c copy output.mp4
If the output has no audio, broken audio, or playback errors, use a transcode instead:
ffmpeg -i input.ts -c:v libx264 -c:a aac output.mp4
That second command rebuilds the video as H.264 and the audio as AAC. It takes longer, but it creates a more compatible MP4.
Use FFmpeg when:
Do not rename .ts to .mp4 and call it done. Renaming changes the label. It does not change the container, codecs, timestamps, or audio streams. Some apps may open the renamed file by luck. Others will choke on it.
- You have many .ts segments and need automation.
- You want a no-reencode attempt first.
- You need control over codecs, bitrate, subtitles, or audio tracks.
- You are comfortable testing outputs before replacing originals.
VLC can convert TS to MP4, but use it for simple jobs
VLC is a great first stop when you want to check whether a TS file plays at all. VideoLAN's VLC feature page lists MPEG TS, DVD Video, MP4/MOV/3GP, H.264, MPEG-1/2, AAC, AC3, subtitles, discs, streams, and devices among VLC's supported formats. VLC also has no spyware, ads, or tracking.
VLC can convert TS to MP4 through its Convert/Save workflow. It works fine for a quick one-off file. It is less ideal when you need predictable quality, batch processing, subtitles, or DVD-folder handling.
Use VLC when:
Use HandBrake or FFmpeg when the file matters, the folder is large, or audio sync needs to be right.
- You want to preview the TS file before conversion.
- You need one quick MP4 and quality is not mission-critical.
- You already have VLC installed.
Online TS to MP4 converters: fine for tiny throwaway clips
Online converters dominate the TS to MP4 SERP because they solve the impatient version of the problem. Upload the file, pick MP4, download the result. For a short non-sensitive clip, that can be enough.
Do not upload private or sensitive footage to random conversion sites. That includes family videos, client files, medical clips, legal footage, unreleased content, internal company videos, or large DVD/camera exports. Even when a converter has a deletion policy, you are still sending the file to someone else's server.
Online tools also hit practical limits:
If the video matters, keep the conversion local. Use HandBrake, FFmpeg, or VLC.
- Large TS files take a long time to upload.
- Free tiers may cap file size.
- Some tools add watermarks or queue delays.
- The output settings may be too limited.
- Batch conversion gets annoying fast.
How to play the converted MP4 on iPhone or iPad
Once you have an Apple-friendly MP4 or M4V, the next problem is getting it onto your device. Finder sync on Mac and iTunes on Windows still make a basic transfer feel like paperwork.

WALTR PRO is the Softorino fit here. It transfers user-owned videos, music, PDFs, and ringtones to iPhone or iPad without iTunes or Finder. Files land in native Apple apps, and you can transfer over cable or Wi-Fi.
A clean workflow looks like this:
Before you transfer the file, check the basics:
- Convert TS to MP4 with HandBrake or FFmpeg.
- Open WALTR PRO on Mac or Windows.
- Connect your iPhone or iPad. For the first transfer, tap Trust This Computer when iOS asks.
- Drag the MP4 into WALTR PRO.
- Let WALTR PRO move the video to the device.
The MP4 opens in QuickTime, VLC, or another trusted player.
Audio plays from the start and near the end of the video.
The file uses H.264 or H.265 video with AAC audio if you need iPhone/iPad playback.
You kept the original TS, VOB, or VIDEO_TS source until the transfer is tested.

This is the honest product angle. WALTR PRO is not the thing you use to rip protected DVDs. It is the thing you use when the file is ready and Apple still makes the transfer annoying.
If you handle iPhone media often, Universal License bundles the core Softorino apps for about $3/month. For this specific article, though, WALTR PRO is the main iPhone/iPad transfer tool.

If you only want Apple TV playback, skip conversion
Not every TS to MP4 searcher needs an MP4 file. Some people only want to watch the video on Apple TV or Chromecast from a Mac. In that case, converting first may waste time.
Beamer streams video files from Mac to Apple TV or Chromecast. It supports drag-and-drop playback for many formats, including MKV, AVI, MOV, H.264, and H.265. It also supports 4K, surround sound, subtitles, and playlists.
Use Beamer when:
Beamer is not a TS to MP4 converter. It is the shorter path when the real job is "watch this file on my TV tonight."
- You are on a Mac.
- The goal is TV playback, not editing or archiving.
- You do not want to build a Plex server or copy files to a USB drive.
- You want subtitles and surround sound to come along for the ride.
Troubleshooting TS to MP4 problems
The converted MP4 has no audio
The TS file may contain AC3, DTS, or another audio format your target app does not like. Transcode the audio to AAC. In HandBrake, choose AAC for the audio track. In FFmpeg, use -c:a aac.
The MP4 plays on Mac but not iPhone
The MP4 container may be fine, but the codec inside may not be Apple-friendly. Re-encode with H.264 video and AAC audio. If file size matters, H.265 can work well on newer Apple devices, but H.264 remains the safer compatibility pick.
The video and audio drift out of sync
TS files can have timestamp issues, especially if they came from streams, camera splits, or interrupted recordings. Try HandBrake first. If you use FFmpeg, test different timestamp options only after saving a copy of the original.
You have many TS segments
Do not upload dozens of segments to an online converter. Use FFmpeg if the segments belong together and you understand the order. If they came from a DVD folder, open the full VIDEO_TS folder in HandBrake instead of converting random VOB files one by one.
HandBrake cannot open the DVD folder
The folder may be incomplete, corrupted, or protected. HandBrake does not bypass copy protection. Use a source you own and have permission to convert, and keep the original folder until you verify the MP4.
FAQ
Is TS the same as MP4?
No. TS and MP4 are both containers, but they are built for different jobs. TS is common in broadcasts, streams, recordings, and some video folder workflows. MP4 is better for playback, sharing, and Apple-device compatibility.
Is VIDEO_TS a video file?
No. VIDEO_TS is a DVD folder structure. It contains VOB video files plus IFO and BUP support files. If you want one MP4 from a VIDEO_TS folder, open the folder in HandBrake instead of treating the folder name as a single video file.
Can I convert TS to MP4 without losing quality?
Yes, but only when remuxing works. FFmpeg stream copy can convert TS to MP4 without re-encoding if the streams fit MP4. If the codecs are not compatible, you need transcoding, and transcoding can affect quality.
Can VLC convert TS to MP4?
Yes. VLC can convert a TS file to MP4 through Convert/Save. It is a good option for simple one-off files. For repeatable quality, Apple-device presets, or DVD folders, HandBrake is usually easier.
Should I use HandBrake or FFmpeg?
Use HandBrake if you want a friendly desktop app and reliable MP4 output. Use FFmpeg if you want stream copy, batch workflows, or codec-level control. If you do not know which one to choose, start with HandBrake.
Are online TS to MP4 converters safe?
They are fine for small, non-sensitive clips. Do not use them for private, client, legal, medical, unreleased, or large video files. Local tools keep the file on your computer.
Can I rename .ts to .mp4?
You can rename the file, but that does not convert it. The video may still contain TS timing data or codecs your app cannot play. Real conversion changes the container and, when needed, the codecs.
How do I put the converted MP4 on iPhone?
Convert the file to an Apple-friendly MP4 first. Then use WALTR PRO to transfer it to your iPhone or iPad without iTunes or Finder. Connect once by cable if needed, trust the device, then drag the video in.
Final recommendation
For most people, the best TS to MP4 workflow is simple: identify the source, convert locally, then transfer only after the MP4 plays correctly.
Use FFmpeg when stream copy works. Use HandBrake when you need a dependable MP4 or a VIDEO_TS folder conversion from an unprotected source. Use VLC for quick playback and simple one-off conversion. Use WALTR PRO when the finished video needs to land on iPhone or iPad without iTunes. Use Beamer when you only want to watch the video from your Mac on Apple TV or Chromecast.
Keep the original TS, VOB, or VIDEO_TS files until you test the final MP4. Future you will appreciate that small act of paranoia.

