Skip to content

Releases: protonemedia/laravel-ffmpeg

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

7.5.12

05 Jul 21:24
c3c0e42
Compare
Choose a tag to compare

Fix for passing additional format parameters when using HLS exports

7.5.11

25 Apr 21:05
Compare
Choose a tag to compare

Added CopyVideoFormat format class

7.5.10

31 Mar 14:20
d3c3b77
Compare
Choose a tag to compare
  • Add ability to disable -b:v (thanks @marbocub)

7.5.9

19 Mar 21:45
3c4375b
Compare
Choose a tag to compare

Prevent duplicate encryption key listeners

7.5.8

17 Mar 14:33
7e62d3e
Compare
Choose a tag to compare
  • Bugfix for creating temporary directories on Windows
  • Bugfix for HLS exports with custom framerate

7.5.7

08 Mar 22:13
6e81435
Compare
Choose a tag to compare

Prevent HLS key rotation on non-rotating exports (thanks @marbocub)

7.5.6

03 Mar 10:06
d4e8d93
Compare
Choose a tag to compare
  • Bugfix for HLS exports to S3 disks (thanks @chistel)
  • Prevent duplicate progress handler when using loops

7.5.5

18 Jan 14:49
460b879
Compare
Choose a tag to compare
  • Added beforeSaving method to add callbacks

7.5.4

07 Jan 08:07
72bb005
Compare
Choose a tag to compare
  • Added fourth optional argument to the resize method whether or not to force the use of standards ratios
  • Improved docs
  • Small refactor