Search found 2 matches
- Wed Dec 18, 2024 8:13 am
- Forum: Advanced MakeMKV usage
- Topic: Audio and subtitle track selection using CLI
- Replies: 2
- Views: 254
Re: Audio and subtitle track selection using CLI
If the mentioned above is not implemented, it would be a great feature. A proposed API would be: makemkvcon.exe mkv disc:0 0 "file_path" --audio-track=0,1 --subtitle-track=1,4 So a comma separated list of the track ids that were retrieved via makemkvcon.exe info I currently need to rip eve...
- Sat Dec 14, 2024 6:15 pm
- Forum: Advanced MakeMKV usage
- Topic: Audio and subtitle track selection using CLI
- Replies: 2
- Views: 254
Audio and subtitle track selection using CLI
Hi, 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 g...