Is it possible to trigger VBR mode by setting different values for -maxrate, -minrate and -b:v even for those audio codecs who doesn't have support for VBR ?
e.g mp2 doesn't have VBR support in ffmpeg, but it supports bitrates from 32 to 384 kbps. So, if I set -minrate to 32k, -maxrate to 384k, and -b:v to the average of 32+384=208k, then will it automatically trigger VBR mode in mp2 in FFMPEG as well ? I don't use mp2 much, because I encode videos with FFMPEG for Youtube uploading, so I use Opus (with the libopus encoder) the most, but I am asking just out of curiosity. _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".