Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > d358e2c90ba2fd90e64d20630dc870f4 > files > 258

mplayer-doc-1.0-1.rc4.0.r32713.5.2.mga1.i586.rpm

<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>3.13. Teletext</title><link rel="stylesheet" type="text/css" href="default.css"><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.html" title="MPlayer - The Movie Player"><link rel="up" href="usage.html" title="Chapter 3. Usage"><link rel="prev" href="tv-input.html" title="3.12. TV input"><link rel="next" href="radio.html" title="3.14. Radio"><link rel="preface" href="howtoread.html" title="How to read this documentation"><link rel="chapter" href="intro.html" title="Chapter 1. Introduction"><link rel="chapter" href="install.html" title="Chapter 2. Installation"><link rel="chapter" href="usage.html" title="Chapter 3. Usage"><link rel="chapter" href="video.html" title="Chapter 4. Video output devices"><link rel="chapter" href="ports.html" title="Chapter 5. Ports"><link rel="chapter" href="mencoder.html" title="Chapter 6. Basic usage of MEncoder"><link rel="chapter" href="encoding-guide.html" title="Chapter 7. Encoding with MEncoder"><link rel="chapter" href="faq.html" title="Chapter 8. Frequently Asked Questions"><link rel="appendix" href="bugreports.html" title="Appendix A. How to report bugs"><link rel="appendix" href="skin.html" title="Appendix B. MPlayer skin format"><link rel="subsection" href="tv-teletext.html#tv-teletext-implementation-notes" title="3.13.1. Implementation notes"><link rel="subsection" href="tv-teletext.html#tv-teletext-usage" title="3.13.2. Using teletext"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.13. Teletext</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="tv-input.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Usage</th><td width="20%" align="right"> <a accesskey="n" href="radio.html">Next</a></td></tr></table><hr></div><div class="sect1" title="3.13. Teletext"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="tv-teletext"></a>3.13. Teletext</h2></div></div></div><p>
  Teletext is currently available only in <span class="application">MPlayer</span>
  for v4l and v4l2 drivers.
</p><div class="sect2" title="3.13.1. Implementation notes"><div class="titlepage"><div><div><h3 class="title"><a name="tv-teletext-implementation-notes"></a>3.13.1. Implementation notes</h3></div></div></div><p>
<span class="application">MPlayer</span> supports regular text, graphics and navigation links.
Unfortunately, colored pages are not fully supported yet - all pages are shown as grayscaled.
Subtitle pages (also known as Closed Captions) are supported, too.
</p><p>
<span class="application">MPlayer</span> starts caching all teletext pages upon
starting to receive TV input, so you do not need to wait until the requested page is loaded.
</p><p>
Note: Using teletext with <tt class="option">-vo xv</tt> causes strange colors.
</p></div><div class="sect2" title="3.13.2. Using teletext"><div class="titlepage"><div><div><h3 class="title"><a name="tv-teletext-usage"></a>3.13.2. Using teletext</h3></div></div></div><p>
To enable teletext decoding you must specify the VBI device to get teletext data
from (usually <tt class="filename">/dev/vbi0</tt> for Linux). This can be done by specifying
<tt class="option">tdevice</tt> in your configuration file, like shown below:
</p><pre class="screen">tv=tdevice=/dev/vbi0</pre><p>
</p><p>
You might need to specify the teletext language code for your country.
To list all available country codes use
</p><pre class="screen">tv=tdevice=/dev/vbi0:tlang=<em class="replaceable"><code>-1</code></em></pre><p>
Here is an example for Russian:
</p><pre class="screen">tv=tdevice=/dev/vbi0:tlang=<em class="replaceable"><code>33</code></em></pre><p>
</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="tv-input.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="usage.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="radio.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">3.12. TV input </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 3.14. Radio</td></tr></table></div></body></html>