diff options
| author | Nyanmisaka <799610810@qq.com> | 2020-01-11 01:36:25 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-11 01:36:25 +0800 |
| commit | e95239e28132b4d6486ee9272d20ec5ada46b66c (patch) | |
| tree | 85bdc71c2774dd0ecb0785e65fbac3310f3fb536 | |
| parent | 0a39e54984ae2eb7ab9ec3382a9122a6de9e56b1 (diff) | |
add support for AMD h264_amf & hevc_amf
| -rw-r--r-- | MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs b/MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs index 1feca0ec9..993cd3f74 100644 --- a/MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs +++ b/MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs @@ -55,7 +55,9 @@ namespace MediaBrowser.MediaEncoding.Encoder "h264_vaapi", "hevc_vaapi", "h264_v4l2m2m", - "ac3" + "ac3", + "h264_amf", + "hevc_amf" }; // Try and use the individual library versions to determine a FFmpeg version |
