Fix PKC not burning in (and thus not showing) subtitles when transcoding

This commit is contained in:
croneter 2020-02-23 14:39:13 +01:00
parent 310ae54e7b
commit ddf4999caa

View file

@ -1078,7 +1078,7 @@ def transcoding_arguments(path, media, part, playmethod, args=None):
# none, embedded, sidecar
# Essentially indicating what you want to do with subtitles and state
# you arent want it to burn them into the video (requires transcoding)
'subtitles': 'none',
# 'subtitles': 'none',
# 'subtitleSize': utils.settings('subtitleSize')
'copyts': 1
}