mirror of
https://github.com/samsonjs/media.git
synced 2026-04-01 10:35:48 +00:00
Set subtitle track to default in sample_with_srt.mkv
This will mean the track is automatically used when running in a playback test. Command used to change the flag: ``` $ mkvpropedit sample_with_srt.mkv --edit track:3 --set flag-default=1 ``` PiperOrigin-RevId: 345436666
This commit is contained in:
parent
374ba12738
commit
0278949262
6 changed files with 5 additions and 0 deletions
|
|
@ -271,6 +271,7 @@ track 3:
|
|||
format 0:
|
||||
id = 3
|
||||
sampleMimeType = application/x-subrip
|
||||
selectionFlags = 1
|
||||
language = en
|
||||
label = Subs Label
|
||||
sample 0:
|
||||
|
|
|
|||
|
|
@ -271,6 +271,7 @@ track 3:
|
|||
format 0:
|
||||
id = 3
|
||||
sampleMimeType = application/x-subrip
|
||||
selectionFlags = 1
|
||||
language = en
|
||||
label = Subs Label
|
||||
sample 0:
|
||||
|
|
|
|||
|
|
@ -271,6 +271,7 @@ track 3:
|
|||
format 0:
|
||||
id = 3
|
||||
sampleMimeType = application/x-subrip
|
||||
selectionFlags = 1
|
||||
language = en
|
||||
label = Subs Label
|
||||
sample 0:
|
||||
|
|
|
|||
|
|
@ -271,6 +271,7 @@ track 3:
|
|||
format 0:
|
||||
id = 3
|
||||
sampleMimeType = application/x-subrip
|
||||
selectionFlags = 1
|
||||
language = en
|
||||
label = Subs Label
|
||||
sample 0:
|
||||
|
|
|
|||
|
|
@ -271,6 +271,7 @@ track 3:
|
|||
format 0:
|
||||
id = 3
|
||||
sampleMimeType = application/x-subrip
|
||||
selectionFlags = 1
|
||||
language = en
|
||||
label = Subs Label
|
||||
sample 0:
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in a new issue