A web-based FFmpeg gui.
Convert your media files to any format you want locally using ffmpeg.wasm.
- Convert media files to any container format
- Add trim input interface
- Add crop input interface
- Clone this repo.
- Run
npm install
to install dependencies. - Run
npm run dev
to start the development server.
- Github automatically builds to the
dist
branch on every push to themain
branch. - Serve the
dist
branch using a web server with the following headers:Cross-Origin-Embedder-Policy: require-corp
Cross-Origin-Opener-Policy: same-origin
- These headers are required for the ffmpeg.wasm which supports WebAssembly threads.