Export Dialog.
More...
Export Dialog.
Definition at line 52 of file export.py.
def export.Export.__init__ |
( |
|
self | ) |
|
def export.Export.accept |
( |
|
self | ) |
|
Start exporting video.
Definition at line 624 of file export.py.
def export.Export.btnBrowse_clicked |
( |
|
self | ) |
|
def export.Export.cboProfile_index_changed |
( |
|
self, |
|
|
|
widget, |
|
|
|
index |
|
) |
| |
def export.Export.cboSimpleProjectType_index_changed |
( |
|
self, |
|
|
|
widget, |
|
|
|
index |
|
) |
| |
def export.Export.cboSimpleQuality_index_changed |
( |
|
self, |
|
|
|
widget, |
|
|
|
index |
|
) |
| |
def export.Export.cboSimpleTarget_index_changed |
( |
|
self, |
|
|
|
widget, |
|
|
|
index |
|
) |
| |
def export.Export.cboSimpleVideoProfile_index_changed |
( |
|
self, |
|
|
|
widget, |
|
|
|
index |
|
) |
| |
def export.Export.convert_to_bytes |
( |
|
self, |
|
|
|
BitRateString |
|
) |
| |
def export.Export.delayed_fps_callback |
( |
|
self | ) |
|
Callback for fps/profile changed event timer (to delay the timeline mapping so we don't spam libopenshot)
Definition at line 266 of file export.py.
def export.Export.getProfileName |
( |
|
self, |
|
|
|
profile_path |
|
) |
| |
Get the profile name that matches the name.
Definition at line 289 of file export.py.
def export.Export.getProfilePath |
( |
|
self, |
|
|
|
profile_name |
|
) |
| |
Get the profile path that matches the name.
Definition at line 282 of file export.py.
def export.Export.populateAllProfiles |
( |
|
self, |
|
|
|
selected_profile_path |
|
) |
| |
Populate the full list of profiles.
Definition at line 551 of file export.py.
def export.Export.reject |
( |
|
self | ) |
|
def export.Export.updateChannels |
( |
|
self | ) |
|
Update the # of channels to match the channel layout.
Definition at line 304 of file export.py.
def export.Export.updateFrameRate |
( |
|
self | ) |
|
Callback for changing the frame rate.
Definition at line 325 of file export.py.
def export.Export.updateProgressBar |
( |
|
self, |
|
|
|
path, |
|
|
|
start_frame, |
|
|
|
end_frame, |
|
|
|
current_frame |
|
) |
| |
Update progress bar during exporting.
Definition at line 296 of file export.py.
export.Export.channel_layout_choices |
export.Export.delayed_fps_timer |
export.Export.export_button |
export.Export.profile_names |
export.Export.profile_paths |
export.Export.selected_profile_index |
export.Export.settings_data |
export.Export.timeline_length_int |
tuple export.Export.ui_path = os.path.join(info.PATH, 'windows', 'ui', 'export.ui') |
|
static |
The documentation for this class was generated from the following file: