ffmpuzzle
Puzzle #51 · Standard · 5 params

H.265 · CRF 30 · 720p · AAC · MP4

The scenario

Surveillance footage export for law enforcement evidence submission. H.265 at 720p CRF 30 — aggressive compression because evidence storage budgets are tight, AAC for playback on courtroom laptops, MP4 for universal compatibility.

The answer

Video CodecH.265
CRF30
Resolution720p
AudioAAC
ContainerMP4

The command

ffmpeg -i input.mp4 -c:v libx265 -crf 30 -vf scale=-2:720 -c:a aac -b:a 64k -movflags +faststart output.mp4

Why

Courts in the US accept H.264 and H.265 video evidence but require a "chain of custody" hash. Over-compressing with high CRF can be challenged by defense attorneys who argue that compression artifacts could obscure critical details.

Play

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

$ play today's puzzle

← all puzzles