Skip to content

Basic bash script for converting screen recordings (slash any .mov files) into gifs

Notifications You must be signed in to change notification settings

billy-reilly/gif-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Basic bash script for converting screen recordings (slash any .mov files) into gifs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages