Skip to content

Instantly share code, notes, and snippets.

View falvarez's full-sized avatar

Federico J. Álvarez Valero falvarez

View GitHub Profile
@falvarez
falvarez / encoding-video.md
Created November 6, 2017 09:19 — forked from Vestride/encoding-video.md
Encoding video for the web

Encoding Video

Installing

Install FFmpeg with homebrew. You'll need to install it with a couple flags for webm and the AAC audio codec.

brew install ffmpeg --with-libvpx --with-libvorbis --with-fdk-aac --with-opus
@falvarez
falvarez / 0_reuse_code.js
Created September 27, 2013 05:35
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console