|
|
On Sat 2010-03-27 10:14:43 UTC+0100, Thomas Kaiser (ubuntu@xxxxxxxxxxxxxxx)
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
--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
|
|