ffmpuzzle
Puzzle #25 · Hard · 6 params

H.265 · CRF 22 · 1080p · AAC · MKV

The scenario

Anime archival for a private collection. H.265 with CRF 22 and slower preset to preserve cel animation detail (flat colors and sharp lines compress exceptionally well with HEVC), MKV for multiple subtitle tracks (Japanese + English).

The answer

Video CodecH.265
CRF22
Resolution1080p
AudioAAC
ContainerMKV
Presetslower

The command

ffmpeg -i input.mkv -c:v libx265 -crf 22 -preset slower -c:a aac -b:a 128k output.mkv

Why

Anime compresses 40-60% better than live action at the same CRF because flat-shaded cel animation has lower spatial complexity. An H.265 CRF 22 anime episode at 1080p typically lands around 300-500 MB vs 1-2 GB for live action.

Play

A new FFmpeg encoding puzzle every day. Six tries, in the browser or from your terminal.

$ play today's puzzle

← all puzzles