FAQ  •  Register  •  Login

Subtitles Help - Panasaonic TCP50X3

<<

Dibbs

Serviio newbie

Posts: 13

Joined: Sat Dec 21, 2013 4:21 pm

Post Sat Dec 21, 2013 4:31 pm

Subtitles Help - Panasaonic TCP50X3

Hi everybody,

I'm having issues reading files with soft subtitles and I am wondering if it is possible that the TCP50X3 does not support soft subs?

I am currently using a proper file structure (i.e.: movie.avi , movie.srt; all in the same folder) as well as the following profile:
  Code:
<Profile id="PanaTV" name="Panasonic Viera Plasma TCP50X3" extendsProfileId="1">
      <Detection>
      <UPnPSearch>
         <FriendlyName>Panasonic MIL DLNA CP UPnP/1.*</FriendlyName>
         <Manufacturer>Panasonic</Manufacturer>
      </UPnPSearch>
      </Detection>
      <ContentDirectoryMessageBuilder>org.serviio.upnp.service.contentdirectory.PacketVideoDLNAMessageBuilder</ContentDirectoryMessageBuilder>
      <MediaFormatProfiles>
         <MediaFormatProfile mime-type="video/divx">AVI</MediaFormatProfile>
      </MediaFormatProfiles>
        <Transcoding>
            <!-- remux DTS in MKV to AC3 -->
            <Video targetContainer="mpegts" targetACodec="ac3">
                <Matches container="matroska" vCodec="h264" aCodec="dca" />
            </Video>
            <!-- Remux all h264 video to MPEG-TS stream -->
            <Video targetContainer="mpegts">
                <Matches container="avi" vCodec="h264" />
                <Matches container="mp4" vCodec="h264" />
                <Matches container="matroska" vCodec="h264" profile="high"/>
       <!--Matches container="matroska" vCodec="h264" profile="high"/-->
            </Video>
            <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">
                <Matches container="avi" vCodec="mpeg4" aCodec="ac3" />
                <Matches container="flv" />
            </Video>                 
            <!-- Transcode all other formats not supported -->
            <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">
                <Matches container="asf" />
            <Matches container="avi" />
            </Video>             
            <Audio targetContainer="mp3">
                <Matches container="mp4" />
                <Matches container="flac" />
               <Matches container="ogg" />
            </Audio>
        </Transcoding>
      <Subtitles>
         <SoftSubs mime-type="text/srt" />
         <HardSubs>
         <RequiredFor container="mp4" />
         </HardSubs>
      </Subtitles>   
   </Profile>


Any help would be greatly appreciated.

Thank you!
<<

Dibbs

Serviio newbie

Posts: 13

Joined: Sat Dec 21, 2013 4:21 pm

Post Sat Dec 21, 2013 5:28 pm

Re: Subtitles Help - Panasaonic TCP50X3

if this can help, comes from my serviio.log file.

2013-12-21 12:23:07,566 DEBUG [SubtitlesService] Found external subtitles file: myvideo.srt
2013-12-21 12:23:07,566 DEBUG [ResourceValuesBuilder] Softsubs for media item 2087 found, will be served as a resource
2013-12-21 12:23:07,567 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 2087 and profile Panasonic Viera Plasma TCP50X3
2013-12-21 12:23:07,568 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file myvideo.avi: MPEG_TS_SD_EU_ISO
2013-12-21 12:23:07,568 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file myvideo.avi: MPEG_TS_SD_NA_ISO
2013-12-21 12:23:07,568 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file myvideo.avi: MPEG_TS_SD_KO_ISO
2013-12-21 12:23:07,570 DEBUG [SubtitlesService] Found external subtitles file: myvideo.srt
2013-12-21 12:23:07,570 DEBUG [ResourceValuesBuilder] Softsubs for media item 2087 found, will be served as a resource
<<

Dibbs

Serviio newbie

Posts: 13

Joined: Sat Dec 21, 2013 4:21 pm

Post Sat Dec 21, 2013 5:46 pm

Re: Subtitles Help - Panasaonic TCP50X3

was able to fix by adding:

<HardSubsTranscoding>
<Video targetContainer="avi" />
</HardSubsTranscoding>

Thanks.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Mon Jan 06, 2014 8:33 am

Re: Subtitles Help - Panasaonic TCP50X3

Yes, but that will burn them in, instead serve as a soft sub. It looks like Panasonic have a different software for all their models :roll: afaik, they support sort files with avid, just not with mp4, but who really knows.

If the log didn't include the TV's request for the srt resource, then it doesn't recognize it, if it does make a GET for it, it would be a problem with the srt file itself.

Return to Panasonic

Who is online

Users browsing this forum: No registered users and 4 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.