View Single Post
Old 24th November 2013, 20:14   #6  |  Link
Gavino
Avisynth language lover
 
Join Date: Dec 2007
Location: Spain
Posts: 3,431
Quote:
Originally Posted by Sergy View Post
as you can see in the script I used, that lines aren't included, also, as I said, Sony Vegas de-interlacing wasn't active, so why the resulting video is in progressive source?
It's encoded as progressive (and that's what MediaInfo is telling you) because that is the default action and you have not requested anything else. However, the content is still interlaced, because you have not done any deinterlacing in your script. Vegas doesn't know that, because there is no way for that information to be made available by the avi frame server.

Incidentally, if your source is interlaced, you should be using
ConvertToYV12(interlaced=true, matrix="PC.709")
__________________
GScript and GRunT - complex Avisynth scripting made easier
Gavino is offline   Reply With Quote