Mts video formatlarınızı avi formatına çevirmek için ffmpeg ile çevirebilirsiniz.
Windows / Linux çalışıyor.
Convert MTS to AVI with MPEG in Linux – convert singla MTS file
ffmpeg -i InputFile.MTS -vcodec libxvid -b 18000k -acodec libmp3lame -ac 2 -ab 320k -deinterlace -s 1440×1080 OutputFile.AVI
convert mts to avi in Linux with batch conversion mode – FFMPEG