Extract a still from Quicktime using Perl on Linux?
I've searched CPAN and Googled, but haven't found the answer. Is there a good way to extract a still from a Quicktime video using Perl on Linux?
Re: Extract a still from Quicktime using Perl on Linux?
If there's no existing solution in Perl, and you can find a non-Perl tool that does this, it might be simplest to call this tool from Perl (if it's a command line tool) or "remote control" it from Perl (if it's an interactive tool).
Re: Extract a still from Quicktime using Perl on Linux?
I don't know of any modules that do this.
There is a free Java image processing program ImageJ which has a Quicktime Still Extractor plugin that should do what you need. Happily, ImageJ can be run as an image processing toolkit applet or servlet, so should be easy to call from perl.
Re: Extract a still from Quicktime using Perl on Linux?
I ended up going with mplayer - which can be quite an adventure to compile with QuickTime support - and calling it as a command line program.
There is an FFmpeg module, but I had trouble getting it to compile on my dev server.