Re: [android-developers] Re: jpg to video

2012-11-08 Thread Srivas, Manish
Use ffmpeg lib On Nov 8, 2012 3:20 PM, "Eivind Aanestad" wrote: > Did you find the answer? I am having the same problem and I'm stuck > because I can't find a solution to this. > > kl. 21:23:54 UTC+1 søndag 26. februar 2012 skrev hispasat følgende: >> >> Hi, >> I'm making an application that has

Re: [android-developers] Re: jpg to video

2012-11-08 Thread Srivas, Manish
https://github.com/guardianproject/*SSCVideoProto* On Fri, Nov 9, 2012 at 11:08 AM, shiva pendem wrote: > Hi, > > > If you are able to use ffmpeg, > > can any one please send me the sample code to use the FFMPEG in android, > > I am unable to find the exact solution or the code to execute FFMPEG,

Re: [android-developers] Re: jpg to video

2012-11-08 Thread Srivas, Manish
https://github.com/guardianproject/*SSCVideoProto* On Fri, Nov 9, 2012 at 1:09 AM, bob wrote: > BTW, if you're on mac, you may want to get ffmpeg from here: > > http://ffmpegmac.net/ > > It may keep you from pulling your hair out. > > > On Thursday, November 8, 2012 10:27:52 AM UTC-6, bob wrote:

Re: [android-developers] Re: jpg to video

2012-11-09 Thread Srivas, Manish
in ffmpeg wrapper change String[] ffmpegCommand = {ffmpegBin, "-r", "25", "-qscale", "2", "-i","/sdcard/slideshow365/Temp/%d.jpeg", "/sdcard/slideshow365/test4.mp4"} On Fri, Nov 9, 2012 at 1:59 PM, shiva pendem wrote: > > Hi, > > > i have tried the same source but this is not combining, > >

Re: [android-developers] Re: Flv to mp4 Convertion

2012-11-13 Thread Srivas, Manish
See ffmpeg.org On Nov 13, 2012 3:23 PM, "May Swan" wrote: > Here is a guide about how to convert FLV to > MP4. > > I believe it helps. > > -- > You received this message because you are subscribed to the Google >

Re: [android-developers] Write to another application's internal memory

2012-11-27 Thread Srivas, Manish
Please add permission: On Tue, Nov 27, 2012 at 1:26 PM, Android Test wrote: > Hi All, > > I have 2 applications with different package names. E.g. App1 and App2. > > App1 needs to write some files to App2's internal memory so that it could > be uploaded to the backend. > > I have used the foll