mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-03 22:40:09 +00:00
[AudioTranscoding] Add FLAC as supported target audio format and be able to define the corresponding target sample rate
This commit is contained in:
parent
82d27e6461
commit
28ee4f0a7f
4 changed files with 39 additions and 3 deletions
|
|
@ -25,6 +25,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
"ac3",
|
||||
"aac",
|
||||
"mp3",
|
||||
"flac",
|
||||
"h264_qsv",
|
||||
"hevc_qsv",
|
||||
"mpeg2_qsv",
|
||||
|
|
@ -71,6 +72,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
"libmp3lame",
|
||||
"libopus",
|
||||
"libvorbis",
|
||||
"flac",
|
||||
"srt",
|
||||
"h264_amf",
|
||||
"hevc_amf",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue