ffmpuzzle
Puzzle #16 · Standard · 5 params

ProRes · Bitrate 300M · 2160p · PCM · MOV

The scenario

DCI 4K cinema dailies from a RED camera for an indie film. ProRes 4444 (profile 4) at 300 Mbps preserves the wide color gamut and alpha channel, PCM 24-bit audio for sound design, MOV as the Final Cut Pro / Resolve interchange format.

The answer

Video CodecProRes
Bitrate300M
Resolution2160p
AudioPCM
ContainerMOV

The command

ffmpeg -i input.r3d -c:v prores_ks -profile:v 4 -b:v 300M -c:a pcm_s24le output.mov

Why

ProRes 4444 (profile 4) supports an alpha channel, making it essential for VFX compositing. ProRes 4444 XQ (profile 5) doubles the data rate for even higher quality but only Apple silicon and recent Intel Macs can decode it in real time.

Play

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

$ play today's puzzle

← all puzzles