■ffmpegを、PHPから簡単に扱うためのクラスライブラリが紹介されている。
ffmpegクラスを使ったサンプルプログラムも有る。
http://phpspot.org/blog/archives/2007/03/phpffmpegffmpeg.html
■PHPから動画のサムネイルイメージを生成 - ffmpeg-php
ビデオやオーディオファイルから情報を取り出すためのPHPエクステンション。
ムービーファイルからは自動的に複数のサムネイルイメージを生成できる。
ファイルフォーマットはmov, avi, mpg, wmv 等に対応している。
http://phpspot.org/blog/archives/2005/11/php_ffmpegphp.html
■ffmpeg-PHP(英語のページ)
http://ffmpeg-php.sourceforge.net/
ffmpeg-php is an extension for
PHP that adds an easy to use, object-oriented API for accessing and retrieving information from video and audio files. It has methods for returning frames from movie files as images that can be manipulated using PHP's
image functions. This works well for automatically creating thumbnail images from movies. ffmpeg-php is also useful for reporting the duration and bitrate of audio files (mp3, wma...). ffmpeg-php can access many of the
video formats supported by
ffmpeg (mov, avi, mpg, wmv...)
ダウンロードサイト
http://sourceforge.net/project/showfiles.php?group_id=122353&package_id=133626PR