/ . / 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,
)
|
|
raytraceCB
|
raytraceCB ( self )
|
|
doCustomResize
|
doCustomResize ( self, evt=None )
|
|
enableInputOptions
|
enableInputOptions ( self )
|
|
__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)
|
|
startEncoding
|
startEncoding ( self )
|
|
standard_format
|
standard_format ( self, preset_name )
|
|
getTargetSize
|
getTargetSize ( self )
|
|
populateMovOptionsFrame
|
populateMovOptionsFrame ( self )
|
|
populateFrmOptionsFrame
|
populateFrmOptionsFrame ( self )
|
|
showMovOptionsCB
|
showMovOptionsCB ( self )
|
|
synchDirector
|
synchDirector ( self, director )
|
|
showFrmRateEnum
|
showFrmRateEnum ( self )
|
|
resetRecording
|
resetRecording ( self )
|
|
raytraceOptionsCB
|
raytraceOptionsCB ( self )
|
|
getFnamePattern
|
getFnamePattern (
self,
pattern,
format,
)
|
|
getCurrentDimensions
|
getCurrentDimensions ( self )
|
|
replaceExt
|
replaceExt ( self, new_fmt )
|
|
updateFpsCB
|
updateFpsCB ( self, event )
|
|
disableInputOptions
|
disableInputOptions ( self )
|
|
showOptionsCB
|
showOptionsCB ( self, option )
|
|
|