All Versions
36
Latest Version
Avg Release Cycle
130 days
Latest Release
1611 days ago

Changelog History
Page 1

  • v1.0.1 Changes

    February 22, 2022
    • ➕ Added configuration key to customize the temporary directory used for passes.
    • 🛠 Fix for the path of the default ffmpeg-passes* temporary directory.
  • v1.0.0 Changes

    February 09, 2022

    âŦ†ī¸ Upgraded dependencies, integrated the Alchemy Binary library, and dropped support for anything below PHP 8.0

    • 👌 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
  • v0.16 Changes

    April 14, 2020

    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

  • v0.15 Changes

    March 23, 2020

    đŸ’Ĩ 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!

  • v0.14 Changes

    April 18, 2019

    🚀 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. 😅

  • v0.13 Changes

    September 20, 2018

    🛠 fixed #470

  • v0.12 Changes

    July 12, 2018

    ➕ Added:

    • 👀 #543 Clip using input seek (thanks to @miranovy).
    • #495 Allow to set frame file type instead of hardcoded jpg (thanks to @Shaked).
    • #151 Add 8:5 or 16:10 or 1.6:1 and 25:16 or 1.56:1 aspect ratios (thanks to @CDNRocket) natively.

    🛠 Fixed:

    • 🛠 #534 Fixed a bug when calling Frame->save() to prevent not returning base64 when it is wanted (thanks to @esokullu).
    • 📚 Various documentation improvements.

    🚀 â„šī¸ The v1.0 release has been moved to somewhere later in July/August, I want/need to focus on other things at the moment. Hopefully, I can do that in my summer (school) holidays that haven't started, yet.

  • v0.11.1 Changes

    February 21, 2018

    🛠 Fixes:

    #485 Fix Clipping video transcoding progress not correct #2 (thanks @igorkosteski!)

  • v0.11.1-pl Changes

    February 21, 2018

    🛠 Fixes:

    #485 Fix Clipping video transcoding progress not correct #2 (thanks @igorkosteski!)

  • v0.11.0 Changes

    November 08, 2017

    🍱 âš ī¸ Please go to #412 and say what PHP version you're using, since we plan to increase the minimum PHP version number to 7.0(and deprecate the 0.x branch)! âš ī¸

    ➕ Added:

    • 👍 #437 Color support for Waveforms (thanks to @iganev!)
    • 👍 #441 Support to get final command in case of problems and for debugging.

    🔄 Changed:

    • 👌 Improved Travis build and drop Travis build for HHVM.
    • Various improvements on the project itself. (Starting to work on the 1.x branch)
    • âšĄī¸ Various updates to the README.