Skip to content

Shell script to transform a batch of quicktime movies to gif animations via ffmpeg and gifsicle.

License

Notifications You must be signed in to change notification settings

oolong32/mov2gif-batch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Transform a batch of quicktime movies into GIF animations

A rather crude shell script to transform a batch of quicktime movies to GIF animations by way of Ffmpeg and Gifsicle. The script takes the path to a folder as first (and only) argument. It’s not a very refined solution, as there’s no way to use additional arguments e.g. to change ffmpeg’s or gifsicle’s options.

Make it executable

$ chmod +x mov2gif.sh

Application

$ ./mov2gif.sh path/to/quicktime/movies/

Aknowledgement

The idea for this stems for dergachev’s gist dergachev/GIF-Screencast-OSX.md.

About

Shell script to transform a batch of quicktime movies to gif animations via ffmpeg and gifsicle.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages