Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]

MPEG_SAVE


Syntax | Arguments | Keywords | Examples | Version History | See Also

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 RSI sales representative or technical support.

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

Introduced: 5.1

See Also

MPEG_CLOSE, MPEG_OPEN, MPEG_PUT, XINTERANIMATE


Categories | Alphabetical | Classes | All Contents | [ < ] | [ > ]