摘要: ffmpeg 也沒內建 AAC Encoder, 所以我們需要找外掛的 library, 叫做 faac, 下載 source code 之後, 按照內附的 INSTALL 說明, 先執行 bootstraps 再執行 configure 然後再 make 及 make install 就完成了!再來就是加入 ffmpeg 之中, 所以連 libx264 的話, 就是..../configure --enable-pthreads --enable-gpl --enable-libx264 --enable-libfaac然後再執行 make 及 make install 就OK囉!如果你之前 阅读全文
posted @ 2011-04-12 15:25 juncent 阅读(2337) 评论(2) 推荐(0)
摘要: > hello, anybody tellme please why ocurr this error on ffserver>> # ffserver -f ffserver-mwm.conf> FFserver version SVN-r25733, Copyright (c) 2000-2010 the FFmpeg developers> built on Nov 12 2010 07:04:15 with gcc 4.3.2> configuration: --enable-swscale --enable-gpl --enable-avfilte 阅读全文
posted @ 2011-04-12 13:36 juncent 阅读(379) 评论(0) 推荐(0)