I want to convert a video, say catch.avi, into its frames (as images) in Java so that I can make a Map view of my house. I suppose I’ll get about a hundred frames, which I’ll want to put into an ArrayList. That way, I can traverse the list to generate my Map Look.
The thing that’s giving me trouble is converting the video file into its constituent frames. I’ve studied the Java Media Framework, but haven’t got any idea how to do this. Please guide me.
JMF is not obslete.here are some tutorials that will definitely hep u.enter link description here