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
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 4830 |
임페리얼웹
|
13년 전 | 1356 | |
| 4829 |
임페리얼웹
|
13년 전 | 702 | |
| 4828 | 13년 전 | 3460 | ||
| 4827 |
|
13년 전 | 1220 | |
| 4826 | 13년 전 | 2730 | ||
| 4825 | 13년 전 | 1065 | ||
| 4824 |
gnuskin쩜net
|
13년 전 | 756 | |
| 4823 | 13년 전 | 808 | ||
| 4822 |
visualp
|
13년 전 | 679 | |
| 4821 |
다케미카코
|
13년 전 | 1255 | |
| 4820 | 13년 전 | 1343 | ||
| 4819 | 13년 전 | 2657 | ||
| 4818 |
크라이스트
|
13년 전 | 4234 | |
| 4817 |
임페리얼웹
|
13년 전 | 694 | |
| 4816 | 13년 전 | 3257 | ||
| 4815 |
하모니칼수
|
13년 전 | 640 | |
| 4814 | 13년 전 | 1103 | ||
| 4813 | 13년 전 | 700 | ||
| 4812 |
임페리얼웹
|
13년 전 | 1083 | |
| 4811 |
임페리얼웹
|
13년 전 | 1826 | |
| 4810 | 13년 전 | 1142 | ||
| 4809 | 13년 전 | 617 | ||
| 4808 | 13년 전 | 1277 | ||
| 4807 |
너는나의봄이다
|
13년 전 | 893 | |
| 4806 | 13년 전 | 1288 | ||
| 4805 | 13년 전 | 1767 | ||
| 4804 | 13년 전 | 1066 | ||
| 4803 |
한번잘해보자
|
13년 전 | 712 | |
| 4802 | 13년 전 | 1902 | ||
| 4801 |
꼬꼬아부지
|
13년 전 | 1182 | |
| 4800 | 13년 전 | 764 | ||
| 4799 |
|
13년 전 | 705 | |
| 4798 | 13년 전 | 1066 | ||
| 4797 |
한번잘해보자
|
13년 전 | 605 | |
| 4796 | 13년 전 | 1716 | ||
| 4795 | 13년 전 | 994 | ||
| 4794 |
|
13년 전 | 1013 | |
| 4793 |
|
13년 전 | 649 | |
| 4792 | 13년 전 | 1287 | ||
| 4791 | 13년 전 | 2094 | ||
| 4790 |
|
13년 전 | 612 | |
| 4789 |
한번잘해보자
|
13년 전 | 510 | |
| 4788 |
|
13년 전 | 683 | |
| 4787 | 13년 전 | 3276 | ||
| 4786 |
한번잘해보자
|
13년 전 | 745 | |
| 4785 | 13년 전 | 1299 | ||
| 4784 | 13년 전 | 1074 | ||
| 4783 |
|
13년 전 | 719 | |
| 4782 | 13년 전 | 7729 | ||
| 4781 |
크라운엠버서더
|
13년 전 | 1101 | |
| 4780 | 13년 전 | 1750 | ||
| 4779 | 13년 전 | 750 | ||
| 4778 | 13년 전 | 1085 | ||
| 4777 | 13년 전 | 911 | ||
| 4776 | 13년 전 | 1887 | ||
| 4775 | 13년 전 | 3318 | ||
| 4774 | 13년 전 | 1530 | ||
| 4773 | 13년 전 | 3236 | ||
| 4772 | 13년 전 | 1409 | ||
| 4771 | 13년 전 | 3854 | ||
| 4770 | 13년 전 | 1400 | ||
| 4769 | 13년 전 | 894 | ||
| 4768 | 13년 전 | 1864 | ||
| 4767 | 13년 전 | 2643 | ||
| 4766 | 13년 전 | 1562 | ||
| 4765 | 13년 전 | 1375 | ||
| 4764 | 13년 전 | 3132 | ||
| 4763 | 13년 전 | 1161 | ||
| 4762 |
|
13년 전 | 716 | |
| 4761 | 13년 전 | 1608 | ||
| 4760 | 13년 전 | 843 | ||
| 4759 |
NTYPE
|
13년 전 | 5167 | |
| 4758 |
프로프리랜서
|
13년 전 | 823 | |
| 4757 |
프로프리랜서
|
13년 전 | 1208 | |
| 4756 | 13년 전 | 806 | ||
| 4755 |
원시인교주
|
13년 전 | 831 | |
| 4754 |
there007
|
13년 전 | 948 | |
| 4753 | 13년 전 | 1764 | ||
| 4752 |
세상의중심
|
13년 전 | 1571 | |
| 4751 | 13년 전 | 1298 | ||
| 4750 | 13년 전 | 1496 | ||
| 4749 |
또다른세상
|
13년 전 | 3652 | |
| 4748 | 13년 전 | 761 | ||
| 4747 |
cula100jak
|
13년 전 | 1647 | |
| 4746 | 13년 전 | 1474 | ||
| 4745 |
|
13년 전 | 613 | |
| 4744 |
designcity
|
13년 전 | 739 | |
| 4743 | 13년 전 | 616 | ||
| 4742 |
|
13년 전 | 8346 | |
| 4741 | 13년 전 | 833 | ||
| 4740 | 13년 전 | 1637 | ||
| 4739 | 13년 전 | 1307 | ||
| 4738 |
|
13년 전 | 740 | |
| 4737 |
Xerro
|
13년 전 | 483 | |
| 4736 | 13년 전 | 3720 | ||
| 4735 |
keith
|
13년 전 | 534 | |
| 4734 |
|
13년 전 | 686 | |
| 4733 | 13년 전 | 1743 | ||
| 4732 |
|
13년 전 | 1244 | |
| 4731 |
|
13년 전 | 1294 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기