Last active
December 31, 2015 05:59
-
-
Save sdebruyn/7944739 to your computer and use it in GitHub Desktop.
Serviio Telenet Yelo TV renderer profile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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" > | |
<Matches container="matroska" /> | |
<Matches container="flv" /> | |
<Matches container="wtv" /> | |
<Matches container="ogg" /> | |
<Matches container="3gp" /> | |
<Matches container="rtsp" /> | |
<Matches container="rtp" /> | |
<Matches container="applehttp" /> | |
<Matches container="rm" /> | |
<Matches container="asf" /> | |
<Matches container="*" vCodec="wmv2" /> | |
<Matches container="*" vCodec="flv" /> | |
<Matches container="*" vCodec="theora" /> | |
<Matches container="*" vCodec="rv" /> | |
<Matches container="*" aCodec="ac3" /> | |
<Matches container="*" aCodec="wmav2" /> | |
<Matches container="*" aCodec="wmapro" /> | |
<Matches container="*" aCodec="flac" /> | |
<Matches container="*" aCodec="vorbis" /> | |
<Matches container="*" aCodec="truehd" /> | |
<Matches container="*" aCodec="amrnb" /> | |
<Matches container="*" aCodec="real" /> | |
<Matches container="*" aCodec="dca" /> | |
<Matches container="*" vCodec="h264" levelGreaterThan="4.1" /> | |
</Video> | |
<Audio targetContainer="mp3" aBitrate="320" > | |
<Matches container="flac" /> | |
<Matches container="ogg" /> | |
<Matches container="adts" /> | |
<Matches container="mp2" /> | |
<Matches container="wavpack" /> | |
<Matches container="mpc" /> | |
<Matches container="ape" /> | |
</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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment