-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Can we add the option of a RGB input colorspace, and a RGB profile?
It should be functionally identical to the YUV444 mode (10, 12 and eventually 16 bit), but essentially used to identify that when decoding the result should be a streight mapping to RGB, rather than going through the YUV to RGB conversion that YUV444 would be doing.
This is particularly valid for ffmpeg, so we should eventually see:
ffmpeg -start_number 2500 -i "SOURCE.%05d.dpx" -vframes 200 -c:v oapv -qp 18 -pix_fmt gbrp10le testoutput.mov
This avoids any YUV conversion, keeping the image as RGB all the way through.
zachlewis
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request