@@ -37,11 +37,6 @@ To run the test install phpunit (http://www.phpunit.de/) and run: ::
3737Installation
3838------------
3939
40- You can easily install FFmpegPHP via PEAR framework: ::
41-
42- $ sudo pear channel-discover pear.codescale.net
43- $ sudo pear install codescale/FFmpegPHP2
44-
4540or download package from github.com: ::
4641
4742 $ wget http://github.com/char0n/ffmpeg-php/tarball/master
@@ -50,18 +45,14 @@ or to install via composer (http://getcomposer.org/) place the following in your
5045
5146 {
5247 "require": {
53- "codescale /ffmpeg-php": "dev-master"
48+ "char0n /ffmpeg-php": "dev-master"
5449 }
5550 }
5651
5752
5853Using FFmpegPHP
5954---------------
6055
61- Package installed via PEAR channel: ::
62-
63- require_once 'FFmpegPHP2/FFmpegAutoloader.php';
64-
6556Package downloaded from github.com and unpacked into certain directory: ::
6657
6758 require_once 'PATH_TO_YOUR_DIRECTORY/FFmpegAutoloader.php';
@@ -70,9 +61,9 @@ Package downloaded from github.com and unpacked into certain directory: ::
7061Author
7162------
7263
73- | char0n (Vladimír Gorej, CodeScale s.r.o .)
74- | email: gorej@codescale.net
75- | web: http ://www.codescale.net
64+ | char0n (Vladimír Gorej.)
65+ | email: vladimir. gorej@gmail.com
66+ | web: https ://www.linkedin.com/in/vladimirgorej/
7667
7768Documentation
7869-------------
@@ -83,35 +74,12 @@ using PhpDocumentor with following commnad: ::
8374 $ phpdoc -o HTML:Smarty:HandS -d . -t docs
8475
8576
86- Generating package.xml
87- ----------------------
88- First temporarily remove .git/ directory from project root. It causes *pfm * not to work correctly.
89- ::
90-
91- $ pear install PEAR_PackageFileManager2
92- $ pear install PEAR_PackageFileManager_Cli
93- $ pfm
94- $ pear package package.xml
95- $ pear install/upgrade ./{PACKAGE_NAME} # Verify is package is installable
96-
97- Create *test.php * with contents and verify installation was successful:::
98-
99- <?php
100- require_once 'FFmpegPHP2/FFmpegAutoloader.php';
101-
102- And run the file with:::
103-
104- $ php test.php
105-
106-
10777References
10878----------
10979
110- - http://github.com/CodeScaleInc /ffmpeg-php
80+ - http://github.com/char0n /ffmpeg-php
11181- http://www.phpclasses.org/package/5977-PHP-Manipulate-video-files-using-the-ffmpeg-program.html
11282- http://freshmeat.net/projects/ffmpegphp
113- - http://www.codescale.net/en/community/#ffmpegphp
114- - http://pear.codescale.net/
11583- http://www.phpdoc.org/
11684- http://www.phpunit.de/
11785- http://pear.php.net/
0 commit comments