From b61a2ea183e45a3f7937b658a5c2a6d2a04f0990 Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Fri, 11 May 2012 00:36:57 +0200 Subject: [PATCH] Fix keywords and description --- README.md | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e0092ab..3707dac 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,6 @@ [![Build Status](https://secure.travis-ci.org/alchemy-fr/PHP-FFmpeg.png?branch=master)](http://travis-ci.org/alchemy-fr/PHP-FFmpeg) -An Object Oriented library which allow easy to use file conversion with ffmpeg. +An Object Oriented library to convert video/audio files with AVConv / FFmpeg. Read The Documentation at http://readthedocs.org/docs/ffmpeg-php/ ! diff --git a/composer.json b/composer.json index 564b143..a31188c 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { "name": "php-ffmpeg/php-ffmpeg", "type": "library", - "description": "FFMpeg PHP, an Object Oriented library for easy file conversion, image extraction with ffmpeg", - "keywords": ["video processing", "video", "audio processing", "audio"], + "description": "FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg", + "keywords": ["video processing", "video", "audio processing", "audio", "avconv", "ffmpeg", "avprobe", "ffprobe"], "license": "MIT", "authors": [ {