Skip to content

Instantly share code, notes, and snippets.

View lingling2012's full-sized avatar

Kitsion lingling2012

View GitHub Profile
@lingling2012
lingling2012 / encoding-video.md
Last active May 23, 2019 16:40 — forked from glen-cheney/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