Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Video frame capture?

by idsfa (Vicar)
on Jul 08, 2006 at 05:04 UTC ( [id://559899]=note: print w/replies, xml ) Need Help??


in reply to Video frame capture?

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";

The intelligent reader will judge for himself. Without examining the facts fully and fairly, there is no way of knowing whether vox populi is really vox dei, or merely vox asinorum. — Cyrus H. Gordon

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://559899]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (8)
As of 2024-04-18 21:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found