|
IDL Reference Guide: Procedures and Functions |
|
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 for more information. |
MPEG_SAVE, mpegID [, FILENAME=string]
The unique identifier of the MPEG sequence to be saved to a file. (MPEG sequence identifiers are returned by the MPEG_OPEN routine.)
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.
See MPEG_OPEN for an example using this routine.
IDL Online Help (March 06, 2007)