VideoRx Learn
← Recipe library

Inspect the result

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

Inspect the result
ffprobe -v error -show_entries format=size,duration,bit_rate -of default=noprint_wrappers=1 output-crf20.mp4

Always verify rather than assume.

Related recipes