[MEncoder-users] Best and fastest way to extract audio from a dv-file

Grozdan neutrino8 at gmail.com
Fri Jun 25 23:12:19 CEST 2010


On Fri, Jun 25, 2010 at 11:04 PM, Al Bogner
<mencoder at ml093.pinguin.uni.cc> wrote:
> I have dv-files (raw) from a camcorder and would like to have the audio
> only. I could get it work with ffmpeg, but not with mencoder
>
> What is similar to
>
> ffmpeg -i "$FILE" -vn -acodec copy "$FILE"".wav" &
>
> with mencoder?

not with mencoder, but with mplayer...

mplayer "$FILE" -vc null -vo null -ao pcm:fast:file="${FILE%.*}.wav"

>
> Al
> _______________________________________________
> MEncoder-users mailing list
> MEncoder-users at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/mencoder-users
>


More information about the MEncoder-users mailing list