如何从 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
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow