Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 813 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 813 Bytes

gif-gen

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

Steps:

  1. make sure you have ffmpeg installed:
brew install ffmpeg
  1. clone this repo onto your machine:
git clone https://github.com/billy-reilly/gif-gen.git
  1. save a Quicktime screen recording (with .mov extension) into the screen-recordings directory

  2. 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