Skip to content

Releases: PHP-FFMpeg/PHP-FFMpeg

Support for PHP 8.3 and Symfony 7.x

02 Jan 10:37
785a5ba
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

Support for PHP 8.2

09 Dec 13:59
eace6f1
Compare
Choose a tag to compare
  • Support for PHP 8.2

v1.0.1

22 Feb 15:54
bda300b
Compare
Choose a tag to compare
  • Added configuration key to customize the temporary directory used for passes.
  • Fix for the path of the default ffmpeg-passes* temporary directory.

Upgraded dependencies, integrated the Alchemy Binary library, and dropped support for anything below PHP 8.0

09 Feb 13:41
f8086d7
Compare
Choose a tag to compare

PR #849: Modernize the library.

  • Support for Symfony 5.4 and 6.0
  • Support for psr/log v3
  • GitHub actions against FFmpeg 4.4 and 5.0
  • Integrated the Alchemy Binary library
  • Replaced neutron/temporary-filesystem with spatie/temporary-directory
  • PHPUnit 9.5
  • Removed Silex Service Provider
  • Removed the auto-generated docs
  • Removed support for anything below PHP 8.0

Support for PHP 8.1

20 Dec 12:08
22b7193
Compare
Choose a tag to compare

Ability to disable -b:v and various fixes

31 Mar 12:37
edc0a77
Compare
Choose a tag to compare

New features:

Bug fixes:

Added support to PHP 8

22 Dec 09:15
a5147d1
Compare
Choose a tag to compare

Includes:

Advanced media and filters

14 Apr 07:57
4175c02
Compare
Choose a tag to compare

This makes a lot more neat ffmpeg features possible, for example #386, #410, #461, #477, #590, and #640 by providing a generic solution for intermediate processing. :)

Thanks to @CaliforniaMountainSnake for providing the pull request at #700

Initial parameters, copy codec support, housekeeping

23 Mar 09:38
984dbd0
Compare
Choose a tag to compare

Breaking changes

#703 - Initial parameters support. Users implementing the VideoInterface on foreign classes need to watch out for the newly added method getInitialParameters(), which can return an empty array and it will just continue to work again.

Thanks to @iljalukin

New features

#646 - Added copy codec support for X264 and WebM.

Thanks to @CamiloManrique

Housekeeping

Support for newer PHP versions in the test-suite, while keeping compatibility with old PHP versions as well (#699).

Thanks to @alexander-schranz. Also, he will continue to aid leading the open development of this library.


Keep well everybody!

Added concat functionality for audio files, Custom Frame/Audio Filter, minor improvements …

18 Apr 08:38
f9cc3d0
Compare
Choose a tag to compare

I forgot to release this stuff like half a year ago, anyway: Thanks to @camilo246800 for letting me know that there was missing something in #641 (comment).

Added:

Fixed:

Thanks to all contributors, even when I missed to release this good stuff. 😅