1// Copyright (c) 2011 Hewlett-Packard Development Company, L.P. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4/*!
5@mainpage
6
7%WebVfx is a video effects framework that allows video effects
8(filters, transitions etc.) to be authored using web technologies
9(HTML, CSS, JavaScript, WebGL etc.) or with
10<a href="http://qt-project.org/doc/latest/qtquick-index.html/">Qt Quick</a>
11QML (a declarative CSS and JavaScript like language).
12See @ref effects_authoring for documentation and samples.
13
14%WebVfx includes plugins for the
15<a href="http://www.mltframework.org/">MLT</a>
16open source multimedia framework.
17See @ref mlt for information on how to use %WebVfx with MLT.
18
19Sample effects included with the distribution, and videos
20rendered using them with MLT can be viewed here:
21@li @ref examples/transition-demo3d.qml "demo/examples/transition-demo3d.qml"
22@li @ref examples/transition-demo.html "demo/examples/transition-demo.html"
23@li @ref examples/transition-shader-crosszoom.html "demo/examples/transition-shader-crosszoom.html"
24@li @ref examples/transition-shader-pagecurl.html "demo/examples/transition-shader-pagecurl.html"
25@li @ref examples/producer-demo.html "demo/examples/producer-demo.html"
26@li @ref examples/filter-demo.html "demo/examples/filter-demo.html"
27@li @ref examples/filter-demo.qml "demo/examples/filter-demo.qml"
28
29%WebVfx is hosted at github,
30see the <a href="https://github.com/mltframework/webvfx#readme">README</a>
31there for build instructions.
32
33%WebVfx is licensed using a BSD-style @ref license.
34 */
35