File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FFmpegPHP 2.6
22=============
33
4- FFmpegPHP is a pure OO PHP port of ffmpeg-php writter in C. It adds an easy to use,
4+ FFmpegPHP is a pure OO PHP port of ffmpeg-php (written in C) . It adds an easy to use,
55object-oriented API for accessing and retrieving information from video and audio files.
66It has methods for returning frames from movie files as images that can be manipulated
7- using PHP's image functions. This works well for automatically creating thumbnail images from movies.
7+ using PHP image functions. This works well for automatically creating thumbnail images from movies.
88FFmpegPHP is also useful for reporting the duration and bitrate of audio files (mp3, wma...).
99FFmpegPHP can access many of the video formats supported by ffmpeg (mov, avi, mpg, wmv...)
1010
@@ -19,7 +19,7 @@ Requirements
1919Tests
2020-----
2121
22- **Tested on evnironment **
22+ **Tested environment **
2323
2424- Xubuntu Linux 11.10 oneiric 64-bit
2525- ffmpeg version N-37798-gcd1c12b
You can’t perform that action at this time.
0 commit comments