Page 1 of 1

Subtitles problem

Posted: Tue Jun 21, 2022 6:25 pm
by HSpindel
I am having a problem with subtitles not displaying on a particular MP4 file.

Subtitles work on MP4s I have downloaded using PlayOn Home (a streaming capture program). They do not work if use VideoReDo to convert from a Tivo file to an MP4. I have tried every subtitle setting I can find in ums.conf (and restarted the server after making changes). In both cases the MP4 video plays properly.

The file that does not play subtitles through UMS does play subtitles through Windows Media Player so I know it has subtitles.

I am attaching MediaInfo for two files: Thunderball.txt (which does not work) and Bosch.txt (which does work). I do notice that the text streams are different formats.

Subtitles are ON on my Samsung smart TV.

Appreciate any help!

Re: Subtitles problem

Posted: Tue Jun 21, 2022 6:33 pm
by HSpindel
The ums.conf file that got zipped up doesn't seem to match my current ums.conf file. I am attaching it.

Re: Subtitles problem

Posted: Wed Jun 22, 2022 4:51 am
by mik_s
I could not see exactly the decision making process as the as logs were not in trace mode when it was done, but switches to trace mode later in on.
But from what I can see those videos are being streamed so it is up to your TV to display the subtitles, if it cannot then it will be in a format it cannot understand.

For Bosch it appears to be plain text as a separate stream

Code: Select all

Text #1
ID                                       : 2
Format                                   : Timed Text
Muxing mode                              : sbtl
But for Thunderball it is EIA-608 as part of the video stream

Code: Select all

Text
ID                                       : 1-CC1
Format                                   : EIA-608
Muxing mode                              : SCTE 128 / DTVCC Transport
Muxing mode, more info                   : Muxed in Video #1
I don't know much about this but I think your TV can only play this format when it is transmitted over the air not over the network, or it may be a custom format used by Tivo.

It may be possible to burn in the subtitles by forcing it to transcode by playing from the #--TRANSCODE--# folder where there should be an option there if it can detect the subtitles.

The UMS.conf that was included in the zip file was the correct one. The other one is the default settings used when first installed. Any changes to this file will not change your settings. The location of the active UMS.conf is in C:\ProgramData\UMS

It is not recommended to edit this file manually, instead use the GUI. If you do need to though you need to make sure UMS is not running otherwise any changes will be overridden.

Re: Subtitles problem

Posted: Wed Jun 22, 2022 1:56 pm
by HSpindel
Thank you for your help!

Re: Subtitles problem

Posted: Thu Jun 23, 2022 6:24 pm
by HSpindel
In case anyone else is reading this, I wanted to document a solution that worked for me.

I used Video Redo to convert the .tivo file to an .mp4 using the conversion profile called "H.264.MP4 (Universal). Then I used CCExtractor on the MP4 file to create an .srt file with the captions. Lastly, I made sure that Universal Media Server was configured to always load an .srt file of the same name (this is apparently the default setting upon installation).

Universal Media Server now serves my MP4 file with the desired captions.

Thank you to all the developers for a great media server.