mov2gif
Bash script to convert .mov
videos to GIF animations based on tskaggs/OSX-Convert-MOV-GIF.
Installation
Prerequisites
mov2gif depends on
Plese make sure they are installed on your system.
Linux
- Clone this repository
make install
OSX
brew tap haensl/haensl
brew install mov2gif
Usage
For additional usage information please consider consulting the man page.
Synopsis
mov2gif [-hv]
[-o ouput-path] [-w width]
file.mov
Options
-h, --help
Display usage information.
-o output-path, --output output-path
Set the path for the generated GIF animation. If the given path does not end in .gif
, the extension is appended. If omitted the generated GIF animation is saved next to the input file.
-v, --version
Display version information
-w width, --width width
Set the width in pixel of the generated GIF animation. Height is inferred by input aspect ratio. If omitted width is set to input width.