1 Star 0 Fork 0

pwl1987/ffmpegtoolkit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vc_yamdi.sh 440 Bytes
一键复制 编辑 原始数据 按行查看 历史
pwl1987 提交于 2018-10-05 20:29 . git 地址更换
#!/bin/bash
function _install_yamdi() {
clear
_file=""
_package="Yamdi - Yet Another MetaData Injector for FLV"
echo -e $RED"Installation of $_package ....... started"$RESET
cd $SOURCE_DIR/
[ -d "yamdi" ] && rm -rf "yamdi"
git clone https://gitee.com/pwl1987/yamdi.git
cd yamdi/
gcc yamdi.c -o $INSTALL_DIR/bin/yamdi -O2 -Wall
echo -e $RED"Installation of $_package ....... Completed"$RESET
cd $SOURCE_DIR/
}
_install_yamdi
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/pwl1987/ffmpegtoolkit.git
[email protected]:pwl1987/ffmpegtoolkit.git
pwl1987
ffmpegtoolkit
ffmpegtoolkit
master

搜索帮助