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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |