如何从 git 克隆特定 ffmpeg 版本

clone_ffmpeg.sh
git clone -b n6.1 --depth 1 https://git.ffmpeg.org/ffmpeg.git ffmpeg

这将克隆版本 6.1-b n6.1)并仅执行浅克隆(即仅下载此特定版本所需的文件)。


Check out similar posts by category: Audio/Video, Video