Skip to content

Releases: PHP-FFMpeg/PHP-FFMpeg

0.9.0

14 Feb 17:22
Compare
Choose a tag to compare

0.8.0

24 Jan 18:48
Compare
Choose a tag to compare
  • Improvements of the codebase based on SensioLabs Insights recommandations (@Romain)
  • Creation of a Gif Media to be able to extract gif animation based on video sequences (@Romain)
  • Creation of methods getAdditionalParams & setAdditionalParams which allow the user to pass additional parameters to the encoding request (@Romain)

0.7.0

16 Jan 13:01
Compare
Choose a tag to compare
  • Updated changelog to follow keepachangelog.com style (@patkar)
  • Added documentation for the watermark filter (@seblavoie)
  • Implementation of the Waveform filter (@Romain)
  • Creation of a setPasses method for the X264 format. (@Romain)
  • Add support for aac codec of ffmpeg3 (@Nek)
  • Fixed a type in README (@a3020)
  • Change installation method to composer require in README file (@mablae)
  • Creation of a method to apply custom filters (@Romain)
  • Creation of a Pad filter which allows the user to resize his video, using black bars (@Romain)
  • Add audio metadata filter (@shadrech)
  • Creation of a filter to extract multiple frames in one encoding session (@Romain)

0.6.1

08 Mar 00:51
Compare
Choose a tag to compare
  • Support PHP 7 and test against
  • Unused code cleanup (@haphan)
  • Composer and tests cleanup (PSR-4 autoloading)
  • Allow usage of evenement v2.0