mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-04 20:50:41 -06:00
updaetd order of hardware decoders
This commit is contained in:
@@ -95,7 +95,7 @@ namespace FileFlows.VideoNodes.FfmpegBuilderNodes
|
||||
internal string[] GetHardwareDecodingArgs()
|
||||
{
|
||||
string testFile = Path.Combine(Args.TempPath, Guid.NewGuid() + ".hwtest.mkv");
|
||||
foreach(var hw in new [] { "cuda", "dxva2", "qsv", "d3d11va", "opencl" })
|
||||
foreach(var hw in new [] { "cuda", "qsv", "dxva2", "d3d11va", "opencl" })
|
||||
{
|
||||
// ffmpeg -y -hwaccel qsvf -f lavfi -i color=color=red -frames:v 10 test.mkv
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user