libaacplus compile notes

本文介绍 HE-AAC v2 音频编码器,它能在极低比特率下(如32 kbit/s)实现高质量音频编码。据维基百科资料,测试表明某些人难以分辨48 kbit/s编码材料与未压缩源文件的区别。文章还提供了快速编译 libaacplus 库的方法。

 HE-AAC audio v2 (with SBR + PS) is the superb audio encoder used to encode high quality audio at really low bitrates (32 kbit/s). Quote from Wikipedia "Data from this testing also indicated that some individuals confused 48 kbit/s encoded material with an uncompressed original."

In order to quickly compile your  libaacplus library, you can type the following commands in your shell:

# apt-get install libfftw3-dev pkg-config autoconf automake libtool unzip
$ wget http://217.20.164.161/~tipok/aacplus/libaacplus-2.0.2.tar.gz
$ tar -xzf libaacplus-2.0.2.tar.gz
$ cd libaacplus-2.0.2
$ ./autogen.sh --enable-shared --enable-static
$ make
# make install
# ldconfig

P.S. If you are using Ubuntu, you'll most probably have to use sudo for the last 2 commands, like:

$ sudo make install
$ sudo ldconfig

In case that website above (hosting libaacplus) goes offline, you can download the copy of that tar.gz file from here: (MD5: 3fc15d5aa91d0e8b8f94acb6555103da)

$ wget http://ffmpeg.gusari.org/uploads/libaacplus-2.0.2.tar.gz

More info at:  http://tipok.org.ua/node/17

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值