File: dvbscan.1

package info (click to toggle)
linuxtv-dvb-apps 1.1.1%2Brev1500-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 7,632 kB
  • ctags: 6,779
  • sloc: ansic: 49,002; makefile: 785; perl: 236; sh: 110; xml: 13
file content (72 lines) | stat: -rw-r--r-- 2,114 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
.TH dvbscan 1 "February 14, 2009"
.SH NAME
dvbscan \- a program to produce DVB-T channels.conf files.
.SH SYNOPSIS
.B dvbscan
.RI [ options ] <initial scan file>
.br
.SH DESCRIPTION
This manual page documents briefly the
.B dvbscan
commands.
.PP
\fBdvbscan\fP is a program to produce DVB-T channels.conf files.
.SH OPTIONS
.TP
.B \ -h
print this help text
.TP
.B \-adapter <id>
adapter to use (default 0)
.TP
.B \-frontend <id>
frontend to use (default 0)
.TP
.B \-demux <id>
demux to use (default 0)
.TP
.B \-secfile <filename>
Optional sec.conf file
.TP
.B \-secid <secid>
ID of the SEC configuration to use, one of:
	* UNIVERSAL (default) - Europe, 10800 to 11800 MHz and 11600 to 12700 Mhz,\
	  Dual LO, loband 9750, hiband 10600 MHz
	* DBS - Expressvu, North America, 12200 to 12700 MHz, Single LO, 11250 MHz
	* STANDARD - 10945 to 11450 Mhz, Single LO, 10000 Mhz
	* ENHANCED - Astra, 10700 to 11700 MHz, Single LO, 9750 MHz
	* C-BAND - Big Dish, 3700 to 4200 MHz, Single LO, 5150 Mhz
	* C-MULTI - Big Dish - Multipoint LNBf, 3700 to 4200 MHz, Dual LO, H:5150MHz, V:5750MHz
	* One of the sec definitions from the secfile if supplied
.TP
.B \-satpos <position>
Specify DISEQC switch position for DVB-S
.TP
.B \-inversion <on|off|auto>
Specify inversion (default: auto)
.TP
.B \-uk-ordering
Use UK DVB-T channel ordering if present.
.TP
.B \-timeout <secs>
Specify filter timeout to use (standard specced values will be used by default)
.TP
.B \-filter <filter>
Specify service filter, a comma seperated list of the following tokens:
If no filter is supplied, all services will be output
	* tv - Output TV channels
	* radio - Output radio channels
	* other - Output other channels
	* encrypted - Output encrypted channels
.TP
.B \-out raw <filename>|-
Output in raw format to <filename> or stdout
.B \-out channels <filename>|-
Output in channels.conf format to <filename> or stdout
.B \-out vdr12 <filename>|-
Output in vdr 1.2.x format to <filename> or stdout
.B \-out vdr13 <filename>|-
Output in vdr 1.3.x format to <filename> or stdout
.br
.PP
This manual page was written by Uwe Bugla <uwe.bugla@gmx.de>.