dvdsimple decoding with --audio-track selection
Posted: 30 Sep 2016 10:49
vlc command line does everything I need ... but not at the same time.
I can select the audio track when viewing the vidio on the screen:
I can decode the dvd to a file
BUT ... I cant find the correct command line syntax to select the correct audio language track when I create a decoded file. I've tried inserting --audio-track=0 in the above command line in all conceivable places, and cant find an --sout-standard-audio-track type option. If anyone can point me at a section of the manual that explains the rules for combining options on the command line I would be very greatful.
I must admit that I've been looking for a tool to rip DVDs from the command line for about 2 years on and off, and I had never realised that my old friend VLC has all the tools I ever needed.
I'm looking forward to watching my favorite movies on my phone on long journeys in the near future.
I can select the audio track when viewing the vidio on the screen:
Code: Select all
vlc.exe --audio-track=0 dvdsimple:///D:#1 --start-time=38 --stop-time=90 vlc://quit
Code: Select all
vlc.exe --sout "#standard{access=file,mux=ts,dst=j6.mpg}" dvdsimple:///D:#1 --start-time=38 --stop-time=90 vlc://quit
I must admit that I've been looking for a tool to rip DVDs from the command line for about 2 years on and off, and I had never realised that my old friend VLC has all the tools I ever needed.
I'm looking forward to watching my favorite movies on my phone on long journeys in the near future.