Quick and nasty AVCHD downsize to MPEG4 using ffmpeg

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

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.