use nvenc to detect encoder capability (#2459)

This commit is contained in:
Jason Dove
2025-09-27 16:30:14 +00:00
committed by GitHub
parent dc92a96bd9
commit b820b798cb
14 changed files with 348 additions and 60 deletions
@@ -1114,6 +1114,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
(VideoFormat.H264, VideoProfile.Main) => VideoProfile.Main,
(VideoFormat.H264, VideoProfile.High) => VideoProfile.High,
(VideoFormat.H264, VideoProfile.High10) => VideoProfile.High10,
(VideoFormat.H264, VideoProfile.High444p) => VideoProfile.High444p,
_ => Option<string>.None
};