/ . / MovieRecorder / RecorderGUI.py / MovieRecorderGUI
Methods
|
|
|
chooseFmtCB
|
chooseFmtCB ( self, event=None )
|
|
showFrmOptionsCB
|
showFrmOptionsCB ( self )
|
|
abortEncoding
|
abortEncoding ( self )
|
|
stopRecording
|
stopRecording ( self )
|
|
showFrmRateEntry
|
showFrmRateEntry ( self )
|
|
showStatus
|
showStatus (
self,
msg,
**kw,
)
|
|
doCustomResize
|
doCustomResize ( self, evt=None )
|
|
enableInputOptions
|
enableInputOptions ( self )
helper function to enable all input-file (i.e. frame-related)
input options
|
|
__init__
|
__init__ ( self )
|
|
resetModeCB
|
resetModeCB ( self )
|
|
updateEncStatus
|
updateEncStatus ( self, msg )
|
|
startRecording
|
startRecording ( self )
|
|
fillInUI
|
fillInUI ( self, parent )
recCtrlFrame = Tkinter.Frame(parent)
recCtrlFrame.grid(row=0,column=0,columnspan=2, sticky=w , pady=10, padx=10)
|
|
toggleParamState
|
toggleParamState ( self, st )
|
|
startEncoding
|
startEncoding ( self )
|
|
getTargetSize
|
getTargetSize ( self )
|
|
populateMovOptionsFrame
|
populateMovOptionsFrame ( self )
outputOptsGroup = Pmw.Group(self.optionsFrame, tag_text="Movie options")
outputOptsGroup.grid(row=1, column=0, sticky=nsew , pady=30)
|
|
populateFrmOptionsFrame
|
populateFrmOptionsFrame ( self )
|
|
showMovOptionsCB
|
showMovOptionsCB ( self )
|
|
synchDirector
|
synchDirector ( self, director )
|
|
showFrmRateEnum
|
showFrmRateEnum ( self )
|
|
updatePresetCB
|
updatePresetCB ( self, event=None )
|
|
resetRecording
|
resetRecording ( self )
|
|
getFnamePattern
|
getFnamePattern (
self,
pattern,
format,
)
helper function - converts
chimera-img-%d
|
|
getCurrentDimensions
|
getCurrentDimensions ( self )
|
|
replaceExt
|
replaceExt ( self, new_ext )
|
|
updateFpsCB
|
updateFpsCB ( self, event )
|
|
disableInputOptions
|
disableInputOptions ( self )
helper function to disable all input-file (i.e. frame-related)
input options
|
|
showOptionsCB
|
showOptionsCB ( self, option )
|
|
useVidParamCB
|
useVidParamCB ( self )
|
|
|