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
withspatie/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
VideoInterface
on foreign classes need to watch out for the newly added methodgetInitialParameters()
, which can return an emptyarray
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:
- โ 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:1
and25: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.