FFMPEG-PHP is a popular choice for extracting information. However, it does not transcode files. http://ffmpeg-php.sourceforge.net/
But if an FFMPEG instance is installed on the computer, you can call FFMPEG using the exec function in php. For instance:exec(’ffmpeg -i ‘.$SourcePath.’ ‘.$Destination);
source
share