Chinaunix首页 | 论坛 | 博客
  • 博客访问: 382117
  • 博文数量: 119
  • 博客积分: 1796
  • 博客等级: 上尉
  • 技术积分: 890
  • 用 户 组: 普通用户
  • 注册时间: 2010-05-14 10:16
个人简介

守正

文章分类
文章存档

2013年(1)

2011年(40)

2010年(78)

分类: 嵌入式

2010-06-03 17:31:18

beginners question: ffmpeg for a android (using tutorial: "ffmpeg and Android.mk")




 共 6 个帖子 - 



Matthias  
 
 更多选项 4月15日, 上午7时59分
Hi to all, 
I am trying to compile ffmpeg for a android. I have found several 
posts on this theme but non of these seems to work. If tried to build 
ffmpeg like it is posted on [1]. Did anybody successfully compiled 
ffmpeg using theses tutorial? 

I am not sure how to realise step 4  to 5. 

"STEP4: Configuring ..." 
"STEP5: cd to your NDK root dir, type make TARGET_ARCH=arm APP=ffmpeg- 
org" 

It seems to me that building an application like it is explained in 
the tutorial in step 5 need some prevoius steps. Unfortunaly I have no 
app in the foulder to make. 

I am using the current android ndk release 3 and checked out the 
actual ffmpeg releases from [3] and [4]. I am thankful for every 
advice. 

best regards Matthias 

[1]  
[2]  
[3]  

-- 
You received this message because you are subscribed to the Google Groups "android-ndk" group. 
To post to this group, send email to android-ndk@googlegroups.com. 
To unsubscribe from this group, send email to android-ndk+unsubscribe@googlegroups.com. 
For more options, visit this group at . 


      






ColletJb  
 
 更多选项 4月16日, 上午4时42分
Actually, I think I have successfuly compiled FFMpeg (with an other 
process) but the generated ".a" files are really too heavy to be put 
in an app... 

If you know how to use such ".a" files, contact me in private, I will 
send you mine. (I really would like to understand how I can use such 
files)... 

On 15 avr, 12:59, Matthias wrote: 

-- 
You received this message because you are subscribed to the Google Groups "android-ndk" group. 
To post to this group, send email to android-ndk@googlegroups.com. 
To unsubscribe from this group, send email to android-ndk+unsubscribe@googlegroups.com. 
For more options, visit this group at . 

      






Hans-Werner Hilse  
 
 更多选项 4月16日, 上午5时32分
Hi, 

On 04/16/2010 10:42 AM, ColletJb wrote: 

> Actually, I think I have successfuly compiled FFMpeg (with an other 
> process) but the generated ".a" files are really too heavy to be put 
> in an app... 

> If you know how to use such ".a" files, contact me in private, I will 
> send you mine. (I really would like to understand how I can use such 
> files)... 

Those are archives, or more qualified in this case: They're static 
libraries. They contain each and every function. When you link 
applications agains them, the footprint may reduce drastically when only 
a subset of the libraries' functions is used. 

-hwh 

-- 
You received this message because you are subscribed to the Google Groups "android-ndk" group. 
To post to this group, send email to android-ndk@googlegroups.com. 
To unsubscribe from this group, send email to android-ndk+unsubscribe@googlegroups.com. 
For more options, visit this group at . 


      






ColletJb  
 
 更多选项 4月16日, 上午8时08分
@Hans-Werner Hilse : 
Thank you for your answer... But one more (stupid) question : How 
should I link the component I'm building (with the NDK) with those 
static libraries ? 

Thanks for you help. 

On 16 avr, 11:32, Hans-Werner Hilse wrote: 

-- 
You received this message because you are subscribed to the Google Groups "android-ndk" group. 
To post to this group, send email to android-ndk@googlegroups.com. 
To unsubscribe from this group, send email to android-ndk+unsubscribe@googlegroups.com. 
For more options, visit this group at . 

      






eugene  
 
 更多选项 4月18日, 下午8时01分
Which method did you use to build ffmpeg successfully? (Or can you let 
me know what the problem was that you were having before when you 
couldn't build it?) 

Does anyone know of an ARM-optimised (free) implementation of an MPEG4/ 
HEAC decoder? 

-e 

On Apr 16, 10:08 pm, ColletJb wrote: 

-- 
You received this message because you are subscribed to the Google Groups "android-ndk" group. 
To post to this group, send email to android-ndk@googlegroups.com. 
To unsubscribe from this group, send email to android-ndk+unsubscribe@googlegroups.com. 
For more options, visit this group at . 

      






Matthias  
 
 更多选项 4月26日, 上午8时46分
Hi, 
how did you build ffmpeg for android? 

best regards matthias 

On Apr 16, 11:32 am, Hans-Werner Hilse wrote: 

-- 
You received this message because you are subscribed to the Google Groups "android-ndk" group. 
To post to this group, send email to android-ndk@googlegroups.com. 
To unsubscribe from this group, send email to android-ndk+unsubscribe@googlegroups.com. 
For more options, visit this group at . 

      



帖子结尾
阅读(607) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~