I would like to convert an exr sequence to an h264 video. This is fairly easy but the exr sequence is in [AcesCG][1] colourspace which is a colourspace created by [OCIO][2] (an open source colour management solution that has become the standard for VFX).
One solution would be to convert the exrs to a more common colourspace (e.g. srgb or rec709) using [oiio][3] and then use ffmpeg to create an h264 from those images, but that adds an extra step and will be slow. I would like to find a solution where I can directly convert the exrs into an h264 using open source software (e.g. ffmpeg)
[1]: https://en.m.wikipedia.org/wiki/Academy_Color_Encoding_System#:~:text=ACEScg%20(ACES%20computer%20graphics%20space,graphics%20rendering%20and%20compositing%20tools. [2]: https://opencolorio.org/ [3]: https://www.google.com/url?sa=t&source=web&rct=j&url=https://github.com/OpenImageIO/oiio&ved=2ahUKEwjZ9_Gc59D8AhWKdcAKHcG_CUEQFnoECDIQAQ&usg=AOvVaw27FWYrbTnUMqgfYMPRKia_