I am using a dazzle dvc 100 and trying to stream live HD tv. When I use FME to deinterlace, the video is perfect so I know this can be done.
However, I have tried every one of the deinterlace modes and I am still getting lines in my video while streaming. I will post my command line below:
:sout=#transcode{vfilter=croppadd{cropleft=18,cropright=18,croptop=66,cropbottom=72},vb=1000,width=720,height=480,venc=x264{subme=7,bframes=16},vcodec=h264,deinterlace-mode{linear},deinterlace,acodec=mp3,ab=96,channels=2,threads=4}:duplicate{dst=standard{access=http,mux=asf,dst=localhost:1234}}
I have tried linear, discard, mean, bob, blend, etc all of them. None will remove all the lines like FME does. Can you please help. I am in love with VLC and streaming. I would really like to dump FME but cannot until I get my video deinterlaced. Any help would be greatly appreciated.