FF-1493: Added ability to save images to the file log

This commit is contained in:
John Andrews
2024-04-24 19:57:51 +12:00
parent b6d1604127
commit 011ce27f42
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -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)
{