OpenShot Video Editor  2.0.0
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
export.Export Class Reference

Export Dialog. More...

Inheritance diagram for export.Export:

Public Member Functions

def __init__ (self)
 
def accept (self)
 Start exporting video, but don't close window. 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 populateAllProfiles (self, selected_profile_path)
 Populate the full list of profiles. More...
 
def reject (self)
 
def restoreTimeline (self)
 Restore timeline setting to original settings. More...
 
def updateChannels (self)
 Update the # of channels to match the channel layout. More...
 
def updateFrameRate (self)
 Callback for changing the frame rate. More...
 

Public Attributes

 abr
 
 channel_layout_choices
 
 export_button
 
 exporting
 
 original_channel_layout
 
 original_channels
 
 original_fps
 
 original_height
 
 original_sample_rate
 
 original_width
 
 profile_names
 
 profile_paths
 
 s
 
 selected_profile_index
 
 settings_data
 
 timeline_length_int
 
 vbr
 

Static Public Attributes

 ui_path = os.path.join(info.PATH, 'windows', 'ui', 'export.ui')
 

Detailed Description

Export Dialog.

Definition at line 46 of file export.py.

Constructor & Destructor Documentation

def export.Export.__init__ (   self)

Definition at line 51 of file export.py.

Member Function Documentation

def export.Export.accept (   self)

Start exporting video, but don't close window.

Definition at line 517 of file export.py.

def export.Export.btnBrowse_clicked (   self)

Definition at line 470 of file export.py.

def export.Export.cboProfile_index_changed (   self,
  widget,
  index 
)

Definition at line 311 of file export.py.

def export.Export.cboSimpleProjectType_index_changed (   self,
  widget,
  index 
)

Definition at line 274 of file export.py.

def export.Export.cboSimpleQuality_index_changed (   self,
  widget,
  index 
)

Definition at line 457 of file export.py.

def export.Export.cboSimpleTarget_index_changed (   self,
  widget,
  index 
)

Definition at line 341 of file export.py.

def export.Export.cboSimpleVideoProfile_index_changed (   self,
  widget,
  index 
)

Definition at line 435 of file export.py.

def export.Export.convert_to_bytes (   self,
  BitRateString 
)

Definition at line 485 of file export.py.

def export.Export.populateAllProfiles (   self,
  selected_profile_path 
)

Populate the full list of profiles.

Definition at line 444 of file export.py.

def export.Export.reject (   self)

Definition at line 662 of file export.py.

def export.Export.restoreTimeline (   self)

Restore timeline setting to original settings.

Definition at line 648 of file export.py.

def export.Export.updateChannels (   self)

Update the # of channels to match the channel layout.

Definition at line 220 of file export.py.

def export.Export.updateFrameRate (   self)

Callback for changing the frame rate.

Definition at line 241 of file export.py.

Member Data Documentation

export.Export.abr

Definition at line 393 of file export.py.

export.Export.channel_layout_choices

Definition at line 124 of file export.py.

export.Export.export_button

Definition at line 76 of file export.py.

export.Export.exporting

Definition at line 79 of file export.py.

export.Export.original_channel_layout

Definition at line 88 of file export.py.

export.Export.original_channels

Definition at line 87 of file export.py.

export.Export.original_fps

Definition at line 85 of file export.py.

export.Export.original_height

Definition at line 83 of file export.py.

export.Export.original_sample_rate

Definition at line 86 of file export.py.

export.Export.original_width

Definition at line 82 of file export.py.

export.Export.profile_names

Definition at line 150 of file export.py.

export.Export.profile_paths

Definition at line 151 of file export.py.

export.Export.s

Definition at line 67 of file export.py.

export.Export.selected_profile_index

Definition at line 167 of file export.py.

export.Export.settings_data

Definition at line 73 of file export.py.

export.Export.timeline_length_int

Definition at line 266 of file export.py.

export.Export.ui_path = os.path.join(info.PATH, 'windows', 'ui', 'export.ui')
static

Definition at line 49 of file export.py.

export.Export.vbr

Definition at line 385 of file export.py.


The documentation for this class was generated from the following file: