Basic bash script for turning screen recordings (or any .mov files) into gifs for mac users
Extension of baumandm's extension of dergachev's instructions
- make sure you have
ffmpeg
installed:
brew install ffmpeg
- clone this repo onto your machine:
git clone https://github.com/billy-reilly/gif-gen.git
-
save a Quicktime screen recording (with .mov extension) into the
screen-recordings
directory -
navigate to the project's root directory in your command line and run the bash script
billy-reilly$ cd gif-gen
billy-reilly$ ./gif-bash.sh
...
🍻 Cheers, test has successfully been converted to a gif
The gif should now be in the gifs
directory