diff --git a/README.rst b/README.rst index 79186f6..edda7fc 100644 --- a/README.rst +++ b/README.rst @@ -37,11 +37,6 @@ To run the test install phpunit (http://www.phpunit.de/) and run: :: Installation ------------ -You can easily install FFmpegPHP via PEAR framework: :: - - $ sudo pear channel-discover pear.codescale.net - $ sudo pear install codescale/FFmpegPHP2 - or download package from github.com: :: $ wget http://github.com/char0n/ffmpeg-php/tarball/master @@ -50,7 +45,7 @@ or to install via composer (http://getcomposer.org/) place the following in your { "require": { - "codescale/ffmpeg-php": "dev-master" + "char0n/ffmpeg-php": "dev-master" } } @@ -58,10 +53,6 @@ or to install via composer (http://getcomposer.org/) place the following in your Using FFmpegPHP --------------- -Package installed via PEAR channel: :: - - require_once 'FFmpegPHP2/FFmpegAutoloader.php'; - Package downloaded from github.com and unpacked into certain directory: :: require_once 'PATH_TO_YOUR_DIRECTORY/FFmpegAutoloader.php'; @@ -70,9 +61,9 @@ Package downloaded from github.com and unpacked into certain directory: :: Author ------ -| char0n (Vladimír Gorej, CodeScale s.r.o.) -| email: gorej@codescale.net -| web: http://www.codescale.net +| char0n (Vladimír Gorej.) +| email: vladimir.gorej@gmail.com +| web: https://www.linkedin.com/in/vladimirgorej/ Documentation ------------- @@ -83,35 +74,12 @@ using PhpDocumentor with following commnad: :: $ phpdoc -o HTML:Smarty:HandS -d . -t docs -Generating package.xml ----------------------- -First temporarily remove .git/ directory from project root. It causes *pfm* not to work correctly. -:: - - $ pear install PEAR_PackageFileManager2 - $ pear install PEAR_PackageFileManager_Cli - $ pfm - $ pear package package.xml - $ pear install/upgrade ./{PACKAGE_NAME} # Verify is package is installable - -Create *test.php* with contents and verify installation was successful::: - - - - FFmpegPHP2 - pear.codescale.net - Manipulate video files using the ffmpeg program - FFmpegPHP is a pure OO PHP port of ffmpeg-php written in C. It adds an easy to use, object-oriented API for accessing and retrieving information from video and audio files. It has methods for returning frames from movie files as images that can be manipulated using PHP's image functions. This works well for automatically creating thumbnail images from movies. FFmpegPHP is also useful for reporting the duration and bitrate of audio files (mp3, wma...). FFmpegPHP can access many of the video formats supported by ffmpeg (mov, avi, mpg, wmv...) - - Vladimír Gorej - char0n - gorej@codescale.net - yes - - 2013-05-05 - - - 2.7.0 - 2 - - - stable - stable - - BSD Style - -Faster frames extraction -Tons of fixes and enhancements - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 5.3 - - - 1.4.0 - - - - - - - - 2.7.0 - 2 - - - stable - stable - - 2013-05-05 - BSD Style - -Faster frames extraction -Tons of fixes and enhancements - - - -