ziggeo/php-ffmpeg-toolkit

A php library for running ffmpeg.

Maintainers

Package info

github.com/Ziggeo/php-ffmpeg-toolkit

pkg:composer/ziggeo/php-ffmpeg-toolkit

Statistics

Installs: 52 774

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 0

0.0.23 2026-01-13 16:23 UTC

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

  1. Clone the repository
  2. Clone the two other repositories.
  3. Autoload the two other repositories.
  4. Include the php files you need.