switching to -ss 1 instead of -frames:v

This commit is contained in:
John Andrews
2024-01-29 18:37:04 +13:00
parent 512fc45d67
commit a9eb21d2ad
3 changed files with 3 additions and 3 deletions

View File

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