I\'m trying to encode a video with ffmpeg into H.264 (via the libx264 library) with a constant bit rate. I know, I know, VBR is often preferred, but for this specific job I\'m
Specify -nal-hrd cbr after -bufsize 400000.
-nal-hrd cbr
-bufsize 400000