To be honest, your questions require a lot of analysis and experimenting
even for me, and I am just not very motivated to provide a complete answer
and example. Also, "Image with Mask" and "Video + Mask" require
clarification. Is "mask" just an alpha channel?
In any case, in Kdenlive, pay close attention to the "With Track" option
for a transition. Also, perhaps try to put the "[Video + Mask]" into a
project of its own, and then use it in another Kdenlive project as a
virtual clip. This results in the same thing as nesting <tractor>s when
authoring correct MLT XML except it is uses separate XML files.
Also, if you want to really use CSS, then take a look at WebVfx:
https://www.mltframework.org/bin/view/MLT/WebVfx
I think you could replace the "Image with Mask" and its multiply transition
with a HTML-based WebVfx filter attached to the video clip where the image
is referenced within the HTML instead of MLT XML.
I hope these hints facilitate your further experiments.


On Fri, May 13, 2016 at 11:12 AM Nahuel D <ndefo...@machinalis.com> wrote:

> I’ve created a little example of what’s going on:
>
> https://youtu.be/lUoIXSmew-Y
>
> And have a second question, could it be possible to add a mask to the
> second track too with the same structure [ Video + Mask ] <Transition> [
> Video + Mask]
>
> Thank you again!
>
>
>
> El 13 may 2016, a las 2:47 p.m., Nahuel D <ndefo...@machinalis.com>
> escribió:
>
> Dan, thank you very much for your time!
>
> El 11 may 2016, a las 1:11 a.m., Dan Dennedy <d...@dennedy.org> escribió:
>
> On Tue, May 10, 2016 at 8:20 PM Nahuel D <ndefo...@machinalis.com> wrote:
>
>> Hi there!
>>
>> We made a question last week about how to achieve CSS effects in MLT.
>>
>
> As in cascading style sheets? There is nothing to do with CSS in your
> example.
>
> Sorry, we’ve omitted the CSS, basically we were trying to achieve the LoFi
> effect from https://una.im/CSSgram/
> Particularly the lines starting from
> https://github.com/una/CSSgram/blob/master/source/css/lofi.css#L33
>
>
> I am not sure if MLT is treating your misplaced multitrack as a track or
> not, but if so. The avformat producer might not like multiple transitions
> at the same time. Just a guess.
>
>
> How could we overcome this, we’d like to have a multiply channel and in
> the final seconds of a track a crossfade effect with another track.
> This is an example of we’ve tried in KDElive with unintended results
> (Second Track seems to be blending with Image with Mask).
>
> ┌─────────────────────────────────┐
> │      Image with Mask            │
> ├─────────────────────────────────┤
> │            Multiply             │
> ├─────────────────────────────────┤
> │                                 │
> │     Video Track + filters       │
> └───────────────────────┬─────────┤
>                         │         │
>                         │ Disolve │
>                         │         │
>                         ├─────────┴───────────────────────┐
>                         │                                 │
>                         │     Second Track                │
>                         └─────────────────────────────────┘
>
> Thank you in advance!
>
> Nahuel
>
>
>
------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to