Skip to content

qtmux: for Apple ProRes, allow overriding pixel bit depth, e.g. when exporting an opaque image, yet with alpha.

Apple ProRes certification requires that, when a ProRes-writing application knows that the entire frame is opaque, the application writes only RGB without alpha even when the clips is RGBA. For that, this tiny change allows the app to override pixel depth when writing ProRes.

Merge request reports