The MPEG_PUT procedure stores the specified image array at the specified frame index in an MPEG sequence.
This routine is written in the IDL language. Its source code can be found in the file
mpeg_put.pro
in the
lib
subdirectory of the IDL distribution.
Set this keyword equal to an integer specifying the frame at which the image is to be loaded. If the frame number matches a previously loaded frame, the previous frame is overwritten. The default is 0.
Set this keyword equal to an m x n image array or a 3 x m x n True Color image array representing the image to be loaded at the specified frame. This keyword is ignored if the WINDOW keyword is specified.
See MPEG_OPEN for an example using this routine.