We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d0a4c commit 496cda7Copy full SHA for 496cda7
ff-utils-winforms/Data/Codecs/Video/LibVpx.cs
@@ -19,7 +19,7 @@ class LibVpx : IEncoder
19
public int QMax { get; } = 63;
20
public int QDefault { get; } = 24;
21
public string QInfo { get; } = "CRF (0-63 - Lower is better)";
22
- public string PresetInfo { get; } = "Higher = Better compression";
+ public string PresetInfo { get; } = "Lower = Better compression";
23
24
public bool SupportsTwoPass { get; } = true;
25
public bool ForceTwoPass { get; } = true;
0 commit comments