i am not able to select "constant bitrate" on HandBrake!
I do not mean "Constant quality" that creates a variable bitrate!
Can HandBrake encode with constant bitrate?
Thank you!

Thanks you for the answer,Rodeo wrote:x264's CBR mode is enabled by setting vbv-maxrate=<bitrate> in the advanced panel (or via the CLI's --encopts option),
where <bitrate> is the same as the selected average bitrate.
You'll also need to set vbv-bufsize, otherwise the maxrate will be ignored
(when in doubt, you may set it to the same value as the maxrate).
TechnoPhil wrote:Rodeo wrote:x264's CBR mode is enabled by setting vbv-maxrate=<bitrate> in the advanced panel (or via the CLI's --encopts option),
where <bitrate> is the same as the selected average bitrate.
You'll also need to set vbv-bufsize, otherwise the maxrate will be ignored
(when in doubt, you may set it to the same value as the maxrate).
Ok.. who can help me with ffmpeg2 in your opinion?Rodeo wrote:Different encoder, different options. I have little knowledge of libavcodec options (which are what's used to ffmpeg2/ffmpeg4 encoders).