VideoRx Learn

Recipe library

Working commands, not snippets from a man page — every one of these came out of a real workshop or a real job. Search by what it does or by the flag you half-remember.

Clear
h264 rate-control abr crf ffprobe inspection presets benchmark hls ladder

2 recipes tagged “abr”

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.

This command is part of a course.

Unlock with FFmpeg Compression, End to End

-sc_threshold 0 stops the encoder inserting extra keyframes on scene cuts, which is what breaks alignment.