Download List

Descripción del Proyecto

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.

2006-09-03 02:42
0.4.8

Se agregaron nuevas funciones para los flujos de audio: getAudioSampleRate () y getAudioBitRate (). La función getBitRate pasó a ser como getAudioSampleRate () y getAudioBitRate (). Bits por segundo, ahora se devuelven en lugar de calcular kb / s. Un posible error en el cálculo de flujo de audio hasAudio si es la primera corriente fue corregido.
Tags: Minor feature enhancements
New functions were added for audio streams:
getAudioSampleRate() and getAudioBitRate(). The
getBitRate function was changed to be like
getAudioSampleRate() and getAudioBitRate(). Bits
per second are now returned instead of calculating
kb/s. A possible error in hasAudio calculation if
audio stream is the first stream was fixed.

2005-07-01 00:30
0.4.4

Esta versión incluye la capacidad para crear GIFs animados. constructor ffmpeg_frame se ha fijado para permitir la creación de imágenes ffmpeg_frames Di-s. Esto permite hacer GIFs animados directamente de una serie de imágenes de D-os. Una opción de php.ini se ha añadido a desactivar películas persistente. frame-> isKeyFrame () y la película-> getNextKeyFrame () métodos se han añadido. Ahora muestra los valores ini ffmpeg-php en el php_info () mesa. Un accidente al intentar leer más cuadros que existen en una película se ha solucionado. Existe un parche para la correcta init gd antes de tratar de buscar recursos de imagen GD.
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.

2005-03-14 05:25
0.4.3

La capacidad de abrir las películas como los recursos persistentes ha sido añadido. Esto da un aumento de seis veces la velocidad cuando en repetidas ocasiones el acceso a una película en distintas peticiones. Lectura de 3GP Movies ha sido corregido. Stride problemas si un cuadro es superior a tamaño han sido corregidos. Funciones ahora utilizan safe_emalloc () para evitar desbordamientos de enteros. Algunas macros se han actualizado para permitir la compilación en Windows. Errores de símbolos indefinidos se han fijado, y el rigor de las advertencias del compilador mayor para atrapar a estos en el futuro. Manejo de errores en la creación de objetos de película no se ha solucionado, por lo que estos errores pueden ser atrapados en un script PHP.
The ability to open movies as persistent resources has been added. This gives a six fold increase in speed when repeatedly accessing a movie in different requests. Reading of 3gp movies has been fixed. Stride problems if a frame is resized upwards have been fixed. Functions now use safe_emalloc() to avoid integer overflows. Some macros have been updated to allow compiling on Windows. Undefined symbol errors have been fixed, and strictness of compiler warnings increased to catch these in the future. Error handling when movie object creation fails has been fixed, so these errors can be trapped in a PHP script.

2005-01-30 22:09
0.4.2

Esto es principalmente una versión de mantenimiento. Muchos pequeños arreglos y limpiezas se han hecho, y algunos métodos nuevos se han añadido para obtener los metadatos de los archivos MP3.
Tags: Code cleanup
This is mainly a maintenance release. Many small fixes and cleanups have been made, and a few new methods have been added for getting metadata from MP3 files.

2005-01-08 09:17
0.4.1

Nueva getVideoCodec, getAudioCodec, y getAudioChannels métodos se han añadido, junto con un constructor para crear un objeto ffmpeg_frame de una imagen de GD. Presentación de informes de error incorrecto fue fijada en get_decoder. Una pérdida de memoria desagradables en ffmpeg_frame libre se hizo junto con el código de limpieza de muchos.
Tags: Minor feature enhancements
New getVideoCodec, getAudioCodec, and getAudioChannels methods were added along with a constructor to create an ffmpeg_frame object from a GD image. Incorrect error reporting was fixed in get_decoder. A nasty memory leak in free ffmpeg_frame was made along with many code cleanups.

Project Resources