您的位置:首页 > 其它

如何正确编译 dashcast 和 ffmpeg

2015-06-03 17:20 330 查看
如何正确编译 dashcast with ffmpeg:
url:http://gpac.wp.mines-telecom.fr/dashcast/

为了支持部分的x264 和 aac 编码,需要编译x264库和 avresample库等
sudo ./configure --enable-libx264 --enable-gpl --enable-shared --enable-avresample

use --enable-libx264 to enable the x264

use --enable-gpl to enable the x264

use --enable-shared to enable the ffmpeg installation correctly for libavformat/libavformat.lib

                                                                                                         libavcodec/libavcodec.lib         libavfilter/libavfilter.lib    libavresample/libavresample.lib

use --enable-avresample to solve the acc resample issue in dashcast.  related page :
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  ffmpeg