Transfer DVD to iPod Classic

After several attempts to transfer some of my concert dvds to my ipod, finally got them working, here is how:

I first update the ffmpeg packages from medibuntu, after this install dvd::rip package from multiverse, once I had dvd::rip opened a new project, and select the option to “Encode DVD on the fly” in order to save some space in my disc, here is an screenshot about the settings I used to encode:

dvd::rip encode options

Once I had the .avi file I execute the following command to convert the file to a .mov:

ffmpeg -i 24_1_001.avi -f mov -b 1800 -maxrate 2500 -vcodec xvid -qmin 3 -qmax 5 -s 640×360 -padtop 30 -padbottom 30 -acodec aac -ab 128 24_1_001.ipod.mov

The result is a good quality video to enjoy it in your ipod.

This entry was posted in ipod, linux by cmanon. Bookmark the permalink.

About cmanon

Gracias por visitar mi pagina personal. Soy una persona que le apasionan las computadoras, uso linux, me gusta la fotografia y algunas cosas de programacion que podran encontrar aqui en el sitio. Thank you for visiting my page, I’m a computer enthusiast that like linux, photography and more stuff that you’ll find here in my webpage.