File: Export: Video
Export matrix objects as an image stack
expm2video type:=avi fps:=5 name:="<long name>" path:="C:\Users\Documents\OriginLab\User Files";
Please refer to the page for additional option switches when accessing the x-function from script
Display Name |
Variable Name |
I/O and Type |
Default Value |
Description |
---|---|---|---|---|
Matrix Sheet | im |
Input MatrixLayer |
|
Specify the output matrix Sheet. |
File Type | type |
Input int |
|
Specify the export video type. Option List:
|
Frames Per Sec | fps |
Input double |
|
Frames Per Sec |
File Name | name |
Input string |
|
Specify the file name for the image stack. |
File Path | path |
Input string |
|
Specify a path to store the exported image stack. By default, user files folder will be used. |
Width in Pixels | width |
Input int |
|
Specify the width of the image stack in pixels. |
Height in Pixels | height |
Input int |
|
Specify the height of the image stack in pixels. |
This X-Function is used to export matrix objects as an image stack.