annotate DOCS/xml/en/tvinput.xml @ 10755:8ec62402a8a3

sync
author diego
date Sun, 31 Aug 2003 22:10:52 +0000
parents ad081e771ada
children 49b1a67e7381
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
1 <?xml version="1.0" encoding="iso-8859-1"?>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
2 <sect1 id="tv-input" xreflabel="TV input">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
3 <title>TV input</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
4
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
5 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
6 This section is about how to enable <emphasis role="bold">watching/grabbing
9776
861a40949bf3 fixes, some by Dmitry Baryshkov <lumag@qnc.ru>, some by me
nicolas
parents: 9683
diff changeset
7 from V4L compatible TV tuner</emphasis>. See the man page for a description
861a40949bf3 fixes, some by Dmitry Baryshkov <lumag@qnc.ru>, some by me
nicolas
parents: 9683
diff changeset
8 of TV options and keyboard controls.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
9 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
10
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
11
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
12 <sect2 id="tv-compilation">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
13 <title>Compilation</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
14
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
15 <procedure>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
16 <step><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
17 First, you have to recompile. <filename>./configure</filename> will
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
18 autodetect kernel headers of v4l stuff and the existence of
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
19 <filename>/dev/video*</filename> entries. If they exist, TV support will
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
20 be built (see the output of <filename>./configure</filename>).
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
21 </para></step>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
22 <step><para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
23 Make sure your tuner works with another TV software in Linux, for
9776
861a40949bf3 fixes, some by Dmitry Baryshkov <lumag@qnc.ru>, some by me
nicolas
parents: 9683
diff changeset
24 example <application>XawTV</application>.
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
25 </para></step>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
26 </procedure>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
27 </sect2>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
28
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
29 <sect2 id="tv-tips">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
30 <title>Usage tips</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
31 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
32 The full listing of the options is available on the manual page.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
33 Here are just a few tips:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
34 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
35 <itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
36 <listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
37 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
38 Use the <option>channels</option> option. An example:
9948
ad081e771ada patch by Albeu + update of matrox_tvout url
nicolas
parents: 9776
diff changeset
39 <screen>-tv channels=26-MTV1,23-TV2</screen>
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
40 Explanation: using this option, only the 26 and 23 channels will be usable,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
41 and there will be a nice OSD text upon channel switching, displaying the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
42 channel's name. Spaces in the channel name must be replaced by the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
43 &quot;_&quot; character.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
44 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
45 </listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
46
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
47 <listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
48 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
49 Choose some sane image dimensions. The dimensions of the resulting image should
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
50 be divisible by 16.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
51 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
52 </listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
53
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
54 <listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
55 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
56 If you capture the video with the vertical resolution higher than half of
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
57 the full resolution (i.e. 288 for PAL or 240 for NTSC), make sure you turned
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
58 deinterlacing on. Otherwise you'll get a movie which is distorted during
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
59 fast-motion scenes and the bitrate controller will be probably even unable
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
60 to retain the specified bitrate as the interlacing artifacts produce high
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
61 amount of detail and thus consume lot of bandwidth. You can enable
9677
142c42fa0986 sync with HTML
nicolas
parents: 9675
diff changeset
62 deinterlacing with <option>-vf pp=DEINT_TYPE</option>. Usually
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
63 <option>pp=lb</option> does a good job, but it can be matter of personal
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
64 preference. See other deinterlacing algorithms in the manual and give it a try.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
65 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
66 </listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
67
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
68 <listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
69 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
70 Crop out the dead space. When you capture the video, the areas at the edges
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
71 are usually black or contain some noise. These again consume lots of
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
72 unnecessary bandwidth. More precisely it's not the black areas themselves
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
73 but the sharp transitions between the black and the brighter video image
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
74 which do but that's not important for now. Before you start capturing,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
75 adjust the arguments of the <option>crop</option> option so that all the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
76 crap at the margins is cropped out. Again, don't forget to keep the resulting
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
77 dimensions sane.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
78 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
79 </listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
80
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
81 <listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
82 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
83 Watch out for CPU load. It shouldn't cross the 90% boundary for most of the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
84 time. If you have a large capture buffer, MEncoder can survive an overload
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
85 for few seconds but nothing more. It's better to turn off the 3D OpenGL
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
86 screensavers and similar stuff.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
87 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
88 </listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
89
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
90 <listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
91 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
92 Don't mess with the system clock. <application>MEncoder</application> uses the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
93 system clock for doing A/V sync. If you adjust the system clock (especially
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
94 backwards in time), MEncoder gets confused and you will lose frames. This is
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
95 an important issue if you are hooked to a network and run some time
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
96 synchronization software like NTP. You have to turn NTP off during the capture
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
97 process if you want to capture reliably.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
98 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
99 </listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
100
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
101 <listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
102 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
103 Don't change the <option>outfmt</option> unless you know what you are doing
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
104 or your card/driver really doesn't support the default (YV12 colorspace).
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
105 In the older versions of <application>MPlayer</application>/
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
106 <application>MEncoder</application> it was necessary to specify the output
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
107 format. This issue should be fixed in the current releases and <option>outfmt</option>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
108 isn't required anymore, and the default suits the most purposes. For example,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
109 if you are capturing into DivX using libavcodec and specify
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
110 <option>outfmt=RGB24</option> in order to increase the quality of the captured
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
111 images, the captured image will be actually later converted back into YV12 so
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
112 the only thing you achieve is a massive waste of CPU power.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
113 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
114 </listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
115
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
116 <listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
117 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
118 To specify the I420 colorspace (<option>outfmt=i420</option>), you have to add an
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
119 option <option>-vc rawi420</option> due to a fourcc conflict with an Intel Indeo
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
120 video codec.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
121 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
122 </listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
123
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
124 <listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
125 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
126 There are several ways of capturing audio. You can grab the sound either using
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
127 your soundcard via an external cable connection between video card and line-in,
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
128 or using the built-in ADC in the bt878 chip. In the latter case, you have to
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
129 load the <emphasis role="bold">btaudio</emphasis> driver. Read the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
130 <filename>linux/Documentation/sound/btaudio</filename> file (in the kernel
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
131 tree, not MPlayer's) for some instructions on using this driver.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
132 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
133 </listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
134
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
135 <listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
136 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
137 If <application>MEncoder</application> cannot open the audio device, make
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
138 sure that it is really available. There can be some trouble with the sound
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
139 servers like arts (KDE) or esd (GNOME). If you have a full duplex soundcard
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
140 (almost any decent card supports it today), and you are using KDE, try to
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
141 check the "full duplex" option in the sound server preference menu.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
142 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
143 </listitem>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
144 </itemizedlist>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
145 </sect2>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
146
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
147
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
148 <sect2 id="tv-examples">
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
149 <title>Examples</title>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
150
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
151 <informalexample>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
152 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
153 Dummy output, to AAlib :)
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
154 <screen>
9948
ad081e771ada patch by Albeu + update of matrox_tvout url
nicolas
parents: 9776
diff changeset
155 mplayer -tv driver=dummy:width=640:height=480 -vo aa tv://<!--
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
156 --></screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
157 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
158 </informalexample>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
159
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
160 <informalexample>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
161 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
162 Input from standard V4L:
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
163 <screen>
9948
ad081e771ada patch by Albeu + update of matrox_tvout url
nicolas
parents: 9776
diff changeset
164 mplayer -tv driver=v4l:width=640:height=480:outfmt=i420 -vc rawi420 -vo xv tv://<!--
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
165 --></screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
166 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
167 </informalexample>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
168
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
169 <informalexample>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
170 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
171 A more sophisticated example. This makes MEncoder capture the full PAL
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
172 image, crop the margins, and deinterlace the picture using a linear blend
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
173 algorithm. Audio is compressed with a constant bitrate of 64kbps, using
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
174 LAME codec. This setup is suitable for capturing movies.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
175 <screen>
9948
ad081e771ada patch by Albeu + update of matrox_tvout url
nicolas
parents: 9776
diff changeset
176 mencoder -tv driver=v4l:width=768:height=576 \
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
177 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=900 \
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
178 -oac mp3lame -lameopts cbr:br=64 \
9948
ad081e771ada patch by Albeu + update of matrox_tvout url
nicolas
parents: 9776
diff changeset
179 -vf crop=720:544:24:16,pp=lb -o output.avi tv://
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
180 </screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
181 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
182 </informalexample>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
183
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
184 <informalexample>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
185 <para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
186 This will additionally rescale the image to 384x288 and compresses the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
187 video with the bitrate of 350kbps in high quality mode. The vqmax option
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
188 looses the quantizer and allows the video compressor to actualy reach so
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
189 low bitrate even at the expense of the quality. This can be used for
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
190 capturing long TV series, where the video quality isn't so important.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
191 <screen>
9948
ad081e771ada patch by Albeu + update of matrox_tvout url
nicolas
parents: 9776
diff changeset
192 mencoder -tv driver=v4l:width=768:height=576 \
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
193 -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=350:vhq:vqmax=31:keyint=300 \
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
194 -oac mp3lame -lameopts cbr:br=48 \
9948
ad081e771ada patch by Albeu + update of matrox_tvout url
nicolas
parents: 9776
diff changeset
195 -vf crop=720:540:24:18,pp=tn/lb,scale=384:288 -sws 1 -o output.avi tv://
9675
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
196 </screen>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
197 It's also possible to specify smaller image dimensions in the <option>-tv</option>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
198 option and omit the software scaling but this approach uses the maximum available
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
199 information and is a little more resistant to noise. The bt8x8 chips can do the
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
200 pixel averaging only in the horizontal direction due to a hardware limitation.
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
201 </para>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
202 </informalexample>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
203 </sect2>
62c5a17038ba XML version of MPlayer's doc
nicolas
parents:
diff changeset
204 </sect1>