Tuesday, January 28, 2025
- Change the
rc-lookahead
value for thenvenc-hevc
video mode intranscode-video.rb
from32
to20
per current Nvidia guidelines. A value of32
is the maximum allowed but it's probably unnecessary. - Add ratecontrol code for the
nvenc-av1
video mode which functionally matches that ofnvenc-hevc
mode. - Change the
nvenc-av1
video modequality
value from35
to37
. This will lower output bitrates below that ofnvenc-hevc
mode, a sensible move because AV1 format is supposed to be more size-efficient than HEVC at the same perceived level of quality.