Releases: protonemedia/laravel-ffmpeg
Releases · protonemedia/laravel-ffmpeg
8.0.2
Fix for getting the previous exception while it doesn't exist
8.0.1
The configured temporary directory is now passed to the underlying driver.
Support for Laravel 9
Upgrading to v8
- As Laravel 9 has migrated from Flysystem 1.x to 3.x, this version is not compatible with Laravel 8 or earlier.
- If you're using the Watermark manipulation feature, make sure you upgrade
spatie/image
to v2. - The
set_command_and_error_output_on_exception
configuration key now defaults totrue
, making exceptions more informative. Read more at the Handling exceptions section. - The
enable_logging
configuration key has been replaced bylog_channel
to choose the log channel used when writing messages to the logs. If you still want to disable logging entirely, you may set the new configuration key tofalse
. - The segment length and keyframe interval of HLS exports should be
2
or more; less is not supported anymore.
7.8.1
- Support for opening uploaded files
7.8.0
- Support for the modernized php-ffmpeg v1.
7.7.3
- Abilty to disable the threads filter from the config (thanks @ibrainventures!)
7.7.2
- Fix for getting the duration of a file opened with the
openUrl
method
7.7.1
- Fix for missing
$remaining
and$rate
values when using the progress handler on exports with multiple inputs/outputs.
7.7.0
- Added Tile filter and factory
- Support for exporting frames using the Tile filter
- Bugfix for exporting loops using external disks
7.6.0
- Support for PHP 8.1
- Dropped support for PHP 7.3
- Dropped support for Laravel 6 and 7