Coder Social home page Coder Social logo

asdlei99 / webvfx Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rectalogic/webvfx

0.0 1.0 0.0 1.22 MB

Video effects engine based on web technologies.

Home Page: http://www.webvfx.org/

License: BSD 3-Clause "New" or "Revised" License

QMake 2.54% C++ 48.06% Python 10.11% JavaScript 36.98% QML 2.23% Objective-C++ 0.09%

webvfx's Introduction

Overview

WebVfx is a video effects library that allows effects to be implemented using WebKit HTML or Qt QML. It is being developed for MacOS and Linux.

Prerequisites

You will need Qt installed (4.7.3 or later recommended). Qt includes QtWebKit and QML. For more interesting effects (e.g. using WebGL, CSS 3D etc.) you may want to build a more current QtWebKit. You may also want to build QtQuick3D - 3D extensions to QML. WebVfx includes support for QtQuick3D.

WebVfx includes an MLT service that exposes producers, filters and transitions implemented in WebVfx. Install MLT Framework 0.7.2 or greater to build the plugin.

Building

In the webvfx directory run qmake -r PREFIX=/usr/local and then make install. PREFIX determines where WebVfx will be installed. If MLT is installed in a non-standard location, you may need to set the PKG_CONFIG_PATH environment variable to where its pkgconfig file lives, e.g. PKG_CONFIG_PATH=/usr/local/lib/pkgconfig.

The MLT melt command will not work with WebVfx on MacOS because the Qt event loop must run on the main thread. If you set MLT_SOURCE to the root of your MLT source code directory, then a qmelt executable will be installed which behaves the same as melt but works with WebVfx on MacOS. e.g. qmake -r PREFIX=/usr/local MLT_SOURCE=~/Projects/mlt.

make doxydoc to generate the documentation using Doxygen. You can also make uninstall, make clean and make distclean.

Demos

See the documentation for examples.

License

Copyright (c) 2011 Hewlett-Packard Development Company, L.P. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.

webvfx's People

Contributors

ddennedy avatar rectalogic avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.