video2gif - 将视频(MP4/OGG/WEBM)转换为GIF

使用HTML Canvas将这些小视频转换为GIF。 由于性能问题,这不适合任何超过10秒的视频。

Python 多媒体处理

访问GitHub主页

共71Star

详细介绍

video2gif

Convert Video (MP4/OGG/WEBM) to GIF.

You known that GIF is saved as Video on Twitter, I made this tool to convert those tiny videos to GIFs by using HTML Canvas. Due to performance issue this is not suited for any video that's longer than 10 seconds.

https://video2gif.egoist.sh

Example: https://video2gif.egoist.sh?video=https://video.twimg.com/tweet_video/D2aI3aFUkAE84AW.mp4 (Remote video doesn't work on FireFox because of CORS Policy)

Prior Art

tweet2gif.

Browser Support

Doesn't seem to work on Safari.

License

MIT.