Libraries / tutorials for manipulating video in java [closed]

夙愿已清 提交于 2019-12-28 13:49:10

问题


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.)


回答1:


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




回答2:


GStreamer has some Java bindings.



来源:https://stackoverflow.com/questions/809646/libraries-tutorials-for-manipulating-video-in-java

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!