1 Star 0 Fork 0

pwl1987/ffmpegtoolkit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ac_libneroaacenc.sh 569 Bytes
一键复制 编辑 原始数据 按行查看 历史
ntkuba 提交于 2018-02-03 04:48 . update to Latest versions
#!/bin/bash
function _install_neroaacenc() {
clear
echo "Updating system and grabbing core dependencies."
cd $SOURCE_DIR/
_file=NeroDigitalAudio.zip
if [ -f "$_file" ]
then
echo "$file found, Skip Downloads"
else
echo "$file not found, Try Downloading......"
wget http://techdata.mirror.gtcomm.net/sysadmin/ffmpeg-avs/$_file
fi
unzip -o $_file -d nero
cd nero/linux
install -D -m755 neroAacEnc $INSTALL_DIR/bin
echo "neroAacEnc Install Done!"
echo -e $RED"Installation of $_file ....... started"$RESET
cd $SOURCE_DIR/
}
_install_neroaacenc
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/pwl1987/ffmpegtoolkit.git
[email protected]:pwl1987/ffmpegtoolkit.git
pwl1987
ffmpegtoolkit
ffmpegtoolkit
master

搜索帮助