- 该项目是作者
CjangCjengh
🤗 的 原项目MoeGoe
修改而成的
- Integrated into Huggingface Spaces 🤗 using Gradio. Try it out
- Integrated into Azure Cloud Function by fumiama, see API here.
- Integrated into Android APP using Azure Cloud Function API by fumiama
- 当前环境 ubuntu 20
- python3.8以上,本地环境python3.9
-
sudo apt-get-d install ffmpeg
- pip 环境
-
pip install -r requirements.txt
- 可能还有部分pip包没有安装,请根据报错安装
- 官网下载地址
https://ffmpeg.org/download.html#build-linux
- 选择
Linux Static Builds
下的构建选项,进入详情页 - 选在直接合适的下载地址 复制 wget下载 效果如下
-
wget https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-amd64-static.tar.xz
- 可以看到下载完成的文件后缀名为
.tar.xz
,执行对应解压命令解压文件 -
xz -d ffmpeg-git-amd64-static.tar.xz
- 经过一次解压,
.xz
后缀名已经被去掉。接下来执行 -
tar -xvf ffmpeg-git-amd64-static.tar
- 解压完成后进入解压出来的这个目录
cd
ffmpeg-git-20190424-amd64-static
- 运行 接下来执行下命令试试
ffmpeg
- 最后在配置命令全局可用