Step-by-step instructions
- 1
HandBrake (recommended for beginners)
Download HandBrake from handbrake.fr. Open HandBrake → click 'Open Source' → select your MTS file (or the entire AVCHD folder from the camera's SD card for proper chapter recognition). Choose a quality preset ('H.264 1080p' or similar). Set Format to MP4. Click 'Start Encode'. HandBrake handles AVCHD MTS files well.
Go to converter - 2
FFmpeg (command line, fast)
Install FFmpeg. For a fast container rewrap (no re-encode, preserves quality): `ffmpeg -i input.mts -c copy output.mp4`. For re-encoding to ensure compatibility: `ffmpeg -i input.mts -c:v libx264 -crf 18 -c:a aac output.mp4`. Batch convert: `for f in *.mts; do ffmpeg -i "$f" -c:v libx264 -crf 18 -c:a aac "${f%.mts}.mp4"; done`.
- 3
Copy the full AVCHD folder structure for best results
AVCHD cameras organize footage in a specific folder structure (AVCHD/BDMV/STREAM/). For proper timestamp, chapter, and metadata preservation, load the entire AVCHD folder (not individual MTS files) into HandBrake or DaVinci Resolve. Individual MTS files work but may have audio sync issues if you skip the folder structure.
- 4
Video editors (Premiere, DaVinci Resolve)
Most professional video editors (Adobe Premiere Pro, DaVinci Resolve Free, Final Cut Pro) can import MTS files natively. If you're editing the footage, import directly into your editor — no pre-conversion needed. Export as MP4 (H.264) from the editor's export dialog when done.
Why convert MTS to MP4?
MTS footage from AVCHD camcorders needs conversion for editing in non-professional software, uploading to YouTube, and sharing with others. MP4 (H.264) is universally compatible with every platform and editing tool.
Your files never leave your device
FormatDrop runs the conversion engine entirely inside your browser using WebAssembly. No file upload. No server. Nothing stored. You can verify this by opening DevTools → Network tab and watching: zero upload requests.
Frequently asked questions
What is the difference between MTS and M2TS?
Why does my MTS file have audio sync issues after conversion?
Can I edit MTS files directly in DaVinci Resolve?
No account. No upload. Works in any browser.