video: reduce nvenc delay/async_depth to 0 (#507)

This commit is contained in:
Conn O'Griofa 2022-12-15 19:18:11 +00:00 committed by GitHub
commit 3fd38b3a2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -418,6 +418,7 @@ static encoder_t nvenc {
AV_PIX_FMT_NV12, AV_PIX_FMT_P010,
{
{
{ "delay"s, 0 },
{ "forced-idr"s, 1 },
{ "zerolatency"s, 1 },
{ "preset"s, &config::video.nv.preset },
@ -428,6 +429,7 @@ static encoder_t nvenc {
},
{
{
{ "delay"s, 0 },
{ "forced-idr"s, 1 },
{ "zerolatency"s, 1 },
{ "preset"s, &config::video.nv.preset },