[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, 2012 1:53:54 AM UTC+5:30, hispasat wrote:

 Hi, 
 I'm making an application that has to create a video from an image 
 sequence. I searched online but have not found any class or library to 
 do it. 
 Does anyone know any way? 
 The idea is to create a video to upload to YouTube. Greetings.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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 pendem.shiv...@gmail.comwrote:


 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, 2012 1:53:54 AM UTC+5:30, hispasat wrote:

 Hi,
 I'm making an application that has to create a video from an image
 sequence. I searched online but have not found any class or library to
 do it.
 Does anyone know any way?
 The idea is to create a video to upload to YouTube. Greetings.

  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 not found any class or library to 
 do it. 
 Does anyone know any way? 
 The idea is to create a video to upload to YouTube. Greetings.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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ølgende:

 Hi, 
 I'm making an application that has to create a video from an image 
 sequence. I searched online but have not found any class or library to 
 do it. 
 Does anyone know any way? 
 The idea is to create a video to upload to YouTube. Greetings.



-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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 eivind.aanes...@gmail.com 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 to create a video from an image
 sequence. I searched online but have not found any class or library to
 do it.
 Does anyone know any way?
 The idea is to create a video to upload to YouTube. Greetings.

  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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 eivind@gmail.comjavascript: 
 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 to create a video from an image 
 sequence. I searched online but have not found any class or library to 
 do it. 
 Does anyone know any way? 
 The idea is to create a video to upload to YouTube. Greetings.

  -- 
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to 
 android-d...@googlegroups.comjavascript:
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com javascript:
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en



-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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, November 8, 2012 10:11:21 AM UTC-6, Manish wrote:

 Use ffmpeg lib
 On Nov 8, 2012 3:20 PM, Eivind Aanestad eivind@gmail.com 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 to create a video from an image 
 sequence. I searched online but have not found any class or library to 
 do it. 
 Does anyone know any way? 
 The idea is to create a video to upload to YouTube. Greetings.

  -- 
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-d...@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en



-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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
Shiva

On Monday, February 27, 2012 1:53:54 AM UTC+5:30, hispasat wrote:

 Hi, 
 I'm making an application that has to create a video from an image 
 sequence. I searched online but have not found any class or library to 
 do it. 
 Does anyone know any way? 
 The idea is to create a video to upload to YouTube. Greetings.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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 pendem.shiv...@gmail.comwrote:

 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
 Shiva


 On Monday, February 27, 2012 1:53:54 AM UTC+5:30, hispasat wrote:

 Hi,
 I'm making an application that has to create a video from an image
 sequence. I searched online but have not found any class or library to
 do it.
 Does anyone know any way?
 The idea is to create a video to upload to YouTube. Greetings.

  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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 b...@coolfone.comze.com 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:

 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 eivind@gmail.com 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 to create a video from an image
 sequence. I searched online but have not found any class or library to
 do it.
 Does anyone know any way?
 The idea is to create a video to upload to YouTube. Greetings.

  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-d...@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+**unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/**group/android-developers?hl=enhttp://groups.google.com/group/android-developers?hl=en

  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en