Tuesday, January 15, 2008

transcoding for IPod Touch


$ ffmpeg.exe -y -i INPUT -f mp4 -vcodec libx264 -level 21 -s 480x266 -b 768k -bt 768k -bufsize 2000k -maxrate 768k -g 250 -coder 0 -threads auto -acodec libfaac -ac 2 -ab 128k OUTPUT


I think I used higher audio bitrate. Had to back it off to transcode video off my Olympus camera.

No comments: