ffmpeg-commander 常见FFmpeg命令生成器 Web UI

GitHub地址:https://github.com/alfg/ffmpeg-commander

演示地址:

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

演示截图:

本地安装:

git clone https://github.com/alfg/ffmpeg-commander.git
cd ffmpeg-commander
npm install
npm run serve

打开浏览器,输入http://localhost:8080/即可访问使用

编译

npm run build

Docker运行

docker build -t ffmpeg-commander .
docker run -it -p 8080:80 --rm ffmpeg-commander

这篇文章有用吗?

点击星号为它评分!

平均评分 0 / 5. 投票数: 0

到目前为止还没有投票!成为第一位评论此文章。

发表评论