Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Libraries / tutorials for manipulating video in java [closed]

I need to do some simple video editing within a Java application, but the frameworks I've found (JMF and FMJ) appear to be quite stale, and thus far I haven't found any evidence that either can actually edit video. The type of operations I need are: cropping, redacting sections, and extracting clips.

I've never worked with video in any real capacity before, so I may just be misunderstanding what FMJ/JMF do, but I am still concerned by the age of the most recent releases of those tools.

What do people use to do this sort of thing? What keywords should I be using to get more relevant results?

(The specific format of video is not particularly important to me -- anything common is just fine.)

like image 801
rcreswick Avatar asked Apr 30 '09 23:04

rcreswick


2 Answers

You may take a look on Xuggler. Also some alternatives to JMF were covered in Wikipedia.

like image 63
Artyom Sokolov Avatar answered Nov 13 '22 18:11

Artyom Sokolov


GStreamer has some Java bindings.

like image 39
user99054 Avatar answered Nov 13 '22 18:11

user99054