Skip to content

Commit 496cda7

Browse files
committed
Fixed incorrect PresetInfo for LibVpx
1 parent 86d0a4c commit 496cda7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ff-utils-winforms/Data/Codecs/Video/LibVpx.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class LibVpx : IEncoder
1919
public int QMax { get; } = 63;
2020
public int QDefault { get; } = 24;
2121
public string QInfo { get; } = "CRF (0-63 - Lower is better)";
22-
public string PresetInfo { get; } = "Higher = Better compression";
22+
public string PresetInfo { get; } = "Lower = Better compression";
2323

2424
public bool SupportsTwoPass { get; } = true;
2525
public bool ForceTwoPass { get; } = true;

0 commit comments

Comments
 (0)