M_PLAYER ; identifier, start of header
c=ximg ; images are GEM xIMG
w=160 ; width
h=120 ; height
b=12598 ; max size for one image
o=+E:\FRANCE2.AVI ; name of output file (+ for CRAM/MSVC encoding)
q=2 ; quality
k=8 ; one key frame every 8 frames
t=25 ; 25/200 sec per image (= 8 fps)
s=N:\DIGIT\ANIM1\TELE.WAV ; sound
f=187 ; 187 frames
data ; start of data section
.getp ; use the palette of the first frame
N:\DIGIT\ANIM1\TELE0000.IMG ; first frame
.rept 186
.incr ; add 1 to the frame name
.disp ; and uses it
.endr
.stop
|