Skip to content

Instantly share code, notes, and snippets.

@SqrtRyan
Created March 31, 2026 05:43
Show Gist options
  • Select an option

  • Save SqrtRyan/b4afa6d03682f7f32edd27bb76a89201 to your computer and use it in GitHub Desktop.

Select an option

Save SqrtRyan/b4afa6d03682f7f32edd27bb76a89201 to your computer and use it in GitHub Desktop.
!ffmpeg -y \
-start_number . -i "*.%04d.exr" -frames:v <N> \
-vf "format=gbrapf32le,geq=\
r='0.432699*(log(p(X\,Y)+0.037584)/2.30258509299)+0.616596':\
g='0.432699*(log(p(X\,Y)+0.037584)/2.30258509299)+0.616596':\
b='0.432699*(log(p(X\,Y)+0.037584)/2.30258509299)+0.616596',\
format=yuv444p10le" \
-c:v prores_ks -profile:v 4 -pix_fmt yuv444p10le -vendor apl0 \
output.mov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment