Update README.md
This commit is contained in:
parent
111c153428
commit
f8086d7003
1 changed files with 6 additions and 3 deletions
|
|
@ -1,11 +1,12 @@
|
|||
# PHP-FFMPEG
|
||||
|
||||
[](https://github.com/PHP-FFMpeg/PHP-FFMpeg/actions/workflows/test.yaml)
|
||||
[](https://packagist.org/packages/PHP-FFMpeg/PHP-FFMpeg)
|
||||
[](LICENSE.md)
|
||||

|
||||
[](https://packagist.org/packages/PHP-FFMpeg/PHP-FFMpeg)
|
||||
|
||||
An Object-Oriented library to convert video/audio files with FFmpeg / AVConv.
|
||||
|
||||
Check another amazing repo: [PHP FFMpeg extras](https://github.com/alchemy-fr/PHP-FFMpeg-Extras), you will find lots of Audio/Video formats there.
|
||||
|
||||
## Your attention please
|
||||
|
||||
### How this library works:
|
||||
|
|
@ -22,6 +23,8 @@ appear in latest ffmpeg version.
|
|||
|
||||
## Installation
|
||||
|
||||
This library requires PHP 8.0 or higher. For older versions of PHP, check out the [0.x-branch](https://github.com/PHP-FFMpeg/PHP-FFMpeg/tree/0.x).
|
||||
|
||||
The recommended way to install PHP-FFMpeg is through [Composer](https://getcomposer.org).
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue