DeviceProfile-TranscodeMedia.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. {
  2. "Name": "Jellyfin Media Player",
  3. "SupportedMediaTypes": "Audio,Photo,Video",
  4. "MaxStreamingBitrate": 20000000,
  5. "MaxStaticBitrate": 20000000,
  6. "MusicStreamingTranscodingBitrate": 1280000,
  7. "TimelineOffsetSeconds": 5,
  8. "TranscodingProfiles": [
  9. {
  10. "Type": "Audio",
  11. "EstimateContentLength": false,
  12. "EnableMpegtsM2TsMode": false,
  13. "TranscodeSeekInfo": "Auto",
  14. "CopyTimestamps": false,
  15. "Context": "Streaming",
  16. "EnableSubtitlesInManifest": false,
  17. "MinSegments": 0,
  18. "SegmentLength": 0,
  19. "BreakOnNonKeyFrames": false,
  20. "$type": "TranscodingProfile"
  21. },
  22. {
  23. "Container": "mp4",
  24. "Type": "Video",
  25. "AudioCodec": "aac,flac,alac",
  26. "VideoCodec": "hevc,h264",
  27. "Context": "Streaming",
  28. "Protocol": "hls",
  29. "MaxAudioChannels": "2",
  30. "MinSegments": "2",
  31. "BreakOnNonKeyFrames": true,
  32. "$type": "TranscodingProfile"
  33. },
  34. {
  35. "Container": "ts",
  36. "Type": "Video",
  37. "AudioCodec": "aac,mp3",
  38. "VideoCodec": "h264",
  39. "Context": "Streaming",
  40. "Protocol": "hls",
  41. "MaxAudioChannels": "2",
  42. "MinSegments": "2",
  43. "BreakOnNonKeyFrames": true,
  44. "$type": "TranscodingProfile"
  45. },
  46. {
  47. "Container": "webm",
  48. "Type": "Video",
  49. "AudioCodec": "vorbis",
  50. "VideoCodec": "vp9,vp8,vpx,av1",
  51. "Context": "Streaming",
  52. "Protocol": "http",
  53. "MaxAudioChannels": "2",
  54. "$type": "TranscodingProfile"
  55. },
  56. {
  57. "Container": "jpeg",
  58. "Type": "Photo",
  59. "EstimateContentLength": false,
  60. "EnableMpegtsM2TsMode": false,
  61. "TranscodeSeekInfo": "Auto",
  62. "CopyTimestamps": false,
  63. "Context": "Streaming",
  64. "EnableSubtitlesInManifest": false,
  65. "MinSegments": 0,
  66. "SegmentLength": 0,
  67. "BreakOnNonKeyFrames": false,
  68. "$type": "TranscodingProfile"
  69. }
  70. ],
  71. "SubtitleProfiles": [
  72. {
  73. "Format": "srt",
  74. "Method": "External",
  75. "$type": "SubtitleProfile"
  76. },
  77. {
  78. "Format": "srt",
  79. "Method": "Embed",
  80. "$type": "SubtitleProfile"
  81. },
  82. {
  83. "Format": "ass",
  84. "Method": "External",
  85. "$type": "SubtitleProfile"
  86. },
  87. {
  88. "Format": "ass",
  89. "Method": "Embed",
  90. "$type": "SubtitleProfile"
  91. },
  92. {
  93. "Format": "sub",
  94. "Method": "Embed",
  95. "$type": "SubtitleProfile"
  96. },
  97. {
  98. "Format": "sub",
  99. "Method": "External",
  100. "$type": "SubtitleProfile"
  101. },
  102. {
  103. "Format": "ssa",
  104. "Method": "Embed",
  105. "$type": "SubtitleProfile"
  106. },
  107. {
  108. "Format": "ssa",
  109. "Method": "External",
  110. "$type": "SubtitleProfile"
  111. },
  112. {
  113. "Format": "smi",
  114. "Method": "Embed",
  115. "$type": "SubtitleProfile"
  116. },
  117. {
  118. "Format": "smi",
  119. "Method": "External",
  120. "$type": "SubtitleProfile"
  121. },
  122. {
  123. "Format": "pgssub",
  124. "Method": "Embed",
  125. "$type": "SubtitleProfile"
  126. },
  127. {
  128. "Format": "dvdsub",
  129. "Method": "Embed",
  130. "$type": "SubtitleProfile"
  131. },
  132. {
  133. "Format": "pgs",
  134. "Method": "Embed",
  135. "$type": "SubtitleProfile"
  136. }
  137. ],
  138. "$type": "DeviceProfile"
  139. }