Screenplay¶
- class camtasia.screenplay.VOBlock(id, text, section)[source]¶
Bases:
objectA voice-over text block within a screenplay section.
- class camtasia.screenplay.PauseMarker(duration_seconds, description)[source]¶
Bases:
objectA timed pause marker in the screenplay.
- class camtasia.screenplay.TransitionMarker(name)[source]¶
Bases:
objectA named transition marker between screenplay segments.
- class camtasia.screenplay.ImageRef(alt, path)[source]¶
Bases:
objectA reference to an image used in the screenplay.
- class camtasia.screenplay.ScreenplaySection(title, level, vo_blocks=<factory>, pauses=<factory>, transitions=<factory>, images=<factory>)[source]¶
Bases:
objectA titled section of a screenplay containing VO blocks, pauses, transitions, and images.
- pauses: list[PauseMarker]¶
- transitions: list[TransitionMarker]¶
- class camtasia.screenplay.Screenplay(sections)[source]¶
Bases:
objectA parsed screenplay composed of sections.
- sections: list[ScreenplaySection]¶