W scan: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
(As it's superceeded two years ago, refer to successor w_scan_cpp with it's similar syntax -> main options are 1:1 by purpose..)
(redirect to w_scan_cpp. Who still really want it, should know about newer and maintained version.)
 
Line 23: Line 23:


==External Links==
==External Links==
* [https://www.gen2vdr.de/wirbel/w_scan_cpp/index2.html w_scan_cpp Homepage, including old w_scan download (de)]
* [[w_scan_cpp|see w_scan_cpp]]


[[Category:Apps & Utilities]]
[[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