I have an .avi (uncompressed) video file that I want to transcode to MPG2 but I want to deinterlace it. Here's the Destination Target command line:
:sout=#transcode{vcodec=mp2v,vb=3072,fps=29.97,ffmpeg-keyint=16,ffmpeg-strict-rc,scale=1,acodec=mpga,ab=128,channels=2,deinterlace}:duplicate{dst=std{access=file,mux=ps,url="C:\Documents and Settings\xxx\My Documents\WMV clutter\test2.mpg"}}
The file plays back but it is still interlaced, what do I need to do to get this file deinterlaced?
Thanks.