Version 1.8.0 release notes
Version 1.8.0 release notes
Can someone elaborate on what changes were done to result in "Improved compatibility of produced MKV files“?
-
- Posts: 4075
- Joined: Wed Nov 26, 2008 2:26 am
- Contact:
Re: Version 1.8.0 release notes
Only chapters - all chapters now have end times as well.
Re: Version 1.8.0 release notes
OK - thanks for the clarification.
Re: Version 1.8.0 release notes
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?
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
MultiShrink: DVD Shrink batch processing
Offizieller Uebersetzer von DVD Shrink deutsch
-
- Posts: 4075
- Joined: Wed Nov 26, 2008 2:26 am
- Contact:
Re: Version 1.8.0 release notes
It should. By the way, this option was available for a while...Chetwood wrote: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
Right, but how do I achieve this?
MultiMakeMKV: MakeMKV batch processing (Win)
MultiShrink: DVD Shrink batch processing
Offizieller Uebersetzer von DVD Shrink deutsch
MultiShrink: DVD Shrink batch processing
Offizieller Uebersetzer von DVD Shrink deutsch
Re: Version 1.8.0 release notes
Change the default profile or create a new profile in your data directory.Chetwood wrote:Right, but how do I achieve this?
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
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 makebw001 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.
- 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
MultiShrink: DVD Shrink batch processing
Offizieller Uebersetzer von DVD Shrink deutsch
-
- Posts: 4075
- Joined: Wed Nov 26, 2008 2:26 am
- Contact:
Re: Version 1.8.0 release notes
setFirstSubtitleTrackAsDefault="false"Chetwood wrote:- regular subs flagged to default = no (no matter if first sub stream or not)
Not possible, unless the forced track happens to be first (after order weight was applied). If thi is the case, thenChetwood wrote:- forced subs flagged to forced = yes and default = yes.
ignoreForcedSubtitlesFlag="false"
setFirstSubtitleTrackAsDefault="true"
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.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.