How do I encode video in Java? Should it be OGG or any other open format?

link|improve this question
1  
Do you want to write your own OGG codec, or are you looking for an existing library to use? Your question is very unclear. – Matt Ball Apr 5 '11 at 14:05
@Matt - I think he wants to encode video with Java and wants to know which codec to use – John Giotta Apr 5 '11 at 14:06
@John yes you are right ... thats my question – Rushikesh Apr 5 '11 at 15:04
How are we supposed to know which codec he needs? – Steve Kuo Apr 5 '11 at 16:09
!All Actually i want to make OGG format for video..... – Rushikesh Apr 5 '11 at 17:08
feedback

1 Answer

The question is still very, very unclear but I'll answer as best I can.

If you want to do video encoding / transcoding stuff in Java, whatever the (major) format, then personally I think that the best option by far is Xuggler. There's lots of video tutorials to get you going and explaining how to use it, and while it can be a bit complicated to get going once you're past the initial learning barrier it's immensly powerful.

If the question is should it be OGG, that depends on your requirements and you'd have to be much more detailed for anyone to give a valid answer.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.