Hello,
it would be nice if you offer beside constant quantization on NVENC also a constant quality mode for NVENC. For the software renderer you offer CRF as constant quality mode, but for NVENC you don't.
I experimented a little bit with the ffmpeg output to achieve this. The main parameters for this are:
preset=hq profile=high rc=vbr cq=16 b=0 maxrate=960000000 bufsize=960000000
profile high, level should 6.2, b (bitrate) 0, maxrate 960000000 bufsize 960000000 to not limit bitrates. Level 6.2 is set automatically with these setting, if I remmber right I had problems setting this explicitly. maxrate and bufsize are the maximum accepted values.
rc vbr and cq are the settings for a constant quality.
Maybe you could consider this in future updates.
Best regards
it would be nice if you offer beside constant quantization on NVENC also a constant quality mode for NVENC. For the software renderer you offer CRF as constant quality mode, but for NVENC you don't.
I experimented a little bit with the ffmpeg output to achieve this. The main parameters for this are:
preset=hq profile=high rc=vbr cq=16 b=0 maxrate=960000000 bufsize=960000000
profile high, level should 6.2, b (bitrate) 0, maxrate 960000000 bufsize 960000000 to not limit bitrates. Level 6.2 is set automatically with these setting, if I remmber right I had problems setting this explicitly. maxrate and bufsize are the maximum accepted values.
rc vbr and cq are the settings for a constant quality.
Maybe you could consider this in future updates.
Best regards