W scan: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
m (Redirection page for w_scan.)
 
(redirect to w_scan_cpp. Who still really want it, should know about newer and maintained version.)
 
(38 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{lowercase|w_scan}}
#REDIRECT[[Scan]]

''w_scan'' is a small command line utility used to perform [[Frequency scan|frequency scan]]s for [[DVB]] and [[ATSC]] transmissions. It is not included in [[LinuxTV dvb-apps]], but complements the two [[Frequency scan|frequency scanning]] utilities available through [[LinuxTV dvb-apps]], [[Dvbscan|dvbscan]] and [[Scan|scan]]. It is meanwhile replaced by the newer tool [[w_scan_cpp]] with similar syntax.

''w_scan'' is capable of directly creating channels.conf files as well as initial tuning data for [[Scan|scan]].

==Obtaining w_scan==
The last ''w_scan'' version can be still obtained [https://www.gen2vdr.de/wirbel/w_scan_cpp/index2.html here]. There will be no further updates.

==Documentation==
Detailed information can be found in the ''w_scan'' man page (i.e. from a console, run <code>man w_scan</code>). Additionally, running ''w_scan'' with the -h parameter will produce an output that provides a summary of it's main command line options.
<pre>w_scan [options...] >> channels.conf</pre>

In general, when using ''w_scan'' you should at least specify three parameters: frontend type, country/satellite and output format.

''As w_scan was superceeded quite a long time ago, pls refer to the [[w_scan_cpp]] page for it's similar syntax.''

==Also See==
* [[Frequency_scan#Comparison_of_DVB_frequency_scanning_commandline_utilities|Comparison of the scanning utilities]].
* [https://www.mankier.com/1/w_scan man w_scan]
* [[scan]]
* [[dvbscan]]

==External Links==
* [[w_scan_cpp|see w_scan_cpp]]

[[Category:Apps & Utilities]]

Latest revision as of 10:21, 8 August 2021

w_scan is a small command line utility used to perform frequency scans for DVB and ATSC transmissions. It is not included in LinuxTV dvb-apps, but complements the two frequency scanning utilities available through LinuxTV dvb-apps, dvbscan and scan. It is meanwhile replaced by the newer tool w_scan_cpp with similar syntax.

w_scan is capable of directly creating channels.conf files as well as initial tuning data for scan.

Obtaining w_scan

The last w_scan version can be still obtained here. There will be no further updates.

Documentation

Detailed information can be found in the w_scan man page (i.e. from a console, run man w_scan). Additionally, running w_scan with the -h parameter will produce an output that provides a summary of it's main command line options.

w_scan [options...] >> channels.conf

In general, when using w_scan you should at least specify three parameters: frontend type, country/satellite and output format.

As w_scan was superceeded quite a long time ago, pls refer to the w_scan_cpp page for it's similar syntax.

Also See

External Links