![]() |
Public Member Functions | |
ExportFramesSettings (QString i_file_path="", QString i_file_name="", QString i_image_format="png", int i_start_frame=1, int i_end_frame=-1, int i_width=-1, int i_height=-1, int i_trailing_zeros=0) | |
The default constructor, with all parameters optional. More... | |
Public Attributes | |
QString | file_name |
The file name of the generated video. More... | |
QString | image_format |
The image file format of the frames. "png" by default. Available formats: "tvg","tga","scan","pal","sgi","opt","yuv","omf","psd","png","tif","tiff","jpg","jpe","jpeg","bmp". More... | |
int | width |
The horizontal pixel resolution. The width resolution of the scene by default. More... | |
int | height |
The vertical pixel resolution. The height resolution of the scene by default. More... | |
int | trailing_zeros |
The traling zeros before the frame number on the export file names. 0 by default. More... | |
QString | file_path |
The complete file path to the generated file. More... | |
int | start_frame |
The first frame to be exported. 1 by default. More... | |
int | end_frame |
The last frame to be exported. The last frame of the scene by default. More... | |
OMH::ExportFramesSettings::ExportFramesSettings | ( | QString | i_file_path = "" , |
QString | i_file_name = "" , |
||
QString | i_image_format = "png" , |
||
int | i_start_frame = 1 , |
||
int | i_end_frame = -1 , |
||
int | i_width = -1 , |
||
int | i_height = -1 , |
||
int | i_trailing_zeros = 0 |
||
) |
The default constructor, with all parameters optional.
|
inherited |
The last frame to be exported. The last frame of the scene by default.
QString OMH::ExportFramesSettings::file_name |
The file name of the generated video.
|
inherited |
The complete file path to the generated file.
int OMH::ExportFramesSettings::height |
The vertical pixel resolution. The height resolution of the scene by default.
QString OMH::ExportFramesSettings::image_format |
The image file format of the frames. "png"
by default. Available formats: "tvg","tga","scan","pal","sgi","opt","yuv","omf","psd","png","tif","tiff","jpg","jpe","jpeg","bmp".
|
inherited |
The first frame to be exported. 1
by default.
int OMH::ExportFramesSettings::trailing_zeros |
The traling zeros before the frame number on the export file names. 0
by default.
int OMH::ExportFramesSettings::width |
The horizontal pixel resolution. The width resolution of the scene by default.