I wanna split a video file into several fragments which can be played individually. Is there any java library can be used in this situation? Or if Xuggle can be used, can anyone give me an simple example. Thanks

link|improve this question

60% accept rate
feedback

1 Answer

A video file? There's quite a few video codecs, file formats. For a general solution try ffmpeg it's not a Java library but runs on all platforms.

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.