Skip to content

cs01/gifit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

gif it

a single file python script to convert videos to gif

install

curl https://raw.githubusercontent.com/cs01/gifit/main/gifit.py -o gifit.py
chmod +x gifit.py

use

./gifit.py myvideo
# creates myvideo.gif

api

> ./gifit.py --help
usage: gifit.py [-h] [--output OUTPUT] [--fps FPS] video

Convert a video to gif with ffmpeg

positional arguments:
  video            path to video

optional arguments:
  -h, --help       show this help message and exit
  --output OUTPUT  output path to gif (defaults to video name with .gif
                   extension)
  --fps FPS        frames per second

About

convert video to gif

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages