Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalbaljet authored Dec 31, 2021
1 parent f05fffe commit 6b0d6ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
![run-tests](https://github.com/protonemedia/laravel-ffmpeg/workflows/run-tests/badge.svg)
[![Total Downloads](https://img.shields.io/packagist/dt/pbmedia/laravel-ffmpeg.svg?style=flat-square)](https://packagist.org/packages/pbmedia/laravel-ffmpeg)

This package provides an integration with FFmpeg for Laravel 8. [Laravel's Filesystem](http://laravel.com/docs/8.0/filesystem) handles the storage of the files.
This package provides an integration with FFmpeg for Laravel 8. [Laravel's Filesystem](http://laravel.com/docs/8.x/filesystem) handles the storage of the files.

## Launcher 🚀

Hey! We've built a Docker-based deployment tool to launch apps and sites fully containerized. You can find all features and the roadmap on our [website](https://uselauncher.com), and we are on [Twitter](https://twitter.com/uselauncher) as well!

## Features
* Super easy wrapper around [PHP-FFMpeg](https://github.com/PHP-FFMpeg/PHP-FFMpeg), including support for filters and other advanced features.
* Integration with [Laravel's Filesystem](http://laravel.com/docs/8.0/filesystem), [configuration system](https://laravel.com/docs/8.0/configuration) and [logging handling](https://laravel.com/docs/8.0/errors).
* Compatible with Laravel 8, support for [Package Discovery](https://laravel.com/docs/8.0/packages#package-discovery).
* Integration with [Laravel's Filesystem](http://laravel.com/docs/8.x/filesystem), [configuration system](https://laravel.com/docs/8.x/configuration) and [logging handling](https://laravel.com/docs/8.x/errors).
* Compatible with Laravel 8, support for [Package Discovery](https://laravel.com/docs/8.x/packages#package-discovery).
* Built-in support for HLS.
* Built-in support for encrypted HLS (AES-128) and rotating keys (optional).
* Built-in support for concatenation, multiple inputs/outputs, image sequences (timelapse), complex filters (and mapping), frame/thumbnail exports.
Expand Down

0 comments on commit 6b0d6ef

Please sign in to comment.