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
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8230 | 9년 전 | 50 | ||
| 8229 | 9년 전 | 52 | ||
| 8228 |
커네드커네드
|
9년 전 | 98 | |
| 8227 | 9년 전 | 108 | ||
| 8226 | 9년 전 | 145 | ||
| 8225 | 9년 전 | 133 | ||
| 8224 | 9년 전 | 131 | ||
| 8223 | 9년 전 | 90 | ||
| 8222 |
|
9년 전 | 162 | |
| 8221 | 9년 전 | 77 | ||
| 8220 | 9년 전 | 75 | ||
| 8219 | 9년 전 | 80 | ||
| 8218 | 9년 전 | 111 | ||
| 8217 |
star3840
|
9년 전 | 98 | |
| 8216 | 9년 전 | 135 | ||
| 8215 | 9년 전 | 88 | ||
| 8214 | 9년 전 | 206 | ||
| 8213 | 9년 전 | 142 | ||
| 8212 | 9년 전 | 56 | ||
| 8211 | 9년 전 | 222 | ||
| 8210 | 9년 전 | 218 | ||
| 8209 | 9년 전 | 318 | ||
| 8208 | 9년 전 | 187 | ||
| 8207 | 9년 전 | 200 | ||
| 8206 |
|
9년 전 | 162 | |
| 8205 | 9년 전 | 147 | ||
| 8204 | 9년 전 | 110 | ||
| 8203 | 9년 전 | 203 | ||
| 8202 | 9년 전 | 126 | ||
| 8201 | 9년 전 | 166 | ||
| 8200 | 9년 전 | 135 | ||
| 8199 | 9년 전 | 186 | ||
| 8198 | 9년 전 | 155 | ||
| 8197 | 9년 전 | 135 | ||
| 8196 | 9년 전 | 516 | ||
| 8195 | 9년 전 | 133 | ||
| 8194 | 9년 전 | 268 | ||
| 8193 | 9년 전 | 135 | ||
| 8192 | 9년 전 | 163 | ||
| 8191 | 9년 전 | 115 | ||
| 8190 | 9년 전 | 111 | ||
| 8189 | 9년 전 | 165 | ||
| 8188 | 9년 전 | 112 | ||
| 8187 | 9년 전 | 121 | ||
| 8186 | 9년 전 | 130 | ||
| 8185 | 9년 전 | 291 | ||
| 8184 | 9년 전 | 86 | ||
| 8183 | 9년 전 | 308 | ||
| 8182 | 9년 전 | 138 | ||
| 8181 | 9년 전 | 114 | ||
| 8180 | 9년 전 | 678 | ||
| 8179 | 9년 전 | 474 | ||
| 8178 | 9년 전 | 278 | ||
| 8177 |
kiplayer
|
9년 전 | 284 | |
| 8176 | 9년 전 | 329 | ||
| 8175 | 9년 전 | 203 | ||
| 8174 | 9년 전 | 210 | ||
| 8173 | 9년 전 | 324 | ||
| 8172 | 9년 전 | 166 | ||
| 8171 | 9년 전 | 159 | ||
| 8170 | 9년 전 | 278 | ||
| 8169 |
커네드커네드
|
9년 전 | 243 | |
| 8168 | 9년 전 | 297 | ||
| 8167 | 9년 전 | 305 | ||
| 8166 | 9년 전 | 218 | ||
| 8165 | 9년 전 | 148 | ||
| 8164 | 9년 전 | 279 | ||
| 8163 | 9년 전 | 265 | ||
| 8162 | 9년 전 | 273 | ||
| 8161 | 9년 전 | 271 | ||
| 8160 |
|
9년 전 | 467 | |
| 8159 | 9년 전 | 386 | ||
| 8158 | 9년 전 | 204 | ||
| 8157 | 9년 전 | 341 | ||
| 8156 | 9년 전 | 256 | ||
| 8155 | 9년 전 | 231 | ||
| 8154 |
00년생용띠
|
9년 전 | 577 | |
| 8153 | 9년 전 | 206 | ||
| 8152 |
|
9년 전 | 385 | |
| 8151 | 9년 전 | 386 | ||
| 8150 | 9년 전 | 476 | ||
| 8149 |
Jangfolk
|
9년 전 | 314 | |
| 8148 | 9년 전 | 148 | ||
| 8147 | 9년 전 | 357 | ||
| 8146 | 9년 전 | 410 | ||
| 8145 | 9년 전 | 343 | ||
| 8144 | 9년 전 | 309 | ||
| 8143 | 9년 전 | 165 | ||
| 8142 | 9년 전 | 411 | ||
| 8141 | 9년 전 | 357 | ||
| 8140 | 9년 전 | 908 | ||
| 8139 | 9년 전 | 231 | ||
| 8138 |
전갈자리남자
|
9년 전 | 376 | |
| 8137 | 9년 전 | 357 | ||
| 8136 | 9년 전 | 717 | ||
| 8135 |
|
9년 전 | 769 | |
| 8134 |
PlayPixel
|
9년 전 | 481 | |
| 8133 |
|
9년 전 | 420 | |
| 8132 | 9년 전 | 431 | ||
| 8131 | 9년 전 | 786 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기