ziggeo / php-ffmpeg-toolkit
A php library for running ffmpeg.
Installs: 52 570
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 8
Forks: 0
Open Issues: 0
pkg:composer/ziggeo/php-ffmpeg-toolkit
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.