arc_cmd usage for EXR Conversion
Posted: Sun Sep 15, 2019 5:08 pm
Hi all , i downloaded the arc_cmd tool friday and have been playing with it a bit. I'm attempting to do the following:
1) Create a dpx sequence from an .ari sequence that is identical to the one created with the ARRI conversion tool (GUI)
2) Create an exr sequence identical to the ARRI conversion tool GUI
I've successfully created #1 using the xml file as it's explained in the manual.
I've had no success with creating exr files from the command line tool. I get this error:
I have my colorspace value set to SceneLinear_WideGamut - exactly the same thing i'm setting in the GUI. and i'm doing it like so:
This chunk of xml however does not seem to do anything. My guess is that it's not being read properly by the arc_cmd tool, but that's just a guess. the printout i'm getting doesn't seem to indicate that any change in colorspace is wanted. Would love any suggestions!
Thanks
Tom
1) Create a dpx sequence from an .ari sequence that is identical to the one created with the ARRI conversion tool (GUI)
2) Create an exr sequence identical to the ARRI conversion tool GUI
I've successfully created #1 using the xml file as it's explained in the manual.
I've had no success with creating exr files from the command line tool. I get this error:
Code: Select all
ERROR: OpenEXR output is only available for scene linear colour spaces!
Code: Select all
<colorhandling>
<param name="colorspace" value="SceneLinear_WideGamut" />
</colorhandling>
Thanks
Tom