ziggeo / php-ffmpeg-toolkit
A php library for running ffmpeg.
Installs: 52 518
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 10
Forks: 0
Open Issues: 0
Requires
- php: >=5.5.0
- codescale/ffmpeg-php: 2.*
- php-ffmpeg/php-ffmpeg: 0.11.0
Requires (Dev)
- phpunit/phpunit: ^9.5
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.