Showing posts with label php video conversion script. Show all posts
Showing posts with label php video conversion script. Show all posts

May 15, 2011

PHP video conversion script - updated on Jan 2012

392 comments:

** THIS PROJECT HAS BEEN DISCONTINUED ** 


Video workshop 2.3 - screenshots

Video workshop - v2.3
( updated on January 2012 )

This is a video conversion PHP script created by me. It uses mencoder/ffmpeg for encoding videos from one format to another.

Supported extensions :
  • Flv
  • Avi
  • 3gp
  • Mov
  • Mp4
  • Mp3
There are various conversion options that let you change video bitrate,audio bitrate,video dimensions,audio frequency and audio channels.

Features: 
  • Direct upload videos or fetch a URL and upload to server.
  • Convert videos to other supported formats.
  • Convert video to audio.
  • Watermark videos.
  • Generate screenshots of a video at specified position ( in seconds).
  • View conversion command and logs.
  • Simple authentication - Login / Logout mechanism.
  • Extend the script to add more formats by editing configs and optionally adding CLI commands.
Requires : FFmpeg and MenCoder installed on server.

The script is best suited for video based sites hosted on a  VPS / dedicated server.

Installation : Follow readme.txt and then upload all files to your webhost.
Read More