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 --audio-track=1 --audio-track-id=-1 --noloop --run-time=10020 vlc://quit
It always gives me the video with english language, although I want the german one. When I play the video normally via VLC I can see, that there is english (#1), german (#2) and spanish (3) as audio tracks. but whatever number I choose for --audio-track I always get english.
Any idea?
It seems to work when I choose the convert function in VLC, but not with the script.
Thanks.