« Going from sexigesimal to decimal... | Main | -40C, yikes! »

Converting Video for the Ipod on a linuxbox

After my flights to and from Puerto Rico the other day I decided it was about time I put a few other video clips onto my ipod (I've watched Master & Commander way too many times on it). The problem is how the heck did I convert them in the first place. I actually have this awful feeling it was quite a few years back and I used an evil Windows program todo it! Well, how do you do it in Linux... simply really install ffmpeg (and a few related things), in Ubuntu it should be as easy as:

sudo apt-get install ffmpeg

.. but just in case [read here]. Then its just about running said task and waiting for the processing to finish. Simples. Oh run something like:

ffmpeg -i Input.avi -f mp4 -acodec libfaac -ar 44100 -ab 128 -vcodec mpeg4 -maxrate 2000 -b 1500 -qmin 3 -qmax 5 -bufsize 4096 -g 300 -s 320x240 -r 30000/1001 outfile.mp4

TrackBack

TrackBack URL for this entry:
http://www.krioma.net/cgi-bin/mt_new/mt-tb.cgi/415

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)

About

This page contains a single entry from the blog posted on December 11, 2009 1:53 AM.

The previous post in this blog was Going from sexigesimal to decimal....

The next post in this blog is -40C, yikes!.

Many more can be found on the main index page or by looking through the archives.

Creative Commons License
This weblog is licensed under a Creative Commons License.
Powered by
Movable Type 3.33