[OT] extract audio from vob file

andrew clarke mail at ozzmosis.com
Sat Mar 27 11:12:29 UTC 2010


On Sat 2010-03-27 10:14:43 UTC+0100, Thomas Kaiser (ubuntu at kaiser-linux.li) wrote:

> I would like to extract only the audio from a song of a Karako DVD. The 
> song is located in the file VTS_01_3.vob at 7 min 21 sec.
> 
> I should copy this song to CD. My daughter needs it to sing Karako.
> Anyone out there knows how to do this?

Install MPlayer and Audacity:

sudo apt-get install mplayer audacity

Extract the audio as a WAV file:

mplayer -vo null -ao pcm VTS_01_3.vob

Edit the resulting file with Audacity:

audacity audiodump.wav




More information about the ubuntu-users mailing list