Forked from paulirish/how to screencapture and make animated gifs or whathaveyou.md
Created
July 25, 2019 17:02
-
-
Save ns408/136547ee80d4fb9d7207d3479e1fcce9 to your computer and use it in GitHub Desktop.
Revisions
-
paulirish revised this gist
Oct 23, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ # Screencapture and animated gifs > I say "animated gif" but in reality I think it's irresponsible to be serving "real" GIF files to people now. You should be serving gfy's, gifv's, webm, mp4s, whatever. They're a fraction of the filesize making it easier for you to deliver high fidelity, full color animation very quickly, especially on bad mobile connections. (But I suppose if you're just doing this for small audiences (like bug reporting), then [LICEcap](http://www.cockos.com/licecap/) is a good solution). ## Capturing (Easy) -
paulirish revised this gist
Oct 23, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ # Screencapture and animated gifs > I say "animated gif" but in reality I think it's irresponsible to be serving "real" GIF files to people now. You should be serving gfy's, gifv's, webm, mp4s, whatever. They're a fraction of the filesize making it easier for you to deliver high fidelity, full color animation very quickly, especially on bad mobile connections. (But I suppose if you're just doing this for bug reporting, then [LICEcap](http://www.cockos.com/licecap/) is a good solution). ## Capturing (Easy) -
paulirish revised this gist
Oct 23, 2014 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,7 @@ # Screencapture and animated gifs > I say "animated gif" but in reality I think it's irresponsible to be serving "real" GIF files to people now. You should be serving gfy's, gifv's, webm, mp4s, whatever. They're a fraction of the filesize making it easier for you to deliver high fidelity, full color animation very quickly, especially on bad mobile connections. ## Capturing (Easy) 1. Launch quicktime player -
paulirish revised this gist
Oct 23, 2014 . 1 changed file with 8 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -31,7 +31,9 @@  </a> Really, use the iframe. It'll give you better perf and will load way faster for your users. If you really want a GIF file (terrible), then click the "GIF" icon. It's sweet to let them do the work for us. <hr> @@ -45,9 +47,9 @@ Use an app called [GIFBrewery](http://gifbrewery.com/) but it costs money and is ## Making an animated gif (pro) (This path is for people comfortable with homebrew and dotfiles.) 1. Grab `gifify` from @SlexAxton's gist: https://gist.github.com/SlexAxton/4989674 and toss it into your dotfiles somewhre 2. Make sure you have the dependencies: `brew install ffmpeg gifsicle imagemagick` 3. Run it with `gifify yourvideo.mov --good` 3. Run the image through [imageoptim](https://imageoptim.com/) after. -
paulirish revised this gist
Oct 22, 2014 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -27,7 +27,9 @@  1. get the embed code and **use the iframe** <a href="http://gfycat.com/WeeGrizzledFruitbat">  </a> If you really want a GIF file (terrible), then click the "GIF" icon. -
paulirish revised this gist
Oct 22, 2014 . 1 changed file with 35 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,4 +14,38 @@ 1. you can chose to record entire screen or a portion by dragging: 1. do that then record and hit the stop button in the top taskbar. * You can then Trim the video in quicktime with `cmd-t`. 1. File > "Save…". Save that shit. ## Capturing (Pro) 1. Use [Screenflow](http://www.telestream.net/screenflow/overview.htm). It can do 60fps and do all sorts of annotations beyond the basic clicks that Quicktime will capture. ## Making an animated gif (easy) 1. Go to [gfycat](http://gfycat.com/) and drag your mov file onto it.  1. get the embed code and **use the iframe**  If you really want a GIF file (terrible), then click the "GIF" icon. <hr> However if you want to make the gif on your own.. continue. ## Making an animated gif (cheater) Use an app called [GIFBrewery](http://gifbrewery.com/) but it costs money and is a little weird to configure. But it works. Run it through [imageoptim](https://imageoptim.com/) after. ## Making an animated gif (pro) (This path is for people who use shit like homebrew a lot.) 1. Grab `gifify` from @SlexAxton's gist: https://gist.github.com/SlexAxton/4989674 2. Run the installer script. 3. `gifify yourvideo.mov --good` 3. Run it through [imageoptim](https://imageoptim.com/) after. -
paulirish created this gist
Oct 22, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ # Screencapture and animated gifs ## Capturing (Easy) 1. Launch quicktime player 1. do Screen recording  1. hit the button  1. you can chose to record entire screen or a portion by dragging: 1. do that then record and hit the stop button in the top taskbar. * You can then Trim the video in quicktime with `cmd-t`. 1. File > Save. Save that shit.