Recommend this page to a friend! |
Download |
Info | Documentation | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2024-01-09 (8 months ago) | Not enough user ratings | Total: 969 | All time: 3,737 This week: 24 |
Version | License | PHP version | Categories | |||
kis-ffmpeg 0.1.11 | 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. |
Install with Composer |
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.