I would like to read a video (MPEG, AVI or any popular format) using Java code and split it into no frames (Jpeg). For example, splitting a 2-second video into 48 images (2X24 frames / sec). Is this possible in java. After hindsight, I would also like to know if it is possible to create a video using an array of images (restoring video after editing individual images). Any help would be greatly appreciated. Thanks in advance.
source share