Giter Site home page Giter Site logo

masums / webvfx Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mltframework/webvfx

0.0 2.0 0.0 1.22 MB

Video effects engine based on web technologies.

Home Page: https://www.mltframework.org

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

QMake 3.04% C++ 49.57% Python 9.70% JavaScript 35.48% QML 2.14% Objective-C++ 0.08%

webvfx's Introduction

Overview

WebVfx is a video effects library that allows effects to be implemented using WebKit HTML or Qt QML.

Prerequisites

You will need Qt installed (5.2 or later recommended). Qt includes QtWebKit and QML, but since v5.6, you need to build QtWebKit yourself. You may also want to build Qt3D - 3D extensions to QML. WebVfx includes support for Qt3D, and Qt include Qt3D as of v5.6.

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 Windows or 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 Windows or macOS. e.g. qmake -r PREFIX=/usr/local MLT_SOURCE=~/Projects/mlt. The MLT source is available as a git submodule to make this more convenient. If you checkout the git submodule, then it is detected and there is no need to set MLT_SOURCE.

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

rectalogic avatar ddennedy avatar j-b-m avatar metellius avatar coolwanglu avatar itspec-ru avatar

Watchers

James Cloos avatar Md. Rashidul Hasan 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.