FF-1370 - setting default speed to medium

This commit is contained in:
John Andrews
2024-02-23 05:43:13 +13:00
parent 9b0b3f753e
commit 52381cc34d

View File

@@ -117,6 +117,7 @@ public partial class FfmpegBuilderVideoEncode:FfmpegBuilderNode
/// Gets or sets the speed to encode
/// </summary>
[Select(nameof(SpeedOptions), 4)]
[DefaultValue("medium")]
public string Speed { get; set; }
private static List<ListOption> _SpeedOptions;