Skip to main content

Posts

Showing posts from November, 2025

My Journey Into Modern Video Compression

And Why I Ended Up Using Shutter Encoder,  AV1 and opus After testing many tools to compress my album/personal videos from the last years, I use AV1 + Opus + MKV with Shutter Encoder as my daily workflow. It keeps things practical while giving modern compression, metadata preservation, filter preview, and predictable results. AV1, Constant Quality, VBR, and Variable Framerate (VFR) AV1 is already supported by most modern devices and will remain standard for a long time. Its main advantage: AV1 lets you decide how much quality to preserve while greatly reducing file size, so the loss becomes dependent on your preference of videos. AV1 also supports variable bitrate (VBR) , where the encoder automatically uses fewer bits on simple scenes and more on complex ones. Combined with constant-quality (CQ) mode , this lets you target a consistent visual quality across the file without worrying about a fixed bitrate. It works very well with variable framerate (VFR) , where f...