FF-1098 - av1 qsv

This commit is contained in:
John Andrews
2024-01-26 08:51:44 +13:00
parent 3e8ba3d4d9
commit 9cb0a58b5d
2 changed files with 42 additions and 0 deletions

View File

@@ -113,6 +113,13 @@ public class CanUseHardwareEncoding:Node
/// <param name="args">the node parameters</param>
/// <returns>true if can use it, otherwise false</returns>
internal static bool CanProcess_Nvidia_AV1(NodeParameters args) => CanProcess(args, "av1_nvenc");
/// <summary>
/// Checks if this flow runner can use QSV AV1 encoder
/// </summary>
/// <param name="args">the node parameters</param>
/// <returns>true if can use it, otherwise false</returns>
internal static bool CanProcess_Qsv_AV1(NodeParameters args) => CanProcess(args, "av1_qsv");
/// <summary>
/// Checks if this flow runner can use NVIDIA H.264 encoder