/ffmpeg-commander

🛠️ FFmpeg Command Generator Web UI

Primary LanguageJavaScriptMIT LicenseMIT

ffmpeg-commander

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

Generated options may vary based on your FFmpeg version and build configuration. Tested on version 4.3.1

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

github pages Build Status

Check out docker-ffmpeg for a customized Docker build of FFmpeg.

Development

ffmpeg-commander is built with Vue.js and Bootstrap Vue.

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

TODO

  • Support multiple inputs and map option
  • Expand on Filter options

License

MIT