Mercurial > mplayer.hg
comparison DOCS/documentation.html @ 3074:5fb00553f684
*** empty log message ***
author | gabucino |
---|---|
date | Thu, 22 Nov 2001 18:00:25 +0000 |
parents | 153fc4f5464f |
children | 742615956148 |
comparison
equal
deleted
inserted
replaced
3073:c5cc7f11302a | 3074:5fb00553f684 |
---|---|
324 XAnim codecs section</A>.</LI> | 324 XAnim codecs section</A>.</LI> |
325 | 325 |
326 <LI>If you have a V4L compatible <B>TV tuner</B> card, and wish to watch/grab and | 326 <LI>If you have a V4L compatible <B>TV tuner</B> card, and wish to watch/grab and |
327 encode movies with <B>MPlayer</B>, read the <A HREF=#2.5>TV input</A> section.</LI> | 327 encode movies with <B>MPlayer</B>, read the <A HREF=#2.5>TV input</A> section.</LI> |
328 | 328 |
329 <LI>There are two audio/video sync codes in <B>MPlayer</B>. To use the old | 329 <LI>There are two timer codes in <B>MPlayer</B>. To use the old |
330 method, you don't have to do anything. It uses <CODE>usleep()</CODE> to tune | 330 method, you don't have to do anything. It uses <CODE>usleep()</CODE> to tune |
331 A/V sync, with +/- 10ms accuracy. However sometimes the sync has to be tuned | 331 A/V sync, with +/- 10ms accuracy. However sometimes the sync has to be tuned |
332 even finer. The new sync code uses PC's RTC (Real Time Clock) for this task, | 332 even finer. The new timer code uses PC's RTC (Real Time Clock) for this task, |
333 because it has precise 1ms timers. This requires root, or a <I>setuid root</I> | 333 because it has precise 1ms timers. This requires root, or a <I>setuid root</I> |
334 <B>MPlayer</B> binary (or a little kernel hacking, but that's unadvised). You | 334 <B>MPlayer</B> binary (or a little kernel hacking, but that's unadvised). You |
335 can see the new sync's efficiency in the status line. Note: <B>NEVER install | 335 can see the new timer's efficiency in the status line. Note: <B>NEVER install |
336 setuid MPlayer binary on a multiuser system!</B> It's a clear way for everyone | 336 setuid MPlayer binary on a multiuser system!</B> It's a clear way for everyone |
337 to gain root.</LI> | 337 to gain root.</LI> |
338 | 338 |
339 </UL> | 339 </UL> |
340 | 340 |