force qsv decoder if using qsv

This commit is contained in:
John Andrews
2024-01-29 21:25:15 +13:00
parent f1b031f3c7
commit f2ea965ad3

View File

@@ -321,11 +321,11 @@ public class FfmpegBuilderExecutor: FfmpegBuilderNode
arguments.AddRange(new[]
{
"-i", localFile,
//"-frames:v", "1",
"-ss", "10",
"-frames:v", "1",
//"-ss", "10",
// instead of file output to null
//"-f", "null", "-",
testFile
"-f", "null", "-",
//testFile
});
string line = string.Join("", arguments);
if (tested.Contains(line))