March 2005 Archives

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.

About this Archive

This page is an archive of entries from March 2005 listed from newest to oldest.

February 2005 is the previous archive.

April 2005 is the next archive.

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

Powered by Movable Type 4.0