ffmpuzzle
Puzzle #55 · Standard · 5 params

H.264 · Bitrate 500M · 2160p · PCM · MOV

The scenario

VFX review screening master from an EXR sequence. H.264 at near-lossless 500 Mbps with 4:4:4 10-bit color for VFX supervisor approval, PCM audio for the temp mix, MOV for screening room playback on Mistika or Resolve.

The answer

Video CodecH.264
Bitrate500M
Resolution2160p
AudioPCM
ContainerMOV

The command

ffmpeg -i input.exr -c:v libx264 -b:v 500M -pix_fmt yuv444p10le -c:a pcm_s24le output.mov

Why

H.264 supports 4:4:4 chroma subsampling and 10-bit depth via High 4:4:4 Predictive Profile, but hardware decoders almost never support it. VFX screening rooms use software decode on high-end workstations for this reason.

Play

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

$ play today's puzzle

← all puzzles