On Saturday 01 March 2008 11:27, Sebastian Tschöpel wrote:
Does anyone know a tool to extract the (mono i guess)
audio track
from an avi-file? A cmd-line tool would be fine as well.
Lots of things will do it. If you'd like a graphical tool, try
avidemux. If you want something a little quicker that you can use in
a script, here you go:
mplayer -vo null -ao pcm:file=myvideo.wav myvideo.avi
Rob