takatoshiono / memo

my learning memo
3 stars 0 forks source link

ffmpeg のインストール #13

Closed takatoshiono closed 11 years ago

takatoshiono commented 11 years ago

する。

takatoshiono commented 11 years ago
[takatoshi@maui ~]$ brew install ffmpeg
Warning: Your Xcode (4.3.1) is outdated
Please install Xcode 4.6.3.
==> Installing dependencies for ffmpeg: yasm, x264, faac, lame, xvid
==> Installing ffmpeg dependency: yasm
==> Downloading http://tortall.net/projects/yasm/releases/yasm-1.2.0.tar.gz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/yasm/1.2.0
==> make install
/usr/local/Cellar/yasm/1.2.0: 44 files, 3.4M, built in 40 seconds
==> Installing ffmpeg dependency: x264
==> Downloading http://download.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-20120812-2245-stable.tar.bz2
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/x264/r2197.4 --enable-shared
==> make install
==> Caveats
Because libx264 has a rapidly-changing API, formulae that link against
it should be reinstalled each time you upgrade x264. Examples include:
   avidemux, ffmbc, ffmpeg, gst-plugins-ugly
==> Summary
/usr/local/Cellar/x264/r2197.4: 8 files, 1.8M, built in 50 seconds
==> Installing ffmpeg dependency: faac
==> 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
==> make install
/usr/local/Cellar/faac/1.28: 13 files, 768K, built in 29 seconds
==> Installing ffmpeg dependency: lame
==> Downloading http://downloads.sourceforge.net/sourceforge/lame/lame-3.99.5.tar.gz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/lame/3.99.5 --enable-nasm
==> make install
/usr/local/Cellar/lame/3.99.5: 25 files, 2.1M, built in 28 seconds
==> Installing ffmpeg dependency: xvid
==> Downloading http://fossies.org/unix/privat/xvidcore-1.3.2.tar.gz
######################################################################## 100.0%
==> ./configure --disable-assembly --prefix=/usr/local/Cellar/xvid/1.3.2
==> make
==> make install
/usr/local/Cellar/xvid/1.3.2: 9 files, 1.3M, built in 30 seconds
==> Installing ffmpeg
==> Downloading http://ffmpeg.org/releases/ffmpeg-1.2.1.tar.bz2
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/ffmpeg/1.2.1 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --
==> make install
/usr/local/Cellar/ffmpeg/1.2.1: 147 files, 26M, built in 6.0 minutes
takatoshiono commented 11 years ago

した。