add qsv av1 encoder (#2471)
This commit is contained in:
@@ -12,7 +12,8 @@ public class FFmpegProfileEditViewModelValidator : AbstractValidator<FFmpegProfi
|
||||
[
|
||||
FFmpegProfileVideoFormat.H264,
|
||||
FFmpegProfileVideoFormat.Hevc,
|
||||
FFmpegProfileVideoFormat.Mpeg2Video
|
||||
FFmpegProfileVideoFormat.Mpeg2Video,
|
||||
FFmpegProfileVideoFormat.Av1
|
||||
];
|
||||
|
||||
private static readonly List<FFmpegProfileVideoFormat> NvencFormats =
|
||||
|
||||
Reference in New Issue
Block a user