Audio extraction

Discussion in 'Other video questions' started by h2oo, Jan 24, 2006.

  1. h2oo

    h2oo Guest

    All,

    How do I extract the audio from a video file (quick time). I would like to just have it in mp3 format.

    Thanks..
     
  2. celtic_d

    celtic_d Regular member

    Joined:
    Jan 23, 2005
    Messages:
    3,352
    Likes Received:
    0
    Trophy Points:
    46
    mplayer.exe -oac pcm:file=output.wav -ovc null -vc dummy input.mov
    lame.exe -V 2 --vbr-new output.wav output.mp3
    Should be possible to pipe from mplayer to lame.

    What audio does the mov use though? If it is aac, you could demux and then convert using say dbPowerAmp.
     

Share This Page