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/logv3 - GitHub actions against FFmpeg 4.4 and 5.0
- â Integrated the Alchemy Binary library
- Replaced
neutron/temporary-filesystemwithspatie/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 -
v0.15 Changes
March 23, 2020đĨ Breaking changes
đ #703 - Initial parameters support. Users implementing the
VideoInterfaceon foreign classes need to watch out for the newly added methodgetInitialParameters(), which can return an emptyarrayand it will just continue to work again.Thanks to @iljalukin
đ New features
đ #646 - Added
copycodec 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:
- â Add compatibility to the latest BinaryDriver version (#582 by @tifabien)
- Custom Frame filter functionality (#611 by @iljalukin)
- đ Allow special chars in filenames when concating (#587 by @rolandstarke)
- Custom Audio Filter functionality (#593 by @jonhassall)
đ Fixed:
- đ Documentation updates/fixes (@georgejipa, @jens1o)
đ 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:1and25:16 or 1.56:1aspect 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.0release 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.