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