[MPlayer-DOCS] r24772 - in trunk: DOCS/man/en/mplayer.1 cfg-common.h configure help/help_mp-en.h stream/Makefile stream/stream_tv.c stream/tv.c stream/tv.h stream/tvi_dshow.c stream/tvi_dshow.h

Vladimir Voroshilov voroshil at gmail.com
Sun Oct 14 19:01:19 CEST 2007


2007/10/14, Diego Biurrun <diego at biurrun.de>:
> On Sat, Oct 13, 2007 at 07:14:39PM +0200, voroshil wrote:
> >
> > Log:
> > DirectShow based tv:// driver for win32
> > Teletext is also supported (but 625 system parameters are hardcoded).
> > pthreads is required for teletext.
> >
> > --- trunk/DOCS/man/en/mplayer.1       (original)
> > +++ trunk/DOCS/man/en/mplayer.1       Sat Oct 13 19:14:39 2007
> > @@ -1909,6 +1909,23 @@ as primary language until a type 28 pack
> > +.IPs "hidden_vp_renderer (dshow only)"
> > +Terminate VideoPort pin stream with video renderer
> > +instead of removing it from the graph (default: off).
> > +Useful if your card has a VideoPort pin and video is choppy.
> > +NOTE: May not work with \-vo directx and \-vf crop combination.
>
> On second thought: What does the first sentence of this explanation
> mean?

Well. some live source directshow filters have VideoPort output pin.
and when this pin is not connected to any renderer (even if this pin
is not used for receiving video samples), video will be choppy (due to
some sync error, i think) for some cards. Due to unknown reason other
cards works fine with no renderer cnnected to VP pin.

If option is off, no renderer will be connected to VP pin (due to
capture graph building method, renderer will be connected first, but
removed later), otherwise VideoRenderer will be leaved connected to
it.

-- 
Regards,
Vladimir Voroshilov     mailto:voroshil at gmail.com
JID: voroshil at gmail.com, voroshil at jabber.ru
ICQ: 95587719



More information about the MPlayer-DOCS mailing list