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 624 of file export.py.

def export.Export.btnBrowse_clicked (   self)

Definition at line 577 of file export.py.

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

Definition at line 397 of file export.py.

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

Definition at line 360 of file export.py.

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

Definition at line 564 of file export.py.

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

Definition at line 427 of file export.py.

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

Definition at line 542 of file export.py.

def export.Export.convert_to_bytes (   self,
  BitRateString 
)

Definition at line 592 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 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)

Definition at line 833 of file export.py.

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.

Member Data Documentation

export.Export.abr

Definition at line 484 of file export.py.

export.Export.channel_layout_choices

Definition at line 169 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 195 of file export.py.

export.Export.profile_paths

Definition at line 196 of file export.py.

export.Export.s

Definition at line 73 of file export.py.

export.Export.selected_profile_index

Definition at line 213 of file export.py.

export.Export.settings_data

Definition at line 79 of file export.py.

export.Export.timeline

Definition at line 117 of file export.py.

export.Export.timeline_length_int

Definition at line 349 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 476 of file export.py.


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