[MPlayer-users] [PATCH] reworked video capture - testers needed

Sylvain Petreolle spetreolle at yahoo.fr
Sun Aug 11 14:16:02 CEST 2002


> All I got was black with a narrow green-ish band on top
I got an _all_ black window.

> And what do you call not being able to change norm...?-)
mplayer reports :

Tuner isn't capable to set norm!
comes from libmpdemux/tvi_v4l.c:1020 :
            if ((!(priv->tuner.flags & VIDEO_TUNER_NORM)) ||
                ((req_mode == VIDEO_MODE_PAL) && !(priv->tuner.flags &
VIDEO_TUNER_PAL)) ||
                ((req_mode == VIDEO_MODE_NTSC) && !(priv->tuner.flags &
VIDEO_TUNER_NTSC)) ||
                ((req_mode == VIDEO_MODE_SECAM) && !(priv->tuner.flags
& VIDEO_TUNER_SECAM)))
            {
                mp_msg(MSGT_TV, MSGL_ERR, "Tuner isn't capable to set
norm!\n");                return(TVI_CONTROL_FALSE);
 
> Seriously, the order really does matter and its not my fault.
Will the order I gave work ?
(tv=driver=v4l:device=/dev/video0:norm=secam:input=0)

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com




More information about the MPlayer-users mailing list