# http://ffmpeg-php.sourceforge.net/ # tar jxf ffmpeg-php-0.6.0.tbz2 # cd ffmpeg-php-0.6.0 # vi ffmpeg_frame.c PIX_FMT_RGBA32 --> PIX_FMT_RGB32 # phpize # ./configure # make # make install ... Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20060613/ ... # vi /usr/local/lib/php.ini extension_dir="/usr/local/lib/php/extensions/no-debug-non-zts-20060613" extension=ffmpeg.so or # cp /usr/local/lib/php/extensions/no-debug-non-zts-20060613/ffmpeg.so /usr/local/lib/
CentOS5 CentOS6 Fedora Flash Media Server Apache Postgres PHP beyrl vmware Wine yum Shell repository GNOME Graph HDD jpegtran Kernel motion nvidia OpenSSH Player RRDTool sftp SSH USB UVC 動画系いろいろ CSS html Windows Chrome .net framework Visual Basic UO ツール マクロ UOA Interface ハードウェア SSD iPhone 5s iPod Touch 5G 6G 脱獄 Jailbreak LUA Hyper-V
2011/02/24
[ffmpeg-php install]
[ffmpeg install]
# tar zxf ffmpeg-0.6.1.tar.gz # cd ffmpeg-0.6.1 # export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH # ./configure --enable-shared --enable-gpl --enable-nonfree --enable-libx264 --enable-libmp3lame --enable-libfaac --enable-libfaad # make # make install # vi /etc/ld.so.conf.d/ffmpeg-lib-path.conf /usr/local/lib # ldconfig
[h264 install]
http://www.videolan.org/developers/x264.html
# tar jxf last_x264.tar.bz2
# cd x264-snapshot-20110222-2245
# ./configure --enable-shared
# make
# make install
# tar jxf last_x264.tar.bz2
# cd x264-snapshot-20110222-2245
# ./configure --enable-shared
# make
# make install
[gpac install]
http://gpac.wp.institut-telecom.fr/
tar zxf gpac-gpac.tar.gz
cd gpac
# ./configure
# make
# make install
tar zxf gpac-gpac.tar.gz
cd gpac
# ./configure
# make
# make install
[YASM Install]
http://www.tortall.net/projects/yasm/wiki/Download
# tar zxf yasm-1.1.0.tar.gz
# cd yasm-1.1.0
# ./configure
# make
# make install
# tar zxf yasm-1.1.0.tar.gz
# cd yasm-1.1.0
# ./configure
# make
# make install
登録:
投稿 (Atom)