Video::Frequencies

Video::Frequencies is a Perl module that has many, many frequency constants and lists.
Download

Video::Frequencies Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Nathan Laredo
  • Publisher web site:
  • http://search.cpan.org/~mlehmann/Video-Capture-V4l-0.901/Frequencies.pm

Video::Frequencies Tags


Video::Frequencies Description

Video::Frequencies is a Perl module that has many, many frequency constants and lists. Video::Frequencies is a Perl module that has many, many frequency constants and lists.SYNOPSIS use Video::Frequencies; while (my($name,$list) = each %CHANLIST) { print "$namen"; while (my($channel,$freq) = each %$list) { printf " %-4s n", $channel, $freq; } print "n"; }This module exports (yes, exports!) frequency constants as well as hashes with channel => frequency relations for digital and analog video and audio broadcast. Another, shorter way to put it is "worldwide channel/frequency list". All frequencies are given in kHz.It's a good idea to use perldoc -m Video::Frequencies to get an idea on how the various constants and lists look like. Requirements: · Perl


Video::Frequencies Related Software