Click here to Skip to main content
15,896,269 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have to make application in android

i give it some photos and then i have a video from it

I want to build an application that takes a set of images and video of them making

can help me pleas ..
Posted
Comments
Sergey Alexandrovich Kryukov 29-Oct-13 15:25pm    
Why in Android? Are you sure? You can do it outside your mobile device, on one of desktop systems? Would it work for you?
—SA
Walaa Al-Showa 29-Oct-13 17:43pm    
i have to make video from photos by coding
Sergey Alexandrovich Kryukov 29-Oct-13 19:16pm    
Okay, by coding, but are you sure that only coding on Android? And why?
Anyway, you got my solution which woks for all cases.
—SA

Please see my suggestion in my comment to the question. You could do it on some desktop system. I think the best utility for such work would be FFMpeg or related Libavcodec:
http://en.wikipedia.org/wiki/Ffmpeg[^],
http://ffmpeg.org/[^],
http://en.wikipedia.org/wiki/Libavcodec[^],
http://libav.org/[^].

This is a library and a set of utilities which never let me down so far. You can use them on many platform. However, if you really want to do the job on Android itself, there is the Android version of FFMpeg:
http://sourceforge.net/projects/ffmpeg4android/[^].

—SA
 
Share this answer
 
 
Share this answer
 
Comments
Walaa Al-Showa 30-Oct-13 0:41am    
Thank you

I went to make video on Android :)
Bro can you share your code of ur 1st app with us???
i m gona make this app for learning.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900