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