Skip to content

Commit 70b4360

Browse files
committed
Allow presets 11 and 12 for SVT
1 parent 56c4ece commit 70b4360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class SvtAv1 : IEncoder
1111
public Streams.Stream.StreamType Type { get; } = Streams.Stream.StreamType.Video;
1212
public string Name { get { return GetType().Name; } }
1313
public string FriendlyName { get; } = "AV1 (SVT-AV1)";
14-
public string[] Presets { get; } = new string[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10" };
14+
public string[] Presets { get; } = new string[] { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12" };
1515
public int PresetDefault { get; } = 5;
1616
public string[] ColorFormats { get; } = new string[] { "yuv420p", "yuv420p10le" };
1717
public int ColorFormatDefault { get; } = 1;

0 commit comments

Comments
 (0)