mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-28 05:10:30 +00:00
Merge pull request #9388 from Shadowghost/output-bitrate-channels-master
This commit is contained in:
commit
2ce08eb184
7 changed files with 213 additions and 66 deletions
|
|
@ -25,11 +25,12 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
"mpeg2video",
|
||||
"mpeg4",
|
||||
"msmpeg4",
|
||||
"dts",
|
||||
"dca",
|
||||
"ac3",
|
||||
"aac",
|
||||
"mp3",
|
||||
"flac",
|
||||
"truehd",
|
||||
"h264_qsv",
|
||||
"hevc_qsv",
|
||||
"mpeg2_qsv",
|
||||
|
|
@ -59,10 +60,12 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
"aac_at",
|
||||
"libfdk_aac",
|
||||
"ac3",
|
||||
"dca",
|
||||
"libmp3lame",
|
||||
"libopus",
|
||||
"libvorbis",
|
||||
"flac",
|
||||
"truehd",
|
||||
"srt",
|
||||
"h264_amf",
|
||||
"hevc_amf",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue