Merge pull request #4361 from ssenart/feature/4360-transcoding_flac_downsampling

Add FLAC and define the corresponding target sample rate
This commit is contained in:
Joshua M. Boniface
2020-11-17 10:29:29 -05:00
committed by GitHub
6 changed files with 43 additions and 4 deletions

View File

@@ -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",