Log in

View Full Version : Need a tool to extract audio out of mpeg files


junglemike
27th November 2008, 13:15
Hello Fellas.
I'm looking for a tool that can extract mp2 audio out of mpeg-1 files. Preferably command-like tool because I need to process lot of files at one go.
I have TmpgEnc but it can only do one file at a time.
Thanks.

buzzqw
27th November 2008, 14:17
ffmpeg -i input.mpeg -vn -acodec copy audio.mp2

BHH

setarip_old
27th November 2008, 18:03
@junglemike

Hi!

Although it's not freeware, if I remember correctly, GoldWave has batch processing capability...

junglemike
27th November 2008, 19:24
Thanks guys. I will try ffmpeg first. command line seems easier for me.

SeeMoreDigital
27th November 2008, 19:30
And don't forget about good old DGIndex :)