Version 1.8.0 release notes

Everything related to MakeMKV
Post Reply
Message
Author
Romansh
Posts: 873
Joined: Sat Jan 22, 2011 7:09 pm

Version 1.8.0 release notes

#1 Post by Romansh » Thu Feb 21, 2013 5:41 pm

Can someone elaborate on what changes were done to result in "Improved compatibility of produced MKV files“?

mike admin
Posts: 4083
Joined: Wed Nov 26, 2008 2:26 am
Contact:

Re: Version 1.8.0 release notes

#2 Post by mike admin » Fri Feb 22, 2013 7:52 am

Only chapters - all chapters now have end times as well.

Romansh
Posts: 873
Joined: Sat Jan 22, 2011 7:09 pm

Re: Version 1.8.0 release notes

#3 Post by Romansh » Fri Feb 22, 2013 9:42 am

OK - thanks for the clarification.

Chetwood
Posts: 997
Joined: Mon Aug 30, 2010 9:16 am

Re: Version 1.8.0 release notes

#4 Post by Chetwood » Fri Feb 22, 2013 4:12 pm

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?
MultiMakeMKV: MakeMKV batch processing (Win)
MultiShrink: DVD Shrink batch processing
Offizieller Uebersetzer von DVD Shrink deutsch

mike admin
Posts: 4083
Joined: Wed Nov 26, 2008 2:26 am
Contact:

Re: Version 1.8.0 release notes

#5 Post by mike admin » Mon Feb 25, 2013 8:10 am

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...

Chetwood
Posts: 997
Joined: Mon Aug 30, 2010 9:16 am

Re: Version 1.8.0 release notes

#6 Post by Chetwood » Mon Feb 25, 2013 12:05 pm

Right, but how do I achieve this?
MultiMakeMKV: MakeMKV batch processing (Win)
MultiShrink: DVD Shrink batch processing
Offizieller Uebersetzer von DVD Shrink deutsch

bw001
Posts: 76
Joined: Fri Aug 12, 2011 6:33 pm

Re: Version 1.8.0 release notes

#7 Post by bw001 » Thu Feb 28, 2013 10:00 pm

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.

Chetwood
Posts: 997
Joined: Mon Aug 30, 2010 9:16 am

Re: Version 1.8.0 release notes

#8 Post by Chetwood » Fri Mar 01, 2013 10:52 am

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.
MultiMakeMKV: MakeMKV batch processing (Win)
MultiShrink: DVD Shrink batch processing
Offizieller Uebersetzer von DVD Shrink deutsch

mike admin
Posts: 4083
Joined: Wed Nov 26, 2008 2:26 am
Contact:

Re: Version 1.8.0 release notes

#9 Post by mike admin » Sat Mar 02, 2013 10:09 am

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.

Post Reply