~ubuntu-dev/mplayer/ubuntu-feisty

« back to all changes in this revision

Viewing changes to DOCS/HTML/en/tvout.html

  • Committer: Reinhard Tartler
  • Date: 2006-07-08 08:47:54 UTC
  • Revision ID: siretart@tauware.de-20060708084754-c3ff228cc9c2d8de
upgrade to pre8

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
        Option          "ConnectedMonitor" "CRT, TV"
157
157
        Option          "TVStandard" "PAL-B"
158
158
        Option          "TVOutFormat" "Composite"
159
 
 
160
159
EndSection
161
160
</pre><p>
162
161
</p><p>
166
165
with a simple analog TV encoder, some have a more advanced one.
167
166
</p><div class="itemizedlist"><ul type="disc"><li><p>
168
167
  <span class="bold"><strong>Analog encoder chip</strong></span>:
169
 
  Tested on a Toshiba Tecra 8000. Its TV output chip is miserable crap. Avoid
170
 
  if possible.
171
 
  </p><p>
172
 
  You must use <tt class="option">-vo vesa</tt>. The tested chip was capable of
173
 
  1.333333 aspect ratio only, so be sure to use the <tt class="option">-x</tt>,
174
 
  <tt class="option">-y</tt> options and/or the
175
 
  <tt class="option">-vf scale,crop,expand</tt> filters if the box doesn't let
176
 
  you enable TV output. Maximum resolution was 720*576 at 16bpp.
177
 
  </p><p>
178
 
  Known issues: VESA-only, 1.33333 limitation, image isn't always centered,
179
 
  movie becomes 4bpp in every 10 minutes, and stays that way. Frequent hard
180
 
  freezes, LCD display problems.
 
168
  It has been reported that reliable TV out can be obtained by using
 
169
  <tt class="option">-vo fbdev</tt> or <tt class="option">-vo fbdev2</tt>.
 
170
  You need to have vesafb compiled in your kernel and pass
 
171
  the following parameters on the kernel command line:
 
172
  <tt class="option">append="video=vesafb:ywrap,mtrr" vga=791</tt>.
 
173
  You should start <span class="application">X</span>, then switch to console mode
 
174
  with e.g. <span class="keycap"><b>CTRL</b></span>+<span class="keycap"><b>ALT</b></span>+<span class="keycap"><b>F1</b></span>.
 
175
  If you fail to start <span class="application">X</span> before running
 
176
  <span class="application">MPlayer</span> from the console, the video
 
177
  becomes slow and choppy (explanations are welcome).
 
178
  Login to your console, then initiate the following command:
 
179
 
 
180
  </p><pre class="screen">clear; mplayer -vo fbdev -zoom -cache 8192 dvd://</pre><p>
 
181
 
 
182
  Now you should see the movie running in console mode filling up about
 
183
  half your laptop's LCD screen.
 
184
  To switch to TV hit <span class="keycap"><b>Fn</b></span>+<span class="keycap"><b>F5</b></span> three times.
 
185
  Tested on a Tecra 8000, 2.6.15 kernel with vesafb, ALSA v1.0.10.
181
186
  </p></li><li><p>
182
187
  <span class="bold"><strong>Chrontel 70xx encoder chip</strong></span>:
183
188
  Found in IBM Thinkpad 390E and possibly other Thinkpads or notebooks.