LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Music from dvd video? (https://www.linuxquestions.org/questions/slackware-14/music-from-dvd-video-308963/)

WilliamS 04-02-2005 11:07 AM

Music from dvd video?
 
Is it possible to rip a tune from one of my dvd movies?
If so, what app?

acid_kewpie 04-02-2005 02:12 PM

i've used mencoder to do this pretty easily.if memory serves me right, first encode the music to mp3 (assuming you want mp3...) and then dump that out to an mp3 file.
Code:

mencoder dvd://1 -ovc null -oac mp3lame -lameopts abr:br=224 -o file.avi
mplayer file.avi -dumpaudio -audiofile file.mp3


acid_kewpie 04-02-2005 02:16 PM

oh another way if you want to make cd's or something... which is what i was trying to think of originally....
Code:

mplayer dvd://1 -ao pcm -aofile file.wav
so that's straight to an uncompressed wav file, which you can then either compress or burn or whatever you wish....

WilliamS 04-02-2005 05:27 PM

Thanks, a project for a rainy day.:)

kpex 04-02-2005 05:34 PM

Or if you just want to extract the DVD audio without recompressing:
Code:

mplayer dvd://1 -vo null -dumpaudio -dumpfile audio.ac3


All times are GMT -5. The time now is 07:21 PM.