Skip to content

Releases: protonemedia/laravel-ffmpeg

8.0.2

12 May 10:29
Compare
Choose a tag to compare

Fix for getting the previous exception while it doesn't exist

8.0.1

22 Feb 16:21
50cd4cc
Compare
Choose a tag to compare

The configured temporary directory is now passed to the underlying driver.

Support for Laravel 9

10 Feb 20:11
944e1fb
Compare
Choose a tag to compare

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 to true, making exceptions more informative. Read more at the Handling exceptions section.
  • The enable_logging configuration key has been replaced by log_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 to false.
  • The segment length and keyframe interval of HLS exports should be 2 or more; less is not supported anymore.

7.8.1

10 Feb 20:08
Compare
Choose a tag to compare
  • Support for opening uploaded files

7.8.0

09 Feb 13:57
4b65d37
Compare
Choose a tag to compare

7.7.3

07 Feb 11:12
69ea7c7
Compare
Choose a tag to compare
  • Abilty to disable the threads filter from the config (thanks @ibrainventures!)

7.7.2

12 Jan 16:29
c8ff92e
Compare
Choose a tag to compare
  • Fix for getting the duration of a file opened with the openUrl method

7.7.1

03 Jan 07:42
Compare
Choose a tag to compare
  • Fix for missing $remaining and $rate values when using the progress handler on exports with multiple inputs/outputs.

7.7.0

31 Dec 14:40
d5d7261
Compare
Choose a tag to compare
  • Added Tile filter and factory
  • Support for exporting frames using the Tile filter
  • Bugfix for exporting loops using external disks

7.6.0

20 Dec 12:55
206fa79
Compare
Choose a tag to compare
  • Support for PHP 8.1
  • Dropped support for PHP 7.3
  • Dropped support for Laravel 6 and 7