This is a proof of concept demonstration how x1B’s node based editor nbe
could be used as an interface to apply filters to images using a server side ffmpeg installation.
The server side is implemented in python (3.4, to make use of the asyncio module) and the tornado web framework.
A python module for parsing nbe’s node tree is kindly provided by dmurmann.
The frontend uses dropzone.js for the convenient drag and drop file upload.
As this is a work in progress, proof of concept example application beware of potential security issues!