Search found 1 match

Go to advanced search

by nathan.schubkegel
11 May 2014 23:10
Forum: General VLC media player Troubleshooting
Topic: Deinterlace from command line not working
Replies: 6
Views: 7404

Re: Deinterlace from command line not working

Please excuse my late reply... I ran into the same issue...

It looks like the order of the parameters is important. First turn on deinterlacing, then set the deinterlacing mode.

Code: Select all

vlc dshow:// --deinterlace="on" --video-filter=deinterlace --deinterlace-mode="mean"

Go to advanced search