diff options
author | Christoph Willing <chris.willing@iinet.net.au> | 2014-09-05 07:07:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-09-06 00:02:52 +0700 |
commit | bf9ed6416edf191fe7989f13eea2e864299c2511 (patch) | |
tree | d4c57ec968eae3e4cd5e295da9a20bcad84e1ea6 /multimedia/zvbi/README | |
parent | 699c963fde9fd3f1ef871678631e7fe1af196be9 (diff) | |
download | slackbuilds-bf9ed6416edf191fe7989f13eea2e864299c2511.tar.gz |
multimedia/zvbi: Added (Zapping VBI library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/zvbi/README')
-rw-r--r-- | multimedia/zvbi/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/multimedia/zvbi/README b/multimedia/zvbi/README new file mode 100644 index 0000000000..18f1efda76 --- /dev/null +++ b/multimedia/zvbi/README @@ -0,0 +1,12 @@ +The Zapping VBI library, in short ZVBI, provides functions to capture and +decode VBI data. It is written in plain ANSI C with few dependencies on other +tools and libraries, licensed under GPL. + +The vertical blanking interval (VBI) is an interval in a television signal +that temporarily suspends transmission of the signal for the electron gun to +move back up to the first line of the television screen to trace the next +screen field. + +The vertical blanking interval can be used to carry data, since anything sent +during the VBI would naturally not be displayed; various test signals, closed +captioning, and other digital data can be sent during this time period. |