On Tue, Apr 15, 2014 at 2:39 AM, Janne Liljeblad
wrote:
> Hi,
>
> So I just send a pull request that add animated properties to 3 more
> filters that use "start","end" thing for animating.
Thank you.
> I grepped for property "end" and found the following services with
> property "end":
>
> kdenl
On Wed, Apr 16, 2014 at 4:10 AM, Hungerburg wrote:
> Please excuse the noise, I just can't stand the error in the other post not
> corrected: time is normalized between start and end of the filter -- Reading
> docs sometimes makes miracles transparent. Attached a more sophisticated
> stab at conqu
Branch: refs/heads/master
Home: https://github.com/mltframework/mlt
Commit: b8a363144b5b8c31d00468f08424c4917141def5
https://github.com/mltframework/mlt/commit/b8a363144b5b8c31d00468f08424c4917141def5
Author: Janne Liljeblad
Date: 2014-04-15 (Tue, 15 Apr 2014)
Changed paths
I'm not sure if we want to make the transitions more complicated. Pretty much
all of MLT expects straight alpha. It might be easier to modify the producer to
convert premultiplied alpha to straight alpha before passing the image along to
the rest of MLT.
From
Hello everyone,
I was doing a little experimenting with MLT and ran into the following
problem: both the affine and composite transitions do not seem to follow
proper alpha handling. Industry standard in video is to use premultiplied
alpha, however these two transitions seem to expect straight alp
Please excuse the noise, I just can't stand the error in the other post
not corrected: time is normalized between start and end of the filter --
Reading docs sometimes makes miracles transparent. Attached a more
sophisticated stab at conquering webvfx. No advise needed, this just an
experiment: