Advertisement
Guest User

Untitled

a guest
Apr 6th, 2016
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.23 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Client name="Chromecast">
  3.   <!-- Author: Plex Inc. -->
  4.   <TranscodeTargets>
  5.     <VideoProfile protocol="http" container="mkv" codec="h264" audioCodec="ac3,aac" context="streaming">
  6.       <Setting name="VideoEncodeFlags" value="-x264opts bframes=3:cabac=1" />
  7.     </VideoProfile>
  8.     <MusicProfile container="mkv" codec="mp3" />
  9.     <PhotoProfile container="jpeg" />
  10.     <SubtitleProfile container="ass" codec="ass" />
  11.   </TranscodeTargets>
  12.   <TranscodeTargetProfiles>
  13.     <VideoTranscodeTarget protocol="http" context="streaming">
  14.       <VideoCodec name="*">
  15.         <Limitations>
  16.           <UpperBound name="video.width" value="1920" />
  17.           <UpperBound name="video.height" value="1080" />
  18.           <UpperBound name="video.bitrate" value="990000" isRequired="false" />
  19.           <UpperBound name="video.bitDepth" value="8" isRequired="false" />
  20.         </Limitations>
  21.       </VideoCodec>
  22.     </VideoTranscodeTarget>
  23.   </TranscodeTargetProfiles>
  24.   <DirectPlayProfiles>
  25.     <VideoProfile container="mp4" codec="h264" audioCodec="aac" />
  26.     <MusicProfile container="mp4" codec="aac" />
  27.     <MusicProfile container="mp3" codec="mp3" />
  28.     <PhotoProfile container="jpeg,gif,bmp,png" />
  29.   </DirectPlayProfiles>
  30.   <ContainerProfiles>
  31.     <VideoContainer name="mp4">
  32.       <Limitations>
  33.         <Match name="part.optimizedForStreaming" value="1" />
  34.       </Limitations>
  35.     </VideoContainer>
  36.   </ContainerProfiles>
  37.   <CodecProfiles>
  38.     <VideoCodec name="*">
  39.       <Limitations>
  40.         <UpperBound name="video.width" value="1920" />
  41.         <UpperBound name="video.height" value="1080" />
  42.         <UpperBound name="video.bitDepth" value="8" isRequired="false" />
  43.         <UpperBound name="video.level" value="42" isRequired="false" />
  44.       </Limitations>
  45.     </VideoCodec>
  46.      <VideoAudioCodec name="ac3">
  47.       <Limitations>
  48.         <UpperBound name="audio.bitrate" value="768" isRequired="false"/>
  49.         <UpperBound name="audio.channels" value="6" />
  50.       </Limitations>
  51.     </VideoAudioCodec>
  52.     <VideoAudioCodec name="aac">
  53.       <Limitations>
  54.         <UpperBound name="audio.channels" value="6" />
  55.       </Limitations>
  56.     </VideoAudioCodec>
  57.   </CodecProfiles>
  58. </Client>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement