From db2cedf4f94df20a6322f94b208f7b067872c985 Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Mon, 29 Aug 2022 11:45:36 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20Update=20packagist=20description?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",