Skip to content
/ gifify Public

A tiny Python script for making high-quality GIFs out of videos.

License

Notifications You must be signed in to change notification settings

akx/gifify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gifify

A tiny Python script for making high-quality GIFs out of videos.

Usage

gifify -i kitty.mp4 -o cat.gif

Other arguments (see --help):

  -i FILE, --input FILE  input video
  -o GIF, --output GIF   output GIF

Optional:

  -f N, --fps N          frames per second for output (default 20)
  -s S, --scale S        optional scale string (w:h / w:-1 / -1:h)
  -t X, --speed X        speed scale (higher is faster)
  --start T              start time offset
  --length T             output length

About

A tiny Python script for making high-quality GIFs out of videos.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages