A local browser based video compressor which targets 8mb videos by default
Uses ffmpeg.wasm! Therefore performance isn't great, but there is no server involved.
- Force single threaded mode (multi threaded doesnt work in some browsers such as edge)
- Target file size
- Custom audio bitrate
- FFmpeg quality preset
- Clone this repository
- Set your directory the cloned folder
- run
npm init, given that you have node.js in your PATH - then run
npm run download - finally, run
npm run devand open the url in the console