Skip to content

Instantly share code, notes, and snippets.

@zoras
Created December 23, 2010 03:27
Show Gist options
  • Save zoras/752513 to your computer and use it in GitHub Desktop.
Save zoras/752513 to your computer and use it in GitHub Desktop.
brew install ffmpeg
Last login: Thu Dec 23 08:46:03 on ttys000
ruby-1.8.7-head [~] brew install ffmpeg
==> Downloading http://www.tortall.net/projects/yasm/releases/yasm-1.1.0.tar.gz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/yasm/1.1.0 --disable-debug --disable-dependency-tracking
==> make install
/usr/local/Cellar/yasm/1.1.0: 42 files, 3.7M, built in 17 seconds
==> Downloading http://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20100903-2245.tar.bz2
######################################################################## 100.0%
==> ./version.sh
==> ./configure --prefix=/usr/local/Cellar/x264/r1713M-c276662 --enable-shared
==> make install
/usr/local/Cellar/x264/r1713M-c276662: 7 files, 2.5M, built in 17 seconds
==> Downloading http://downloads.sourceforge.net/project/faac/faac-src/faac-1.28/faac-1.28.tar.gz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/faac/1.28 --disable-debug --disable-dependency-tracking
==> make install
/usr/local/Cellar/faac/1.28: 10 files, 928K, built in 25 seconds
==> Downloading http://downloads.sourceforge.net/project/faac/faad2-src/faad2-2.7/faad2-2.7.tar.bz2
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/faad2/2.7 --disable-debug --disable-dependency-tracking
==> make install
/usr/local/Cellar/faad2/2.7: 13 files, 868K, built in 20 seconds
==> Downloading http://downloads.sourceforge.net/sourceforge/lame/lame-3.98.4.tar.gz
######################################################################## 100.0%
==> ./configure --disable-debug --prefix=/usr/local/Cellar/lame/3.98.4 --enable-nasm
==> make install
/usr/local/Cellar/lame/3.98.4: 19 files, 1.8M, built in 26 seconds
==> Downloading http://pkg-config.freedesktop.org/releases/pkg-config-0.25.tar.gz
######################################################################## 100.0%
==> ./configure --disable-debug --prefix=/usr/local/Cellar/pkg-config/0.25 --with-pc-path=/usr/local/lib/pkgco
==> make install
/usr/local/Cellar/pkg-config/0.25: 8 files, 248K, built in 27 seconds
==> Downloading http://downloads.xiph.org/releases/ogg/libogg-1.2.0.tar.gz
######################################################################## 100.0%
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/libogg/1.2.0
==> make
==> make install
/usr/local/Cellar/libogg/1.2.0: 82 files, 508K, built in 8 seconds
==> Downloading http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.1.tar.bz2
######################################################################## 100.0%
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/libvorbis/1.3.1
==> make install
/usr/local/Cellar/libvorbis/1.3.1: 117 files, 7.6M, built in 50 seconds
==> Downloading http://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2
######################################################################## 100.0%
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/theora/1.1.1
==> make install
/usr/local/Cellar/theora/1.1.1: 91 files, 2.7M, built in 19 seconds
==> Downloading http://webm.googlecode.com/files/libvpx-v0.9.2.tar.bz2
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/libvpx/0.9.2
==> make install
/usr/local/Cellar/libvpx/0.9.2: 19 files, 1.3M, built in 15 seconds
==> Downloading http://downloads.xvid.org/downloads/xvidcore-1.2.2.tar.gz
######################################################################## 100.0%
==> ./configure --disable-assembly --prefix=/usr/local/Cellar/xvid/1.2.2
==> make
==> make install
/usr/local/Cellar/xvid/1.2.2: 7 files, 1.3M, built in 19 seconds
==> Downloading http://ffmpeg.org/releases/ffmpeg-0.6.1.tar.bz2
######################################################################## 100.0%
==> ./configure --disable-debug --prefix=/usr/local/Cellar/ffmpeg/0.6.1 --enable-shared --enable-pthreads --en
==> make install
/usr/local/Cellar/ffmpeg/0.6.1: 91 files, 15M, built in 2.2 minutes
ruby-1.8.7-head [~]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment