Skip to content

Commit b7006fc

Browse files
committed
Remove loglevel debug from av1an (again), UI improvements
1 parent c8edb2f commit b7006fc

File tree

3 files changed

+61
-64
lines changed

3 files changed

+61
-64
lines changed

ff-utils-winforms/Forms/MainForm.Designer.cs

Lines changed: 59 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ff-utils-winforms/Forms/MainForm.resx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@
120120
<metadata name="toolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
121121
<value>17, 17</value>
122122
</metadata>
123-
<metadata name="toolTip.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
124-
<value>17, 17</value>
125-
</metadata>
126123
<metadata name="checkItemsContextMenu.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
127124
<value>107, 17</value>
128125
</metadata>

ff-utils-winforms/UI/Tasks/Av1an.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ public static async Task Run(bool resume = false, string overrideTempDir = "", s
5050
string args = "";
5151
string inPath = "";
5252
string outPath = "";
53-
string timestamp = ((long)(DateTime.Now - new DateTime(1970, 1, 1)).TotalMilliseconds).ToString();
5453
string tempDir = "";
54+
string timestamp = ((long)(DateTime.Now - new DateTime(1970, 1, 1)).TotalMilliseconds).ToString();
5555

5656
try
5757
{
@@ -74,7 +74,7 @@ public static async Task Run(bool resume = false, string overrideTempDir = "", s
7474
string c = GetConcatMethod();
7575
string thr = Program.mainForm.av1anThreadsUpDown.Value.ToString();
7676

77-
args = $"-i {inPath.Wrap()} -y --verbose --log-level debug --keep --split-method {s} -m {m} -c {c} --set-thread-affinity {thr} {GetScDownscaleArg()} {cust} {v} -f \" {vf} \" -a \" {a} \" -w {w} -o {outPath.Wrap()}";
77+
args = $"-i {inPath.Wrap()} -y --verbose --keep --split-method {s} -m {m} -c {c} --set-thread-affinity {thr} {GetScDownscaleArg()} {cust} {v} -f \" {vf} \" -a \" {a} \" -w {w} -o {outPath.Wrap()}";
7878

7979
if (vmaf)
8080
{

0 commit comments

Comments
 (0)