Why convert M2TS to AVI?
M2TS is the Blu-ray disc container and many older editing suites, DVD authoring tools, and mid-2000s media players refuse to open it. Converting to .AVI lets you bring that footage into legacy workflows without upgrading your software. AVI has been a widely accepted fallback container since 1992 and is still recognised by hardware devices that predate modern formats.
How to convert M2TS to AVI
HandBrake FREE
Open your .m2ts in HandBrake, set the output format to AVI, and click Start Encode.
Freemake Video Converter FREE
Add your .m2ts file, select AVI as the target format, and click Convert.
SUPER FREE
Load your .m2ts source in SUPER, set the output container to AVI, and click Encode.
Command line - FFmpeg CLI
Run ffmpeg -i input.m2ts -vcodec libx264 -acodec mp3 output.avi to re-encode to H.264 video and MP3 audio in an AVI container.
Programs that convert M2TS
About these formats
An M2TS file is the video format used on Blu-ray discs and AVCHD camcorders - an MPEG-2 Transport Stream (BDAV variant) holding H.264, VC-1, or MPEG-2 video with Dolby/DTS or PCM audio. On…
Open .M2TS details →An AVI file is a video container created by Microsoft in 1992. To open one, use VLC media player - it includes the DivX/Xvid codecs old AVIs need and works on Windows, Mac, Linux, Android…
Open .AVI details →Quality & what to watch
- AVI does not support multiple audio tracks or embedded subtitles, so Blu-ray extras such as DTS-HD audio and PGS subtitle streams are lost in the conversion.
- The output
.aviis usually larger than an.mp4of identical quality because the AVI container is less space-efficient. - If you need to keep multiple audio tracks or subtitles, convert to MKV instead of AVI.