!7 lib 1006715 // jcodec 0.2.0 lib 1006717 // jcodec 0.2.0 javase import org.jcodec.api.awt.*; p { double startSec = 0; File inFile = getProgramFile(#1006716, "test.mp4"); AWTFrameGrab8Bit grab = AWTFrameGrab8Bit.createAWTFrameGrab8Bit(NIOUtils.readableChannel(inFile)); grab.seek(startSec); for (int i = 0; i < 100; i++) { quickShowImage(grab.getFrame()); print("Frame " + (i+1)); } }