laravel-ffmpeg

This package provides an integration with FFmpeg for Laravel. Laravel's Filesystem handles the storage of the files.

MIT License

Downloads
2.7M
Stars
1.6K
Committers
18

Bot releases are visible (Hide)

laravel-ffmpeg - 8.5.0 Latest Release

Published by pascalbaljet 7 months ago

What's Changed

Full Changelog: https://github.com/protonemedia/laravel-ffmpeg/compare/8.4.0...8.5.0

laravel-ffmpeg - 8.4.0

Published by pascalbaljet 10 months ago

What's Changed

Full Changelog: https://github.com/protonemedia/laravel-ffmpeg/compare/8.3.0...8.4.0

laravel-ffmpeg - 8.3.0

Published by pascalbaljet over 1 year ago

  • Support for Laravel 10
  • Dropped support for PHP 8.0
laravel-ffmpeg - 8.2.2

Published by pascalbaljet almost 2 years ago

  • Additional fixes for HLS exports with an Audio Format
laravel-ffmpeg - 8.2.1

Published by pascalbaljet almost 2 years ago

  • Bugfix for audio-only HLS exports (by @aronquiray)
laravel-ffmpeg - 8.2.0

Published by pascalbaljet almost 2 years ago

  • Support for PHP 8.2
  • Improved getDurationInMiliseconds() method (type casting + exception) - thanks @ibrainventures and @rcerljenko!
  • Dropped Windows OS testing with GitHub Actions
laravel-ffmpeg - 8.1.2

Published by pascalbaljet over 2 years ago

Don't resolve driver until needed.

laravel-ffmpeg - 8.1.1

Published by pascalbaljet over 2 years ago

  • Bugfix for parsing the average frame rate.
laravel-ffmpeg - 8.1.0

Published by pascalbaljet over 2 years ago

  • You may now specify a separate temporary disk for processing HLS exports.
laravel-ffmpeg - 8.0.2

Published by pascalbaljet over 2 years ago

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

laravel-ffmpeg - 8.0.1

Published by pascalbaljet over 2 years ago

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

laravel-ffmpeg - Support for Laravel 9

Published by pascalbaljet over 2 years ago

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.
laravel-ffmpeg - 7.8.1

Published by pascalbaljet over 2 years ago

  • Support for opening uploaded files
laravel-ffmpeg - 7.8.0

Published by pascalbaljet over 2 years ago

laravel-ffmpeg - 7.7.3

Published by pascalbaljet over 2 years ago

  • Abilty to disable the threads filter from the config (thanks @ibrainventures!)
laravel-ffmpeg - 7.7.2

Published by pascalbaljet almost 3 years ago

  • Fix for getting the duration of a file opened with the openUrl method
laravel-ffmpeg - 7.7.1

Published by pascalbaljet almost 3 years ago

  • Fix for missing $remaining and $rate values when using the progress handler on exports with multiple inputs/outputs.
laravel-ffmpeg - 7.7.0

Published by pascalbaljet almost 3 years ago

  • Added Tile filter and factory
  • Support for exporting frames using the Tile filter
  • Bugfix for exporting loops using external disks
laravel-ffmpeg - 7.6.0

Published by pascalbaljet almost 3 years ago

  • Support for PHP 8.1
  • Dropped support for PHP 7.3
  • Dropped support for Laravel 6 and 7
laravel-ffmpeg - 7.5.12

Published by pascalbaljet over 3 years ago

Fix for passing additional format parameters when using HLS exports

Package Rankings
Top 0.64% on Packagist.org
Badges
Extracted from project README
Latest Version on Packagist Software License Total Downloads
Related Projects