Page 1 of 1

makemkvcon: setting readRetryCount?

Posted: Wed Apr 13, 2016 6:02 pm
by ordually
Using makemkvcon (1.9.9 registered), what is the means for setting read retry count?

I tried adding it to /usr/share/MakeMKV/default.mmcp.xml:

Code: Select all

<mkvSettings
        ignoreForcedSubtitlesFlag="true"
        useISO639Type2T="false"
        setFirstAudioTrackAsDefault="true"
        setFirstSubtitleTrackAsDefault="true"
        setFirstForcedSubtitleTrackAsDefault="true"
        insertFirstChapter00IfMissing="true"

        readRetryCount="25"
    />
But I'm not sure it's having an effect.

Thanks.

Re: makemkvcon: setting readRetryCount?

Posted: Wed Apr 13, 2016 7:34 pm
by MrVideo
IIUI correctly, it means the number of times it will retry reading a bad sector on the media. Once it as gone thru 25 (your setting) attempts, it will bail.

Re: makemkvcon: setting readRetryCount?

Posted: Wed Apr 13, 2016 8:10 pm
by ordually
Agreed, that is what the parameter should do. It's available in the preferences in the GUI. But how to set it for makemkvcon?

Re: makemkvcon: setting readRetryCount?

Posted: Sun Apr 17, 2016 1:21 am
by MrVideo
Sorry, that I do not know.

Re: makemkvcon: setting readRetryCount?

Posted: Sun Apr 17, 2016 3:23 am
by Woodstock
For Windows and OS X, if you set the retry count in the GUI, it affects the command line settings. I don't know if does on Linux, though.

Do you have the GUI installed?