Question
Turn "preserveRGB" on on a footage item using extendscript
I tried various things, but I didn't succeed to turn on "preserveRGB" on on a footage item using extendscript.
The following script doesn't work. It suppose to set PreserveRGB on on the selected footage item.
app.project.activeItem.mainSource.colorProfile.preserveRGB = true;
colorProfile always seems to be undefined, but the documentation state...
ColorProfile.preserveRGB Description: A boolean value indicating whether the RGB values are preserved or not. Type: bool Access: Read/write.
