I am looking for a easy to use library in java that can convert a video into arrays(corresponding to frames). Arrays will be used for frame processing with standard algos like GMM
+1
A:
You should start out by trying the Java Media Framework.
You can find a sample project that uses the JMF APIs at this link.
Yuval A
2010-06-13 10:44:57