Independent · Open-source focused
Media engineering,
explained.
Independent tools and plain-English education for developers who ship video and images. No vendor agenda, just how this stuff actually works.
Compress a video
ffmpeg 8.x
Codec
Quality (CRF)
CRF 23: H.264's default, chosen by its authors as the sweet spot for most content.
ffmpeg -i input.mp4 \
-c:v libx264 -crf 23 \
-preset medium -c:a copy \
output.mp4Also covered: convert to mp4, convert to webm, resize video, trim & cut, crop video, extract audio, remove audio, rotate video, cap frame rate, extract a frame, watermark.
The wiki
The concepts underneath the commands, written for developers who need to make a decision, not pass an exam.
Run the numbers
Back-of-envelope calculators with every assumption stated and every price sourced.
See the difference
Codec debates end faster with pixels and numbers on the same page.
New tools and articles land regularly. Catch them on X or by RSS.