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
@@ -1100,6 +1100,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
private static string GetVideoFormat(FFmpegPlaybackSettings playbackSettings) =>
playbackSettings.VideoFormat switch
{
FFmpegProfileVideoFormat.Av1 => VideoFormat.Av1,
FFmpegProfileVideoFormat.Hevc => VideoFormat.Hevc,
FFmpegProfileVideoFormat.H264 => VideoFormat.H264,
FFmpegProfileVideoFormat.Mpeg2Video => VideoFormat.Mpeg2Video,