Created
March 31, 2026 05:43
-
-
Save SqrtRyan/b4afa6d03682f7f32edd27bb76a89201 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| !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