2.7.11 expm2video


Menu Information

File: Export: Video

Brief Information

Export matrix objects as an image stack

Command Line Usage

expm2video type:=avi fps:=5 name:="<long name>" path:="C:\Users\Documents\OriginLab\User Files";

X-Function Execution Options

Please refer to the page for additional option switches when accessing the x-function from script

Variables

Display
Name
Variable
Name
I/O
and
Type
Default
Value
Description
Matrix Sheet im

Input

MatrixLayer

<active>

Specify the output matrix Sheet.

File Type type

Input

int

0

Specify the export video type.

Option List:

  • 0=gif:GIF
  • 1=tif:TIFF
  • 2=avi:AVI Video
Frames Per Sec fps

Input

double

2

Frames Per Sec

File Name name

Input

string

<auto>

Specify the file name for the image stack.

File Path path

Input

string

path$

Specify a path to store the exported image stack. By default, user files folder will be used.

Width in Pixels width

Input

int

0

Specify the width of the image stack in pixels.

Height in Pixels height

Input

int

0

Specify the height of the image stack in pixels.

Description

This X-Function is used to export matrix objects as an image stack.

Related X-Functions

impImage, expMatASC,expImage