MPEG_SAVE
 
The 
 
MPEG_SAVE procedure encodes and saves an open 
 
MPEG sequence.
 
This routine is written in the IDL language. Its source code can be found in the file 
mpeg_save.pro
 in the 
lib
 subdirectory of the IDL distribution.
 
Calling Sequence
 
MPEG_SAVE, 
mpegID
 
 
Arguments
 
mpegID
 
The unique identifier of the MPEG sequence to be saved to a file. (MPEG sequence identifiers are returned by the MPEG_OPEN routine.)
 
 
 
Keywords
 
FILENAME
 
Set this keyword to a string representing the name of the file to which the encoded MPEG sequence is to be saved. The default is 
idl.mpg
.
 
 
 
Example
 
See 
MPEG_OPEN
 for an example using this routine.