Skip to content

RGB profile? #102

@richardssam

Description

@richardssam

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions