View Single Post
Old 26th September 2008, 08:24   #4  |  Link
vampiredom
Registered User
 
Join Date: Aug 2008
Posts: 233
Also lose the AssumeFieldBased() line... This is not what you want. You should instead use (if anything) AssumeTFF() or AssumeBFF() to tell AviSynth the field order of the clip. Also take a look at DGIndex -> mpeg2source() instead of DirectShowSource(). mpeg2source should set the field order correctly, so you probably won't need to "assume" anything.

Last edited by vampiredom; 26th September 2008 at 08:27.
vampiredom is offline   Reply With Quote