1scantv(1) General Commands Manual scantv(1)
2
3
4
6 scantv - scan a v4l device for TV stations.
7
9 scantv [ options ]
10
12 scantv scans a v4l device for available TV stations and writes a
13 xawtv/fbtv config file.
14
16 -i input
17 set tv input (Television/Composite1/S-video and so on).
18 Default is Television.
19
20 -n norm
21 set tv norm. scantv will ask interactively if none is given.
22
23 -f table
24 set frequency table. scantv will ask interactively if none is
25 given.
26
27 -o outfile
28 specify output file. If none is specified, scantv writes to
29 stdout.
30
31 -c device
32 specify video device file. Default is /dev/video0.
33
34 -D driver
35 specify video driver name. Default is "libv4l".
36
37 -C device
38 specify vbi device file. Default is /dev/vbi0.
39
40 -s skip channel scan, just write norm + freqtab to the config file.
41
42 -a Do a full scan (i.e. all frequencies, not just the ones from the
43 frequency table).
44
46 xawtv(1), fbtv(1)
47
49 Gerd Knorr <kraxel@bytesex.org>
50
52 Copyright (C) 2000 Gerd Knorr <kraxel@bytesex.org>
53
54 This program is free software; you can redistribute it and/or modify it
55 under the terms of the GNU General Public License as published by the
56 Free Software Foundation; either version 2 of the License, or (at your
57 option) any later version.
58
59 This program is distributed in the hope that it will be useful, but
60 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
61 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
62 Public License for more details.
63
64 You should have received a copy of the GNU General Public License along
65 with this program; if not, write to the Free Software Foundation, Inc.,
66 675 Mass Ave, Cambridge, MA 02139, USA.
67
68
69
70 (c) 2000 Gerd Knorr scantv(1)