Skip to content

Instantly share code, notes, and snippets.

View LostinOrchid's full-sized avatar

Vigo2 LostinOrchid

  • Go2DesignLab
View GitHub Profile
@LostinOrchid
LostinOrchid / encoding-video.md
Created April 8, 2019 05:51 — 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
@LostinOrchid
LostinOrchid / 0_reuse_code.js
Created April 5, 2017 00:23
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