Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-17T10:46:37.000Z (about 3 years ago)
- Last Synced: 2023-03-02T14:26:03.634Z (almost 2 years ago)
- Topics: ffmpeg, gif, tool, video, webassembly
- Language: JavaScript
- Homepage: https://video2gif.now.sh/
- Size: 8.52 MB
- Stars: 18
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
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!
![It just works!](https://media2.giphy.com/media/8TMTP4AVGPuqqF3W3N/giphy.gif)
## Development
```sh
$ yarn --ignore-engines
$ yarn dev
```## How it work?
We use webassembly, execute ffmpeg on browser, no server side logic.