Skip to content

Instantly share code, notes, and snippets.

View cwbeck's full-sized avatar
💭
Building something awesome

Christopher Beck cwbeck

💭
Building something awesome
View GitHub Profile
@cwbeck
cwbeck / install_ffmpeg_ubuntu.sh
Last active November 13, 2015 11:07 — forked from xdamman/install_ffmpeg_ubuntu.sh
Install latest ffmpeg on ubuntu 12.04 or 14.04
#!/bin/bash
# Bash script to install latest version of ffmpeg and its dependencies on Ubuntu 12.04 or 14.04
# Inspired from https://gist.github.com/faleev/3435377
# Remove any existing packages:
sudo apt-get -y remove ffmpeg x264 libav-tools libvpx-dev libx264-dev
#14.04 complaints..
#libfaac, requires multiverse