Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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.