Page 1 of 1

Include subtitle stream, without hardcoding into video

Posted: Mon Jan 22, 2018 8:48 am
by abcd
How do I setup UMS such that subtitles are not hardcoded into the video stream, but rather just sent along as a subtitle stream? Right now, UMS does both, which results in the subtitles showing up twice on screen if I enable the subtitle stream on the renderer. I'd rather just let the renderer decide if an how to show the subs.

Re: Include subtitle stream, without hardcoding into video

Posted: Mon Jan 22, 2018 9:45 am
by Nadahar
I think that must be a bug, it's supposed to do either or. This is decided by the renderer configuration file.

Re: Include subtitle stream, without hardcoding into video

Posted: Mon Jan 22, 2018 10:04 am
by abcd
Nadahar wrote: Mon Jan 22, 2018 9:45 am I think that must be a bug, it's supposed to do either or. This is decided by the renderer configuration file.
What value in the conf controls this?

Re: Include subtitle stream, without hardcoding into video

Posted: Tue Jan 23, 2018 8:24 am
by valib
Read the DefaultRenderer.conf and set in your renderer.conf the value of

Code: Select all

SupportedExternalSubtitlesFormats=

Re: Include subtitle stream, without hardcoding into video

Posted: Tue Jan 23, 2018 10:20 am
by abcd
I fixed it by adding:

Code: Select all

StreamSubsForTranscodedVideo = true
This does however introduce a new problem: subtitles disappear after seeking in a transcoded video, see this post.