Skip to content

Commit 15a9469

Browse files
authored
Update README.md
1 parent 820e7f1 commit 15a9469

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
![run-tests](https://github.com/protonemedia/laravel-ffmpeg/workflows/run-tests/badge.svg)
66
[![Total Downloads](https://img.shields.io/packagist/dt/pbmedia/laravel-ffmpeg.svg?style=flat-square)](https://packagist.org/packages/pbmedia/laravel-ffmpeg)
77

8-
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.
99

1010
## Sponsor this package!
1111

@@ -20,14 +20,14 @@ It's the *magic* of Inertia.js with the *simplicity* of Blade. [Splade](https://
2020
## Features
2121
* Super easy wrapper around [PHP-FFMpeg](https://github.com/PHP-FFMpeg/PHP-FFMpeg), including support for filters and other advanced features.
2222
* 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).
2424
* Built-in support for HLS.
2525
* Built-in support for encrypted HLS (AES-128) and rotating keys (optional).
2626
* Built-in support for concatenation, multiple inputs/outputs, image sequences (timelapse), complex filters (and mapping), frame/thumbnail exports.
2727
* Built-in support for watermarks (positioning and manipulation).
2828
* Built-in support for creating a mosaic/sprite/tile from a video.
2929
* Built-in support for generating *VTT Preview Thumbnail* files.
30-
* Requires PHP 8.0, 8.1, and 8.2.
30+
* Requires PHP 8.1 or 8.2.
3131
* Tested with FFmpeg 4.4 and 5.0.
3232

3333
## Installation

0 commit comments

Comments
 (0)