Recommend this page to a friend! |
Download .zip |
Info | Documentation | View files (2) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2024-01-09 (4 days ago) | Not yet rated by the users | Total: 962 This week: 5 | All time: 3,745 This week: 71 |
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());
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.