Re: [Mlt-devel] [PATCH] implement 'nofit' property of transition_composite

2016-02-20 Thread Dan Dennedy
This is another example of yet another property to add to the current puzzle. I think I have already said before that there will be no additions or major changes to the composite transition. Make a new transition that is simpler, does what you want, and does not have all of these parameters. On S

[Mlt-devel] [PATCH] implement 'nofit' property of transition_composite

2016-02-20 Thread Maksym Veremeyenko
Hi, by default transition composite scales B frame if larger then A frame. enabling *crop* property fix behavior but disable valign/halign property handling. i did not found a parameters combination that could combine *crop* property and *valign/halign* property, so i decided to implement h