ffmpeg命令生成工具
ffmpeg-commander (ffmpeg-commander)
ffmpeg-commander is a simple web UI for generating FFmpeg commands.
ffmpeg-commander是用于生成FFmpeg命令的简单Web UI。
发展历程 (Development)
ffmpeg-commander
is built with Vue.js
ffmpeg-commander
是使用Vue.js构建的
安装 (Install)
npm install
npm run serve
Load
http://localhost:8080/
in the web browser.在网络浏览器中加载
http://localhost:8080/
。
编译并最小化生产 (Compiles and minifies for production)
npm run build
部署 (Deploy)
Deploys to Github Pages
部署到Github页面
npm run deploy
码头工人 (Docker)
docker build -t ffmpeg-commander .
docker run -it -p 8080:80 --rm ffmpeg-commander
翻译自: https://vuejsexamples.com/a-simple-web-ui-for-generating-ffmpeg-commands/
ffmpeg命令生成工具