mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-06 03:09:49 -06:00
switching to -ss 1 instead of -frames:v
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user