mirror of
https://github.com/n00mkrad/flowframes.git
synced 2026-07-10 12:37:56 +02:00
Fixed NVENC encoding args
This commit is contained in:
@@ -66,12 +66,12 @@ namespace Flowframes.AudioVideo
|
||||
|
||||
if (codec == Codec.NVENC264)
|
||||
{
|
||||
args += $"-crf {Config.GetInt("h264Crf")} -preset default -pix_fmt yuv420p";
|
||||
args += $"-cq {Config.GetInt("h264Crf")} -preset slow -pix_fmt yuv420p";
|
||||
}
|
||||
|
||||
if (codec == Codec.NVENC265)
|
||||
{
|
||||
args += $"-crf {Config.GetInt("h265Crf")} -preset default -pix_fmt yuv420p";
|
||||
args += $"-cq {Config.GetInt("h265Crf")} -preset slow -pix_fmt yuv420p";
|
||||
}
|
||||
|
||||
if (codec == Codec.VP9)
|
||||
|
||||
Reference in New Issue
Block a user