[MPlayer-users] extract sound in vcd to mp3
gabor
gabor at z10n.net
Fri Feb 27 14:25:48 CET 2004
On Fri, 2004-02-27 at 12:57, Lu Tan Hoa wrote:
> Hi list,
> I'm newbie. I want to extract sound in vcd to mp3
> I've search Google and achive, but I can't find the tip
> Please help me. Thanks in advance
one possible way:
mplayer my.vcd -ao pcm -aofile my.wav -vc null -vo null
this will dump the audio to my.wav
(the -vc and -vc switches say that we don't want to decode and display
the video data)
then use something like mp3lame(http://lame.sourceforge.net/)
to encode the wav into an mp3.
bye,
gabor
More information about the MPlayer-users
mailing list