To make sure that MakeMKV does not set anything to default, you need to edit the profile you are using. This involves first turning on "Expert Mode" in the General section of the preferences, and using a
text editor to change the file
default.mmcp.xml in your MakeMKV directory.
At the top of that file, you will find a section that looks like:
Change the
:5086 to something like "
MyDefault",
then save the file as a new file, such as "
MyDefault.mmcp.xml" . You do not want to screw up the default until you are familiar with how things work. You are going to continue working in this new file.
A little lower, you will see this section:
Code: Select all
<mkvSettings
ignoreForcedSubtitlesFlag="true"
useISO639Type2T="false"
setFirstAudioTrackAsDefault="true"
setFirstSubtitleTrackAsDefault="true"
setFirstForcedSubtitleTrackAsDefault="true"
insertFirstChapter00IfMissing="true"
/>
Change the "true" to "false" where appropriate.
When done, save the file.
When you next start MakeMKV, you will see a pull-down to select the profile to use; select "MyDefault", and do a test rip to see if the settings are what you want. If they are, you can change what profile to use as default in the Advanced tab of the preferences.
Note that if you are using a different profile already, such as the FLAC or WDTV profile, you will make this change starting with the appropriate file. I've changed my default to include the changes from both of the optional profiles, along with my own tweaks.
There is an entire section of this forum dedicated to tweaks like this; you will want to read through it.