EDIT:
How to convert acescg exr to rec709 so that I then can write a h264?
I’m using a Aces config file and while inside of Natron everything seems to work and colors look perfect. (imported CG Rendering from Redshift).
Then I export the sequence to exr using a write with:
Input Colorspace ACES/ACES - ACEScg
What outuput color space do I need to set? File Colorspace Output/Output - sRGB? Utility/Utility - Curve Rec.709?? Everthing I’ve tried looks wrong.
Then I convert the exr sequence to mp4 using ffmpeg:
ffmpeg -y -framerate 24 -start_number 001-i ~/wipe_v0.%04d.exr -r 24 -vf “scale=1280:-2” -c:v libx264 -crf 17 -pix_fmt yuv420p ~/wipe.mp4
But in the mp4 colors look much different than in natron.
What am I missing? How do I need to convert the color space for ffmpeg to work correctly?
Thanks in advance!