Oct
11
Encoding for iPod on my Athlon 64 3000+ ran at about 25 fps. On the new 3.0 GHz hackintosh, it is doing about 72 fps. Have to add an extra argument to use both cores though, "-threads 2". Also, they changed the name of the h264 vcodec, from "h264" to "libx264" (obviously!)
Current encoding line is:
ffmpeg -deinterlace -y -threads 2 -async 5000 -i input filename -cropleft 56 -cropright 56 -acodec libfaac -ab 128k -vcodec libx264 -crf 20 -flags +loop -cmp +chroma -me_range 16 -g 250 -partitions +parti4x4+partp8x8+partb8x8 -me hex -subq 5 -f mp4 -s 480x320 -r 25 -aspect 480:320 -level 30 -title "Title" output-filename.mp4


0 Trackbacks