Merge pull request #2251 from nyanmisaka/master

add support for AMD AMF hardware encoding on Windows & Linux
This commit is contained in:
dkanada
2020-01-16 15:26:46 +09:00
committed by GitHub
2 changed files with 5 additions and 16 deletions

View File

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