Reputation: 11
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?
Upvotes: 1
Views: 3365
Reputation: 2505
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.
Upvotes: 3