Quick video edits, right in your web browser. Built with React and ffmpeg.wasm
- ✔️ Simple UI
- ✔️ No watermarks
- ✔️ Your video files stay on your computer
Install the project with yarn
and then run yarn build
.
To enable multi-core ffmpeg.wasm, SharedArrayBuffer needs to be available and env variable VITE_ENABLE_MT
needs to equal 1
.
This is a work-in-progress feature and it may not work as expected.
server {
# ...
add_header Cross-Origin-Embedder-Policy 'require-corp';
add_header Cross-Origin-Opener-Policy 'same-origin';
# ...
}
See: https://developer.chrome.com/blog/enabling-shared-array-buffer/