Is there any way to perform a specific extraction just using the command line?
Essentially, I'm running a headless server, and don't have a GUI. I'd like to be able to list all of a title's properties and selectively extract them.
Say
Code: Select all
makemkvcon mkv disc:0 title:2 lang:2,3 subtitle:2
Is this possible?