add subtitles offset, fixes #2732

This commit is contained in:
j 2015-04-14 15:53:47 +01:00
commit ae55130f47
8 changed files with 9 additions and 0 deletions

View file

@ -969,6 +969,7 @@
"videoScale": "fit",
"videoSize": "small",
"videoSubtitles": true,
"videoSubtitlesOffset": 0,
"videoTimeline": "antialias",
"videoView": "player",
"videoVolume": 1

View file

@ -984,6 +984,7 @@
"videoScale": "fit",
"videoSize": "small",
"videoSubtitles": true,
"videoSubtitlesOffset": 0,
"videoTimeline": "slitscan",
"videoView": "player",
"videoVolume": 1

View file

@ -618,6 +618,7 @@
"id": "transcripts",
"title": "Transcripts",
"canAddAnnotations": {"member": true, "staff": true, "admin": true},
"isSubtitles": true,
"item": "Transcript",
"showInfo": true,
"type": "text"
@ -868,6 +869,7 @@
"videoScale": "fit",
"videoSize": "large",
"videoSubtitles": false,
"videoSubtitlesOffset": 0,
"videoTimeline": "antialias",
"videoView": "player",
"videoVolume": 1

View file

@ -911,6 +911,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"videoScale": "fit",
"videoSize": "small",
"videoSubtitles": true,
"videoSubtitlesOffset": 0,
"videoTimeline": "antialias",
"videoView": "player",
"videoVolume": 1