Video effects editor and server for melt or melted, built with Backbone.js, KineticJS, Node.js, Express, Webvfx and MongoDB.
The application allows you to:
- Interactive/Live video effects
- Add, update, and delete Sketchs (preload effects)
- HTML5 Editor
##License
AGPL v3.
apt-get install nodejs
Check it on joyent wiki
apt-get install npm
apt-get install melt libmlt-dev libmlt++-dev pkg-config
apt-get install mongodb
See webvfx for howto install it
Video preview in Editor Canvas
git clone https://github.com/inaes-tic/stream-m
Convert pngs zip files into animations in Editor
apt-get install unzip imagemagick
From a terminal, keep this running
cd stream-m
make
You can check if streaming is working at 8000
git clone https://github.com/inaes-tic/webvfx-dynamic-filters.git
make serve
You should be able to access it from a browser at port 3100
You shoud able to access filters from browser at http://localhost:3100/filter
From another terminal, enter webvfx-dynamic-filter directory and run
./mlt_dynamic_filter
With Optional
./mlt_dynamic_filter_stream
Thanks to @daneden for the animations!