![]() |
The Quicktime export options.
Example:
Public Member Functions | |
ExportQuicktimeSettings (QString i_file_path="", QString i_file_name="", bool i_generate_thumbnail=false, int i_thumbnail_frame=1, int i_start_frame=1, int i_end_frame=-1, int i_width=-1, int i_height=-1, bool i_sound=true, bool i_alpha=true, bool i_stereo=true, int i_audio_channel_size=16, int i_audio_sample_rate=22050) | |
The default constructor, with all parameters optional. More... | |
Public Attributes | |
bool | generate_thumbnail |
Wether or not to use a thumbnail as the movie image. More... | |
int | thumbnail_frame |
The thumbnail frame to use as the movie image. More... | |
QString | file_name |
The file name of the generated movie. 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... | |
bool | sound |
Export with sound if option availablle on the given format. true by default. More... | |
bool | alpha |
Export with alpha if option availablle on the given format. true by default. More... | |
bool | stereo |
True if the exported file contains the left and right sound channels. True by default. More... | |
int | audio_channel_size |
The sound channel bit rate (either 8 or 16 bits per second). 16 by default. More... | |
int | audio_sample_rate |
The audio sample rate. 22050 by default. More... | |
bool | merge_soundtrack |
Whether to merge all audio tracks into one exported audio file (true), or export each audio track separately (false). Supported when exporting only the audio tracks with ExportAudioSettings. 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::ExportQuicktimeSettings::ExportQuicktimeSettings | ( | QString | i_file_path = "" , |
QString | i_file_name = "" , |
||
bool | i_generate_thumbnail = false , |
||
int | i_thumbnail_frame = 1 , |
||
int | i_start_frame = 1 , |
||
int | i_end_frame = -1 , |
||
int | i_width = -1 , |
||
int | i_height = -1 , |
||
bool | i_sound = true , |
||
bool | i_alpha = true , |
||
bool | i_stereo = true , |
||
int | i_audio_channel_size = 16 , |
||
int | i_audio_sample_rate = 22050 |
||
) |
The default constructor, with all parameters optional.
|
inherited |
Export with alpha if option availablle on the given format. true
by default.
|
inherited |
The sound channel bit rate (either 8 or 16 bits per second). 16
by default.
|
inherited |
The audio sample rate. 22050
by default.
|
inherited |
The last frame to be exported. The last frame of the scene by default.
|
inherited |
The file name of the generated movie.
|
inherited |
The complete file path to the generated file.
bool OMH::ExportQuicktimeSettings::generate_thumbnail |
Wether or not to use a thumbnail as the movie image.
|
inherited |
The vertical pixel resolution. The height resolution of the scene by default.
|
inherited |
Whether to merge all audio tracks into one exported audio file (true), or export each audio track separately (false). Supported when exporting only the audio tracks with ExportAudioSettings.
|
inherited |
Export with sound if option availablle on the given format. true
by default.
|
inherited |
The first frame to be exported. 1
by default.
|
inherited |
True if the exported file contains the left and right sound channels. True
by default.
int OMH::ExportQuicktimeSettings::thumbnail_frame |
The thumbnail frame to use as the movie image.
|
inherited |
The horizontal pixel resolution. The width resolution of the scene by default.