1 Star 0 Fork 0

houmingzhang/mycommand

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
downloadpkgs.sh 1.53 KB
一键复制 编辑 原始数据 按行查看 历史
Coolio 提交于 2022-01-01 08:12 +08:00 . ffmpeg
#!/bin/bash
. /usr/bin/mycommand/mycolor
PKGS=(
"https://johnvansickle.com/ffmpeg/release-source/ffmpeg-4.1.tar.xz"
"https://johnvansickle.com/ffmpeg/release-source/fontconfig-2.11.0.tar.xz"
"https://johnvansickle.com/ffmpeg/release-source/freetype-2.6.1.tar.xz"
"https://johnvansickle.com/ffmpeg/release-source/frei0r-plugins-1.4.tar.xz"
"https://johnvansickle.com/ffmpeg/release-source/lame-3.99.5.tar.xz"
"https://johnvansickle.com/ffmpeg/release-source/libass-git.tar.xz"
"https://johnvansickle.com/ffmpeg/release-source/libsoxr-git.tar.xz"
"https://johnvansickle.com/ffmpeg/release-source/libvidstab-git.tar.xz"
"https://johnvansickle.com/ffmpeg/release-source/libvorbis-1.3.4.tar.xz"
"https://johnvansickle.com/ffmpeg/release-source/libvpx-git.tar.xz"
"https://johnvansickle.com/ffmpeg/release-source/libwebp-0.4.4.tar.xz"
"https://johnvansickle.com/ffmpeg/release-source/libx264-git.tar.xz"
"https://johnvansickle.com/ffmpeg/release-source/libx265-git.tar.xz"
"https://johnvansickle.com/ffmpeg/release-source/opencore-amr-0.1.3.tar.xz"
"https://johnvansickle.com/ffmpeg/release-source/opus-1.1.1.tar.xz"
"https://johnvansickle.com/ffmpeg/release-source/speex-1.2rc2.tar.xz"
"https://johnvansickle.com/ffmpeg/release-source/vo-aacenc-0.1.3.tar.xz"
"https://johnvansickle.com/ffmpeg/release-source/vo-amrwbenc-0.1.3.tar.xz"
)
LEN=${#PKGS[@]}
idx=0
for var in ${PKGS[@]}
do
idx=`expr $idx + 1`
logwarn "[$idx@$LEN]下载包:${var##*/}"
rm -rf ${var##*/}*
wget $var
done
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/dtrylzhm/mycommand.git
git@gitee.com:dtrylzhm/mycommand.git
dtrylzhm
mycommand
mycommand
master

搜索帮助