diff --git a/FileFlows.Plugin.dll b/FileFlows.Plugin.dll index b58d92f7..055a0f78 100644 Binary files a/FileFlows.Plugin.dll and b/FileFlows.Plugin.dll differ diff --git a/FileFlows.Plugin.pdb b/FileFlows.Plugin.pdb index f7aa8da8..62490f40 100644 Binary files a/FileFlows.Plugin.pdb and b/FileFlows.Plugin.pdb differ diff --git a/VideoNodes/FfmpegBuilderNodes/Video/FfmpegBuilderCropBlackBars.cs b/VideoNodes/FfmpegBuilderNodes/Video/FfmpegBuilderCropBlackBars.cs index 3eef77e7..1888303e 100644 --- a/VideoNodes/FfmpegBuilderNodes/Video/FfmpegBuilderCropBlackBars.cs +++ b/VideoNodes/FfmpegBuilderNodes/Video/FfmpegBuilderCropBlackBars.cs @@ -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) {