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__
 
def accept
 Start exporting video. More...
 
def btnBrowse_clicked
 
def cboProfile_index_changed
 
def cboSimpleProjectType_index_changed
 
def cboSimpleQuality_index_changed
 
def cboSimpleTarget_index_changed
 
def cboSimpleVideoProfile_index_changed
 
def convert_to_bytes
 
def delayed_fps_callback
 Callback for fps/profile changed event timer (to delay the timeline mapping so we don't spam libopenshot) More...
 
def getProfileName
 Get the profile name that matches the name. More...
 
def getProfilePath
 Get the profile path that matches the name. More...
 
def populateAllProfiles
 Populate the full list of profiles. More...
 
def reject
 
def updateChannels
 Update the # of channels to match the channel layout. More...
 
def updateFrameRate
 Callback for changing the frame rate. More...
 
def updateProgressBar
 Update progress bar during exporting. More...
 

Public Attributes

 abr
 
 channel_layout_choices
 
 delayed_fps_timer
 
 export_button
 
 exporting
 
 profile_names
 
 profile_paths
 
 s
 
 selected_profile_index
 
 settings_data
 
 timeline
 
 timeline_length_int
 
 vbr
 

Static Public Attributes

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

Detailed Description

Export Dialog.

Definition at line 52 of file export.py.

Constructor & Destructor Documentation

def export.Export.__init__ (   self)

Definition at line 57 of file export.py.

Member Function Documentation

def export.Export.accept (   self)

Start exporting video.

Definition at line 621 of file export.py.

def export.Export.btnBrowse_clicked (   self)

Definition at line 574 of file export.py.

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

Definition at line 394 of file export.py.

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

Definition at line 357 of file export.py.

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

Definition at line 561 of file export.py.

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

Definition at line 424 of file export.py.

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

Definition at line 539 of file export.py.

def export.Export.convert_to_bytes (   self,
  BitRateString 
)

Definition at line 589 of file export.py.

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.

def export.Export.getProfileName (   self,
  profile_path 
)

Get the profile name that matches the name.

Definition at line 286 of file export.py.

def export.Export.getProfilePath (   self,
  profile_name 
)

Get the profile path that matches the name.

Definition at line 279 of file export.py.

def export.Export.populateAllProfiles (   self,
  selected_profile_path 
)

Populate the full list of profiles.

Definition at line 548 of file export.py.

def export.Export.reject (   self)

Definition at line 824 of file export.py.

def export.Export.updateChannels (   self)

Update the # of channels to match the channel layout.

Definition at line 301 of file export.py.

def export.Export.updateFrameRate (   self)

Callback for changing the frame rate.

Definition at line 322 of file export.py.

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.

Member Data Documentation

export.Export.abr

Definition at line 481 of file export.py.

export.Export.channel_layout_choices

Definition at line 166 of file export.py.

export.Export.delayed_fps_timer

Definition at line 89 of file export.py.

export.Export.export_button

Definition at line 82 of file export.py.

export.Export.exporting

Definition at line 85 of file export.py.

export.Export.profile_names

Definition at line 192 of file export.py.

export.Export.profile_paths

Definition at line 193 of file export.py.

export.Export.s

Definition at line 73 of file export.py.

export.Export.selected_profile_index

Definition at line 210 of file export.py.

export.Export.settings_data

Definition at line 79 of file export.py.

export.Export.timeline

Definition at line 114 of file export.py.

export.Export.timeline_length_int

Definition at line 346 of file export.py.

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

Definition at line 55 of file export.py.

export.Export.vbr

Definition at line 473 of file export.py.


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