I've looked around the Java and JMF documentation, but can't find a solution to this question. Keep in mind I'm very new to Java (but have experience in C/C++).
I would like to take an MPEG video file and extract a particular frame from it (or rather read all the frames into memory as images). From what I've read, JMF is the way to go but I'm not entirely sure.
Could you please point me in the right direction so I can find out how to do this?
Having worked with JMF previously, I would recommend you look to an API like Xuggle for this functionality. JMF was good for what it did, but it was abandoned long ago, and is unmaintained.