[ ] Thursday, 26 October 2023 [ ]

Shrinking video

ffmpeg -i infile -c:v libx264 -crf 21 output.mp4

Changing the -crf higher from the default 18 will make the video size smaller.

ffmpeg


$Id: diary,v 1.40 2026/04/05 01:05:38 fred Exp $