4D蚂蚁-4d蚂蚁-www.4dmayi.com|4D蚂蚁博客

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
退出移动版