GnaphronG / 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

A simple web UI for generating common FFmpeg encoding operations.

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

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

github pages Build Status

Why?

FFmpeg has many simple and complex options, which can be intimidating at first. I wanted to create a simple interface for generating common encoding operations for video and audio, inspired by HandBrake.

This tool does NOT cover all options of FFmpeg and some assumptions are made when generating the output. So adjustments may be necessary. Generated options may also vary based on your FFmpeg version and build configuration.

If you feel some options can be improved, feel free to open an issue or pull request.

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

About

🛠️ FFmpeg Command Generator Web UI

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

License:MIT License


Languages

Language:Vue 52.0%Language:JavaScript 46.0%Language:CSS 1.2%Language:HTML 0.6%Language:Dockerfile 0.3%