diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-11-17 10:29:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-17 10:29:29 -0500 |
| commit | e0f60847c018fbcf3a4b76f69029860933c0dc7c (patch) | |
| tree | 64310bae8e41779855fc2a598f20f5d8c1566ba0 /MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs | |
| parent | f6ebdbc45e6dc455b7535dfe341ccba94b2c2a90 (diff) | |
| parent | 08279e91badebf34e34735b8f512ba585fb336d6 (diff) | |
Merge pull request #4361 from ssenart/feature/4360-transcoding_flac_downsampling
Add FLAC and define the corresponding target sample rate
Diffstat (limited to 'MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs')
| -rw-r--r-- | MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs b/MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs index 3287f9814..92f16ab95 100644 --- a/MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs +++ b/MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs @@ -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", |
