[vlc-devel] Enable Deinterlace mode

Scott Graves scott.e.graves at gmail.com
Tue Nov 13 03:45:08 CET 2007


I was sending invalid data - the value is being retrieved properly.
To control this, I'm adding "--vout-filter deinterlace" to the list of
arguments passed to "libvlc_new()".
Is there a way to add and configure the deinterlace filter after video
playback has begun without the need to specify the global arg?



On Nov 12, 2007 3:18 PM, Scott Graves <scott.e.graves at gmail.com> wrote:
> I'm searching through the source for vlc-0.8.6c trying to isolate
> where/how deinterlacing is enabled/retreived. So far, using libvlc,
> I've been able to playback an .avi using the methods exposed by the
> api.
>
> I'm assuming that one would use 'VLC_VariableSet()'; however, I
> continue to receive (-30) when attempting to call 'VLC_VariableGet(ID,
> "deinterlace", t)' to find out the current value. Where do I need to
> look to find out how this feature is enabled?
>



More information about the vlc-devel mailing list