Page 1 of 1

external subtitles

Posted: Mon Apr 24, 2023 7:49 pm
by unguamorray
External subtitles works nice when using transcoding, BUT:
transcoding ruins the quality of the video ... !!!
when transcoding is skipped - NO EXTERNAL SUBS can be accessed ???

Re: external subtitles

Posted: Tue Apr 25, 2023 12:29 pm
by mik_s
It depends on the renderer but some will find the external subtitle file if it is named the same as the video (except the extension) and will use that instead.

There is a setting in the conf that controls this but is on by default.

Code: Select all

# Whether to offer external subtitles to renderer as an additional stream.
# Supported subtitles are defined in SupportedExternalSubtitlesFormats.
# Default: true
OfferSubtitlesAsSource =
If your renderer does support this and is not working then will need to see logs to tell what is going wrong.