Page 1 of 1

Deinterlace activation on Web

Posted: 28 Jul 2009 11:42
by edwart
Hi,

i want to start/activate deinterlace when i start a rtp-stream in web, but it doesnt work.
i am using vlc 1.0.0 final.
Can u help me please to get it work:

Code: Select all

vlc.playlist.add([i]STREAM[/i], '--video-filter=deinterlace --deinterlace-mode=linear');
Thank you for your help
Edwart

Re: Deinterlace activation on Web

Posted: 28 Jul 2009 14:57
by thannoy
For security reasons, "--video-filter" can no more be used from the web interfaces (since 0.9.9 iirc). You will have to wait next big releases to have a dedicated JS call for it (vlc 1.1.0, current branch master on git source code).

You can either play with a not stable nightly build (master branch 1.1.0) or an old VLC (0.9.8a).

Re: Deinterlace activation on Web

Posted: 28 Jul 2009 15:07
by edwart
Hi,

thanks for your help.

are there any plans when vlc 1.1 will be released?

Thanx for your help
Best regards,
edwart

Re: Deinterlace activation on Web

Posted: 28 Jul 2009 16:10
by thannoy
Actually around October I think, but things can move, maybe the month after..