Home / Blog / MTS to MP4: Convert Camera Videos for Apple Devices (2026)

How to Convert MTS to MP4 for Apple Devices (2026)

Josh Brown
Josh Brown
Published:
Cover

MTS files are great until you try to play them anywhere outside the camera workflow. Your iPhone ignores them. QuickTime may complain. Some editors open them, some do not. And renaming .mts to .mp4 does not fix the problem.

The safest answer in 2026: convert MTS to MP4 with H.264 or H.265 video and AAC audio. Use HandBrake if you want a free desktop app. Use FFmpeg if you know the file can be remuxed without re-encoding. Use VLC for quick playback or a one-off conversion. Use an online converter only for small, non-private clips.

If your real goal is getting the finished video onto an iPhone or iPad, WALTR PRO handles the transfer after the video is Apple-compatible. If your real goal is watching the file on Apple TV or Chromecast from a Mac, Beamer may save you from converting anything manually.

MTS to MP4: which method should you use?

Use this quick picker before you install anything.

Goal

Best method

Why

Convert MTS to MP4 for free

HandBrake

Free, open-source, and built for reliable video transcoding on Mac, Windows, and Linux.

Convert one clip fast

VLC

Good if you already have VLC installed and only need a quick MP4 output.

Avoid quality loss when possible

FFmpeg remux

Stream copy can move compatible audio/video into MP4 without re-encoding.

Convert a small non-private clip online

CloudConvert, FreeConvert, or Online-Convert

Convenient, but you upload the source file to a third-party service.

Edit camera footage

Adobe Media Encoder or your video editor

Better for production workflows, color, timeline work, and export presets.

Transfer converted MP4 to iPhone or iPad

WALTR PRO

Sends compatible videos to Apple devices without iTunes or Finder sync.

Watch video on Apple TV from a Mac

Beamer

Streams local video from Mac to Apple TV or Chromecast without manual conversion.

For most people, HandBrake is the best first choice. It gives you a real MP4 file, keeps the work local, and gives enough control without turning the task into a codec class.

What is an MTS file?

An MTS file is a video file commonly used by AVCHD camcorders and camera workflows. You will often see it from Sony, Panasonic, Canon, JVC, and other HD camera systems. Related files may use .m2ts, especially in Blu-ray or AVCHD folder structures.

MTS is not a magic “high quality” format by itself. It is a container used to store video and audio streams, often H.264 video with AC3 or PCM audio. That is why one MTS file may convert cleanly while another gives you missing audio, choppy playback, or an MP4 that still will not open on your device.

MP4 is also a container. The reason MP4 works better on iPhone, iPad, Mac, browsers, and social apps is simple: most apps expect MP4 with common codecs such as H.264 or H.265/HEVC video and AAC audio.

MTS vs MP4 vs M4V

Format

Common use

Apple-device fit

Notes

MTS / M2TS

AVCHD cameras, Blu-ray-style video, raw camera archives

Poor for iPhone/iPad playback

Good source format, weak everyday playback format.

MP4

Sharing, mobile playback, web upload, editors, archives

Strong when codecs are supported

Best general target for conversion.

M4V

Apple video workflows and some iTunes-style files

Strong in Apple apps

Similar to MP4, but more Apple-specific.

The file extension is only part of the story. A video named clip.mp4 can still fail if the codec inside it is not supported by the player. That is why conversion settings matter.

Do not rename MTS to MP4

Renaming birthday.mts to birthday.mp4 changes the label, not the video. The container and streams inside the file stay the same.

Sometimes a player may open the renamed file by guessing what it is. That does not mean you converted it. More often, renaming creates a broken file name, confuses editing apps, and makes troubleshooting harder.

If you want an MP4, convert or remux the file properly.

Check how WALTR PRO works!

How to convert MTS to MP4 with HandBrake

HandBrake is the best free desktop method for most MTS to MP4 jobs. The official HandBrake docs describe it as a free, open-source video transcoder for Mac, Windows, and Linux. It converts supported video sources to MP4, MKV, or WebM.

HandBrake always converts video. That means it is not the fastest no-quality-loss route, but it is reliable and beginner-friendly.

Steps

  1. Download HandBrake from the official HandBrake website.
  2. Open HandBrake and choose your .mts or .m2ts file.
  3. Set Format to MP4.
  4. Choose a preset close to your target device, such as a general 1080p preset.
  5. Use H.264 for the broadest compatibility, or H.265/HEVC if you want smaller files and your devices support it.
  6. Set audio to AAC if the source uses AC3 and you need safer Apple-device playback.
  7. Choose the destination folder.
  8. Click Start Encode.

Best HandBrake settings for Apple devices

Use these settings when you care about playback on iPhone, iPad, Mac, and Apple TV:

Keep the original MTS file until you watch the full exported MP4. A 10-second spot check is not enough for old camera clips. Audio sync or glitches may show up later in the file.

  • Container: MP4
  • Video: H.264 for maximum compatibility, H.265/HEVC for newer devices and smaller files
  • Audio: AAC
  • Resolution: keep source resolution unless you need a smaller file
  • Framerate: same as source when possible
  • Deinterlace: turn it on if the MTS footage has combing lines or old camcorder interlacing

How to convert MTS to MP4 with VLC

VLC is a strong media player and a decent emergency converter. VideoLAN lists broad playback support for files, discs, devices, webcams, streams, many codecs, subtitles, and no ads or tracking.

Use VLC when you need to play an MTS file now or convert a single clip without installing another tool. Do not make it your batch workflow for a whole camcorder archive unless you test the output carefully.

Steps on Mac or Windows

If the VLC output has no audio, try HandBrake and set audio to AAC. Missing audio often comes from the source MTS using AC3 or another audio stream your target app does not like.

  1. Open VLC.
  2. Go to Media > Convert / Save on Windows, or File > Convert / Stream on Mac.
  3. Add your MTS file.
  4. Choose an MP4 profile, preferably H.264 video with AAC audio.
  5. Pick a destination file ending in .mp4.
  6. Start the conversion.
  7. Play the exported MP4 before deleting the source file.

How to convert MTS to MP4 without losing quality

If the video and audio streams inside the MTS file are already compatible with MP4, FFmpeg can remux the file. Remuxing copies streams into a new container instead of re-encoding them. It is fast and avoids generation loss.

The common FFmpeg pattern is:

ffmpeg -i input.mts -c copy output.mp4

That command does not always work. MP4 has rules. If the source audio, subtitles, timestamps, or video stream do not fit, you may get a broken output or an error. In that case, transcode instead of forcing stream copy.

Use FFmpeg remuxing if you are comfortable with Terminal and know how to test the output. Use HandBrake if you want fewer surprises.

How to convert MTS to MP4 online

Online MTS to MP4 converters are fine for small clips you do not care about keeping private. CloudConvert, FreeConvert, Online-Convert, Zamzar, Convertio, and similar tools exist because people want a file changed now, without installing software.

The tradeoff is obvious: you upload your footage to someone else's server.

Avoid online converters for:

Also check file-size limits before you start. Long MTS camera clips can be large. Some online tools cap free uploads, queue big files, compress heavily, or hide useful export controls behind paid plans.

If privacy matters, use HandBrake, VLC, FFmpeg, or your editor locally.

  • family videos you would not post publicly
  • client footage
  • legal, medical, school, or workplace recordings
  • unreleased creative work
  • huge AVCHD folders or long camera archives

How to get the converted MP4 onto iPhone or iPad

After you convert MTS to MP4, you still have the Apple transfer problem. Finder sync is clunky. iTunes on Windows is worse. AirDrop can fail with large video files or unsupported formats.

WALTR PRO is the clean Softorino path here. It is a Mac and Windows app for dragging files onto iPhone or iPad without iTunes. Softorino's product page lists video support for MP4, M4V, MOV, MKV, AVI, MTS, M2TS, TS, WMV, WEBM, VOB, and more, with delivery into native Apple apps such as Apple TV.

Use it like this:

  1. Convert the MTS file to an Apple-friendly MP4 if needed.
  2. Open WALTR PRO on Mac or Windows.
  3. Connect your iPhone or iPad by cable, or use Wi-Fi after setup.
  4. Drag the MP4 into WALTR PRO.
  5. Let WALTR send it to the right Apple app.
Waltr Pro 1

WALTR PRO is not the method-picker winner for every generic MTS to MP4 conversion job. That would be a stretch. Its real value is the Apple-device step after conversion: getting the finished video onto iPhone or iPad without sync drama.

How to watch MTS or MP4 on Apple TV without converting manually

If you only want to watch a video on your TV, converting may be extra work.

Beamer streams local video from a Mac to Apple TV, Chromecast, Google Cast devices, and AirPlay 2-compatible TVs. Softorino's Beamer page lists support for MPEG-TS-style files, including TS, MTS, M2T, and M2TS, plus MP4, M4V, MKV, AVI, MOV, HEVC, H.264, H.265, VP8, VP9, subtitles, and playlists.

Use Beamer when:

  • the video is on your Mac
  • you want to watch it on Apple TV or Chromecast
  • you do not need a permanent MP4 copy
  • you do not want to build a Plex library or move files to a server
Waltr Pro 2

For archiving, sharing, editing, or uploading, convert MTS to MP4. For movie-night playback from a Mac, Beamer can be faster.

Troubleshooting MTS to MP4 conversion

The converted MP4 has no audio

The source MTS may use AC3 audio. Some apps handle it. Others do not. Convert the audio to AAC and export again.

The MP4 plays on Mac but not on iPhone

The container may be MP4, but the codec inside may not fit your iPhone playback path. Re-export with H.264 video and AAC audio for the safest result.

The video has horizontal lines or combing

Old camcorder footage may be interlaced. Use HandBrake's deinterlace or decomb settings. Keep the original until you confirm the output looks right.

The MP4 is huge

MTS camera files can be large. Use H.265/HEVC for smaller files if your target devices support it. Use H.264 if you need broad compatibility.

The conversion is slow

Transcoding video takes time. FFmpeg stream copy is faster, but only when the source streams fit MP4. If not, let HandBrake transcode overnight and batch the files.

The online converter failed halfway

Your file may be over the free size limit, the upload may have timed out, or the service may not support the source audio stream. Use a local desktop method for long camera files.

FAQ

What is the best way to convert MTS to MP4?

HandBrake is the best free method for most people. It runs on Mac, Windows, and Linux, exports MP4, and gives enough control to fix common camera-file problems like interlacing and audio compatibility.

Is MTS the same as AVCHD or M2TS?

MTS is commonly used in AVCHD camera workflows. M2TS is closely related and often appears in Blu-ray or AVCHD folder structures. For everyday conversion, treat MTS and M2TS as the same family of camera-video files.

Can iPhone play MTS files?

Do not count on native iPhone playback for MTS files. Convert the file to MP4 with Apple-friendly codecs, then transfer it to the iPhone. WALTR PRO can help with the transfer step.

Can I convert MTS to MP4 without losing quality?

Sometimes. FFmpeg stream copy can remux compatible streams into MP4 without re-encoding. If the streams are not MP4-compatible, you need transcoding, which can change the file. Keep the source and choose high-quality settings.

Does VLC convert MTS to MP4?

Yes, VLC can convert MTS to MP4. It is best for quick one-off conversions. If VLC gives you missing audio, bad sync, or a broken file, use HandBrake and set audio to AAC.

Is an online MTS to MP4 converter safe?

Online converters are convenient for small, non-private clips. Do not upload sensitive, client, family, legal, medical, or unreleased footage. Use a local converter if privacy matters.

Can I rename MTS to MP4?

No. Renaming changes the extension, not the video container or codecs. Convert or remux the file properly.

Should I convert MTS to MP4 or M4V for Apple devices?

Use MP4 for the broadest compatibility across devices and apps. M4V is also Apple-friendly, but MP4 is the safer general target for sharing, uploading, and cross-platform playback.

Bottom line

Convert MTS to MP4 with HandBrake if you want the reliable free route. Use FFmpeg only if you know you can remux without re-encoding. Use VLC for quick one-offs. Use online converters only when privacy and file size are not a problem.

Then solve the Apple part. Use WALTR PRO to move the finished video onto iPhone or iPad without iTunes. Use Beamer if you only want to stream the video from Mac to Apple TV or Chromecast. No extra ceremony needed.

logo-waltrpro

WALTR PRO

For Mac & Windows

Drag & drop any file into iPhone or iPad

Drag. Drop. Play. Effortlessly convert & transfer almost any music, video, book, photo, document or file and have it on your iPhone or iPad.

WALTR PRO for Mac Large Banner