Recommend this page to a friend! |
![]() ![]() |
Info | ![]() |
![]() |
![]() ![]() |
Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2023-06-02 (5 months ago) ![]() | Not yet rated by the users | Total: 961 This week: 1 | All time: 3,747 This week: 117![]() |
Version | License | PHP version | Categories | |||
kis-ffmpeg 0.1.9 | 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.