PHP Classes

File: documentation/index.php

Recommend this page to a friend!
  Classes of Oliver Lillie   PHP Video Toolkit   documentation/index.php   Download  
File: documentation/index.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Video Toolkit
Manipulate and convert videos with ffmpeg program
Author: By
Last change: Update of documentation/index.php
Date: 1 year ago
Size: 1,018 bytes
 

Contents

Class file image Download
<?php
   
   
require_once './includes/header.php';
   
?>

        <div class="span9">
          <div class="hero-unit">
            <h1>PHPVideoToolkit V2...</h1>
            <p>...is a set of PHP classes aimed to provide a modular, object oriented and accessible interface for interacting with videos and audio through <a href="http://ffmpeg.org/">FFmpeg</a>.</p>
            <p>It also currently provides FFmpeg-PHP emulation in pure PHP so you wouldn't need to compile and install the module. As FFmpeg-PHP has not been updated since 2007 using FFmpeg-PHP with a new version of FFmpeg can often break the module. Using PHPVideoToolkits' emulation of FFmpeg-PHP's functionality allows you to upgrade FFmpeg without worrying about breaking existing funcitonality.</p>
            <p><a href="./documentation.what-phpvideotoolkit-is-not.html" class="btn btn-primary btn-large">Learn more &raquo;</a></p>
          </div>
        </div><!--/span-->
       
<?php
   
   
require_once './includes/footer.php';