1. Start
  2. Usage
  3. jQuery File Upload
  4. Installation
  5. Requirements
  6. How to use it in my project
  7. Additional unique Features
  8. Sources and Credits
  9. note

Video Converter


Thank you for purchasing my script. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!

Usage


The script is used to upload videos from PC & it supports convert from remote URLs and remote server and it shows progress bar for all PC upload and remote upload.

This script can be used as stand alone to upload and convert videos , or you can plug that script in your web application

that's why the template structure is as simple as possible to help you easily modify it.

1. PC UPLOAD

  1. Click PC UPLOAD
  2. Add file & Start upload
  3. Select the output format & quality
  4. wait for the conversion to finish
  5. Download your video and you'll get The conversion information

 

2. Remote UPLOAD

  1. Click remote upload
  2. insert link for a video
  3. Select the output format & quality
  4. wait for the conversion to finish
  5. Download your video and you'll get The conversion information

This video shows how it works


jQuer File Upload


The script used a jQuery File Upload jQuer File Upload which as far as i know the best for such job it's well documented and you can change the uploader to the following types of uploaders

  1. Basic
  2. Basic Plus
  3. Basic Plus UI
  4. AngularJS
  5. jQuery UI

Example of the various config options in index.php

Installation


<?php ini_set("memory_limit","100M");?>  //this is maximum file size for remote upload
<?php $max_file_size=100;?>  //in MB for the PC upload
<?php $delete_files=24; ?>  //after how many hours the uploaded video, converted video and logs get deleted means after hours
<?php $proxy="";?>  //set your proxy details use the correct proxy format (IP:Port)
<?php $proxyuser="";?>  // set your proxy user name if there any
<?php $proxypass="";?>  // set your proxy password if there any
<?php $email_to=name@domain.com; ?>  // your email to receive messages

Requirements


  1. PHP 5 >= 5.3.0
  2. FFmpeg for Linux Compile FFmpeg
  3. ffmpeg.exe for windows latest ffmpeg.exe builds

How to use it in my project


You can include variables about converted video in your project in easy way, all usable varibales are stored in $_SESSIONS[], all you need is use those sessions in your project.

Sessions which you can use

Additional unique Features


Sources and Credits


I've used the following extensions, plug-ins or as listed.

note


Once again, thank you so much for purchasing this script. As I said at the beginning, I'd be glad to help you if you have any questions relating to this script. No guarantees, but I'll do my best to assist. If you have a more general question relating to the script on CodeCanyon, you might consider visiting the forums and asking your question in the "Item Discussion" section.