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

NAME

fourcc.pl - determine a codec referred to by a given FourCC

SYNOPSIS

Usage: fourcc.pl code [...]

Given a list of Four Character codes as arguments, this script will look up each code and print some information about each codec. There must be at least one given code, and there is no upper bound on the number of codes you can search.

Remember that these codes are byte-indexed, not character-indexed. Therefore, the input is case-sensitive and should be extracted directly from files.

AUTHOR

Jonathan Yu <jawnsy@cpan.org>

LICENSE

This has the same copyright and licensing terms as Video::FourCC::Info.

SEE ALSO

Video::Info, Video::FourCC::Info