Releases: protonemedia/laravel-ffmpeg
Releases · protonemedia/laravel-ffmpeg
7.0.3
Bugfix for singleton instance from container
7.0.2
HLS audio bugfix
Credits to @swaraasolutions and @shanka12 for helping and testing.
7.0.1
Bugfix for HLS playlist creation on Windows hosts
7.0.0
A full rewrite of the package 🤯
- Support for multiple inputs, even from different (remote) sources. You can map multiple inputs to multiple outputs, and it supports complex filters.
- Support for concatenation, with and 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
- Improved progress monitoring
- Improved handling of remote filesystems
- Supports PHP 7.2 and higher + Laravel 6.0 and higher.
Want to know more? Read the blog post: https://protone.media/en/blog/were-releasing-the-next-major-version-of-laravel-ffmpeg-a-full-rewrite-with-new-features-and-many-improvements
6.0.0
Support for Laravel 7.0
5.0.1
Workaround for Monolog dependency issue
5.0.0
Support for Laravel 6.0
4.1.0
Copy remote file using 'stream_copy_to_stream'
4.0.1
Support for php-ffmpeg 0.14
4.0.0
Support for Laravel 5.8 and PHP 7.3.