silk-v3-decoder将sil转为mp3

一、新建临时目录

新建临时目录,可自定义,本次新建目录为 /opt/packages

mkdir /opt/packages

二、下载、安装lame

# cd /opt/packages

# wget http://downloads.sourceforge.net/lame/lame-3.100.tar.gz

# tar -zxvf lame-3.100.tar.gz

# cd lame-3.100

# ./configure --prefix=/usr/local

# make && make install

// 软连接,必须连接上,否则会报找不到的错误
# ln -s /usr/local/lib/libmp3lame.so.0.0.0 /usr/lib64/libmp3lame.so.0

三、下载、安装ffmpeg

# cd /opt/packages

# wget http://ffmpeg.org/releases/ffmpeg-3.4.1.tar.bz2

# tar -jxvf ffmpeg-3.4.1.tar.bz2

# cd ffmpeg-3.4.1

# ./configure --prefix=/usr/local --pkg-config-flags=--static --enable-libmp3lame --disable-x86asm

# make && make install

四、安装git(已安装则跳过)

# yum install git

# git config --global --unset http.proxy 
# git config --global --unset https.proxy

五、下载silk-v3-decoder

# cd /opt/packages

# git clone https://github.com/kn007/silk-v3-decoder.git

// 赋权限
# chmod 777 silk-v3-decoder

六、测试效果:上传待测试的aaa.sil文件至/opt/packages/silk-v3-decoder目录,在别的路径也可以,使用绝对路径即可

cd /opt/packages/silk-v3-decoder

sh converter.sh aaa.sil mp3

即可把aaa.sil转为aaa.mp3

相关推荐
脸ル粉嘟嘟37 分钟前
linux(redhat8)如何安装mysql8.0之rpm&tar双版本(最新版)(内网)(离线)
linux·运维·adb
Octopus20774 小时前
【Linux】vim的使用
linux·笔记·学习·vim
一个假的前端男4 小时前
VMware安装CentOS 9 及mysql的安装
linux·运维·centos
北京迅为4 小时前
【北京迅为】iTOP-4412全能版使用手册-第七章 Android 4.4系统编译
linux·嵌入式硬件·4412开发板
大风吹PP凉5 小时前
47小型项目的规划与实施
linux·运维·服务器
金鸣科技官方QQ5 小时前
高效制作定期Excel报表:自动化与模板化的策略
运维·自动化·excel
Bio Coder6 小时前
shell查看服务器的内存和CPU总量
运维·服务器·内存·cpu
ccnnlxc6 小时前
shell编程第四天(day036)
linux·运维·服务器
基极向上的三极管6 小时前
【Linux学习】【Ubuntu入门】1-10 ubuntu文件权限
linux·ubuntu
滴水之功6 小时前
VMware ubuntu创建共享文件夹与Windows互传文件
linux·ubuntu