add nvidia av1 encoder (#2469)

This commit is contained in:
Jason Dove
2025-09-30 11:43:12 -05:00
committed by GitHub
parent b46de50801
commit e3af0f0b69
13 changed files with 49 additions and 4 deletions
+1
View File
@@ -209,6 +209,7 @@
{
string videoCodec = profile.VideoFormat switch
{
FFmpegProfileVideoFormat.Av1 => "av01.0.01M.08",
FFmpegProfileVideoFormat.Hevc => "hvc1.1.6.L93.B0",
FFmpegProfileVideoFormat.H264 => "avc1.4D4028",
_ => string.Empty