diff options
author | nox <nox@FreeBSD.org> | 2010-05-24 03:01:05 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2010-05-24 03:01:05 +0800 |
commit | 0c7bc0fdc3e8c5ed3533808fe6bd1bf64040560e (patch) | |
tree | 7daf95a6457861ea741ae09a1763f0012e54aaa8 /multimedia/Makefile | |
parent | 597ac5d0c7e986f9d7701930b28956184701ba63 (diff) | |
download | freebsd-ports-graphics-0c7bc0fdc3e8c5ed3533808fe6bd1bf64040560e.tar.gz freebsd-ports-graphics-0c7bc0fdc3e8c5ed3533808fe6bd1bf64040560e.tar.zst freebsd-ports-graphics-0c7bc0fdc3e8c5ed3533808fe6bd1bf64040560e.zip |
szap-s2 is a command line channel zapping (i.e. tuning) utility similar
to szap but including support for S2API a.k.a. DVB API version 5, which
supports DVB-S2. When using szap-s2, one instructs it to change the channel
to one of a list of channels supplied in a channels.conf type file.
There is no manpage yet, but you can run szap-s2 without args to get a
usage message.
location of channel list file is ~/.szap/channels.conf
one line of the szap channel file has the following format:
name:frequency_MHz:polarization[coderate][delivery][modulation][rolloff]:sat_no:symbolrate:vpid:apid:service_id
one line of the VDR channel file has the following format:
name:frequency_MHz:polarization[coderate][delivery][modulation][rolloff]:sat_no:symbolrate:vpid:apid:tpid:?:service_id:?:?:?
WWW: http://www.linuxtv.org/wiki/index.php/Szap-s2
Diffstat (limited to 'multimedia/Makefile')
-rw-r--r-- | multimedia/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index 4721f0817bd..92ec91bae6c 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -287,6 +287,7 @@ SUBDIR += subtitleripper SUBDIR += subtools SUBDIR += swfdec-gnome + SUBDIR += szap-s2 SUBDIR += tcmplex-panteltje SUBDIR += tivodecode SUBDIR += tkxanim |