PHP Classes

File: documentation/examples.queuing-transcoding.php

Recommend this page to a friend!
  Classes of Oliver Lillie   PHP Video Toolkit   documentation/examples.queuing-transcoding.php   Download  
File: documentation/examples.queuing-transcoding.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/examples.queuing-transcoding.php
Date: 1 year ago
Size: 312 bytes
 

Contents

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

        <div class="span9">
          <h1>Examples</h1>
          <h2>Queuing Transcoding</h2>
          <p></p>
        </div><!--/span-->
       
<?php
   
   
require_once './includes/comments.php';
    require_once
'./includes/footer.php';