Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <Client name="Chromecast">
- <!-- Author: Plex Inc. -->
- <TranscodeTargets>
- <VideoProfile protocol="http" container="mkv" codec="h264" audioCodec="ac3,aac" context="streaming">
- <Setting name="VideoEncodeFlags" value="-x264opts bframes=3:cabac=1" />
- </VideoProfile>
- <MusicProfile container="mkv" codec="mp3" />
- <PhotoProfile container="jpeg" />
- <SubtitleProfile container="ass" codec="ass" />
- </TranscodeTargets>
- <TranscodeTargetProfiles>
- <VideoTranscodeTarget protocol="http" context="streaming">
- <VideoCodec name="*">
- <Limitations>
- <UpperBound name="video.width" value="1920" />
- <UpperBound name="video.height" value="1080" />
- <UpperBound name="video.bitrate" value="990000" isRequired="false" />
- <UpperBound name="video.bitDepth" value="8" isRequired="false" />
- </Limitations>
- </VideoCodec>
- </VideoTranscodeTarget>
- </TranscodeTargetProfiles>
- <DirectPlayProfiles>
- <VideoProfile container="mp4" codec="h264" audioCodec="aac" />
- <MusicProfile container="mp4" codec="aac" />
- <MusicProfile container="mp3" codec="mp3" />
- <PhotoProfile container="jpeg,gif,bmp,png" />
- </DirectPlayProfiles>
- <ContainerProfiles>
- <VideoContainer name="mp4">
- <Limitations>
- <Match name="part.optimizedForStreaming" value="1" />
- </Limitations>
- </VideoContainer>
- </ContainerProfiles>
- <CodecProfiles>
- <VideoCodec name="*">
- <Limitations>
- <UpperBound name="video.width" value="1920" />
- <UpperBound name="video.height" value="1080" />
- <UpperBound name="video.bitDepth" value="8" isRequired="false" />
- <UpperBound name="video.level" value="42" isRequired="false" />
- </Limitations>
- </VideoCodec>
- <VideoAudioCodec name="ac3">
- <Limitations>
- <UpperBound name="audio.bitrate" value="768" isRequired="false"/>
- <UpperBound name="audio.channels" value="6" />
- </Limitations>
- </VideoAudioCodec>
- <VideoAudioCodec name="aac">
- <Limitations>
- <UpperBound name="audio.channels" value="6" />
- </Limitations>
- </VideoAudioCodec>
- </CodecProfiles>
- </Client>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement