Search found 3 matches
- Mon Dec 23, 2024 3:36 pm
- Forum: Advanced MakeMKV usage
- Topic: Audio and subtitle track selection using CLI
- Replies: 3
- Views: 22364
Re: Audio and subtitle track selection using CLI
As much as I remember makemkvcon on Windows uses the language selection from the GUI, which you can set up in the advanced options.
I don't think there is a way (yet!) to make a selection via CLI.
Thanks! Another idea is to make the Default Track Selection available as a CLI input ...
- Wed Dec 18, 2024 8:13 am
- Forum: Advanced MakeMKV usage
- Topic: Audio and subtitle track selection using CLI
- Replies: 3
- Views: 22364
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 ...
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 ...
- Sat Dec 14, 2024 6:15 pm
- Forum: Advanced MakeMKV usage
- Topic: Audio and subtitle track selection using CLI
- Replies: 3
- Views: 22364
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 ...
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 ...