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.

2006-09-03 02:42
0.4.8

새로운 기능을 오디오 스트림에 대한 추가했다 : getAudioSampleRate ()와 getAudioBitRate (). getBitRate 함수 getAudioSampleRate처럼 변경되었습니다 ()와 getAudioBitRate (). / s의 두 번째 지금은 대신 반환됩니다 KB 입력을 계산하는 평균 비트 hasAudio 계산 가능한 경우 오류가 오디오 스트림을 첫 번째 스트림을 고정했다.
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

이 릴리스의 능력을 애니메이션 GIF를 만들어 추가합니다. ffmpeg_frame 생성자를 GD로 이미지를 만드는 ffmpeg_frames 수 있도록 수정되었습니다. 이것은 직접적으로 GD로 이미지의 시리즈에서 애니메이션 GIF를 만들 수있습니다. php.ini 파일이 옵션을 해제 영구적인 영화가 추가되었습니다. 프레임 "isKeyFrame ()와 영화"getNextKeyFrame () 메소드가 추가되었습니다. 이제는 FFmpeg 표시 - php_info에서 PHP의 INI 값 () 테이블. 충돌 때 영화에 존재하는 이상의 프레임을 읽을려고 수정되었습니다. 저기 GD에 이미지가 제대로되기 전에 리소스를 가져오기 위해 시도 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

영화의 능력을 열고 지속적인 자원으로 추가되었습니다. 이것을 반복했을 때 6 가지의 요청을 영화에 액세스하는 속도를 증가 접을 수있습니다. 3gp 영화 읽기가 수정되었습니다. 보폭이되면 문제가 프레임 크기 이상이 해결되었습니다. 함수를 이제 safe_emalloc () 정수 오버플로우 피하기 위해 사용할 수있습니다. 일부 매크로를 Windows에서 컴파일을 허용하도록 업데이 트되었습니다. 정의되지 않은 심볼 오류가 해결되었습니다 컴파일러 경고 엄격 앞으로 이러한 잡아 증가했다. 오류 처리하기 때문에 이러한 오류가 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

이것은 주로 유지 보수 릴리스입니다. 많은 작은 수정 및 청소, 만들어왔다 몇 가지 새로운 방법을 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

새로운 getVideoCodec, getAudioCodec, 그리고 getAudioChannels 생성자와 메소드를 GD로 이미지에서 ffmpeg_frame 개체를 만들도록 함께 추가되었습니다. 잘못된 오류보고 get_decoder에서 처음 수정되었습니다. 무료 ffmpeg_frame에서 메모리 누수가 심한 많은 코드 정리와 함께 만들어졌습니다.
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