[FFmpeg-user] Can this trigger VBR encoding for x264, x265, and libvvenc ?
Ferdi Scholten
ferdi at sttc-nlp.nl
Wed Oct 30 14:54:57 EET 2024
If I set " -b:v 5000k -maxrate 6000k -minrate 4000k " for x264, x265 and
> vvenc, will this enable VBR encoding for these three encoders ?
> _______________________________________________
>
If "constrained VBR" is what you want then the answer is yes.
It is not true VBR because it will never get below minrate or above
maxrate even if it would be possible/necessary for maintaining the
encoding quality
More information about the ffmpeg-user
mailing list