mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-30 13:20:02 -06:00
FF-1370 - setting default speed to medium
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user