diff options
author | Dalyn Cessac <dalyn.cessac@1214036.no-reply.drupal.org> | 2011-03-16 11:06:40 -0500 |
---|---|---|
committer | Dalyn Cessac <dalyn.cessac@1214036.no-reply.drupal.org> | 2011-03-16 11:06:40 -0500 |
commit | a435de089da4dd37c3c183f633a49107c720dd95 (patch) | |
tree | 5f92decbf2d4bb27f85c49bfc5b4fcaf938b58b4 /libraries/phpvideotoolkit/README | |
parent | a31b9883849b0a04420ee1d476fbe08c87bc5d53 (diff) | |
download | video-a435de089da4dd37c3c183f633a49107c720dd95.tar.gz video-a435de089da4dd37c3c183f633a49107c720dd95.tar.bz2 |
Added phpvideotoolkit transcoder and updates to the preset ui
Diffstat (limited to 'libraries/phpvideotoolkit/README')
-rw-r--r-- | libraries/phpvideotoolkit/README | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/libraries/phpvideotoolkit/README b/libraries/phpvideotoolkit/README new file mode 100644 index 0000000..6498fb8 --- /dev/null +++ b/libraries/phpvideotoolkit/README @@ -0,0 +1,36 @@ +----------- +ABOUT +----------- +The new home of ffmpeg is located at Sourceforge. Whilst I will make every effort to update +the files at every location it is updated you should always check the Sourceforge repository +for the latest version. + +http://sourceforge.net/projects/phpvideotoolkit + +----------- +INSTALL +----------- +See INSTALL for help installing ffmpeg and the other binaries. + +----------- +DEMOS +----------- +See DEMOS for more information about ffmpeg demos + +----------- +CHANGES +----------- +See CHANGELOG for version changes. + +----------- +LICENSE +----------- +The PHPVideoToolkit class, the VideoTo adapter class, the FFmpeg-PHP adapter classes and all +associated examples are subject to the a BSD license. See LICENSE for full information. + + +Regards, +bugged + + +/* SVN FILE: $Id$ */ |