ffmpeg

我爱海鲸 2025-12-07 12:40:34 暂无标签

简介ffmpeg

Download FFmpeg

# 下载最新的静态构建版
wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz

# 解压
tar xvf ffmpeg-release-amd64-static.tar.xz

# 进入目录并运行
cd ffmpeg-*-amd64-static/
./ffmpeg -version

# 可选:复制到系统目录
sudo cp ffmpeg ffprobe /usr/local/bin/

你好:我的2025