⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 DVBtune is a simple tuning application for DVB cards supported by the Linux DVB driver
💻
字号:
DVBtune 0.5-----------DVBtune is a simple tuning application for DVB cards supported by theLinux DVB driver (www.linuxtv.org).This is still very experimental - especially the XML output.The latest release can be found at www.linuxstb.org.  You can contactthe author at <dave@dchapman.com>.There is also a CVS repository (normally more recent thanlinuxstb.org) available athttp://sourceforge.net/projects/dvbtoolsInstallation------------The package includes two applications - dvbtune and xml2vdr.dvbtune has the option to dump the metadata from a DVBtransponder/multiplex into an XML file.  This XML file is hopefullyself-explanatory (i.e. I am too lazy to write documentation for it),and should be read in conjunction with the DVB-SI standard (EN 300468) available from www.etsi.org.xml2vdr can convert this XML file into a "channels.conf" file suitablefor use with the VDR application.In order to use the included "xml2vdr" utility, you should install thelatest version of libxml (Version 2) from www.xmlsoft.org.  I wouldrecommend getting the very last ".tar.gz" source version and installusing the standard ./configuremakemake installset of commands.If you are using dvbtune for DVB-T in Finland, you should replace the"make" command with "make FINLAND=1". or "make FINLAND2=1" (see thecomments in the dvb_defaults.h file for details).Once you have installed libxml (if required), then you can compiledvbtune and xml2vdr by just typing "make" in the dvbtune directory.Usage-----Just type "dvbtune" by itself for the full list of options.For simple tuning operations you can just use:./dvbtune -f 12188000 -p h -s 27500 -v 163 -a 104 -t 32to tune to a satellite transponder and set the video, audio andteletext PIDs.dvbtune also support DVB-T reception (currently for the UK only).  Inthis case, you just need to specify the frequency:./dvbtune -f 481833000To get the DVB SI information for a multiplex, you can use the "-i"option.  The output of dvbtune needs some addition lines before it isa valid XML file.  e.g. use a script containingecho '<?xml version="1.0" encoding="iso-8859-1" ?>' > test.xmlecho '<satellite>' >> test.xml./dvbtune -f freq -s srate -p pol -i  >> test.xmlecho '</satellite>' >> test.xmlto dump the SI for a satellite transponder.This was done to allow you to write scripts to scan multipletransponders and write the output to the same XML file.  See the"scripts" subdirectory for examples.Contributors------------Hilmar Linder - January 2002:Added Switch -n that adds a network interface and switch -m thatmonitors the reception quality. Changed the tuning code. Added commandline parameters for spectral inversion. Changed code to allow L-Bandfrequencies with -f switch   John Williams - March 2002.Added -D diseqc support, and made the 22kHz tone automatic again.Tomi Ollila - June 2002.Changes to FINLAND DVB-T tuning, and dvb_defaults.h suggestion.Copyright---------(C) Dave Chapman 2001-2004 <dave@dchapman.com> http://www.linuxstb.orgThis program is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 2 of the License, or(at your option) any later version.This program is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY; without even the implied warranty ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See theGNU General Public License for more details.You should have received a copy of the GNU General Public Licensealong with this program; if not, write to the Free SoftwareFoundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.    

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -