You want Image::Magick.
use Image::Magick; my $img = new Image::Magick; $img->Read("file.mpg[$frameno]"); my $x = $img->Write('frame.png'); warn "$x" if "$x";
In reply to Re: Video frame capture?
by idsfa
in thread Video frame capture?
by Elijah
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |