Talk:TIP Encode Video for IPod
From Gentoo Linux Wiki
If you want a basic qt graphical version of this thing, I made one. Might get more features later, but yeah. http://slyfox.frequentpost.com/content/view/15/26/
Error while opening codec for output stream #0.0 - maybe incorrect parameters such as bit_rate, rate, width or height
I get this same error: [mpeg4 @ 0xb7e77ac8]removing common factors from framerate [mpeg4 @ 0xb7e77ac8]timebase not supported by mpeg 4 standard
Works for me:
$ ffmpeg -vcodec xvid -b 300 -qmin 3 -qmax 5 -bufsize 4096 -g 300 -acodec aac -ab 96 -i input_file.avi -s 320x240 -aspect 4:3 ipod_output.mp4
how to encode subtitles into a mp4 in one step ?
with the new version you get this error: Unknown codec 'aac' http://forums.gentoo.org/viewtopic-t-575036-highlight-unknown+codec+aac.html?sid=ff0ccec979b43c7ed8efe18a3b4abf64
replace -acodec aac with -acodec libfaac
[edit] Script prompts
Perhaps you could modify the script to look for the input/output on the command line, instead of having the annoying prompts.--Gi1242 05:57, 28 December 2007 (UTC)
