maintain cuda pixel format throughout nvidia pipeline (#2042)

This commit is contained in:
Jason Dove
2025-06-18 02:59:10 +00:00
committed by GitHub
parent aeda5050d3
commit 5b9601a57b
9 changed files with 81 additions and 22 deletions
@@ -158,7 +158,7 @@ public class TranscodingTests
// // // //
// new("mpeg2video", "yuv420p"),
// //
new InputFormat("libx265", "yuv420p"),
//new InputFormat("libx265", "yuv420p"),
new InputFormat("libx265", "yuv420p10le")
//
// new("mpeg4", "yuv420p"),
@@ -197,8 +197,8 @@ public class TranscodingTests
public static HardwareAccelerationKind[] TestAccelerations =
[
HardwareAccelerationKind.None,
//HardwareAccelerationKind.Nvenc,
//HardwareAccelerationKind.None,
HardwareAccelerationKind.Nvenc,
//HardwareAccelerationKind.Vaapi
//HardwareAccelerationKind.Qsv,
// HardwareAccelerationKind.VideoToolbox,