Closed GoogleCodeExporter closed 9 years ago
We can do it with something like this:
FrameGrabber grabber = new FFmpegFrameGrabber(filename);
grabber.start();
IplImage image;
while ((image = grabber.grab()) != null) {
cvSaveImage(filename2, image);
}
And please post your questions on the mailing list next time if possible, thank
you!
Original comment by samuel.a...@gmail.com
on 19 Jan 2014 at 8:02
Original issue reported on code.google.com by
bladepoi...@gmail.com
on 15 Jan 2014 at 1:54