Skip to content

Instantly share code, notes, and snippets.

View Samin100's full-sized avatar
🐢

Sharif Shameem Samin100

🐢
View GitHub Profile
@Samin100
Samin100 / encoding-video.md
Created March 4, 2018 05:29 — 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