Timeline.export#

Timeline.export()[source]#

Exports timeline to ‘fileName’ as per input exportType & exportSubtype format.

# file_name should be a path, not a file name.

# eg. file_path=os.path.join(os.path.expanduser(“~”), “Desktop/Temp/sampleExp.drt”)

# timeline.export(file_path,LOCAL_RESOLVE.EXPORT_DRT)