Re: extract mp3 from mpeg

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On Wed, 2003-10-29 at 15:53, Densin Roy. wrote:
> Have any good linux's console tool that extract mpeg layer 3 from mpeg
> movie file?

GStreamer. Using the latest (unstable) 0.7.1 release:

gst-launch filesrc location=file.mpg ! mpegdemux .audio_00 ! { queue !
filesink location=file.mp3 }

Or using 0.6.4 (which you might have installed):

gst-launch filesrc location=file.mpg ! mpegdemux audio_%02d! { queue !
filesink location=file.mp3 }

(note the mising space and dot and the s/00/%02d/).

HTH,

Ronald

-- 
Ronald Bultje <rbultje@xxxxxxxxxxxxxxxxxxx>
Linux Video/Multimedia developer




[Index of Archives]     [Linux DVB]     [Video Disk Recorder]     [Asterisk]     [Photo]     [DCCP]     [Netdev]     [Xorg]     [Util Linux NG]     [Xfree86]     [Free Photo Albums]     [Fedora Users]     [Fedora Women]     [ALSA Users]     [ALSA Devel]     [Linux USB]

Powered by Linux