How to transcode an MTS file (AVCHD, used by some cameras) to something more easily usable:
ffmpeg -deinterlace -i input-file.MTS -acodec copy -vcodec huffyuv output-file.avi
ffmpeg -deinterlace -i input-file.MTS -acodec copy -vcodec huffyuv output-file.avi
Tags: