Skip to content

gototakuya/ffmpeg-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP extension for ffmpeg
========================

Description
-----------
ffmpeg-php is an extension for PHP that adds an easy to use, object-oriented API for accessing and retrieving information from video 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 movies. ffmpeg-php is also useful for reporting the duration and bitrate of audio files (mp3, wma...). ffmpeg-php can access many of the video formats supported by ffmpeg (mov, avi, mpg, wmv...).

Originally hosted at http://ffmpeg-php.sourceforge.net, the project seems to be abandoned right now.
So here is a fork of it with minor modifications required to make it work with recent PHP versions.

REQUIREMENTS
============

ffmpeg-0.5.0 or higher built with the --enable-shared option
php-5.5.x or higher. 
gd-2.0.x or higher or the version of GD bundled with PHP

About

PHP extension for video editing, wrapping ffmpeg. PHP5.5+

Resources

License

Stars

Watchers

Forks

Packages

No packages published