首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

ffmpeg开启libfdk_aac跟libmp3lame

2013-07-04 
ffmpeg开启libfdk_aac和libmp3lamehttp://ffmpeg.org/trac/ffmpeg/wiki/AACEncodingGuidehttp://yasm.tort

ffmpeg开启libfdk_aac和libmp3lame
http://ffmpeg.org/trac/ffmpeg/wiki/AACEncodingGuide

http://yasm.tortall.net/Download.html

git clone --depth 1 git://github.com/mstorsjo/fdk-aac.gitcd fdk-aacautoreconf -fiv./configure --disable-shared


http://lame.sourceforge.net/download.php

./configure --enable-sharedmake && make installldconfig /usr/local/lib


./configure --enable-libfdk_aac --enable-nonfree --enable-libmp3lame

热点排行