Re: [android-developers] Image to Video Converter In android

2012-04-09 Thread nagaraj attimani
Dear Arun, First you need to convert Image to YUV format using Image Decoder. Then you can feed each YUV Image as a Video Input to Media Recorder Engine. Go through the Media Recorder Source Code to get more info. On Mon, Apr 9, 2012 at 1:22 PM, Arun wrote: > hello all, > > I want to convert a

[android-developers] Image to Video Converter In android

2012-04-09 Thread Arun
hello all, I want to convert a sequence of images in to video file in android. and wants to share the file on facebook. i had done lots of R&D and uses FFmpeg library for the same, But no success. please help me. and id anyone have working code please provide me.. i am in deep trouble. Thanks i