makemkvcon: setting readRetryCount?

Discussion of advanced MakeMKV functionality, expert mode, conversion profiles
Post Reply
ordually
Posts: 3
Joined: Thu Oct 01, 2015 9:33 pm

makemkvcon: setting readRetryCount?

Post 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.
MrVideo
Posts: 128
Joined: Sat Feb 27, 2016 2:31 am

Re: makemkvcon: setting readRetryCount?

Post 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.
ordually
Posts: 3
Joined: Thu Oct 01, 2015 9:33 pm

Re: makemkvcon: setting readRetryCount?

Post 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?
MrVideo
Posts: 128
Joined: Sat Feb 27, 2016 2:31 am

Re: makemkvcon: setting readRetryCount?

Post by MrVideo »

Sorry, that I do not know.
Woodstock
Posts: 9939
Joined: Sun Jul 24, 2011 11:21 pm

Re: makemkvcon: setting readRetryCount?

Post 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?
MakeMKV Frequently Asked Questions
How to aid in finding the answer to your problem: Activating Debug Logging
Post Reply