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
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5030 | 13년 전 | 772 | ||
| 5029 | 13년 전 | 459 | ||
| 5028 | 13년 전 | 713 | ||
| 5027 | 13년 전 | 1302 | ||
| 5026 | 13년 전 | 534 | ||
| 5025 | 13년 전 | 1340 | ||
| 5024 | 13년 전 | 405 | ||
| 5023 | 13년 전 | 647 | ||
| 5022 | 13년 전 | 413 | ||
| 5021 | 13년 전 | 652 | ||
| 5020 | 13년 전 | 500 | ||
| 5019 | 13년 전 | 843 | ||
| 5018 | 13년 전 | 894 | ||
| 5017 | 13년 전 | 777 | ||
| 5016 | 13년 전 | 2622 | ||
| 5015 | 13년 전 | 401 | ||
| 5014 | 13년 전 | 666 | ||
| 5013 | 13년 전 | 570 | ||
| 5012 |
JacobJeon
|
13년 전 | 1061 | |
| 5011 | 13년 전 | 792 | ||
| 5010 | 13년 전 | 1432 | ||
| 5009 |
JacobJeon
|
13년 전 | 1783 | |
| 5008 | 13년 전 | 1130 | ||
| 5007 | 13년 전 | 3002 | ||
| 5006 |
|
13년 전 | 1280 | |
| 5005 | 13년 전 | 656 | ||
| 5004 | 13년 전 | 2075 | ||
| 5003 | 13년 전 | 2514 | ||
| 5002 | 13년 전 | 375 | ||
| 5001 | 13년 전 | 513 | ||
| 5000 | 13년 전 | 409 | ||
| 4999 | 13년 전 | 509 | ||
| 4998 | 13년 전 | 452 | ||
| 4997 | 13년 전 | 648 | ||
| 4996 | 13년 전 | 1897 | ||
| 4995 | 13년 전 | 374 | ||
| 4994 | 13년 전 | 371 | ||
| 4993 | 13년 전 | 515 | ||
| 4992 | 13년 전 | 481 | ||
| 4991 | 13년 전 | 374 | ||
| 4990 | 13년 전 | 690 | ||
| 4989 | 13년 전 | 630 | ||
| 4988 | 13년 전 | 384 | ||
| 4987 | 13년 전 | 400 | ||
| 4986 | 13년 전 | 1367 | ||
| 4985 | 13년 전 | 646 | ||
| 4984 | 13년 전 | 1030 | ||
| 4983 | 13년 전 | 401 | ||
| 4982 |
쥬드125
|
13년 전 | 998 | |
| 4981 | 13년 전 | 526 | ||
| 4980 | 13년 전 | 390 | ||
| 4979 | 13년 전 | 657 | ||
| 4978 | 13년 전 | 2160 | ||
| 4977 |
atria
|
13년 전 | 839 | |
| 4976 | 13년 전 | 1512 | ||
| 4975 | 13년 전 | 419 | ||
| 4974 | 13년 전 | 445 | ||
| 4973 | 13년 전 | 697 | ||
| 4972 | 13년 전 | 455 | ||
| 4971 | 13년 전 | 1383 | ||
| 4970 | 13년 전 | 350 | ||
| 4969 | 13년 전 | 399 | ||
| 4968 | 13년 전 | 712 | ||
| 4967 | 13년 전 | 507 | ||
| 4966 | 13년 전 | 429 | ||
| 4965 | 13년 전 | 572 | ||
| 4964 | 13년 전 | 574 | ||
| 4963 | 13년 전 | 415 | ||
| 4962 | 13년 전 | 2223 | ||
| 4961 | 13년 전 | 1317 | ||
| 4960 | 13년 전 | 1213 | ||
| 4959 | 13년 전 | 409 | ||
| 4958 | 13년 전 | 377 | ||
| 4957 | 13년 전 | 460 | ||
| 4956 | 13년 전 | 695 | ||
| 4955 | 13년 전 | 489 | ||
| 4954 | 13년 전 | 1056 | ||
| 4953 | 13년 전 | 1148 | ||
| 4952 | 13년 전 | 735 | ||
| 4951 |
sjsmsrjfflauswnrsmse
|
13년 전 | 864 | |
| 4950 | 13년 전 | 1898 | ||
| 4949 | 13년 전 | 2213 | ||
| 4948 | 13년 전 | 5518 | ||
| 4947 | 13년 전 | 406 | ||
| 4946 | 13년 전 | 848 | ||
| 4945 | 13년 전 | 400 | ||
| 4944 | 13년 전 | 604 | ||
| 4943 |
마당쇠2000
|
13년 전 | 1255 | |
| 4942 |
cula100jak
|
13년 전 | 823 | |
| 4941 | 13년 전 | 469 | ||
| 4940 | 13년 전 | 565 | ||
| 4939 | 13년 전 | 397 | ||
| 4938 | 13년 전 | 543 | ||
| 4937 | 13년 전 | 1474 | ||
| 4936 |
techer
|
13년 전 | 1813 | |
| 4935 | 13년 전 | 704 | ||
| 4934 | 13년 전 | 929 | ||
| 4933 | 13년 전 | 2021 | ||
| 4932 |
kajama78
|
13년 전 | 936 | |
| 4931 | 13년 전 | 975 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기