Skip to content

Instantly share code, notes, and snippets.

@casebeer
Created April 2, 2025 00:02
Show Gist options
  • Save casebeer/3c57f3afab3da1f48c6f9fef6df011c0 to your computer and use it in GitHub Desktop.
Save casebeer/3c57f3afab3da1f48c6f9fef6df011c0 to your computer and use it in GitHub Desktop.
{
"MaxStaticBitrate": 7789442,
"MaxStreamingBitrate": 7789442,
"MusicStreamingTranscodingBitrate": 192000,
"DirectPlayProfiles": [
{
"AudioCodec": "vorbis,opus",
"Container": "webm",
"Type": "Video",
"VideoCodec": "vp8"
},
{
"AudioCodec": "aac,mp3",
"Container": "mp4,m4v",
"Type": "Video",
"VideoCodec": ""
},
{
"Container": "opus",
"Type": "Audio"
},
{
"AudioCodec": "mp3",
"Container": "mp3",
"Type": "Audio"
},
{
"Container": "aac",
"Type": "Audio"
},
{
"AudioCodec": "aac",
"Container": "m4a,m4b",
"Type": "Audio"
},
{
"Container": "flac",
"Type": "Audio"
},
{
"Container": "webma,webm",
"Type": "Audio"
},
{
"Container": "wav",
"Type": "Audio"
}
],
"TranscodingProfiles": [
{
"AudioCodec": "opus",
"Container": "opus",
"Context": "Streaming",
"MaxAudioChannels": "2",
"Protocol": "http",
"Type": "Audio"
},
{
"AudioCodec": "mp3",
"Container": "mp3",
"Context": "Streaming",
"MaxAudioChannels": "2",
"Protocol": "http",
"Type": "Audio"
},
{
"AudioCodec": "aac",
"Container": "aac",
"Context": "Streaming",
"MaxAudioChannels": "2",
"Protocol": "http",
"Type": "Audio"
},
{
"AudioCodec": "flac",
"Container": "flac",
"Context": "Streaming",
"MaxAudioChannels": "2",
"Protocol": "http",
"Type": "Audio"
},
{
"AudioCodec": "webma",
"Container": "webma",
"Context": "Streaming",
"MaxAudioChannels": "2",
"Protocol": "http",
"Type": "Audio"
},
{
"AudioCodec": "wav",
"Container": "wav",
"Context": "Streaming",
"MaxAudioChannels": "2",
"Protocol": "http",
"Type": "Audio"
}
],
"ContainerProfiles": [],
"CodecProfiles": [
{
"Codec": "flac",
"Conditions": [
{
"Condition": "LessThanEqual",
"IsRequired": false,
"Property": "AudioSampleRate",
"Value": "96000"
},
{
"Condition": "LessThanEqual",
"IsRequired": false,
"Property": "AudioBitDepth",
"Value": "24"
}
],
"Type": "Audio"
},
{
"Codec": "aac",
"Conditions": [
{
"Condition": "LessThanEqual",
"IsRequired": false,
"Property": "AudioChannels",
"Value": "2"
}
],
"Type": "VideoAudio"
},
{
"Codec": "vp8",
"Conditions": [
{
"Condition": "NotEquals",
"IsRequired": false,
"Property": "IsAnamorphic",
"Value": "true"
},
{
"Condition": "EqualsAny",
"IsRequired": false,
"Property": "VideoProfile",
"Value": ""
},
{
"Condition": "LessThanEqual",
"IsRequired": false,
"Property": "VideoLevel",
"Value": "0"
},
{
"Condition": "LessThanEqual",
"IsRequired": false,
"Property": "VideoBitDepth",
"Value": "8"
},
{
"Condition": "LessThanEqual",
"IsRequired": false,
"Property": "Width",
"Value": "3840"
},
{
"Condition": "LessThanEqual",
"IsRequired": false,
"Property": "Height",
"Value": "2160"
}
],
"Type": "Video"
},
{
"Conditions": [
{
"Condition": "Equals",
"IsRequired": false,
"Property": "IsSecondaryAudio",
"Value": "false"
}
],
"Type": "VideoAudio"
}
],
"SubtitleProfiles": [
{
"Format": "vtt",
"Method": "External"
},
{
"Format": "vtt",
"Method": "Hls"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment