VideoRx Learn
← Recipe library

Constant quality (CRF 20)

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

Constant quality (CRF 20)
ffmpeg -i input.mov -c:v libx264 -crf 20 -preset medium -c:a aac -b:a 128k output-crf20.mp4

Size varies with content. This is what you want for archival and VOD masters.

Related recipes