Page 1 of 1

vlc and deinterlace

Posted: 19 Dec 2009 08:44
by grand
Hello!

I'm stream tv from satelite. (h264/ts)
My client watch iptv with activex plugin. Video picture has interlace, if user has vlc version > 0.9.9.
So, my users can't use vlc version > 0.9.9. :(

How I may to solve this problem?

I'm try run deinterlace on the server side:
--vout-filter=deinterlace --deinterlace-mode=linear --video-filter=deinterlace
But it is don't work!

It is possible to enable deinterlace on server side, or I must wait when appear vlc 1.1.0?

Thank You!

Re: vlc and deinterlace

Posted: 21 Dec 2009 18:51
by Tnnt
This question is interesting for me too. Any ideas?

Re: vlc and deinterlace

Posted: 22 Dec 2009 14:57
by pronini
Same thing.

Related to viewtopic.php?f=4&t=69466

Re: vlc and deinterlace

Posted: 23 Dec 2009 13:44
by RĂ©mi Denis-Courmont

Code: Select all

vlc --video-filter deinterlace --deinterlace-mode=blend
works just fine here.

Deinterlacing on the server side is of course not possible (or then you'd need to transcode in real-time).