test os : CentOS release 5.7 (Final)
- 소스 받기
cd /usr/local/src; mkdir ffmpeg ; cd ffmpeg
wget http://www1.mplayerhq.hu/MPlayer/releases/codecs/essential-20061022.tar.bz2
wget http://rubyforge.org/frs/download.php/9225/flvtool2_1.0.5_rc6.tgz
wget http://sourceforge.net/projects/lame/files/lame/3.99/lame-3.99.tar.gz/download
http://ffmpeg-php.svn.sourceforge.net/viewvc/ffmpeg-php/trunk/
Download GNU tarball 클릭해서 다운로드
wget http://downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz
wget http://downloads.xiph.org/releases/vorbis/libvorbis-1.1.2.tar.gz
- 압축 풀기
bunzip2 essential-20061022.tar.bz2 ; tar xvf essential-20061022.tar
tar zxvf flvtool2_1.0.5_rc6.tgz
tar zxvf lame-3.99.tar.gz
tar zxvf libogg-1.1.3.tar.gz
tar zxvf libvorbis-1.1.2.tar.gz
tar xvzfp ffmpeg-php-trunk.tar.gz
- 코덱 디렉토리 생성
mkdir /usr/local/lib/codecs/
mv essential-20061022/* /usr/local/lib/codecs
chmod -R 755 /usr/local/lib/codecs/
- 최신 버전 적용위해 svn 설치
yum install subversion
yum install ruby
yum install ncurses-devel
- 최신 버전 가져오기
svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer
- LAME 설치
cd lame-3.99
./configure
make
make install
- libOGG 설치
cd ../libogg-1.1.3
./configure
make
make install
- libVorbis 설치
ogg 버전이 낮다고 나와서 아래처럼 설치
yum -y install libogg
cd ../libvorbis-1.1.2
./configure
make
make install
- flvtool2 설치
cd ../flvtool2_1.0.5_rc6
ruby setup.rb config
ruby setup.rb setup
ruby setup.rb install
- yasm 설치
cd ../
wget http://www.tortall.net/projects/yasm/releases/yasm-0.8.0.tar.gz
tar xvzfp yasm-0.8.0.tar.gz
cd yasm-0.8.0
./configure
make; make install
- MPlayer 설치 ---> 에러.
cd ../mplayer/
vi configure
아래부분 주석
50 #if ! test -e ffmpeg ; then
51 # echo "No FFmpeg checkout, press enter to download one with git or CTRL+C to abort"
52 # read tmp
53 # if ! git clone --depth 1 git://git.videolan.org/ffmpeg.git ffmpeg ; then
54 # rm -rf ffmpeg
55 # echo "Failed to get a FFmpeg checkout"
56 # exit 1
57 # fi
58 # touch ffmpeg/mp_auto_pull
59 #fi
./configure
make
make install
- FFMPEG 설치
mkdir /usr/local/src/ffmpeg/ffmpeg/tmp
chmod 1777 /usr/local/src/ffmpeg/ffmpeg/tmp
export TMPDIR=/usr/local/src/ffmpeg/ffmpeg/tmp
cd ../ffmpeg
./configure --enable-libmp3lame --enable-libvorbis --disable-mmx --enable-shared
make
make install
- 코덱 셋업
ln -s /usr/local/lib/libavformat.so /usr/lib/libavformat.so
ln -s /usr/local/lib/libavcodec.so /usr/lib/libavcodec.so
ln -s /usr/local/lib/libavutil.so /usr/lib/libavutil.so
ln -s /usr/local/lib/libmp3lame.so /usr/lib/libmp3lame.so
- FFMPEG-PHP 설치
mkdir /usr/local/include/ffmpeg
cp -p /usr/local/src/ffmpeg/ffmpeg/libavformat/avio.h /usr/local/include/ffmpeg/
cp -p /usr/local/src/ffmpeg/ffmpeg/libavformat/avformat.h /usr/local/include/ffmpeg/
cp -p /usr/local/src/ffmpeg/ffmpeg/libavcodec/avcodec.h /usr/local/include/ffmpeg/
cp -pv /usr/local/src/ffmpeg/ffmpeg/libswscale/swscale.h /usr/local/include/ffmpeg/
cp -pv /usr/local/src/ffmpeg/ffmpeg/libavutil/avutil.h /usr/local/include/ffmpeg/
cd /usr/local/src/ffmpeg/trunk/ffmpeg-php
phpize
./configure
make
make install
cd modules/
cp -pv ffmpeg.so /usr/local/lib
- php.ini 설정
extension_dir 경로 잡힌곳에 복사
extension=ffmpeg.so 추가
- 확인
php -r "phpinfo();" | grep ffmpeg
ffmpeg
ffmpeg-php version => 0.6.3
ffmpeg-php built on => Oct 24 2011 12:50:21
ffmpeg-php gd support => enabled
ffmpeg libavcodec version => Lavc52.108.0
ffmpeg libavformat version => Lavf52.93.0
ffmpeg swscaler version => SwS0.12.0
ffmpeg.allow_persistent => 0 => 0
ffmpeg.show_warnings => 0 => 0
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5230 | 13년 전 | 3064 | ||
| 5229 | 13년 전 | 569 | ||
| 5228 | 13년 전 | 611 | ||
| 5227 | 13년 전 | 716 | ||
| 5226 | 13년 전 | 9171 | ||
| 5225 | 13년 전 | 2183 | ||
| 5224 | 13년 전 | 2598 | ||
| 5223 | 13년 전 | 2566 | ||
| 5222 | 13년 전 | 3129 | ||
| 5221 |
visualp
|
13년 전 | 716 | |
| 5220 |
|
13년 전 | 750 | |
| 5219 | 13년 전 | 4646 | ||
| 5218 |
|
13년 전 | 681 | |
| 5217 |
크라이스트
|
13년 전 | 1368 | |
| 5216 | 13년 전 | 1222 | ||
| 5215 | 13년 전 | 1241 | ||
| 5214 | 13년 전 | 1110 | ||
| 5213 | 13년 전 | 647 | ||
| 5212 | 13년 전 | 1339 | ||
| 5211 | 13년 전 | 734 | ||
| 5210 |
visualp
|
13년 전 | 1452 | |
| 5209 |
visualp
|
13년 전 | 1085 | |
| 5208 |
mammoth
|
13년 전 | 728 | |
| 5207 | 13년 전 | 2109 | ||
| 5206 | 13년 전 | 1077 | ||
| 5205 | 13년 전 | 693 | ||
| 5204 |
|
13년 전 | 2262 | |
| 5203 | 13년 전 | 1175 | ||
| 5202 | 13년 전 | 1193 | ||
| 5201 |
kastel
|
13년 전 | 1353 | |
| 5200 | 13년 전 | 1065 | ||
| 5199 | 13년 전 | 561 | ||
| 5198 | 13년 전 | 627 | ||
| 5197 | 13년 전 | 1563 | ||
| 5196 | 13년 전 | 775 | ||
| 5195 | 13년 전 | 1791 | ||
| 5194 | 13년 전 | 1293 | ||
| 5193 | 13년 전 | 606 | ||
| 5192 | 13년 전 | 4052 | ||
| 5191 | 13년 전 | 730 | ||
| 5190 |
|
13년 전 | 1850 | |
| 5189 | 13년 전 | 1170 | ||
| 5188 | 13년 전 | 1543 | ||
| 5187 |
믹스디자인
|
13년 전 | 806 | |
| 5186 |
|
13년 전 | 2382 | |
| 5185 | 13년 전 | 1430 | ||
| 5184 | 13년 전 | 889 | ||
| 5183 | 13년 전 | 1403 | ||
| 5182 | 13년 전 | 682 | ||
| 5181 | 13년 전 | 713 | ||
| 5180 |
프리온관리자
|
13년 전 | 716 | |
| 5179 | 13년 전 | 984 | ||
| 5178 | 13년 전 | 648 | ||
| 5177 | 13년 전 | 571 | ||
| 5176 | 13년 전 | 681 | ||
| 5175 | 13년 전 | 1400 | ||
| 5174 | 13년 전 | 852 | ||
| 5173 | 13년 전 | 593 | ||
| 5172 |
|
13년 전 | 565 | |
| 5171 | 13년 전 | 904 | ||
| 5170 |
KhanSu
|
13년 전 | 694 | |
| 5169 | 13년 전 | 2158 | ||
| 5168 | 13년 전 | 1487 | ||
| 5167 |
sir24
|
13년 전 | 680 | |
| 5166 | 13년 전 | 1743 | ||
| 5165 | 13년 전 | 727 | ||
| 5164 | 13년 전 | 1650 | ||
| 5163 |
|
13년 전 | 991 | |
| 5162 |
곰도리푸우
|
13년 전 | 4088 | |
| 5161 |
UltraUCC
|
13년 전 | 1227 | |
| 5160 |
|
13년 전 | 884 | |
| 5159 |
그런듯아닌듯
|
13년 전 | 544 | |
| 5158 |
|
13년 전 | 518 | |
| 5157 | 13년 전 | 1652 | ||
| 5156 | 13년 전 | 1153 | ||
| 5155 | 13년 전 | 2633 | ||
| 5154 | 13년 전 | 786 | ||
| 5153 | 13년 전 | 783 | ||
| 5152 |
|
13년 전 | 623 | |
| 5151 | 13년 전 | 827 | ||
| 5150 |
senseme
|
13년 전 | 550 | |
| 5149 |
워드앤코드
|
13년 전 | 1002 | |
| 5148 | 13년 전 | 693 | ||
| 5147 |
프로프리랜서
|
13년 전 | 902 | |
| 5146 | 13년 전 | 2394 | ||
| 5145 |
투코아미디어
|
13년 전 | 1492 | |
| 5144 |
there007
|
13년 전 | 1503 | |
| 5143 | 13년 전 | 1366 | ||
| 5142 | 13년 전 | 2089 | ||
| 5141 |
silky
|
13년 전 | 760 | |
| 5140 |
silky
|
13년 전 | 632 | |
| 5139 |
silky
|
13년 전 | 1973 | |
| 5138 |
silky
|
13년 전 | 569 | |
| 5137 |
silky
|
13년 전 | 595 | |
| 5136 |
silky
|
13년 전 | 878 | |
| 5135 |
silky
|
13년 전 | 617 | |
| 5134 |
silky
|
13년 전 | 468 | |
| 5133 |
|
13년 전 | 830 | |
| 5132 |
복이219
|
13년 전 | 971 | |
| 5131 |
바부바부팅이
|
13년 전 | 998 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기