https://github.com/swooningfish/ffmpeg-web-gui
This is a PHP script for FFmpeg which allows you to upload a video and convert it into html5 (mp4 h264, webm, ogv)
https://github.com/swooningfish/ffmpeg-web-gui
Last synced: 4 months ago
JSON representation
This is a PHP script for FFmpeg which allows you to upload a video and convert it into html5 (mp4 h264, webm, ogv)
- Host: GitHub
- URL: https://github.com/swooningfish/ffmpeg-web-gui
- Owner: swooningfish
- Created: 2013-01-06T11:47:01.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2021-03-26T08:30:50.000Z (almost 4 years ago)
- Last Synced: 2024-08-01T13:36:36.378Z (7 months ago)
- Language: PHP
- Size: 89.8 KB
- Stars: 182
- Watchers: 16
- Forks: 73
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ffmpeg-web-gui
==============
Name : ffmpeg web gui
Author : Greg Colley
Created : 03/12/2011
Update : 17/10/2014
Version : 0.2 betaThis is a PHP script for FFmpeg which allows you to upload a video and convert it into html5 (mp4 h264, webm, ogv). Using a simple graphical user interface (GUI) you are also able to fine tune the ffmpeg command and optimise the these following options:-
* Video size
* Video bit rate
* Frame rate
* De interlacing
* Enable Audio
* Audio sampling rate
* Audio bit rate
* Amount of channels (Stereo or Mono)
* And other features to come!The script also generates 5 stills from the video allowing you to use these as placement holders. The ffmpeg web GUI script also generates the html for the html5 player, with flash fall-back. HTML5 video is fully supported in iPads and latest web browsers.
To get a copy of this code you need to pull the git repository you can doe this via the following command.
git clone https://github.com/swooningfish/ffmpeg-web-gui.gitTo update your copy run the following command in the ffmpeg-web-gui directory.
git pullComments and suggestion on the code, and future feature requests are welcome.