Skip to content

Instantly share code, notes, and snippets.

@Alex-Devoid
Alex-Devoid / .block
Last active September 29, 2019 18:25 — forked from mbostock/.block
Raster & Vector II
license: gpl-3.0
@Alex-Devoid
Alex-Devoid / .block
Created October 10, 2019 08:56 — forked from mbostock/.block
Circle Packing
license: gpl-3.0
height: 960
border: no
redirect: https://beta.observablehq.com/@mbostock/d3-circle-packing
@Alex-Devoid
Alex-Devoid / .block
Created October 23, 2019 07:34 — forked from YouthBread/.block
Basketball court - Interactive
license: mit
@Alex-Devoid
Alex-Devoid / OSX-Convert-MOV-GIF.md
Created January 1, 2020 00:40 — forked from tskaggs/OSX-Convert-MOV-GIF.md
Creating GIFs from .MOV files in OSX using FFmpeg and ImageMagick

Convert MOV to GIF using FFmpeg and ImageMagick

I tried a few different techniques to make a GIF via command-line and the following gives me the best control of quality and size. Once you're all setup, you'll be pumping out GIFs in no time!

Preparation

Install FFmpeg

  • $ brew install ffmpeg [all your options]
    • Example: $ brew install ffmpeg --with-fdk-aac --with-ffplay --with-freetype --with-frei0r --with-libass --with-libvo-aacenc --with-libvorbis --with-libvpx --with-opencore-amr --with-openjpeg --with-opus --with-rtmpdump --with-schroedinger --with-speex --with-theora --with-tools

Install ImageMagick

@Alex-Devoid
Alex-Devoid / OSX-Convert-MOV-GIF.md
Created January 1, 2020 00:40 — forked from tskaggs/OSX-Convert-MOV-GIF.md
Creating GIFs from .MOV files in OSX using FFmpeg and ImageMagick

Convert MOV to GIF using FFmpeg and ImageMagick

I tried a few different techniques to make a GIF via command-line and the following gives me the best control of quality and size. Once you're all setup, you'll be pumping out GIFs in no time!

Preparation

Install FFmpeg

  • $ brew install ffmpeg [all your options]
    • Example: $ brew install ffmpeg --with-fdk-aac --with-ffplay --with-freetype --with-frei0r --with-libass --with-libvo-aacenc --with-libvorbis --with-libvpx --with-opencore-amr --with-openjpeg --with-opus --with-rtmpdump --with-schroedinger --with-speex --with-theora --with-tools

Install ImageMagick

@Alex-Devoid
Alex-Devoid / README.md
Created January 24, 2020 21:22 — forked from michellechandra/README.md
Basic US State Map - D3
@Alex-Devoid
Alex-Devoid / .block
Last active March 18, 2020 01:28 — forked from mbostock/.block
Threshold Choropleth
license: gpl-3.0