Landing page : https://modfy.video/
Web Application : https://app.modfy.video/
- Go to app.modfy.video
- Add video/images
- Choose settings
- Download processed video
- Install dependencies
git clone https://github.com/modfy/modfy.video.git
yarn install
# or
npm install
- Build
yarn generate
# or
npm run-scripts generate
- Start
yarn start
# or
npm start
Full getting started at https://docs.modfy.video/pages/get%20started/quickstart
Our Contributing Guidelines also should be a good starting point.
Full documentation is at https://docs.modfy.space/
The API Reference is here
Our build of FFmpeg needs SharedArrayBuffer support so our browser support depends on that
Learn more at: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer#Browser_compatibility or https://caniuse.com/#feat=sharedarraybuffer
Built by @CryogenicPlanet
Apache 2.0