| Recommend this page to a friend! | 
| Info | Documentation | Reputation | Support forum | Blog | Links | 
| Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
| 2025-05-08 (Less than 1 hour ago)  | Not enough user ratings | Total: 970 | All time:  3,732 This week: 51 | |||||
| Version | License | PHP version | Categories | |||
| kis-ffmpeg 0.1.12 | GNU General Publi... | 5.3 | PHP 5, Video | 
| Description | Author  | |
This class can manipulate video files with the FFMPEG program.  | 
In order to use this class you may have php 5.3 or higher, ffmpeg lib installed and an unix system.
Basic usage:
$video = new Video(new \SplFileInfo($video_file_full_path));
$anotherVideo = $video->encodeInto("flv");
echo "WxH: {$anotherVideo->getWidth()}x{$anotherVideo->getWidth()}";
print_r($video->getRawInfo());
| The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. | 
| Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
| 100% | 
  | 
  | 
| Applications that use this package | 
 If you know an application of this package, send a message to the author to add a link here.