Convert Videos to MP4 Playable on iTunes/iPhone/iPad

ffmpeg -i original-file.avi -r 30 -vcodec libx264 -threads 0 -ar 48000 -ab 128k -ac 2 -y -crf 21 converted_file.mp4

Thursday, December 29th, 2011 Linux, Windows

Leave a Reply