================================================================================

movieinfo - get some basic movie file info

DESCRIPTION
    I was having trouble getting basic movie info such as dimensions of
    screen. This is a collection of hacks to do so.

USAGE
    movieinfo [OPTIONS]..

            -h                      help

  USAGE EXAMPLES
       movieinfo ./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.


--------------------------------------------------------------------------------



REQUIRES

Getopt::Std::Strict: 1.01
Image::Magick: 6.3.5
LEOCHARRE::Basename: 1.06
LEOCHARRE::Strings: 1.02
Test::Simple: 0


INSTALL

   perl Makefile.PL
   make install