You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using --generate overlay to generate overlay-only clips which I then use in my video editing software of choice (DaVinci Resolve) to combine with the actual footage. I'm using the default coloring option values (no bg options specified, I assume it's 0,0,0,0) and the following XML layout for the map:
It works quite well to strip out the background when using the "LumaKeyer" tool but fails when using the simple clip attribute "alpha mode: premultiplied". I assume that using the "pre-multiplied alpha" would render much faster than using the LumaKeyer which takes a long time to render out.
Sadly I see nasty artefacts not only in the map area but also in texts when using "alpha mode: premultiplied":
As far as I understand, Pillow/PIL has basic support for premultiplied modes: LA (L with alpha), RGBa (true color with premultiplied alpha. However I've not yet tested it. Maybe I'm completely wrong.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm using
--generate overlay
to generate overlay-only clips which I then use in my video editing software of choice (DaVinci Resolve) to combine with the actual footage. I'm using the default coloring option values (no bg options specified, I assume it's0,0,0,0
) and the following XML layout for the map:It works quite well to strip out the background when using the "LumaKeyer" tool but fails when using the simple clip attribute "alpha mode: premultiplied". I assume that using the "pre-multiplied alpha" would render much faster than using the LumaKeyer which takes a long time to render out.
Sadly I see nasty artefacts not only in the map area but also in texts when using "alpha mode: premultiplied":
As far as I understand, Pillow/PIL has basic support for premultiplied modes: LA (L with alpha), RGBa (true color with premultiplied alpha. However I've not yet tested it. Maybe I'm completely wrong.
Beta Was this translation helpful? Give feedback.
All reactions