Page 1 of 1
Forced subtitle flag... again
Posted: Sat Feb 23, 2013 9:24 pm
by Chetwood
My conversion profile looks like this:
<mkvSettings
ignoreForcedSubtitlesFlag="false"
setFirstSubtitleTrackAsDefault="false"
/>
so that regular subs streams are set to off (default - no, forced - no), however, if a stream is forced I also would like to have it flagged as default too. Currently MakeMKV only sets the forced flag and thus VLC will not show the sub automatically. Is there a way to do this with conversion profiles?
Also, when there's two subs on the BD
de regular
de forced
and both subtitles and subtitles (forced only) is checked, the forced sub will be muxed twice into the mkv.
Re: Forced subtitle flag... again
Posted: Wed Mar 06, 2013 9:21 pm
by NodNarb012
The only way I can think of is to change "setFirstSubtitleTrackAsDefault" back to true and then add "-10:forced" to your default selection string to make the forced subtitle track the first track.
The potential issue is that if you have a movie without any forced subtitles, then the first standard subtitle track would be marked as default.
Re: Forced subtitle flag... again
Posted: Thu Mar 07, 2013 6:12 am
by Chetwood
Which is exactly the reason I'm asking this here hoping for Mike to answer.
Re: Forced subtitle flag... again
Posted: Fri Mar 15, 2013 7:48 am
by mike admin
For the first one, I'm thinking of adding a "setFirstForcedSubtitleTrackAsDefault" option. Do you think it will be good enough?
As for duplicate tracks, I'm still looking at your dump file. Thanks for the wait.
Re: Forced subtitle flag... again
Posted: Fri Mar 15, 2013 12:29 pm
by Chetwood
Yes, that should do it, thanks. Maybe we could additionally set flags in the properties pane of the GUI where currently Name, language, etc. can be changed?
Re: Forced subtitle flag... again
Posted: Wed Apr 03, 2013 10:30 pm
by Mango
Chetwood wrote:Yes, that should do it, thanks. Maybe we could additionally set flags in the properties pane of the GUI where currently Name, language, etc. can be changed?
+ 1
I'm having the same issue, and yes having these subtitle options in the GUI would be much better.
Thanks.
Re: Forced subtitle flag... again
Posted: Mon Apr 22, 2013 7:23 am
by mike admin
Chetwood wrote:Yes, that should do it, thanks.
This is NOT yet in 1.8.1, sorry. Should be in 1.8.2 .
Re: Forced subtitle flag... again
Posted: Tue Apr 23, 2013 5:13 am
by Chetwood
Well, it's not too bad cause this can be fixed using MKVToolnix's header editor. But what about the forced track being muxed twice?
Re: Forced subtitle flag... again
Posted: Mon May 13, 2013 7:23 am
by mike admin
The profile option is added in 1.8.2 and is now on by default (forced track will be marked as default if exists). Also default and forced track flags may be set in GUI as well.
Re: Forced subtitle flag... again
Posted: Fri May 17, 2013 9:12 am
by Chetwood
Nice, gonna check it out. What about a forced track being added twice to the MKV, is this fixed?