Track selection with makemkvcon

Discussion of advanced MakeMKV functionality, expert mode, conversion profiles
Post Reply
Starbuck2010
Posts: 8
Joined: Thu Aug 08, 2013 8:08 am

Track selection with makemkvcon

Post by Starbuck2010 »

May I have to create a profile with the track selection in makemkvcon folder (so to rewrite file for every new backup) ?

Or may I pass as CLI parameter like

Code: Select all

--param="-sel:all, +sel:(favlang|nolang), -sel:(havemulti|havelossless), +sel:(core*(favlang|nolang)), =100:all, -10:favlang"
mike admin
Posts: 4065
Joined: Wed Nov 26, 2008 2:26 am
Contact:

Re: Track selection with makemkvcon

Post by mike admin »

For now you have to create a profile and pass it to makemkvcon.
Starbuck2010
Posts: 8
Joined: Thu Aug 08, 2013 8:08 am

Re: Track selection with makemkvcon

Post by Starbuck2010 »

How do I tell makemkvcon which profile XML file to choose? Is there a parameter to specify the file path?
mike admin
Posts: 4065
Joined: Wed Nov 26, 2008 2:26 am
Contact:

Re: Track selection with makemkvcon

Post by mike admin »

Code: Select all

--profile path_to_profile_xml_file
Starbuck2010
Posts: 8
Joined: Thu Aug 08, 2013 8:08 am

Re: Track selection with makemkvcon

Post by Starbuck2010 »

Thanks a lot!
kevmitch
Posts: 72
Joined: Mon Mar 11, 2013 6:35 am

Re: Track selection with makemkvcon

Post by kevmitch »

Suggest the following addition to usage.txt:

Code: Select all

--profile=path_to_profile_xml_file
Read ripping profile from file. This can be used to specify how various track types are handled (e.g., copy or compress). This file can also be used to specify which audio/video/subtitle tracks to keep or discard based on the value of app_DefaultSelectionString variable.
Post Reply