Fix PKC not burning in (and thus not showing) subtitles when transcoding
This commit is contained in:
parent
310ae54e7b
commit
ddf4999caa
1 changed files with 1 additions and 1 deletions
|
@ -1078,7 +1078,7 @@ def transcoding_arguments(path, media, part, playmethod, args=None):
|
||||||
# none, embedded, sidecar
|
# none, embedded, sidecar
|
||||||
# Essentially indicating what you want to do with subtitles and state
|
# Essentially indicating what you want to do with subtitles and state
|
||||||
# you aren’t want it to burn them into the video (requires transcoding)
|
# you aren’t want it to burn them into the video (requires transcoding)
|
||||||
'subtitles': 'none',
|
# 'subtitles': 'none',
|
||||||
# 'subtitleSize': utils.settings('subtitleSize')
|
# 'subtitleSize': utils.settings('subtitleSize')
|
||||||
'copyts': 1
|
'copyts': 1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue