# inter04 v1.03 Keven Fedirko 08.02.94
# This converts field rendered images after each completed frame (v2.6 and
# later) This should work for 1,2 systems.
# This is the same as inter02, except that it removes the field frames after
# they have been interleaved together.

if( $4 == "2" ) then
   interleave $1.$2.2 $1.$2.1 $1.$2 -f
   rm $1.$2.1.pic $1.$2.2.pic
endif
