diff --git a/README.md b/README.md index c5424a6..c4e378a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Latest Version on Packagist](https://img.shields.io/packagist/v/danjones000/ffmpeg-mappable-media.svg?style=flat-square)](https://packagist.org/packages/danjones000/ffmpeg-mappable-media) [![Total Downloads](https://img.shields.io/packagist/dt/danjones000/ffmpeg-mappable-media.svg?style=flat-square)](https://packagist.org/packages/danjones000/ffmpeg-mappable-media) -Mappable Media is a plugin for [PHP-FFMpeg](https://github.com/PHP-FFMpeg/PHP-FFMpeg/) which provides a mechanism for mapping individual streams from input to output files. +Mappable Media is a plugin for [PHP-FFMpeg](https://packagist.org/packages/php-ffmpeg/php-ffmpeg) which provides a mechanism for mapping individual streams from input to output files. It allows for greater control regarding specific codecs and metadata from a particular input stream to a particular output stream than the built-in [AdvancedMedia](https://github.com/PHP-FFMpeg/PHP-FFMpeg/#advancedmedia) provides. diff --git a/composer.json b/composer.json index 116c2aa..cdfb1d8 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "danjones000/ffmpeg-mappable-media", - "description": "This is my package ffmpeg-mappable-media", + "description": "A plugin for php-ffmpeg/php-ffmpeg providing greater control of mapping input files to output files", "keywords": [ "danjones000", "video processing",