outout_color_space returns the color space name when using Adobe Color Management System. When using OCIO, I couldn't find a way to get the color space names from the uid stored in the binary file. I think Adobe converts these color spaces to icc profiles (v4) at runtime, then it computes a md5 hash on an ID or a modified name.
We could try to check memory while AE is running, and hash the ids and names found there.
outout_color_space returns the color space name when using Adobe Color Management System. When using OCIO, I couldn't find a way to get the color space names from the uid stored in the binary file. I think Adobe converts these color spaces to icc profiles (v4) at runtime, then it computes a md5 hash on an ID or a modified name.
We could try to check memory while AE is running, and hash the ids and names found there.