The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

moviecap - get a screenshots within a movie file

DESCRIPTION

Helps to get a movie screenshot. Creates a tempdir to make caps in, and renames the files like the movie.

USAGE

moviecap [OPTIONS].. MOVIEFILE..

   -f number      frame count, default 1
   -s number      seconds to skip per frame, default 5
   -o dir         path to output directory, default is cwd
   -S number      seconds in to start
   -X             disable -forceidx
   -h             help
   -v             version

USAGE EXAMPLES

Five frames, 25 secs inbetween each, output to current dir:

   moviecap -f 5 -s 25 ./movie.avi

AUTHOR

Leo Charre leocharre at cpan dot org

LICENSE

This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself, i.e., under the terms of the "Artistic License" or the "GNU General Public License".

DISCLAIMER

This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See the "GNU General Public License" for more details.