VideoRx Learn
← Recipe library

Average bitrate (5 Mbps)

From FFmpeg Compression, End to End ยท CRF vs. target bitrate

Average bitrate (5 Mbps)
ffmpeg -i input.mov -c:v libx264 -b:v 5M -maxrate 5.35M -bufsize 7.5M -preset medium -c:a aac -b:a 128k output-abr.mp4

Predictable size. Use when a delivery spec dictates the bitrate.

Related recipes