ffmpeg-php

FFmpegPHP is a pure OO PHP port of ffmpeg-php library that was written in C. It adds an easy to use, object-oriented API for accessing and retrieving information from video and audio files. It has methods for returning frames from movie files as images that can be manipulated using PHP's image functions. This works well for automatically creating thumbnail images from movies. FFmpegPHP is also useful for reporting the duration and bitrate of audio files (mp3, wma...). FFmpegPHP can access many of the video formats supported by ffmpeg (mov, avi, mpg, wmv...)

BSD-3-CLAUSE License

Downloads
414.8K
Stars
495
Committers
16

Bot releases are hidden (Show)

ffmpeg-php - 3.2.2 Latest Release

Published by char0n about 2 years ago

ffmpeg-php - 3.2.1

Published by char0n about 2 years ago

ffmpeg-php - 3.2.0

Published by char0n almost 3 years ago

ffmpeg-php - 3.1.0

Published by char0n almost 3 years ago

  • add support for PHP 8.0.x
ffmpeg-php - 3.0.0

Published by char0n almost 6 years ago

  • full PSR-4 compatibility
  • complete rewrite
  • ci support
  • documentation
ffmpeg-php - 2.8.0

Published by char0n over 7 years ago

  • Implemented support for multiple file types for getFrameAtTime
ffmpeg-php - 2.9.0

Published by char0n over 7 years ago

  • avconv support
  • fix multiple bugs