FFMPEG 설치

· 13년 전 · 1252
 test os : CentOS release 5.7 (Final)
 
- 소스 받기
cd /usr/local/src; mkdir ffmpeg ; cd ffmpeg
 
Download GNU tarball 클릭해서 다운로드
 
 
- 압축 풀기
 
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
 
 
 
- 최신 버전 가져오기
 
 
 
 
 
 
- 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 ../
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
 
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

태그 필터 (최대 3개) 전체 개발자 소스 기타 mysql 팁자료실 javascript php linux flash 정규표현식 jquery node.js mobile 웹서버 os 프로그램 강좌 썸네일 이미지관련 도로명주소 그누보드5 기획자 견적서 계약서 기획서 마케팅 제안서 seo 통계 서식 통계자료 퍼블리셔 html css 반응형 웹접근성 퍼블리싱 표준화 반응형웹 홈페이지기초 부트스트랩 angularjs 포럼 스크린리더 센스리더 개발자톡 개발자팁 퍼블리셔톡 퍼블리셔팁 기획자톡 기획자팁 프로그램강좌 퍼블리싱강좌
+
제목 글쓴이 날짜 조회
13년 전 조회 1,063
13년 전 조회 1,296
13년 전 조회 1,134
13년 전 조회 1,467
13년 전 조회 1,535
13년 전 조회 1,395
13년 전 조회 3,248
13년 전 조회 1,049
13년 전 조회 1,285
13년 전 조회 1,157
13년 전 조회 1,670
13년 전 조회 1,392
13년 전 조회 2,089
13년 전 조회 2,418
13년 전 조회 1,768
13년 전 조회 3,719
13년 전 조회 1,910
13년 전 조회 1,267
13년 전 조회 2,725
13년 전 조회 3,163
13년 전 조회 984
13년 전 조회 1,114
13년 전 조회 1,025
13년 전 조회 1,110
13년 전 조회 1,029
13년 전 조회 1,252
13년 전 조회 2,495
13년 전 조회 966
13년 전 조회 977
13년 전 조회 1,114
13년 전 조회 1,062
13년 전 조회 963
13년 전 조회 1,277
13년 전 조회 1,241
13년 전 조회 978
13년 전 조회 982
13년 전 조회 2,015
13년 전 조회 1,226
13년 전 조회 1,589
13년 전 조회 926
13년 전 조회 1,562
13년 전 조회 1,075
13년 전 조회 943
13년 전 조회 1,244
13년 전 조회 2,784
13년 전 조회 1,390
13년 전 조회 2,083
13년 전 조회 947
13년 전 조회 1,017
13년 전 조회 1,253
13년 전 조회 1,010
13년 전 조회 1,902
13년 전 조회 912
13년 전 조회 935
13년 전 조회 1,309
13년 전 조회 1,049
13년 전 조회 961
13년 전 조회 1,092
13년 전 조회 1,133
13년 전 조회 983
13년 전 조회 2,814
13년 전 조회 1,932
13년 전 조회 1,788
13년 전 조회 1,001
13년 전 조회 965
13년 전 조회 1,052
13년 전 조회 1,272
13년 전 조회 1,063
13년 전 조회 1,632
13년 전 조회 1,711
13년 전 조회 1,292
13년 전 조회 1,441
13년 전 조회 2,476
13년 전 조회 2,817
13년 전 조회 6,075
13년 전 조회 971
13년 전 조회 1,434
13년 전 조회 966
13년 전 조회 1,239
13년 전 조회 1,880
13년 전 조회 1,459
13년 전 조회 1,096
13년 전 조회 1,169
13년 전 조회 1,030
13년 전 조회 1,195
13년 전 조회 2,118
13년 전 조회 2,410
13년 전 조회 1,295
13년 전 조회 1,570
13년 전 조회 2,665
13년 전 조회 1,592
13년 전 조회 1,588
13년 전 조회 1,295
13년 전 조회 2,669
13년 전 조회 1,264
13년 전 조회 1,405
13년 전 조회 1,761
13년 전 조회 1,918
13년 전 조회 3,517
13년 전 조회 3,750