PackageTrack
Sign in Get early access

pbmedia/laravel-ffmpeg

FFMpeg for Laravel

8.9.0 5.7M downloads/mo #1766 most downloaded on Packagist protonemedia/laravel-ffmpeg

What this package is like to depend on

Last release 6 months ago

24 Feb 2026

Release timing varies

gaps range from 2 weeks to 11 months

Most releases are documented

notes for 69 of 78 stable releases

Nothing withdrawn

no release was ever pulled

10 years old

78 releases · first in 2016

2 releases in the last 12 months

see the full history below

Release timeline

78 releases · Aug 2016 to Feb 2026
2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 78
  1. 8.9.0 24 Feb 2026
    Release notes

    What's Changed

    Full Changelog: 8.8.0...8.9.0

    Open source →
  2. 8.8.0 23 Feb 2026
    Release notes

    What's Changed

    Full Changelog: 8.7.1...8.8.0

    Open source →
  3. 8.7.1 01 Apr 2025
    Release notes

    What's Changed

    New Contributors

    Full Changelog: 8.7.0...8.7.1

    Open source →
  4. 8.7.0 16 Feb 2025
    Release notes

    What's Changed

    Full Changelog: 8.6.0...8.7.0

    Open source →
  5. 8.6.0 12 Nov 2024
    Release notes

    What's Changed

    Full Changelog: 8.5.0...8.6.0

    Open source →
  6. 8.5.0 12 Mar 2024
    Release notes

    What's Changed

    Full Changelog: 8.4.0...8.5.0

    Open source →
  7. 8.4.0 02 Jan 2024
    Release notes

    What's Changed

    Full Changelog: 8.3.0...8.4.0

    Open source →
  8. 8.3.0 15 Feb 2023
    Release notes
    • Support for Laravel 10
    • Dropped support for PHP 8.0
    Open source →
  9. 8.2.2 12 Jan 2023
    Release notes
    • Additional fixes for HLS exports with an Audio Format
    Open source →
  10. 8.2.1 12 Jan 2023
    Release notes
    Open source →
  11. 8.2.0 11 Dec 2022

    Nothing published for this version

  12. 8.1.2 23 May 2022
    Release notes
    • Don't resolve driver until needed.
    Open source →
  13. 8.1.1 13 May 2022
    Release notes
    • Bugfix for parsing the average frame rate.
    Open source →
  14. 8.1.0 12 May 2022
    Release notes
    • You may now specify a separate temporary disk for processing HLS exports.
    Open source →
  15. 8.0.2 12 May 2022
    Release notes
    • Fix for getting the previous exception while it doesn't exist.
    Open source →
  16. 8.0.1 22 Feb 2022
    Release notes
    • The configured temporary directory is now passed to the underlying driver.
    Open source →
  17. 8.0.0 10 Feb 2022
    Release notes

    Support for Laravel 9, dropped support for Laravel 8 and earlier.

    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.
    Open source →
  18. 7.8.1 10 Feb 2022
    Release notes

    Added

    • Support for opening uploaded files
    Open source →
  19. 7.8.0 09 Feb 2022
    Release notes

    Added

    Open source →
  20. 7.7.3 07 Feb 2022
    Release notes

    Added

    • Abilty to disable the threads filter from the config (thanks @ibrainventures)
    Open source →
  21. 7.7.2 12 Jan 2022
    Release notes

    Fixed

    • Fix for getting the duration of a file opened with the openUrl method.
    Open source →
  22. 7.7.1 03 Jan 2022
    Release notes

    Fixed

    • Fix for missing $remaining and $rate values when using the progress handler on exports with multiple inputs/outputs.
    Open source →
  23. 7.7.0 31 Dec 2021
    Release notes

    Added

    • Added Tile filter and factory
    • Support for exporting frames using the Tile filter
    • Bugfix for exporting loops using external disks
    Open source →
  24. 7.6.0 20 Dec 2021
    Release notes

    Added

    • Support for PHP 8.1

    Removed

    • Support for PHP 7.3
    • Support for Laravel 6 and 7
    Open source →
  25. 7.5.12 05 Jul 2021
    Release notes

    Added

    • Fix for passing additional parameters to a format when using HLS exports
    Open source →
  26. 7.5.11 25 Apr 2021
    Release notes

    Added

    • Added CopyVideoFormat format class
    Open source →
  27. 7.5.10 31 Mar 2021
    Release notes

    Added

    • Add ability to disable -b:v (thanks @marbocub)
    Open source →
  28. 7.5.9 19 Mar 2021
    Release notes

    Fixed

    • Prevent duplicate encryption key listeners
    Open source →
  29. 7.5.8 17 Mar 2021
    Release notes

    Fixed

    • Bugfix for creating temporary directories on Windows
    • Bugfix for HLS exports with custom framerate
    Open source →
  30. 7.5.7 08 Mar 2021
    Release notes

    Fixed

    • Prevent HLS key rotation on non-rotating exports (thanks @marbocub)
    Open source →
  31. 7.5.6 03 Mar 2021
    Release notes

    Fixed

    • Bugfix for HLS exports to S3 disks (thanks @chistel)
    • Prevent duplicate progress handler when using loops
    Open source →
  32. 7.5.5 18 Jan 2021
    Release notes

    Added

    • Added beforeSaving method to add callbacks
    Open source →
  33. 7.5.4 07 Jan 2021
    Release notes

    Added

    • Added fourth optional argument to the resize method whether or not to force the use of standards ratios
    • Improved docs
    • Small refactor
    Open source →
  34. 7.5.3 02 Jan 2021
    Release notes

    Added

    • Support for custom encryption filename when using non-rotating keys
    Open source →
  35. 7.5.2 02 Jan 2021
    Release notes

    Added

    • Support for setting a custom path for temporary directories
    • GitHub Actions now runs on Windows in addition to Ubuntu

    Fixed

    • HLS Encryption I/O improvements
    • Path normalization on Windows, which solves common problems with HLS and watermarks
    • Some refactors and documentation improvements
    Open source →
  36. 7.5.1 24 Dec 2020
    Release notes

    Added

    • Support for codec in HLS playlist
    • Fixed bitrate bug in HLS playlist
    Open source →
  37. 7.5.0 22 Dec 2020
    Release notes

    Added

    • Support for PHP 8.0.
    • Encrypted HLS.
    • New getProcessOutput method to analyze media.
    • Support for dynamic HLS playlists.

    Deprecated

    • Nothing

    Fixed

    • Nothing

    Removed

    • Support for PHP 7.2
    Open source →
  38. 7.4.1 26 Oct 2020
    Release notes

    Added

    • Better exceptions
    • dd() improvements

    Deprecated

    • Nothing

    Fixed

    • Nothing

    Removed

    • Nothing
    Open source →
  39. 7.4.0 25 Oct 2020
    Release notes

    Added

    • Watermark manipulations
    • Dump and die
    • Resize filter shortcut
    • HLS export with multiple filters per format

    Deprecated

    • Nothing

    Fixed

    • Nothing

    Removed

    • Nothing
    Open source →
  40. 7.3.0 16 Oct 2020
    Release notes

    Added

    • Built-in support for watermarks.

    Deprecated

    • Nothing

    Fixed

    • Nothing

    Removed

    • Nothing
    Open source →
  41. 7.2.0 16 Sep 2020
    Release notes

    Added

    • Support for inputs from the web

    Deprecated

    • Nothing

    Fixed

    • Nothing

    Removed

    • Nothing
    Open source →
  42. 7.1.0 04 Sep 2020
    Release notes

    Added

    • Support for Laravel 8.0

    Deprecated

    • Nothing

    Fixed

    • Nothing

    Removed

    • Nothing
    Open source →
  43. 7.0.5 06 Jul 2020
    Release notes

    Added

    • Added CopyFormat to export a file without transcoding.

    Deprecated

    • Nothing

    Fixed

    • Nothing

    Removed

    • Nothing
    Open source →
  44. 7.0.4 03 Jun 2020
    Release notes

    Added

    • Added an each method to the MediaOpener

    Deprecated

    • Nothing

    Fixed

    • Nothing

    Removed

    • Nothing
    Open source →
  45. 7.0.3 01 Jun 2020
    Release notes

    Added

    • Added a MediaOpenerFactory to support pre v7.0 facade

    Deprecated

    • Nothing

    Fixed

    • Nothing

    Removed

    • Nothing
    Open source →
  46. 7.0.2 01 Jun 2020
    Release notes

    Added

    • Nothing

    Deprecated

    • Nothing

    Fixed

    • Audio bugfix for HLS exports with filters

    Removed

    • Nothing
    Open source →
  47. 7.0.1 28 May 2020
    Release notes

    Added

    • Nothing

    Deprecated

    • Nothing

    Fixed

    • Fixed HLS playlist creation on Windows hosts

    Removed

    • Nothing
    Open source →
  48. 7.0.0 26 May 2020
    Release notes

    Added

    • Support for both Laravel 6.0 and Laravel 7.0
    • Support for multiple inputs/outputs including mapping and complex filters
    • Concatenation with transcoding
    • Concatenation without transcoding
    • Support for image sequences (timelapse)
    • Bitrate, framerate and resolution data in HLS playlist
    • Execute one job for HLS export instead of one job for each format
    • Custom playlist/segment naming pattern for HLS export
    • Support for disabling log

    Deprecated

    • Nothing

    Fixed

    • Improved progress monitoring
    • Improved handling of remote filesystems

    Removed

    • Nothing
    Open source →
  49. 6.0.0 03 Mar 2020
    Release notes

    Added

    • Support for Laravel 7.0

    Deprecated

    • Nothing

    Fixed

    • Nothing

    Removed

    • Support for Laravel 6.0
    Open source →
  50. 5.0.1 12 Sep 2019

    Nothing published for this version

  51. 5.0.0 03 Sep 2019
    Release notes

    Added

    • Support for Laravel 6.0

    Deprecated

    • Nothing

    Fixed

    • Nothing

    Removed

    • Support for PHP 7.1
    • Support for Laravel 5.8

    Security

    • Nothing
    Open source →
  52. 4.1.0 27 Aug 2019
    Release notes

    Added

    • Nothing

    Deprecated

    • Nothing

    Fixed

    • Lower memory usage when opening remote files

    Removed

    • Nothing

    Security

    • Nothing
    Open source →
  53. 4.0.1 17 Jun 2019
    Release notes

    Added

    • Nothing

    Deprecated

    • Nothing

    Fixed

    • Support for php-ffmpeg 0.14

    Removed

    • Nothing

    Security

    • Nothing
    Open source →
  54. 4.0.0 27 Feb 2019
    Release notes

    Added

    • Support for Laravel 5.8.
    • Support for PHP 7.3.

    Deprecated

    • Nothing

    Fixed

    • Nothing

    Removed

    • Nothing

    Security

    • Nothing
    Open source →
  55. 3.0.2 09 Nov 2018

    Nothing published for this version

  56. 3.0.1 25 Oct 2018

    Nothing published for this version

  57. 3.0.0 06 Sep 2018
    Release notes

    Added

    • Support for Laravel 5.7.

    Deprecated

    • Nothing

    Fixed

    • Nothing

    Removed

    • Nothing

    Security

    • Nothing
    Open source →
  58. 2.1.1 10 Apr 2018

    Nothing published for this version

  59. 2.1.0 10 Apr 2018
    Release notes

    Added

    • Option to disable format sorting in HLS exporter.

    Deprecated

    • Nothing

    Fixed

    • Nothing

    Removed

    • Nothing

    Security

    • Nothing
    Open source →
  60. 2.0.1 20 Feb 2018
    Release notes

    Added

    • Nothing

    Deprecated

    • Nothing

    Fixed

    • Symfony 4.0 workaround

    Removed

    • Nothing

    Security

    • Nothing
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive