问题描述
我的工作ffmpeg的最后几天,但无法得到任何有价值的输出。
从那以后,我跟着波纹管教程: - 结果
结果
根据该教程。一旦完成,你应该能够找到一个文件夹
$ NDK /源/的ffmpeg-2.0.1 /机器人
,其中包含 ARM / lib目录
和 ARM /包含
文件夹。
但我没有得到建立输出$ NDK /源/的ffmpeg-2.0.1 /机器人
。
请人帮我。
I am working on Ffmpeg last couple of days but unable to get any valuable output. After that I follow bellow tutorial :-
http://www.roman10.net/how-to-build-ffmpeg-with-ndk-r9/
According to that tutorial. Once it’s done, you should be able to find a folder $NDK/sources/ffmpeg-2.0.1/android
, which contains arm/lib
and arm/include
folders. But I am not getting build output in $NDK/sources/ffmpeg-2.0.1/android
. Please anyone help me.
感谢。
推荐答案
在浪费我的2天后我已经成功编译此此遵循波纹管链接
其相当不错的。
After wasting my 2 days I have successfully compile this for this follow bellow link its quite good.
http://www.packtpub.com/sites/default/files/downloads/Developing_Multimedia_Applications_with_NDK.pdf
这篇关于ffmpeg的生成的输出没有显示?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!