Is it possible to run vlc with deinterlace filter but without transcode and vcodecs? Only raw data and deinterlace. Source tv-tuner, destination display.
Code: Select all
vlc --vout xv v4l2:// :v4l2-vdev="/dev/video0" :v4l2-input=2 --sout' #transcode{vcodec=mp2v,vfilter=deinterlace{deinterlace=yadif}}:duplicate{dst=display}'
Help, what is a right cmdline?
vlc ver. 2.0.1
OS Linux.