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? Al