Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2018
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 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="aac,mp3" context="streaming" />
  6. <MusicProfile container="mkv" codec="opus" />
  7. <PhotoProfile container="jpeg" />
  8. <SubtitleProfile container="ass" codec="ass" />
  9. </TranscodeTargets>
  10. <CodecProfiles>
  11. <VideoCodec name="*">
  12. <Limitations>
  13. <UpperBound name="video.width" value="1920" isRequired="true" />
  14. <UpperBound name="video.height" value="1080" isRequired="true" />
  15. </Limitations>
  16. </VideoCodec>
  17. <VideoCodec name="h264">
  18. <Limitations>
  19. <UpperBound name="video.bitDepth" value="8" />
  20. <UpperBound name="video.level" value="42" />
  21. </Limitations>
  22. </VideoCodec>
  23. <VideoAudioCodec name="aac,mp3">
  24. <Limitations>
  25. <UpperBound name="audio.channels" value="2" />
  26. </Limitations>
  27. </VideoAudioCodec>
  28. </CodecProfiles>
  29. </Client>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement