Skip to content
/ GIFer Public

A Simple video-to-GIF tool for course 《Fundamentals of Multimedia》 In ZJU

Notifications You must be signed in to change notification settings

Zieng/GIFer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GIFer

A very simple video-to-gif tool.

The implementation is ugly, but at least it worked somehow.

Requirements

opencv

Pillow

Usage

from video2gif import Vid2Gif

# cut video from 00:02:00 to 00:02:10
v2g = Vid2Gif("input.mp4", cut=True, st="00:02:00", et="00:02:10")
v2g.write_gif(gif_file='from_bmp.gif')

the result is:

from_bmp

About

A Simple video-to-GIF tool for course 《Fundamentals of Multimedia》 In ZJU

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published