0

I want to develop a java application to capture video from a usb web cam and store in .3gp format onto the hard disk.

Please provide me working code (if any) that stores the video in .3gp format.please help me friends.

MvanGeest
  • 9,536
  • 4
  • 41
  • 41
Ishan
  • 4,008
  • 32
  • 90
  • 153

2 Answers2

0

You will have to grab each frame from camera and then apply the coding associated with 3gp format. See this, http://www.mediasoftpro.com/aspnet-3gp-encoder.html

jose
  • 2,733
  • 4
  • 37
  • 51
0

Assuming you have the web-images from your camera already, you can use Xuggler to encode them into a 3gp file in whatever codecs you want.

Art Clarke
  • 2,495
  • 18
  • 15