Advertisement
Guest User

Untitled

a guest
Jun 18th, 2015
2,864
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Client name="PlayStation 4">
  3. <!-- Author: Plex Inc. -->
  4. <Identification>
  5. <Header name="User-Agent" substring="UPnP/1.0 DLNADOC/1.50" />
  6. <Header name="User-Agent" substring="PS4Application" />
  7. <Header name="User-Agent" substring="PlayStation 4" />
  8. <Header name="X-AV-Client-Info" substring="PlayStation 4" />
  9. </Identification>
  10. <TranscodeTargets>
  11. <VideoProfile container="mpegts" audioCodec="aac,ac3" codec="h264">
  12. <Setting name="VideoEncodeFlags" value="-x264opts cabac=1"/>
  13. </VideoProfile>
  14. <MusicProfile container="mp3" codec="mp3"/>
  15. <PhotoProfile container="jpeg"/>
  16. </TranscodeTargets>
  17. <DirectPlayProfiles>
  18. <VideoProfile container="mpegts" codec="mpeg1video,mpeg2video,h264,mpeg4" audioCodec="ac3,aac,mp3"/>
  19. <VideoProfile container="mp4" codec="mpeg1video,mpeg2video,h264,mpeg4" audioCodec="ac3,aac,mp3"/>
  20. <VideoProfile container="mov" codec="mpeg1video,mpeg2video,h264,mpeg4" audioCodec="ac3,aac,mp3"/>
  21. <VideoProfile container="mkv" codec="mpeg1video,mpeg2video,h264,mpeg4" audioCodec="ac3,aac,mp3"/>
  22. <VideoProfile container="avi" codec="mpeg1video,mpeg2video,h264,mpeg4" audioCodec="ac3,aac,mp3"/>
  23. <MusicProfile container="mp3" codec="mp3"/>
  24. <MusicProfile container="mp4" codec="aac"/>
  25. <PhotoProfile container="jpeg,bmp,png"/>
  26. </DirectPlayProfiles>
  27. <CodecProfiles>
  28. <VideoCodec name="mpeg1video,mpeg2video">
  29. <Limitations>
  30. <UpperBound name="video.width" value="1920"/>
  31. <UpperBound name="video.height" value="1088"/>
  32. <UpperBound name="video.bitrate" value="20000"/>
  33. </Limitations>
  34. </VideoCodec>
  35. <VideoCodec name="h264,mpeg4">
  36. <Limitations>
  37. <UpperBound name="video.width" value="1920"/>
  38. <UpperBound name="video.height" value="1088"/>
  39. <UpperBound name="video.bitrate" value="30000"/>
  40. </Limitations>
  41. </VideoCodec>
  42. <VideoAudioCodec name="ac3,aac">
  43. <Limitations>
  44. <UpperBound name="audio.channels" value="6"/>
  45. </Limitations>
  46. </VideoAudioCodec>
  47. <VideoAudioCodec name="mp3">
  48. <Limitations>
  49. <UpperBound name="audio.channels" value="2"/>
  50. </Limitations>
  51. </VideoAudioCodec>
  52. <MusicCodec name="aac">
  53. <Limitations>
  54. <UpperBound name="audio.channels" value="2"/>
  55. </Limitations>
  56. </MusicCodec>
  57. </CodecProfiles>
  58. <ContainerProfiles>
  59. <PhotoContainer name="*">
  60. <Limitations>
  61. <UpperBound name="media.width" value="1280"/>
  62. <UpperBound name="media.height" value="720"/>
  63. </Limitations>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement