Page MenuHome

Fix T93856: VP9 lossless render missing alpha
ClosedPublic

Authored by Richard Antalik (ISS) on Jan 28 2022, 10:31 PM.

Details

Summary

Since 0ea0ccc4ffd5, AV_PIX_FMT_YUV444P pixel format was used for
lossless renders, which did override AV_PIX_FMT_YUVA420P format when
"RGBA" output is chosen. VP9 encoder doesn't seem to support
AV_PIX_FMT_YUVA444P pixel format, so use AV_PIX_FMT_YUVA420P for
lossless RGBA ouput instead.

Diff Detail

Repository
rB Blender

Event Timeline

Richard Antalik (ISS) requested review of this revision.Jan 28 2022, 10:31 PM
Richard Antalik (ISS) created this revision.
This revision is now accepted and ready to land.Jan 31 2022, 11:58 AM