Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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 Zurück zur Release-Liste
0.4.4

Diese Veröffentlichung fügt die Fähigkeit, animierte GIFs erstellen. ffmpeg_frame Konstruktor hat nun korrigiert und ermöglichen die Schaffung von ffmpeg_frames gd Bilder. Dies erlaubt es, animierte GIFs direkt aus einer Reihe von gd Bilder zu machen. Eine Option wurde php.ini zu deaktivieren anhaltende Filme aufgenommen. frame-> isKeyFrame () und movie-> getNextKeyFrame ()-Methoden hinzugefügt worden sind. Nun zeigt ffmpeg php-ini-Werte in der php_info () Tabelle. Ein Absturz beim Versuch, mehr Bilder gibt, als in einem Film gelesen hat, wurde behoben. Es ist ein Patch korrekt init gd bevor Sie versuchen, GD-Ressourcen zu holen.
Tags: 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