diff options
author | Heshan <heshan@heidisoft.com> | 2011-07-12 09:42:44 +0530 |
---|---|---|
committer | Heshan <heshan@heidisoft.com> | 2011-07-12 09:42:44 +0530 |
commit | b2eb0df792e7724538c4afeb7d8929a241a03773 (patch) | |
tree | 08753d134ca763de0fa58b46809d1f164443731b /libraries/phpvideotoolkit/DEMOS | |
parent | 0efed16fb38616e5a1c94fa5f1f74107059d6d43 (diff) | |
download | video-b2eb0df792e7724538c4afeb7d8929a241a03773.tar.gz video-b2eb0df792e7724538c4afeb7d8929a241a03773.tar.bz2 |
Remove the library addons and other unwanted folders.
Diffstat (limited to 'libraries/phpvideotoolkit/DEMOS')
-rw-r--r-- | libraries/phpvideotoolkit/DEMOS | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/libraries/phpvideotoolkit/DEMOS b/libraries/phpvideotoolkit/DEMOS deleted file mode 100644 index 32b5867..0000000 --- a/libraries/phpvideotoolkit/DEMOS +++ /dev/null @@ -1,53 +0,0 @@ -The examples require some auxiliary files. If you do not have these files you can -download them from http://www.buggedcom.co.uk/ffmpeg however they should be supplied with -all downloads from Google code or Sourceforge - -example-config.php -Please edit this files in order for the examples to work. - -example01.php -Converts video to Flash Video (ie FLV). - -example02.php -Screen grabs video frames. - -example03.php -Compile a movie from multiple jpegs. - -example04.php -Watermark a video. - -example05.php -Access media metadata without using the ffmpeg-php library. - -example06.php -Extract audio from video. - -example07.php -Join multiple videos together. - -example08.php -Easy video conversion to common formats using the adapters. - -example09.php -Shows you how to access the information about your ffmpeg installation. - -example10.php -Shows you how to extract a specific frame from a movie. - -example11.php -Shows you an example usage of the ffmpeg-php emulation via the ffmpeg-php adapter. - -example12.php -Shows you how to manipulate/format timecode strings. - -example13.php -This demonstrates how to simply create a FLV stream script. - -example14.php -An encode/decode lookup table. - -example15.php -Determine if ffmpeg is installed. - -/* SVN FILE: $Id$ */ |