[FFmpeg-user] Can this trigger VBR encoding for x264, x265, and libvvenc ?

Aditya Dandavate adityadandavate04 at gmail.com
Wed Oct 30 15:17:54 EET 2024


Okay, thank you sir.

Should I keep the bufsize 5 times that of maxrate ? Will that help in
effective allocation of bitrates ? Also, for getting the best possible
quality in this case, how high should be the value of bufsize ? What is
your recommendation ?

 (I use the slow preset for both x264 and x265 for getting better quality
at same filesizes btw).

On Wed, 30 Oct, 2024, 6:25 pm Ferdi Scholten, <ferdi at sttc-nlp.nl> wrote:

> 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
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".
>


More information about the ffmpeg-user mailing list