Skip to content

Installation

Composer

Be sure to have php7.1 installed and add soluble/mediatools to your project dependencies.

$ composer require soluble/mediatools

FFMpeg

Installation

$ sudo apt install ffmpeg

Or choose a static build by downloading latest https://johnvansickle.com/ffmpeg/

As an example look to the travis install script.

Notes

This library relies on FFMpeg binaries

  • ffmpeg is required by VideoConverter, VideoVideoAnalyzer and VideoThumbGenerator.
  • ffprobe is required by VideoInfoReader.