mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-02-23 07:09:51 -06:00
FF-1493: Added ability to save images to the file log
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -120,7 +120,7 @@ public class FfmpegBuilderCropBlackBars : FfmpegBuilderNode
|
||||
|
||||
process.Start();
|
||||
string output = process.StandardError.ReadToEnd();
|
||||
Console.WriteLine(output);
|
||||
// Console.WriteLine(output);
|
||||
string error = process.StandardError.ReadToEnd();
|
||||
if (process.WaitForExit(30_000) == false)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user