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
 
 export_fps_factor
 
 exporting
 
 keyframes_rescaled
 
 original_fps_factor
 
 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 649 of file export.py.

def export.Export.btnBrowse_clicked (   self)

Definition at line 594 of file export.py.

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

Definition at line 410 of file export.py.

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

Definition at line 372 of file export.py.

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

Definition at line 581 of file export.py.

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

Definition at line 440 of file export.py.

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

Definition at line 559 of file export.py.

def export.Export.convert_to_bytes (   self,
  BitRateString 
)

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

def export.Export.getProfileName (   self,
  profile_path 
)

Get the profile name that matches the name.

Definition at line 294 of file export.py.

def export.Export.getProfilePath (   self,
  profile_name 
)

Get the profile path that matches the name.

Definition at line 287 of file export.py.

def export.Export.populateAllProfiles (   self,
  selected_profile_path 
)

Populate the full list of profiles.

Definition at line 568 of file export.py.

def export.Export.reject (   self)

Definition at line 887 of file export.py.

def export.Export.updateChannels (   self)

Update the # of channels to match the channel layout.

Definition at line 309 of file export.py.

def export.Export.updateFrameRate (   self)

Callback for changing the frame rate.

Definition at line 330 of file export.py.

def export.Export.updateProgressBar (   self,
  path,
  start_frame,
  end_frame,
  current_frame 
)

Update progress bar during exporting.

Definition at line 301 of file export.py.

Member Data Documentation

export.Export.abr

Definition at line 498 of file export.py.

export.Export.channel_layout_choices

Definition at line 173 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.export_fps_factor

Definition at line 369 of file export.py.

export.Export.exporting

Definition at line 85 of file export.py.

export.Export.keyframes_rescaled

Definition at line 118 of file export.py.

export.Export.original_fps_factor

Definition at line 370 of file export.py.

export.Export.profile_names

Definition at line 199 of file export.py.

export.Export.profile_paths

Definition at line 200 of file export.py.

export.Export.s

Definition at line 73 of file export.py.

export.Export.selected_profile_index

Definition at line 217 of file export.py.

export.Export.settings_data

Definition at line 79 of file export.py.

export.Export.timeline

Definition at line 121 of file export.py.

export.Export.timeline_length_int

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


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