Discussion of advanced MakeMKV functionality, expert mode, conversion profiles
-
ordually
- Posts: 3
- Joined: Thu Oct 01, 2015 9:33 pm
Post
by ordually » Wed Apr 13, 2016 6:02 pm
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
Post
by MrVideo » Wed Apr 13, 2016 7:34 pm
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
Post
by ordually » Wed Apr 13, 2016 8:10 pm
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
Post
by MrVideo » Sun Apr 17, 2016 1:21 am
Sorry, that I do not know.
-
Woodstock
- Posts: 10975
- Joined: Sun Jul 24, 2011 11:21 pm
Post
by Woodstock » Sun Apr 17, 2016 3:23 am
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?