Download List

專案描述

ffmpeg-php is an extension for PHP that adds an easy to use object-oriented API for retrieving information from movies 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 movie files. ffmpeg-php is also useful for reporting the duration and bitrate of audio files (mp3, wma...). ffmpeg-php can access many of the formats supported by ffmpeg.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-12-26 07:44
0.4.0_alpha

This release reworks API to make it more object oriented
and make objects more scriptable. This cleans up the
interface and make integrating encoding support possible.
This version also fixes a major bug in duration calculation
that was causing incorrect frame counts to be returned.

2004-12-16 12:55
0.3.8_alpha

A memory leak in GD image allocation was fixed and a few minor bugfixes and cleanups were made. Better build instructions were provided and a new getFrameIntoImage() function that can reuse a single GD image when grabbing multiple frames was added. This is a bit faster than the other getFrame functions when processing a sequence of frames.
標籤: Minor bugfixes

2004-12-08 14:02
0.3.7_alpha

This release adds support for PHP5, a better Gentoo ebuild,
and some minor bugfixes. It can now query duration and
bitrate of Windows Media Audio (WMA) files.

2004-12-05 12:35
0.3.6a

This version fixes many bugs, further optimizes sequential
calls to getFrame, and adds ffmpeg based cropping support
to the getFrame() and getFrameResampled() methods.

2004-11-30 11:32
0.3.5a

Added a new method to return a frame resized using ffmpeg's resampling functions, added support for retrieving the duration and bitrate of MP3 files, removed the requirement that it be built in conjunction with PHP, and fixed some conversion bugs.
標籤: Minor feature enhancements

Project Resources