docgonzo2015 / ffmpeg-commander

🛠️ FFmpeg Command Generator Web UI

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • Expand on Filter options

License

MIT

About

🛠️ FFmpeg Command Generator Web UI

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

License:MIT License


Languages

Language:JavaScript 51.7%Language:Vue 45.8%Language:CSS 1.4%Language:HTML 0.7%Language:Dockerfile 0.4%