Deinterlacing MTS Video with FFmpeg
Deinterlacing MTS Video with ffmpeg $ ffmpeg -i input_file.MTS -vf yadif=1 -acodec ac3 -ab 192k -vcodec mpeg4 -f mp4 -y -qscale 0 deinterlaced.mp4 Just replace input_file.MTS with your input file name. ffmpeg you can download here.