I recently spent way too much time trying to get a Python application (with FastAPI and uv) running in a read-only Docker container. What should have been a simple security hardening exercise turned into a frustrating debugging session where the container kept crashing with cryptic errors about missing modules that were clearly installed during the build.| Werner Robitza
There are various FFmpeg encoders that support variable bit rate / constant quality encoding (learn more about rate control modes here). This gives you a muc...| slhck.info
What is “rate control”? It’s what a video encoder does when it decides how many bits to spend for a given frame. The goal of (lossy) video encoding is to sav...| slhck.info
What is the Constant Rate Factor?| slhck.info