Subtitles default question

3 posters

Go down

Subtitles default question Empty Subtitles default question

Post by berocent Sat Nov 03, 2018 6:22 pm

Hello,
I've been wondering if it's possible to set up "Full subtitles" as default track somehow via LAV or MPC settings Embarassed
- "Signs ąnd Song" are just subtitles for the opening and ending songs so I have to manually set it to "Full subtitles" each time Rolling Eyes
https://i.imgur.com/yIuoTWz.jpg

berocent

Posts : 5
Join date : 2012-03-24

Back to top Go down

Subtitles default question Empty Re: Subtitles default question

Post by Admin Sun Nov 04, 2018 3:22 pm

MPC-HC options > Playback > Default Track Preference

If you add "full" (without quotes) there, then it should pick the desired track. It matches based on track name. Put it in front of any language codes to give it highest priority. Also enable option to allow override external splitter choice.

Admin
Admin

Posts : 7632
Join date : 2011-06-17

https://codecs.forumotion.net

Back to top Go down

Subtitles default question Empty Re: Subtitles default question

Post by berocent Sun Nov 04, 2018 6:47 pm

Hi,
tried that but it doesn't work at all Embarassed
- tried with a similar video and a different version of MPC, and still couldn't change the default subtitle Shocked

berocent

Posts : 5
Join date : 2012-03-24

Back to top Go down

Subtitles default question Empty Re: Subtitles default question

Post by Admin Mon Nov 05, 2018 5:06 pm

I have tested that file, and this works for me:
MPC-HC options > Playback > Default Track Preference > Subtitles > 2
The 2 means select second subtitle track. Of course this may select wrong sub for other sets of videos, so don't forget to change it after watching this series.

Another solution is to modify the mkv file to change the default subtitle track. This is possible with header editor function in MkvToolNix software.

Admin
Admin

Posts : 7632
Join date : 2011-06-17

https://codecs.forumotion.net

Back to top Go down

Subtitles default question Empty Re: Subtitles default question

Post by berocent Mon Nov 05, 2018 11:13 pm

Simple is best Embarassed , "2" worked great! Very Happy
Thank you, wish I asked sooner ~ Crying or Very sad

berocent

Posts : 5
Join date : 2012-03-24

Back to top Go down

Subtitles default question Empty Re: Subtitles default question

Post by marcgii Sat Nov 10, 2018 2:54 am

If you have any experience with scripting, it's pretty easy to change the track defaults with a batch script.  This is my preferred method because it's not video player dependent.  This methods require the use MKV Toolnix.  

a1 is the first audio track, a2 is the second, etc. s1 is the first subtitle track, etc.


Example Batch Script:

@ECHO OFF

REM APPLICATION FOR CHANGE DEFAULT TRACKS

set editpath="C:\Program Files\MKVToolNix\mkvpropedit.exe"

set FolderLocation=D:\MKV folder path goes here

for %%F in ("%FolderLocation%\*.mkv") do (

echo %%F

%editpath% "%%F" --edit track:a1 --set flag-default=0 ^
--edit track:a2 --set flag-default=1 ^
--edit track:s1 --set flag-default=0 --set flag-forced=0 ^
--edit track:s2 --set flag-default=1

)

marcgii

Posts : 25
Join date : 2016-08-25

Back to top Go down

Subtitles default question Empty Re: Subtitles default question

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum