summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-01-06 10:04:18 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-01-06 10:04:18 +0000
commitffdd89a5ed68bf63d763769225acbf7811a6f415 (patch)
tree2291bb2ffac7512ff491b581e9fbfd3a98ab5bed /DOCS
parentbefb5ecec6a3be11ecfadf989ee0bba036de3389 (diff)
downloadmpv-ffdd89a5ed68bf63d763769225acbf7811a6f415.tar.bz2
mpv-ffdd89a5ed68bf63d763769225acbf7811a6f415.tar.xz
mention ATSC tools and conf.file (dvb section)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14384 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/video.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/DOCS/xml/en/video.xml b/DOCS/xml/en/video.xml
index 855083109a..552f7d7149 100644
--- a/DOCS/xml/en/video.xml
+++ b/DOCS/xml/en/video.xml
@@ -1822,7 +1822,7 @@ for a 16:9 TV: -vf dvbscale=1024,scale=-1:0,expand=-1:576:-1:-1:1
<para>
You should have the programs <command>scan</command> and
- <command>szap/tzap/czap</command> installed; they are all included in
+ <command>szap/tzap/czap/azap</command> installed; they are all included in
the drivers package.
</para>
@@ -1834,16 +1834,17 @@ for a 16:9 TV: -vf dvbscale=1024,scale=-1:0,expand=-1:576:-1:-1:1
<para>
Now you should compile a <filename>~/.mplayer/channels.conf</filename>
- file, with the syntax accepted by <command>szap/tzap/czap</command>, or
+ file, with the syntax accepted by <command>szap/tzap/czap/azap</command>, or
have <command>scan</command> compile it for you.
</para>
<para>
- If you have more than one card type (e.g. Satellitar, Terrestrial and Cable)
+ If you have more than one card type (e.g. Satellitar, Terrestrial, Cable and ATSC)
you can save your channels files as
<filename>~/.mplayer/channels.conf.sat</filename>,
- <filename>~/.mplayer/channels.conf.ter</filename>
- and <filename>~/.mplayer/channels.conf.cbl</filename>,
+ <filename>~/.mplayer/channels.conf.ter</filename>,
+ <filename>~/.mplayer/channels.conf.cbl</filename>,
+ and <filename>~/.mplayer/channels.conf.atsc</filename>,
respectively, so as to implicitly hint <application>MPlayer</application>
to use these files rather than <filename>~/.mplayer/channels.conf</filename>,
and you only need to specify which card to use.