Download List

Projeto Descrição

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

Novas funções foram adicionadas para fluxos de áudio: getAudioSampleRate () e getAudioBitRate (). A função getBitRate foi modificado para ser como getAudioSampleRate () e getAudioBitRate (). Bits por segundo são retornados em vez de calcular kb / s. Um possível erro no cálculo hasaudio se fluxo de áudio é a primeira corrente foi corrigido.
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 versão adiciona a capacidade de criar GIFs animados. construtor ffmpeg_frame foi corrigido para permitir a criação de ffmpeg_frames partir de imagens de D-us. Isto permite fazer GIFs animados diretamente de uma série de imagens de D-us. Uma opção php.ini foi adicionada ao desabilitar filmes persistente. frame-> isKeyFrame filme () e-> getNextKeyFrame () métodos foram adicionados. Agora exibe valores ini-ffmpeg php no php_info () tabela. Uma falha ao tentar ler mais quadros que existem em um filme foi corrigido. Não existe um patch para o init gd corretamente antes de tentar buscar recursos de imagem 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

A capacidade de abrir os filmes como recursos persistente foi adicionado. Isto dá um aumento de seis vezes a velocidade quando repetidamente acesso a um filme em diferentes pedidos. Leitura do 3gp filmes foi corrigido. Problemas Stride se um quadro é redimensionado para cima foram corrigidos. Funções agora usar safe_emalloc () para evitar estouros de inteiro. Algumas macros foram atualizados para permitir a compilação no Windows. Símbolo Undefined erros foram corrigidos, eo rigor das advertências do compilador aumentou para travar estes no futuro. Manipulação de erro quando a criação do objeto do filme não foi fixada, de forma que estes erros podem ser presos em um 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

Isto é principalmente uma versão de manutenção. Muitas pequenas correções e limpezas foram feitas, e alguns métodos novos foram adicionados para obter os metadados de arquivos de 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

Nova getVideoCodec, getAudioCodec e métodos getAudioChannels foram adicionados juntamente com um construtor para criar um objeto ffmpeg_frame partir de uma imagem GD. Relatório de erro incorreta foi fixado em get_decoder. Uma fuga de memória desagradável em ffmpeg_frame livre foi feita junto com a limpeza de código muitos.
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