Selur's Little Message Board

Full Version: Limiting maximum bitrate
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to set a limit on the maximum bitrate in NVENC constant quantizer or constant quality mode? Often the destination files have a bitrate exceeding 100 Mbit/sec.
If you want limited bit rates, use vbr.
a. if you select fixed quantizer, limiting the bitrate at all makes no sense
b. not sure whether limiting the bit rate in quality based encoding is supported in NVEncC. Normally bit rates are restricted through VBV settings, so I would recommend trying th properly set the profile&level settings, and limit the vbv buffer size (https://github.com/rigaya/NVEnc/blob/mas...ufsize-int) through a custom addition.



Cu Selur