Browse Source

add support for AMD h264_amf & hevc_amf

Nyanmisaka 5 years ago
parent
commit
e95239e281
1 changed files with 3 additions and 1 deletions
  1. 3 1
      MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs

+ 3 - 1
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