Java video processing library
•
Java
I want to extract frames from video and apply some filters on them, such as Gabor / Hough, etc Which Java library is perfect for dealing with all kinds of video coding? I've been watching GStreamer, JMF, xuggler, etc., but I'm not sure which one is the best I also want to edit frames and make videos with new frames
Solution
If you want to perform low-level operations, such as extracting frames and manipulating them, xuggler will be the best choice, because the API is suitable for this low-level It is suitable for ffmpeg, so it can handle all types of video coding
Don't use JMF for anything. It's old, outdated and wrong - GStreamer is good, but the API is better for playing video than manipulating frames
The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
二维码