0

I couldn't find this anywhere on the internet. Is there a way to do something like:

ArrayList<BufferedImage> frames = VideoUtil.getFrames(getClass().getResource("video.avi"));

Or do I have to use an external library?

NOTE: I've searched but nowhere have I found a way to do this. The best I could find is what I want, but the other way around.

1 Answers1

0

See Libraries / tutorials for manipulating video in java

Community
  • 1
  • 1
nLee
  • 1,320
  • 2
  • 10
  • 21