Postby Gibalou » 16 Apr 2004 11:51
Right now you can't use the stream output to do this because we miss a dummy encoder (which just forwards the incoming decoded data) and a WAV muxer. Not difficult to add but this hasn't been done yet.
However you can currently use the "file" audio output for this.
This should do the trick: "vlc yourinputfile --novideo -A file --audiofile-file=youroutput.wav"