https://github.com/realdennis/video2gif
Covert video to gif on your browser using FFmpeg WebAssembly! (Desktop)
https://github.com/realdennis/video2gif
ffmpeg gif tool video webassembly
Last synced: 12 months ago
JSON representation
Covert video to gif on your browser using FFmpeg WebAssembly! (Desktop)
- Host: GitHub
- URL: https://github.com/realdennis/video2gif
- Owner: realdennis
- Created: 2020-11-19T18:14:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-17T10:46:37.000Z (over 4 years ago)
- Last Synced: 2025-04-07T04:33:38.937Z (about 1 year ago)
- Topics: ffmpeg, gif, tool, video, webassembly
- Language: JavaScript
- Homepage: https://video2gif.now.sh/
- Size: 8.52 MB
- Stars: 23
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# video2gif
https://video2gif.now.sh/
Covert video to gif on your browser, client-side only!

## Development
```sh
$ yarn --ignore-engines
$ yarn dev
```
## How it work?
We use webassembly, execute ffmpeg on browser, no server side logic.