Hello, I try to extract a video from a DVD via command line script in Windows. Thats it: "C:/Program Files/VLC/vlc.exe" dvd:///F:/#2 --sout="#transcode{vcodec=h264,acodec=mpga,ab=128,channels=2,samplerate=44100,scodec=none}:std{access=file,mux=ts,dst=D:/video.mp4}" --no-sout-all ...