mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-30 23:00:06 -06:00
FF-1795: Added Aspect Ratio flow element
This commit is contained in:
@@ -31,6 +31,7 @@ public class FfmpegBuilderAspectRatio : FfmpegBuilderNode
|
||||
/// </summary>
|
||||
[Range(1, int.MaxValue)]
|
||||
[NumberInt(3)]
|
||||
[DefaultValue(16)]
|
||||
[ConditionEquals(nameof(AspectRatio), "Custom")]
|
||||
public int CustomWidth { get; set; }
|
||||
|
||||
@@ -40,6 +41,7 @@ public class FfmpegBuilderAspectRatio : FfmpegBuilderNode
|
||||
/// </summary>
|
||||
[Range(1, int.MaxValue)]
|
||||
[NumberInt(4)]
|
||||
[DefaultValue(9)]
|
||||
[ConditionEquals(nameof(AspectRatio), "Custom")]
|
||||
public int CustomHeight { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user