Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marek-g/ffmpeg-webui

WebUI interface for movie conversions with ffmpeg in my local LAN (files are not uploaded but fetched from share).
https://github.com/marek-g/ffmpeg-webui

Last synced: about 2 months ago
JSON representation

WebUI interface for movie conversions with ffmpeg in my local LAN (files are not uploaded but fetched from share).

Awesome Lists containing this project

README

        

ffmpeg-webui
============

WebUI interface for movie conversions with ffmpeg in my local LAN (files are not uploaded but fetched from share folder).

It's written in PHP because I needed to have it quickly and simple. It was tested only under Windows. For now it uses WScript.Shell COM object to execute ffmpeg command in the background.

Requirements:

- PSTools installed and path added to PATH environment
http://technet.microsoft.com/en-us/sysinternals/bb896649

- FFMpeg must be added to PATH environment