Sorry to bother you all, but I'm new to vlc and would like on Windows 10 to extract the audio from a DVD.
I found out how to do that while converting into wav :
vlc.exe -I dummy --no-sout-video --sout-audio --no-sout-rtp-sap --no-sout-standard-sap --ttl=1 --sout-keep --sout "#transcode{acodec=s16l,channels=2}:std{access=file,mux=wav,dst=$NN.wav}" dvdsimple:///D\:#3:${NN}-3:${NN} vlc://quit
I can convert that to mp3 afterwards, so that's basically what I want.
Now I don't really need to convert because my music player can play ac3, which is the original audio format of a DVD, or so I've been told. When I try to get that directly like this :
/vlc.exe -I dummy --no-sout-video --sout-audio --no-sout-rtp-sap --no-sout-standard-sap --ttl=1 --sout-keep --sout '#std{access=file,mux=raw,dst=1.ac3}' :no-sout-all dvdsimple:///D\:#3:1-3:1 vlc://quit
Then I get a file of about the right size, but the audio is scrambled.
Any ideas, tips, hints would be highly appreciated !