FAQ  •  Register  •  Login

Sony bravia 2014 burned-in subs issue

<<

gbelenvonis

Serviio newbie

Posts: 15

Joined: Sun May 18, 2014 2:57 pm

Post Sun Mar 29, 2015 8:54 am

Sony bravia 2014 burned-in subs issue

HI,

I use the following profile for a bravia 2014,

<Profile id="sonyFIX" name="Sony Bravia TV (2013) *" extendsProfileId="sony2013">
<Transcoding>
<Video targetContainer="mpegts" targetVCodec="mpeg2video" maxVBitrate="17000" targetACodec="ac3" aBitrate="384" DAR="16:9">
<Matches container="*" vCodec="h264" />
<Matches container="matroska" />
</Video>
</Transcoding>
<OnlineTranscoding>
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384" DAR="16:9">
<Matches container="*" vCodec="h264" />
<Matches container="matroska" />
</Video>
</OnlineTranscoding>
</Profile>

It transcodes mkv in order to give me full screen on tv (without black bars). But it does not give me subtitles. I burn subtitles into mkv and I have checked "enable burned in subtitles" and set to allways.

I set subtitles character encoding as ISO-8859-7 for greek characters.

Any ideas in order to have burned-in subs with the above profile?

Keep in mind that I want to keep my mkv transcoded for full screen (as I DOTN WANT BLACK BARS!!).

Many many thanks....
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Sun Mar 29, 2015 3:41 pm

Re: Sony bravia 2014 burned-in subs issue

You have to add a <HardSubsTranscoding> section...try this

  Code:
<Profile id="sonyFIX" name="Sony Bravia TV (2013) *" extendsProfileId="sony2013">
   <Transcoding>
      <Video targetContainer="mpegts" targetVCodec="mpeg2video" maxVBitrate="17000" targetACodec="ac3" aBitrate="384" DAR="16:9">
         <Matches container="*" vCodec="h264" />
         <Matches container="matroska" />
      </Video>
   </Transcoding>
   <OnlineTranscoding>
      <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384" DAR="16:9">
         <Matches container="*" vCodec="h264" />
         <Matches container="matroska" />
      </Video>
   </OnlineTranscoding>
   <HardSubsTranscoding>
      <Video targetContainer="mpegts" targetVCodec="mpeg2video" maxVBitrate="17000" targetACodec="ac3" aBitrate="384" DAR="16:9">
   </HardSubsTranscoding>
</Profile>
<<

gbelenvonis

Serviio newbie

Posts: 15

Joined: Sun May 18, 2014 2:57 pm

Post Sun Mar 29, 2015 6:39 pm

Re: Sony bravia 2014 burned-in subs issue

hi again,

the profile used but after restart gave message that server could not found and its stopping.... as a result serviio console can not be loaded.

So I returned to what I used.

thanks anyway!!
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Mon Mar 30, 2015 2:54 pm

Re: Sony bravia 2014 burned-in subs issue

What is your serviio version ?
<<

gbelenvonis

Serviio newbie

Posts: 15

Joined: Sun May 18, 2014 2:57 pm

Post Mon Mar 30, 2015 6:46 pm

Re: Sony bravia 2014 burned-in subs issue

the last version.... v.1.5.1

Return to Sony

Who is online

Users browsing this forum: No registered users and 29 guests

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