Releases: protonemedia/laravel-ffmpeg
Releases · protonemedia/laravel-ffmpeg
8.5.0
8.4.0
What's Changed
- Support for PHP 8.3. Dropped support for Laravel 9 by @pascalbaljet in #513
Full Changelog: 8.3.0...8.4.0
8.3.0
- Support for Laravel 10
- Dropped support for PHP 8.0
8.2.2
- Additional fixes for HLS exports with an Audio Format
8.2.1
- Bugfix for audio-only HLS exports (by @aronquiray)
8.2.0
- Support for PHP 8.2
- Improved
getDurationInMiliseconds()
method (type casting + exception) - thanks @ibrainventures and @rcerljenko! - Dropped Windows OS testing with GitHub Actions
8.1.2
Don't resolve driver until needed.
8.1.1
- Bugfix for parsing the average frame rate.
8.1.0
- You may now specify a separate temporary disk for processing HLS exports.
8.0.2
Fix for getting the previous exception while it doesn't exist