FF-1580: FFmpeg Builder Encode now allows the encoder to be specified for AV1

This commit is contained in:
John Andrews
2024-05-30 09:06:13 +12:00
parent fefa2e37da
commit 7bf65a1cfa
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -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>

View File

@@ -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