NAME

avinfo.pl

SYNOPSIS

avinfo.pl [OPTIONS] FORMAT_STRING [file...]

DESCRIPTION

Perl script to print technical information about avi/asf/mpg video files in given format. If directory is given on command line, then this directory is recursively scanned. If no files are specified, the current directory is assumed.

DOWNLOAD

INSTALATION

OPTIONS

FORMAT_STRING

EXAMPLES

BUGS

If first 4 bytes of MPEG file are 'RIFF' (I have a such file ;), then the file is incorrectly detected as AVI, and error is reported. This is actually bug in Video::Info::Magic perl module.

Not all MPEG files are detected as MPEG files. And sometimes error 'Strange number of packets!' is reported. These bugs are inherited from Video::Info::MPEG perl module.

OGM and RealPlayer formats are unsupported.

AUTHOR

Aleksey <mplayer (AT) gorodok DOT net>

SEE ALSO

Video::Info(3) - Video::Info perl module man page