Edit video by writing JS code
VE-web – a video editor (Edit the video by writing js code to draw the animation)
You can write JS code, using the pixi.js engine, to add the desired effect of the footage
Install
Binaries are regularly built and are available at VE-web Setup
Dependencies
- FFmpeg: multimedia format and codec libraries
- PIXI: The HTML5 Creation Engine。 Create beautiful digital content with the fastest, most flexible 2D WebGL renderer.
License
MIT licensed.
How to build
Warning: building VE-code should only be reserved to beta testers or contributors who know what they are doing.
build react
npm run build
build client
cd client
npm run package