ziggeo / php-ffmpeg-toolkit
A php library for running ffmpeg.
0.0.23
2026-01-13 16:23 UTC
Requires
- php: >=8.1.0
- codescale/ffmpeg-php: 2.*
- php-ffmpeg/php-ffmpeg: ^1.0
Requires (Dev)
- phpunit/phpunit: ^10.0
README
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.
Installation
- Clone the repository
- Clone the two other repositories.
- Autoload the two other repositories.
- Include the php files you need.