Re: [android-developers] Re: using ffmpeg library for converting no. of images into a video containing music

2012-12-12 Thread Narendra Singh Rathore
On Thu, Dec 13, 2012 at 11:58 AM, rakesh kumar wrote: > Hi Narendra, > > I have to covert no of images into video. > > Can you Please share your code on my mail Id:rakesh_dogr...@yahoo.co.in > Hi Rakesh, I already shared the link, which I used to convert images into video. Try to use that. --

[android-developers] Re: using ffmpeg library for converting no. of images into a video containing music

2012-12-12 Thread rakesh kumar
Hi Narendra, I have to covert no of images into video. Can you Please share your code on my mail Id:rakesh_dogr...@yahoo.co.in Regards Rakeh On Friday, October 19, 2012 6:11:31 PM UTC+5:30, Narendra Singh Rathore wrote: > > Hello all, > > I have used the following link for converting images i

Re: [android-developers] Re: using ffmpeg library for converting no. of images into a video containing music

2012-10-25 Thread Narendra Singh Rathore
On Fri, Oct 19, 2012 at 7:50 PM, Chris Sarbora wrote: > It looks like you're passing the format string directly to the FS. > > If there's not a file in that directory named literally "%0d.jpeg", I'd > expect it to fail. > > > Hey Chris, there is a file name 0.jpeg, 1.jpeg and so on, on the specif

[android-developers] Re: using ffmpeg library for converting no. of images into a video containing music

2012-10-19 Thread Chris Sarbora
It looks like you're passing the format string directly to the FS. If there's not a file in that directory named literally "%0d.jpeg", I'd expect it to fail. On Friday, October 19, 2012 5:41:31 AM UTC-7, Narendra Singh Rathore wrote: > > Hello all, > > I have used the following link for converti

[android-developers] Re: using ffmpeg library for converting no. of images into a video containing music

2012-10-19 Thread bob
Maybe the directory Test does not exist on that device? On Friday, October 19, 2012 7:41:31 AM UTC-5, Narendra Singh Rathore wrote: > > Hello all, > > I have used the following link for converting images into video > > https://github.com/guardianproject/SSCVideoProto > > But, the problem is th