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

https://github.com/azrdev/vlc-anigif

vlc encoder plugin to output animated gif
https://github.com/azrdev/vlc-anigif

Last synced: 3 months ago
JSON representation

vlc encoder plugin to output animated gif

Awesome Lists containing this project

README

        

# vlc-anigif

[vlc](https://www.videolan.org/vlc/) encoder plugin creating animated gif.
Requires [giflib](http://giflib.sourceforge.net/) >= v5.

## Trying it out

Copy the compiled libanigif_plugin.so to /usr/lib/vlc/plugins/codec/ and use it as shown in test.sh. This is only a codec, you have to tell vlc what to do with the encoded data - e.g. dump it (as it is) to a file, or serve it via HTTP.