[vlc-devel] vout-filter=deinterlace breaks fullscreen

Dermot McGahon dermot at lincor.com
Wed Sep 28 12:30:19 CEST 2005


Hello,

I had previously been using filter=deinterlace in .vlcrc to enable deinterlacing.

After moving to a recent vlc, this needed to be changed to vout-filter=deinterlace
before deinterlacing would be enable.

However, as soon as I do that, fullscreen command are no longer being honoured.


Working:
--------

[00000278] main input debug: `v4l:/dev/video0:frequency=727250:size=720x576' gives access `v4l' demux `' path `/dev/video0:frequency=727250:size=720x576'
[00000278] main input debug: creating demux: access='v4l' demux='' path='/dev/video0:frequency=727250:size=720x576'

[00000308] main video output debug: looking for video output module: 6 candidates
[00000308] xvideo video output debug: adaptor 0, port 56, format 0x32315659 (YV12) planar

f
[00000245] rc interface debug: received a fullscreen command
[00000245] rc interface debug: fullscreen -> p_input exists
[00000245] rc interface debug: fullscreen -> p_vout exists
[00000245] rc interface debug: fullscreen -> vout informed of fullscreen toggle
[00000308] xvideo video output debug: entering fullscreen mode
[00000308] main video output warning: late picture skipped (62169)
[00000308] main video output warning: late picture skipped (22298)


Not working:
------------

[00000278] main input debug: `v4l:/dev/video0:frequency=727250:size=720x576' gives access `v4l ' demux `' path `/dev/video0:frequency=727250:size=720x576'
[00000278] main input debug: creating demux: access='v4l' demux='' path='/dev/video0:frequency =727250:size=720x576'
[00000279] main demuxer debug: looking for access_demux module: 1 candidate

[00000308] deinterlace video output debug: using discard deinterlace mode
[00000308] deinterlace video output debug: using discard deinterlace method
[00000205] main module debug: using video filter module "deinterlace"

f
[00000245] rc interface debug: received a fullscreen command
[00000245] rc interface debug: fullscreen -> p_input exists
[00000245] rc interface debug: fullscreen -> p_vout exists
[00000245] rc interface debug: fullscreen -> vout informed of fullscreen toggle
f
[00000245] rc interface debug: received a fullscreen command
[00000245] rc interface debug: fullscreen -> p_input exists
[00000245] rc interface debug: fullscreen -> p_vout exists
[00000245] rc interface debug: fullscreen -> vout informed of fullscreen toggle



Dermot.
--

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list