A simple web UI for generating FFmpeg commands

ffmpeg-commander

ffmpeg-commander is a simple web UI for generating FFmpeg commands.

  • Currently a work-in-progress! Check back for updates!

https://alfg.github.io/ffmpeg-commander/

Development

ffmpeg-commander is built with Vue.js

Install

npm install
npm run serve

  • Load http://localhost:8080/ in the web browser.

Compiles and minifies for production

npm run build

Deploy

Deploys to Github Pages

npm run deploy

Docker

docker build -t ffmpeg-commander .
docker run -it -p 8080:80 --rm ffmpeg-commander

Download Details:

Author: alfg

Live Demo: https://alfg.github.io/ffmpeg-commander/

GitHub: https://github.com/alfg/ffmpeg-commander

#vuejs #javascript #vue #vue-js

A simple web UI for generating FFmpeg commands
22.05 GEEK