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.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux Hosts
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > GNU Linux Zone > Gaming / Games / Multimedia / Entertainment
Reload this Page How to... Rip DVD to various audio formats
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Gaming / Games / Multimedia / Entertainment General discussion about Games, video, sound, multimedia, DVD's in Linux

Reply
 
Thread Tools Display Modes
Old 01-26-2005   #1 (permalink)
jeremy1701
Linux Guru
 
Join Date: Mar 2003
Location: Wisconsin
Posts: 1,904
Send a message via Yahoo to jeremy1701
How to... Rip DVD to various audio formats

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
jeremy1701 is offline   Reply With Quote
Old 01-28-2005   #2 (permalink)
daemonOS
Linux Newbie
 
Join Date: Oct 2004
Location: B'ham Alabama
Posts: 240
Send a message via AIM to daemonOS Send a message via Yahoo to daemonOS
So you did the whole movie in audio? Or am I misunderstanding and you just did the audio files? I am going to give it a look thanks..
__________________
Be kind, for everyone you meet is fighting a hard battle.

Plato
daemonOS is offline   Reply With Quote
Old 01-28-2005   #3 (permalink)
daemonOS
Linux Newbie
 
Join Date: Oct 2004
Location: B'ham Alabama
Posts: 240
Send a message via AIM to daemonOS Send a message via Yahoo to daemonOS
Quote:
I recently wanted to convert the audio contents of some of my DVD's to ogg's
Heh.. never mind..
__________________
Be kind, for everyone you meet is fighting a hard battle.

Plato
daemonOS is offline   Reply With Quote
Old 02-19-2005   #4 (permalink)
ottoz
Just Joined!
 
Join Date: Feb 2005
Posts: 1
A quicker way

There is (at least) a much quicker way:

transcode -x null,dvd -i /dev/dvd -T2,4 -a 1 -y null,ogg -b 320 -J resample -E 44100 -o test.ogg

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.
ottoz is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


All times are GMT. The time now is 10:46 PM.

Powered by vBulletin 3.6.8 ©2000 - 2007, content relevant URLs by vBSEO, Property of Core Root.

Content Relevant URLs by vBSEO 3.0.0