MPEG_SAVE
Syntax | Arguments | Keywords | Examples | Version History
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.
Note
MPEG support in IDL requires a special license. For more information, contact your ITT Visual Information Solutions sales representative or technical support.
Note
The IDLffMJPEG2000 object creates and reads Motion JPEG2000 (MJ2) files, and provides more functionality than the MPEG_* routines. Animations can consist of monochrome, RGB or multi-component frames that display individual components, tiles or regions. See Overview of Motion JPEG2000 (Using IDL) for more information.
Syntax
MPEG_SAVE, mpegID [, FILENAME=string]
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.
Examples
See MPEG_OPEN for an example using this routine.
Version History