javaffmpegxuggle

How to extract frames from a video java?


I'm working on a project to do analysis on a video, and I want to split the video into frames to process individually. I took a look at several open source libraries, including Xuggler and FFMPEG, but they are both outdated and unavailable for use. Is there a simple way that I can extract the frames from the video and process them as a collection of BufferedImage?


Solution

  • You can use OpenCV Image and Video processing free open source framework. And also has a good Java wrapper.