mirror of
https://github.com/n00mkrad/flowframes.git
synced 2026-05-18 13:15:01 +02:00
oops, hevc_nvenc does have 4:4:4 support
This commit is contained in:
@@ -85,7 +85,7 @@ namespace Flowframes.MiscUtils
|
||||
{
|
||||
Codec = Codec.H265,
|
||||
Name = "hevc_nvenc",
|
||||
PixelFormats = new List<PixFmt>() { PixFmt.Yuv420P, PixFmt.Yuv420P10Le },
|
||||
PixelFormats = new List<PixFmt>() { PixFmt.Yuv420P, PixFmt.Yuv444P, PixFmt.Yuv420P10Le },
|
||||
QualityLevels = ParseUtils.GetEnumStrings<Quality.Common>(),
|
||||
QualityDefault = (int)Quality.Common.VeryHigh,
|
||||
HwAccelerated = true,
|
||||
|
||||
Reference in New Issue
Block a user