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, > >

[android-developers] Re: jpg to video

2012-11-09 Thread shiva pendem
Hi, i have tried the same source but this is not combining, can any one send me the FFMPEG single file just like this FFMPEG Present in the link https://github.com/guardianproject/SSCVideoProto/tree/master/res/raw which can alter the np3 file bit rate Thanks Shiva On Monday, February 27, 201

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-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,

[android-developers] Re: jpg to video

2012-11-08 Thread shiva pendem
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, If any one find the sample code which is working please send it to pendem.shiv...@gmail.com Thanks in advance Shiv

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

2012-11-08 Thread bob
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: > > You use something like this: > > ffmpeg -r 10 -b 1800 -i %03d.jpg test1800.mp4 > > > On Thursday, Novemb

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

2012-11-08 Thread bob
You use something like this: ffmpeg -r 10 -b 1800 -i %03d.jpg test1800.mp4 On Thursday, November 8, 2012 10:11:21 AM UTC-6, Manish wrote: > > 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 >> becaus

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

[android-developers] Re: jpg to video

2012-11-08 Thread bob
Maybe VirtualDub if you're on Windows? On Wednesday, November 7, 2012 6:11:36 PM UTC-6, 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ølg

[android-developers] Re: jpg to video

2012-11-08 Thread Eivind Aanestad
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 to create a video from an image > sequence. I searched online but have no