A php library for running ffmpeg. It requires and is based on two other libraries that drive ffmpeg via php. The purpose of this library is to provide a high-level easy-to-use interface to ffmpeg.
The two libraries being used are:
Although both libraries look similar, they don't perform the same tasks, so we really need both.
- Clone the repository
- Clone the two other repositories.
- Autoload the two other repositories.
- Include the php files you need.