[QUOTE]Originally posted by siwalters SimpleSample 1.7[/URL] shows how to access 2 clips QUOTE] I have gone through this Simple Sample 1.7. Still I have some doubts. vi has been used without first defining it. As vi can be different for the two clips should not we call vi1=child1->GetVideoInf() and vi2 = child2->GetVideoInf() and then check if both vi have similar info eg pixel type, color space, etc? Or does Avisynth prechecks whenever multiple clips are called? In my attempt I intend to use clips which may have differing width and heights.