Function: GgiPlotMovie Purpose: Record a movie in MPEG format. Category: USER-INTERFACE, GRAPHICS File: ggi.src Author: J.P. Terlouw Use: #include "ggi.h" ident plotter; int opcode; char *filename GgiPlotMovie(plotter, opcode [,filename]); plotter - a plotfield element. opcode - operation code: ggiStart - start the recording process; ggiStop - stop recording and contruct MPEG file. filename - name of MPEG file, required for opcode==ggiStart. Description: GgiPlotMovie is a simple interface to GgiMpeg which allows a sequence of movie frames to be combined in an MPEG movie. Every time when GgiPlotShow() is called for the plotfield, a frame is recorded. Related documents: GgiMpeg.dc2, GgiPlotShow.dc2 Updates: Dec 8, 2004: JPT, Document created.