diff options
author | Silvio <silvio@devlet.com.br> | 2011-07-12 10:26:40 -0300 |
---|---|---|
committer | Silvio <silvio@devlet.com.br> | 2011-07-12 10:26:40 -0300 |
commit | 84a089eb09ab21d5062faa3b4021f95da930caaf (patch) | |
tree | 04e6efe1d61c0dce3f5c526ab184e89588d7a878 /libraries/phpvideotoolkit/DEMOS | |
parent | d598b738b366190db350b95cebb1e1cf0e1c54c6 (diff) | |
parent | b2eb0df792e7724538c4afeb7d8929a241a03773 (diff) | |
download | video-84a089eb09ab21d5062faa3b4021f95da930caaf.tar.gz video-84a089eb09ab21d5062faa3b4021f95da930caaf.tar.bz2 |
Merge branch '7.x-1.x' of http://git.drupal.org/project/video into 7.x-1.x
Conflicts:
transcoders/video_ffmpeg_php.inc
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$ */ |