mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-02-18 12:08:36 -06:00
FF-1580: FFmpeg Builder Encode now allows the encoder to be specified for AV1
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -29,7 +29,7 @@ public partial class FfmpegBuilderVideoBitrateEncode:VideoEncodeBase
|
||||
/// Gets or sets the encoder to use
|
||||
/// </summary>
|
||||
[Select(nameof(Encoders), 2)]
|
||||
[ConditionEquals(nameof(Codec), "/av1/", inverse: true)]
|
||||
//[ConditionEquals(nameof(Codec), "/av1/", inverse: true)]
|
||||
public string Encoder { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -35,7 +35,7 @@ public partial class FfmpegBuilderVideoEncode:VideoEncodeBase
|
||||
/// Gets or sets the encoder to use
|
||||
/// </summary>
|
||||
[Select(nameof(Encoders), 2)]
|
||||
[ConditionEquals(nameof(Codec), "/av1/", inverse: true)]
|
||||
//[ConditionEquals(nameof(Codec), "/av1/", inverse: true)]
|
||||
public string Encoder { get; set; }
|
||||
/// <summary>
|
||||
/// Gets or sets the quality of the video encode
|
||||
|
||||
Reference in New Issue
Block a user