Page 1 of 1

Version 1.8.0 release notes

Posted: Thu Feb 21, 2013 5:41 pm
by Romansh
Can someone elaborate on what changes were done to result in "Improved compatibility of produced MKV files“?

Re: Version 1.8.0 release notes

Posted: Fri Feb 22, 2013 7:52 am
by mike admin
Only chapters - all chapters now have end times as well.

Re: Version 1.8.0 release notes

Posted: Fri Feb 22, 2013 9:42 am
by Romansh
OK - thanks for the clarification.

Re: Version 1.8.0 release notes

Posted: Fri Feb 22, 2013 4:12 pm
by Chetwood
What "Additional profile settings"? Are these all:

setFirstAudioTrackAsDefault="true"
setFirstSubtitleTrackAsDefault="true"
insertFirstChapter00IfMissing="true"?

setFirstSubtitleTrackAsDefault="false" will result in all sub streams ripped being set to "default = no", which is what I want?

Re: Version 1.8.0 release notes

Posted: Mon Feb 25, 2013 8:10 am
by mike admin
Chetwood wrote:setFirstSubtitleTrackAsDefault="false" will result in all sub streams ripped being set to "default = no", which is what I want?
It should. By the way, this option was available for a while...

Re: Version 1.8.0 release notes

Posted: Mon Feb 25, 2013 12:05 pm
by Chetwood
Right, but how do I achieve this?

Re: Version 1.8.0 release notes

Posted: Thu Feb 28, 2013 10:00 pm
by bw001
Chetwood wrote:Right, but how do I achieve this?
Change the default profile or create a new profile in your data directory.

You may also have to enable expert mode on the General tab in preferences.

I just started using this myself.

Re: Version 1.8.0 release notes

Posted: Fri Mar 01, 2013 10:52 am
by Chetwood
bw001 wrote:Change the default profile or create a new profile in your data directory. You may also have to enable expert mode on the General tab in preferences.
I have done both as you can see when you follow the link. I've also read up on conversion profiles but can't figure out how to make

- regular subs flagged to default = no (no matter if first sub stream or not)
- forced subs flagged to forced = yes and default = yes.

Would be nice to see Mike chime in on this as well as on how to get MakeMKV to not add a separate forced stream twice.

Re: Version 1.8.0 release notes

Posted: Sat Mar 02, 2013 10:09 am
by mike admin
Chetwood wrote:- regular subs flagged to default = no (no matter if first sub stream or not)
setFirstSubtitleTrackAsDefault="false"
Chetwood wrote:- forced subs flagged to forced = yes and default = yes.
Not possible, unless the forced track happens to be first (after order weight was applied). If thi is the case, then
ignoreForcedSubtitlesFlag="false"
setFirstSubtitleTrackAsDefault="true"
Chetwood wrote:Would be nice to see Mike chime in on this as well as on how to get MakeMKV to not add a separate forced stream twice.
It's not possible. MakeMKV doesn't know that two separate tracks are identical until it finishes the conversion. And at that time it's too late - while it is easy to remove an empty track, removing a non-empty track requires overwriting all track data.