ffmpuzzle
Puzzle #19 · Standard · 5 params

H.265 · CRF 26 · 1440p · Opus · MKV

The scenario

Personal Plex media server encoding for a movie collection. H.265 for storage efficiency, 1440p for high-quality on desktop monitors, CRF 26 as a good quality/size balance, Opus for modern audio, MKV for subtitle and chapter support.

The answer

Video CodecH.265
CRF26
Resolution1440p
AudioOpus
ContainerMKV

The command

ffmpeg -i input.mp4 -c:v libx265 -crf 26 -vf scale=-2:1440 -c:a libopus -b:a 128k output.mkv

Why

MKV (Matroska) can contain virtually any codec combination and supports unlimited subtitle tracks, chapters, and attachments (like fonts). This flexibility is why it is the preferred format for media servers like Plex and Jellyfin.

Play

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

$ play today's puzzle

← all puzzles