Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Write an article for LinuxForums Today! Win Great Prizes!
I recently wanted to convert the audio contents of some of my DVD's to ogg's so I could listen to them on my Palm Pilot. It wasn't as easy as I thought it was going to be, so I thought I'd share the experience here. Believe it or not, I found almost nothing on the web about this. All the tutorials out there are about converting DVDs to some other video format, not audio. Maybe someone else has a much simpler way to do it?
Running Mandrake 10.1.
First I installed DVD::Rip to be able to rip the contents of the the DVD. Obviously this program does much more then this tutorial will cover, but it servered my purposes well. After some basic setup, you can simply choose which chapter to rip or rip the entire thing by pressong the Rip button. This will give you several file formats of the enitre chapter/movie selection including .avi and .vob. After you've ripped the chapter, you can select create .wav from the Operate drop down menu. You now have a .wav file.
However, Grip won't read it, b/c it's not on a CD. So I busted out Audacity. Audacity did a fine job of ripping it to ogg, but the mp3 was rather choppy for some reason. Also, neither the mp3 nor the ogg file would play on my Palm, as it requires a sample rate of 44,100 KHz (CD Standard) rather then the 48000 KHz it was ripped at (DVD Standard). Drat! Changing the sample rate in Audacity was simple enough by selecting the drop down menu to left of the spectrum display, but then both the mp3 and the ogg played in slow motion! The solution was to change the sample rate, export it was a 44100 KHz .wav file, then convert that to ogg or mp3. That gave me a perfect sounding audio file at the correct sample rate.
Hope that helps anyone else trying to do that!
Jeremy
__________________
Registered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
this extracts the audio track 1 (-a 1) of chapter 4 of title 2 (-T2,4) of /dev/dvd
(-i /dev/dvd) and converts it to ogg format (-y null,ogg), bitrate 320 (-b 320, default is 12 resampled at 44100 (-J resample -E 44100), saving it in file test.ogg (-o test.ogg).
to get wav files ready to be burnt in an audio cd, use -y wav instead.
Open Source Security Myths Dispelled Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization subscribe
InformationWeek InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology. subscribe