I have been reading a little bit about deinterlacing my video and came to the conclusion that i should only deinterlace if I plan to show my video on the computer monitor. I have been using premier to edit some DV of some home movies. In one case I deinterlaced the source using premiers deinterlace tool and then converted the movie to wmv for web transmission. For the second conversion, my intent was to convert the video to mpeg2 using CCE and then author to DVD for viewing on the TV. I used the following script for cce: AviSource("C:\1movie encoding\cce\huntington\huntington.3na.avi") Complementparity SeparateFields() BicubicResize(688,224,0,0.6,0,13,720,214).Weave() AddBorders(16,16,16,16) Trim(0,17293).FadeOut(150) In CCE 2.67, I unchecked the progressive frames flag and chose alternate scanning. The resulting mpeg2 video plays nicely on in media player and I don't see any interlace lines so I'm concerned that I may have deinterlaced my source when I did the meg2 encoding. The DV original had interlace lines when I paused or panned the camera sideways and they are annoying on media player but I read that I would get a clear picture on the TV by not deinterlacing any video that I did not intend to watch on my computer. I used a template that I picked up here at doom9 called CCE_267_templates.reg, some time ago and it has an interlaced video template. I used that template to encode and since i dont see interlace lines in media player I'm wondering if that template deinterlaced my video, or if my avisynth script deinterlaced it, or if the encoding is just wonderful and doesn't appear to be interlaced anymore. I used the standard matrix settings. I guess i want to know how can I extract that template from cce to post here to see if I deinterlaced my movie or if there is a program that I can point at my movie and it will tell me whether it's interlaced or not. Thanks in advance, VC