DVD to mp3 and iPod

| | Comments (0)

Thanks to the hints at http://www.perturb.org/content/dvd2mp3-2.html, I now have a sane way to handle copying the audio soundtracks from a DVD, and saving them as mp3 for use on our ipods.

Needed tools:

From the mencoder package, I found (using the unix underpinnings of OSX) the actual mplayer executable, and put that in my path. LAME, I compiled and installed.

jfesler-g5:~/$ mkfifo soundpipe
jfesler-g5:~/$ ~/bin/mplayer -ao pcm -vo null -aofile ~/soundpipe -vc dummy dvd://2 -dvd-device /dev/rdisk3

In another window..

jfesler-g5:~/$ lame -b 128 soundpipe audio.mp3

My next experiments will hopefully be to extract one chapter at a time, so that I don't end up with a single 2 hour mp3.

Categories

Leave a comment


About this Entry

This page contains a single entry by Jason Fesler published on March 24, 2005 9:16 PM.

Funnel cloud over Sacramento was the previous entry in this blog.

Motorcycle paint shops? is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

Powered by Movable Type 4.0