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
- Host: GitHub
- URL: https://github.com/azrdev/vlc-anigif
- Owner: azrdev
- License: gpl-2.0
- Created: 2013-10-26T13:16:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-09T20:01:07.000Z (over 9 years ago)
- Last Synced: 2025-02-27T23:27:47.200Z (3 months ago)
- Language: C
- Homepage:
- Size: 22.5 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: License.md
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.