January 1, 2018 SOLVED: Convert MTS File to MP4 with avconv By suggesso Solution 0 Comments Converting a MTS video file to MP4 file with avconv is so easy by typing this command on terminal: avconv -i input_file.mts -c:a copy -c:v copy output_file.mp4 Read More