I've looked at usage.txt and several forum threads, but I can't figure out how I form a commandline argument that rips a bluray with specific audio tracks and specific subtitle tracks. I've made an application that already figured out all audio track and subtitle track ids.
I just can't find a good example of how a more advanced ripping CLI is used.
Code: Select all
makemkvcon.exe mkv disc:0 0 "file_path"
The above is clear, but it rips everything, I want a subset of audiotracks and subtitle tracks. Can more clear examples of this be given?
Much appreciated!