Skip to content
/ videogif Public

Convert videos to gifs with an optimized color palette

License

Notifications You must be signed in to change notification settings

helb/videogif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

videogif.sh

A simple shell script to convert videos to animated gifs with an optimized color palette (using ffmpeg).

Usage examples

same size and FPS as the source video:

videogif.sh kitten.mp4 kitten.gif

240px width, same FPS as the source video:

videogif.sh kitten.mp4 kitten.gif 240

240px width, 15 FPS:

videogif.sh kitten.mp4 kitten.gif 240 15

output to stdout for use with additional tools:

videogif kitten.mp4 /dev/stdout | gifsicle -O9 -o kitten.gif

About

Convert videos to gifs with an optimized color palette

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages