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 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.

2005-07-01 00:30 Back to release list
0.4.4

此版本增加了能够创建GIF动画。 ffmpeg_frame构造已得到修复,以便建立从广东图像ffmpeg_frames。这使得以从广东一系列图像GIF动画直接。一个php.ini选项已被添加禁用持久性电影。帧“isKeyFrame()和电影”getNextKeyFrame()方法已被添加。现在显示FFmpeg的在php_info的INI PHP的值()表。阿崩溃当尝试读取比电影中存在多个框架已得到修复。有一个补丁正确初始化之前,广东粤试图获取图像资源。
标签: Minor feature enhancements
This release adds the ability to create animated GIFs. ffmpeg_frame constructor has been fixed to allow creating ffmpeg_frames from gd images. This allows to make animated GIFs directly from a series of gd images. A php.ini option has been added to disable persistent movies. frame->isKeyFrame() and movie->getNextKeyFrame() methods have been added. Now displays ffmpeg-php ini values in the php_info() table. A crash when trying to read more frames than exist in a movie has been fixed. There is a patch to correctly init gd before attempting to fetch gd image resources.

Project Resources