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