1 Star 0 Fork 0

pwl1987/ffmpegtoolkit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ac_libvoaacenc.sh 437 Bytes
一键复制 编辑 原始数据 按行查看 历史
pwl1987 提交于 2018-10-05 21:00 . 更新 ac_libvoaacenc.sh
#!/bin/bash
function _install_voaacenc() {
clear
_file=""
_package="vo-aacenc"
echo -e $RED"Installation of $_package ....... started"$RESET
cd $SOURCE_DIR/
[ -d "vo-aacenc" ] && rm -rf "vo-aacenc"
git clone https://gitee.com/pwl1987/vo-aacenc.git
cd vo-aacenc/
./configure --prefix=$INSTALL_DIR
make -j $cpu
make install
echo -e $RED"Installation of $_package ....... Completed"$RESET
cd $SOURCE_DIR/
}
_install_voaacenc
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/pwl1987/ffmpegtoolkit.git
[email protected]:pwl1987/ffmpegtoolkit.git
pwl1987
ffmpegtoolkit
ffmpegtoolkit
master

搜索帮助