A simple web UI for generating FFmpeg commands
ffmpeg-commander
ffmpeg-commander is a simple web UI for generating FFmpeg commands.
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