All Versions
36
Latest Version
Avg Release Cycle
130 days
Latest Release
471 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.