On 12/01/2010, Simon Royal simonroyal@live.co.uk wrote:
Can anyone recommend a program that will extra audio from an MP4 video file and either convert it to MP3 straight or at least extract to AIFF or WAV? Im running 9.10.
Off the top of my head, something like this should work:
mplayer cool_video.mp4 -vo null -vc dummy -aoc pcm:file=myoutput.wav
You could also use -aoc mp3lame or -aoc lavc to encode straight to mp3 but I can't remember the syntax for it right now.
Srdjan