tags:

views:

293

answers:

2

I am trying to create a 30 second sample from a 2 minute MPEG-4 video. We are looking for a 100% java solution as an alternative to ffmpeg. So far, we have tried IsoParser, which lacks example code and documentation splitting MPEG-4. Has anyone used this tool or others to create cut/split MPEG-4 video?

A: 

IBM has a thing: http://www.alphaworks.ibm.com/tech/tk4mpeg4

lod3n
+2  A: 

Or use Xuggler; it's free, open-source (LGPL), maintained, and does stuff like that in its sleep. See the tutorials link for lots of examples.

Xuggle