Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Client name="Samsung">
  3. <!-- Author: ErikssonNet -->
  4. <TranscodeTargets>
  5. <VideoProfile protocol="hls" container="mpegts,mp4,mkv" codec="h264,hevc" audioCodec="aac,mp2,mp3,ac3,eac3,dca,truehd" context="streaming">
  6. <Setting name="BreakNonKeyframes" value="true" />
  7. </VideoProfile>
  8. </TranscodeTargets>
  9. <DirectPlayProfiles>
  10. <VideoProfile container="mp4" codec="hevc,h264,mpeg4" audioCodec="aac,ac3,mp3,pcm,dca" subtitleFormat="srt,smi"/>
  11. <VideoProfile container="mkv" codec="hevc,h264,mpeg4,mjpeg,mpeg2video,vc1" audioCodec="mp2,mp3,ac3,dca,aac,pcm,vorbis" subtitleFormat="srt,smi"/>
  12. <VideoProfile container="asf" codec="wmv3,wmv3,vc1" audioCodec="wmav2,wmav2,wmapro,wmavoice,pcm" subtitleFormat="srt,smi"/>
  13. <VideoProfile container="avi" codec="h264,mpeg4,mjpeg" audioCodec="mp3,ac3,dca,pcm" subtitleFormat="srt,smi"/>
  14. <VideoProfile container="mpeg" codec="h264,mpeg1video,mpeg2video" audioCodec="mp2,mp3,ac3,aac,pcm" subtitleFormat="srt,smi"/>
  15. <VideoProfile container="flv" codec="h264" audioCodec="aac,ac3,mp3,pcm" subtitleFormat="srt,smi"/>
  16. <VideoProfile container="mpegts" codec="h264,mpeg2video,vc1" audioCodec="mp2,mp3,ac3,dca,pcm" subtitleFormat="srt,smi"/>
  17. <VideoProfile container="3gpp" codec="h264,mpeg4" audioCodec="aac"/>
  18. </DirectPlayProfiles>
  19. <CodecProfiles>
  20. <VideoCodec name="mpeg4">
  21. <Limitations>
  22. <UpperBound name="video.width" value="3840" isRequired="true" />
  23. <UpperBound name="video.height" value="2160" isRequired="true" />
  24. <UpperBound name="video.frameRate" value="30" />
  25. <UpperBound name="video.bitrate" value="120000" />
  26. </Limitations>
  27. </VideoCodec>
  28. <VideoCodec name="h264">
  29. <Limitations>
  30. <UpperBound name="video.width" value="3840" isRequired="true" />
  31. <UpperBound name="video.height" value="2160" isRequired="true" />
  32. <UpperBound name="video.frameRate" value="30" />
  33. <UpperBound name="video.bitrate" value="120000" />
  34. <UpperBound name="video.level" value="51" />
  35. </Limitations>
  36. </VideoCodec>
  37. <VideoCodec name="hevc">
  38. <Limitations>
  39. <UpperBound name="video.width" value="3840" isRequired="true" />
  40. <UpperBound name="video.height" value="2160" isRequired="true" />
  41. <UpperBound name="video.frameRate" value="30" />
  42. <UpperBound name="video.bitrate" value="120000" />
  43. <UpperBound name="video.level" value="51" />
  44. </Limitations>
  45. </VideoCodec>
  46. <VideoAudioCodec name="ac3,wmav2,dca,aac,mp3">
  47. <Limitations>
  48. <UpperBound name="audio.channels" value="8"/>
  49. </Limitations>
  50. </VideoAudioCodec>
  51. </CodecProfiles>
  52. <DlnaMediaProfiles>
  53. <DlnaVideoProfile container="mkv" pn="" mimeType="video/x-mkv" />
  54. </DlnaMediaProfiles>
  55. </Client>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement