Hi,
we're trying to create blends similar to this CSS code in MLT XML file:

.lark {
  -webkit-filter: contrast(0.9);
          filter: contrast(0.9); }

  .lark::after {
    background: rgba(242, 242, 242, 0.8);
    mix-blend-mode: darken; }

  .lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
  }

This requires a applying a blend mode to the result of another blend mode.
We've played with Flowblade, but the resulting XML does not seem to be
applying the blends in a chain.
We need to apply a blend mode to the result of a previous blend. Can we
achieve this in a single XML file?
We could pre-process each clip but this would require 3 runs (or maybe 2),
slowing things down.

We've been thinking that if we could take the result of a tractor and use
it as producer/source for another blend, this could solve our problem.

This a graphical idea of what we'd like to create with MLT XML:
https://drive.google.com/file/d/0B_iCdl50i5rzcmNxbHNub1EzMHM/view?usp=sharing

Thank You in Advance
Nahuel
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to