Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Latest commit

 

History

History
38 lines (25 loc) · 506 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 506 Bytes

mov2gif

A bash script to convert QuickTime movie (.mov) to animated gif (.gif)

Dependencies

  • ffmpeg
  • gifsicle

Install

wget https://raw.githubusercontent.com/miguelmota/mov2gif/master/mov2gif.sh
chmod +x mov2gif.sh
mv mov2gif.sh /usr/local/bin/mov2gif

Usage

mov2gif -i <input.mov> -o <outout.gif>

Example

mov2gif -i screencast.mov -o output.gif

30FPS (default is 10FPS)

mov2gif -f 30 -i screencast.mov -o output.gif

License

MIT