This is really for myself so I don’t forget…Just a nasty resize to get the filesize down for Youtube uploading.
ffmpeg -i 00064.MTS -vcodec mpeg4 -b 9000k -acodec ac3 -deinterlace -ac 2 -ar 48000 -ab 64k -s 960×540 output.avi
Perversions of an Engineer
ffmpeg -i 00064.MTS -vcodec mpeg4 -b 9000k -acodec ac3 -deinterlace -ac 2 -ar 48000 -ab 64k -s 960×540 output.avi