FAQ  •  Register  •  Login

Telenet Yelo TV with subtitiles

<<

giesti

Serviio newbie

Posts: 2

Joined: Sun Nov 30, 2014 12:41 pm

Post Sun Nov 30, 2014 12:54 pm

Telenet Yelo TV with subtitiles

Hi,

I'm having problems showing video's with subtitles correctly on my TV via a "Telenet Yelo TV" device.

I changed the default profile so everything gets transcoded.
I also needed to add following option so the black bars on top and bottom are shown correctly. forceVTranscoding="true"

When the srt file is correctly in the folder with my video, the subtitles are correct but the video is streched. (I tried a *.mkv file aswell as an *.mp4 file)
When i try to play the video without the subtitles, the video is shown correctly with the black bars.

Below are the commands executed.

Anyone got an idea how I can fix this?

  Code:
<Profile id="TNDC" name="Telenet Yelo TV" extendsProfileId="1">
      <!-- http://klantenservice.telenet.be/content/welke-formaten-van-foto-s-filmpjes-en-muziek-kan-ik-via-yelo-tv-delen-op-mijn-tv   -->
      <Detection>
         <UPnPSearch>
            <Manufacturer>.*smosys.*</Manufacturer>
         </UPnPSearch>
      </Detection>
      <Transcoding>
         <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="aac" DAR="16:9" forceVTranscoding="true">
            <Matches container="*" />
         </Video>
         <Audio targetContainer="mp3" aBitrate="320" >
            <Matches container="*" />
         </Audio>
      </Transcoding>
      <OnlineTranscoding>
         <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="aac">
            <Matches container="*" />
         </Video>
      </OnlineTranscoding>
      <HardSubsTranscoding>
         <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="aac"/>
      </HardSubsTranscoding>
      <AutomaticImageRotation>true</AutomaticImageRotation>
      <Subtitles>
         <HardSubs>
            <RequiredFor container="*" />
         </HardSubs>
      </Subtitles>
   </Profile>



With subtitles, stretched video
  Code:
[ProcessExecutor] Starting C:\Program Files\Serviio\bin\\..\lib/ffmpeg.exe -threads auto -i D:\DLNA\movie.mp4 -y -threads auto -c:v mpeg2video -pix_fmt yuv420p -qscale:v 3 -vf subtitles=filename="D\\:/DLNA/movie.srt":original_size=1280x534:charenc=UTF-8 -r 24000/1001 -g 15 -c:a copy -map 0:0 -map 0:1 -sn -f mpegts D:\DLNA\temp\Serviio\transcoding-temp-44-TNDC-ORIGINAL-36f958e99a38b9927a3b699d023f1287.stf


Without subtitles, correct video
  Code:
[ProcessExecutor] Starting C:\Program Files\Serviio\bin\\..\lib/ffmpeg.exe -threads auto -i D:\DLNA\movie.mp4 -y -threads auto -c:v mpeg2video -pix_fmt yuv420p -qscale:v 3 -vf pad=1280:720:0:93:black,setdar=4:3 -r 24000/1001 -g 15 -c:a copy -map 0:0 -map 0:1 -sn -f mpegts D:\DLNA\temp\Serviio\transcoding-temp-44-TNDC-ORIGINAL.stf
<<

DenyAll

DLNA master

Posts: 2257

Joined: Fri Mar 08, 2013 11:16 pm

Location: Adelaide, Australia

Post Tue Dec 02, 2014 2:58 am

Re: Telenet Yelo TV with subtitiles

Try changing this:

    <HardSubsTranscoding>
    <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="aac" DAR="16:9" forceVTranscoding="true">
    </HardSubsTranscoding>
adding the bit in red. Restart your PC after changing the profile.
DenyAll
Panasonic Viera FX800A | Panasonic Viera CS610A | Sony PS4 | Sony PS3 | Panasonic DMP-BD79 | Yamaha RX-V500D | iPad | Windows 10 | Serviio 1.10.1 Pro
WinHelper | MediaInfo

Beta Tester, Moderator
Please do not PM me for support as any solution cannot be shared with others.
<<

giesti

Serviio newbie

Posts: 2

Joined: Sun Nov 30, 2014 12:41 pm

Post Sat Dec 06, 2014 7:41 am

Re: Telenet Yelo TV with subtitiles

DenyAll wrote:Try changing this:

    <HardSubsTranscoding>
    <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="aac" DAR="16:9" forceVTranscoding="true">
    </HardSubsTranscoding>
adding the bit in red. Restart your PC after changing the profile.


Thx! This fixed it ;)

Return to Serviio Support & Help

Who is online

Users browsing this forum: No registered users and 28 guests

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