 |
|
Innovation award
 Nominee: 2x
Winner: 1x |
This class is a wrapper around the FFmpeg, FLVTools2 and Mencoder programs to allow PHP developers to manipulate and convert video files.
It also provides FFmpeg-PHP emulation in pure PHP so you do not need to compile and install the module.
It performs several types of manipulation operations that include video format conversion, extract video frames into separate image files, assemble a video stream from a set of separate video images, extract audio from video, watermark videos and extracted frames.
Several parameters can also be configured like the output video file format, which can be Flash video or any other supported by ffmpeg, video and audio bit rate and sample rate, video dimensions and aspect ratio.
It can also retrieve information about the media file, such as duration, bit rate, frame rate, format, dimensions, display aspect ratio, pixel aspect ratio, audio stereo, audio frequency and audio format, without any other additional library.
| Project record: |
phpvideotoolbox |
| Popularity score: |
63.17 |
| Vitality score: |
2.06 |
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (83.0%) |
Sufficient (76.1%) |
Sufficient (70.5%) |
Sufficient (76.1%) |
- |
- |
Sufficient (63.7%) |
535 |
| Month: |
Not yet rated by the users |
| Link |
Description |
| Aufnahmedatum aus Avi auslesen |
Theoretisch sollte das möglich sein. In der Praxis hängt es davon ab, ob das Videoformat (es gibt ja unzählige) das Datum überhaupt speichert... |
| Come realizzare un clone di Youtube in PHP |
Se vi siete mai chiesti come realizzare un clone di youtube totalmente in PHP (magari con Symfony), non vi resta che leggere quest’articolo da Vexxblog, che ci spiega passo passo come convertire e codificare i video nel blasonato formato FLV... |
| Enlaces interesantes PHP |
phpffmpeg es una clase que nos permitirá utilizar el programa ffmpeg para manipular y convertir vídeos a nuestro antojo... |
| FFMpeg |
FFMpeg är en till open source applikation man kan installera på servern, man skulle kunna säga att det är lite som Imagemagick fast för film. |
| Interactive Web Programming With Server |
If you want to try to look at... |
| Interesantes links para PHP |
phpffmpeg es una clase que nos permitirá utilizar el programa ffmpeg para manipular y convertir vídeos... |
| PHP CookBook: MyPHPTube.com |
With the increased popularity of the YouTube.com service, many wanted to organize a similar service, but how can they do it?... |
| Phpffmpeg: clase para manejar ffmpeg |
phpffmpeg es una clase que nos permitirá utilizar el programa ffmpeg, pudiendo así manipular y convertir vídeos... |
| PHPVideoToolkit |
I use a PHP Video Toolkit WAMPP environment... |
| Scripts for 2008-03-20 |
Es una clase que nos permitirá utilizar el programa ffmpeg, pudiendo así manipular y convertir vídeos... |
| Video Caps |
For this purpose I only saw a phpclasses package... |
| |
Applications that use this class |
|
|
| Link |
Description |
| PHPMotion |
A You-Tube clone CMS that makes use of this class |

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
example-config.php |
Example |
Example configuration file |
example01.php |
Example |
Converts video to Flash Video (ie FLV) |
example02.php |
Example |
Screen grabs video frames. |
example03.php |
Example |
Converts an image sequence into a video mpeg |
example04.php |
Example |
Watermark a video / frame extraction |
index.php |
Example |
Examples Readme |
example05.php |
Example |
Access media metadata without using the ffmpeg-php library. |
example06.php |
Example |
Extract audio from video. |
example07.php |
Example |
Join multiple videos together. |
example08.php |
Example |
Easy video conversion to common formats using the adapters. |
example09.php |
Example |
Shows you how to access the information about your ffmpeg installation. |
example10.php |
Doc. |
Shows you how to extract a specific frame from a movie. |
example11.php |
Example |
Shows how to use the FFmpeg-PHP emulation classes |
example12.php |
Example |
Shows how to easily manipluate timecodes |
example13.php |
Example |
This demonstrates how to simply create a FLV stream script. |