ziggeo/php-ffmpeg-toolkit

A php library for running ffmpeg.

0.0.20 2022-04-01 15:36 UTC

This package is auto-updated.

Last update: 2024-03-08 22:02:10 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.