On Mon, Aug 4, 2014 at 4:33 AM, Stefan Gofferje <li...@home.gofferje.net> wrote:
> Hi,
>
> I played with the latest shotcut and I really like the concept where
> it's going at the moment and especially that it's a felt 100 times
> faster than KDEnLive on my system, especially when dealing with AVCHD
> files. However, I noticed that there's only a few filters to choose from
> in the list although all of frei0r is included in the package. Is this
> an operator mistake or are those not yet implemented? If the latter, can
> I help somehow? E.g. if XML files like for KDEnLive needs to be done, I
> could do those...

Filters are easy to add except if you want to put controls on the
video or want to do keyframing. I am specifically not providing a
generic filter UI because I want to curate them and provide custom,
translatable UIs. We are using Qt 5 QML and Quick to make them quick
and easy to write. You can find all QML UI files in
Shotcut.app/share/shotcut/qml/filters. There is no documentation
outside of Qt's own docs at this time. You can pick a simple filter or
the one closest to what you want, copy it (the directory), and revise
it as-needed. It is fairly straightforward, but make sure you edit the
meta.qml as well! Brian is working on a filter manager; so people not
interested in the NDVI filter do not need to mentally skip over it
every time they access the filter menu. And I am currently working on
the ability to let a filter provide a QML UI that overlays the video
area.

------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to