You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package provides an integration with FFmpeg for Laravel 9. [Laravel's Filesystem](http://laravel.com/docs/9.x/filesystem) handles the storage of the files.
8
+
This package provides an integration with FFmpeg for Laravel 9 and 10. [Laravel's Filesystem](http://laravel.com/docs/9.x/filesystem) handles the storage of the files.
9
9
10
10
## Sponsor this package!
11
11
@@ -20,14 +20,14 @@ It's the *magic* of Inertia.js with the *simplicity* of Blade. [Splade](https://
20
20
## Features
21
21
* Super easy wrapper around [PHP-FFMpeg](https://github.com/PHP-FFMpeg/PHP-FFMpeg), including support for filters and other advanced features.
22
22
* Integration with [Laravel's Filesystem](http://laravel.com/docs/9.x/filesystem), [configuration system](https://laravel.com/docs/9.x/configuration) and [logging handling](https://laravel.com/docs/9.x/errors).
23
-
* Compatible with Laravel 9, support for [Package Discovery](https://laravel.com/docs/9.x/packages#package-discovery).
23
+
* Compatible with Laravel 9 and 10, support for [Package Discovery](https://laravel.com/docs/9.x/packages#package-discovery).
24
24
* Built-in support for HLS.
25
25
* Built-in support for encrypted HLS (AES-128) and rotating keys (optional).
26
26
* Built-in support for concatenation, multiple inputs/outputs, image sequences (timelapse), complex filters (and mapping), frame/thumbnail exports.
27
27
* Built-in support for watermarks (positioning and manipulation).
28
28
* Built-in support for creating a mosaic/sprite/tile from a video.
29
29
* Built-in support for generating *VTT Preview Thumbnail* files.
0 commit comments