mirror of https://github.com/jellyfin/jellyfin.git
362 lines
9.9 KiB
JSON
362 lines
9.9 KiB
JSON
{
|
|
"EnableAlbumArtInDidl": false,
|
|
"EnableSingleAlbumArtLimit": false,
|
|
"EnableSingleSubtitleLimit": false,
|
|
"SupportedMediaTypes": "Audio,Photo,Video",
|
|
"MaxAlbumArtWidth": 0,
|
|
"MaxAlbumArtHeight": 0,
|
|
"MaxStreamingBitrate": 120000000,
|
|
"MaxStaticBitrate": 100000000,
|
|
"MusicStreamingTranscodingBitrate": 384000,
|
|
"TimelineOffsetSeconds": 0,
|
|
"RequiresPlainVideoItems": false,
|
|
"RequiresPlainFolders": false,
|
|
"EnableMSMediaReceiverRegistrar": false,
|
|
"IgnoreTranscodeByteRangeRequests": false,
|
|
"DirectPlayProfiles": [
|
|
{
|
|
"Container": "webm",
|
|
"Type": "Video",
|
|
"VideoCodec": "vp8,vp9,av1",
|
|
"AudioCodec": "vorbis,opus"
|
|
},
|
|
{
|
|
"Container": "mp4,m4v",
|
|
"Type": "Video",
|
|
"VideoCodec": "h264,hevc,vp9,av1",
|
|
"AudioCodec": "aac,mp3,mp2,opus,flac,vorbis"
|
|
},
|
|
{
|
|
"Container": "mov",
|
|
"Type": "Video",
|
|
"VideoCodec": "h264",
|
|
"AudioCodec": "aac,mp3,mp2,opus,flac,vorbis"
|
|
},
|
|
{
|
|
"Container": "opus",
|
|
"Type": "Audio"
|
|
},
|
|
{
|
|
"Container": "webm",
|
|
"AudioCodec": "opus",
|
|
"Type": "Audio"
|
|
},
|
|
{
|
|
"Container": "ts",
|
|
"AudioCodec": "mp3",
|
|
"Type": "Audio"
|
|
},
|
|
{
|
|
"Container": "mp3",
|
|
"Type": "Audio"
|
|
},
|
|
{
|
|
"Container": "aac",
|
|
"Type": "Audio"
|
|
},
|
|
{
|
|
"Container": "m4a",
|
|
"AudioCodec": "aac",
|
|
"Type": "Audio"
|
|
},
|
|
{
|
|
"Container": "m4b",
|
|
"AudioCodec": "aac",
|
|
"Type": "Audio"
|
|
},
|
|
{
|
|
"Container": "flac",
|
|
"Type": "Audio"
|
|
},
|
|
{
|
|
"Container": "webma",
|
|
"Type": "Audio"
|
|
},
|
|
{
|
|
"Container": "webm",
|
|
"AudioCodec": "webma",
|
|
"Type": "Audio"
|
|
},
|
|
{
|
|
"Container": "wav",
|
|
"Type": "Audio"
|
|
},
|
|
{
|
|
"Container": "ogg",
|
|
"Type": "Audio"
|
|
},
|
|
{
|
|
"Container": "hls",
|
|
"Type": "Video",
|
|
"VideoCodec": "av1,hevc,h264,vp9",
|
|
"AudioCodec": "aac,mp2,opus,flac"
|
|
},
|
|
{
|
|
"Container": "hls",
|
|
"Type": "Video",
|
|
"VideoCodec": "h264",
|
|
"AudioCodec": "aac,mp3,mp2"
|
|
}
|
|
],
|
|
"TranscodingProfiles": [
|
|
{
|
|
"Container": "mp4",
|
|
"Type": "Audio",
|
|
"AudioCodec": "aac",
|
|
"Context": "Streaming",
|
|
"Protocol": "hls",
|
|
"MaxAudioChannels": "2",
|
|
"MinSegments": "2",
|
|
"BreakOnNonKeyFrames": true,
|
|
"EnableAudioVbrEncoding": true
|
|
},
|
|
{
|
|
"Container": "aac",
|
|
"Type": "Audio",
|
|
"AudioCodec": "aac",
|
|
"Context": "Streaming",
|
|
"Protocol": "http",
|
|
"MaxAudioChannels": "2"
|
|
},
|
|
{
|
|
"Container": "mp3",
|
|
"Type": "Audio",
|
|
"AudioCodec": "mp3",
|
|
"Context": "Streaming",
|
|
"Protocol": "http",
|
|
"MaxAudioChannels": "2"
|
|
},
|
|
{
|
|
"Container": "opus",
|
|
"Type": "Audio",
|
|
"AudioCodec": "opus",
|
|
"Context": "Streaming",
|
|
"Protocol": "http",
|
|
"MaxAudioChannels": "2"
|
|
},
|
|
{
|
|
"Container": "wav",
|
|
"Type": "Audio",
|
|
"AudioCodec": "wav",
|
|
"Context": "Streaming",
|
|
"Protocol": "http",
|
|
"MaxAudioChannels": "2"
|
|
},
|
|
{
|
|
"Container": "opus",
|
|
"Type": "Audio",
|
|
"AudioCodec": "opus",
|
|
"Context": "Static",
|
|
"Protocol": "http",
|
|
"MaxAudioChannels": "2"
|
|
},
|
|
{
|
|
"Container": "mp3",
|
|
"Type": "Audio",
|
|
"AudioCodec": "mp3",
|
|
"Context": "Static",
|
|
"Protocol": "http",
|
|
"MaxAudioChannels": "2"
|
|
},
|
|
{
|
|
"Container": "aac",
|
|
"Type": "Audio",
|
|
"AudioCodec": "aac",
|
|
"Context": "Static",
|
|
"Protocol": "http",
|
|
"MaxAudioChannels": "2"
|
|
},
|
|
{
|
|
"Container": "wav",
|
|
"Type": "Audio",
|
|
"AudioCodec": "wav",
|
|
"Context": "Static",
|
|
"Protocol": "http",
|
|
"MaxAudioChannels": "2"
|
|
},
|
|
{
|
|
"Container": "mp4",
|
|
"Type": "Video",
|
|
"AudioCodec": "aac,mp2,opus,flac",
|
|
"VideoCodec": "av1,hevc,h264,vp9",
|
|
"Context": "Streaming",
|
|
"Protocol": "hls",
|
|
"MaxAudioChannels": "2",
|
|
"MinSegments": "2",
|
|
"BreakOnNonKeyFrames": true
|
|
},
|
|
{
|
|
"Container": "ts",
|
|
"Type": "Video",
|
|
"AudioCodec": "aac,mp3,mp2",
|
|
"VideoCodec": "h264",
|
|
"Context": "Streaming",
|
|
"Protocol": "hls",
|
|
"MaxAudioChannels": "2",
|
|
"MinSegments": "2",
|
|
"BreakOnNonKeyFrames": true
|
|
}
|
|
],
|
|
"ContainerProfiles": [],
|
|
"CodecProfiles": [
|
|
{
|
|
"Type": "VideoAudio",
|
|
"Codec": "aac",
|
|
"Conditions": [
|
|
{
|
|
"Condition": "Equals",
|
|
"Property": "IsSecondaryAudio",
|
|
"Value": "false",
|
|
"IsRequired": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "VideoAudio",
|
|
"Conditions": [
|
|
{
|
|
"Condition": "Equals",
|
|
"Property": "IsSecondaryAudio",
|
|
"Value": "false",
|
|
"IsRequired": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Video",
|
|
"Codec": "h264",
|
|
"Conditions": [
|
|
{
|
|
"Condition": "NotEquals",
|
|
"Property": "IsAnamorphic",
|
|
"Value": "true",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Condition": "EqualsAny",
|
|
"Property": "VideoProfile",
|
|
"Value": "high|main|baseline|constrained baseline|high 10",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Condition": "EqualsAny",
|
|
"Property": "VideoRangeType",
|
|
"Value": "SDR",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Condition": "LessThanEqual",
|
|
"Property": "VideoLevel",
|
|
"Value": "52",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Condition": "NotEquals",
|
|
"Property": "IsInterlaced",
|
|
"Value": "true",
|
|
"IsRequired": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Video",
|
|
"Codec": "hevc",
|
|
"Conditions": [
|
|
{
|
|
"Condition": "NotEquals",
|
|
"Property": "IsAnamorphic",
|
|
"Value": "true",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Condition": "EqualsAny",
|
|
"Property": "VideoProfile",
|
|
"Value": "main|main 10",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Condition": "EqualsAny",
|
|
"Property": "VideoRangeType",
|
|
"Value": "SDR|HDR10|HLG",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Condition": "LessThanEqual",
|
|
"Property": "VideoLevel",
|
|
"Value": "183",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Condition": "NotEquals",
|
|
"Property": "IsInterlaced",
|
|
"Value": "true",
|
|
"IsRequired": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Video",
|
|
"Codec": "vp9",
|
|
"Conditions": [
|
|
{
|
|
"Condition": "EqualsAny",
|
|
"Property": "VideoRangeType",
|
|
"Value": "SDR|HDR10|HLG",
|
|
"IsRequired": false
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Video",
|
|
"Codec": "av1",
|
|
"Conditions": [
|
|
{
|
|
"Condition": "NotEquals",
|
|
"Property": "IsAnamorphic",
|
|
"Value": "true",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Condition": "EqualsAny",
|
|
"Property": "VideoProfile",
|
|
"Value": "main",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Condition": "EqualsAny",
|
|
"Property": "VideoRangeType",
|
|
"Value": "SDR|HDR10|HLG",
|
|
"IsRequired": false
|
|
},
|
|
{
|
|
"Condition": "LessThanEqual",
|
|
"Property": "VideoLevel",
|
|
"Value": "19",
|
|
"IsRequired": false
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"SubtitleProfiles": [
|
|
{
|
|
"Format": "vtt",
|
|
"Method": "External"
|
|
},
|
|
{
|
|
"Format": "ass",
|
|
"Method": "External"
|
|
},
|
|
{
|
|
"Format": "ssa",
|
|
"Method": "External"
|
|
}
|
|
],
|
|
"ResponseProfiles": [
|
|
{
|
|
"Type": "Video",
|
|
"Container": "m4v",
|
|
"MimeType": "video/mp4"
|
|
}
|
|
]
|
|
}
|