annotations module
Annotations module.
Contains all functions and classes related to the annotationss.
- mrv2.annotations.add(*args, **kwargs)
Overloaded function.
add(time: mrv2.RationalTime, notes: str) -> None
Add notes annotations to current clip at a certain time.
add(frame: int, notes: str) -> None
Add notes annotations to current clip at a certain frame.
add(seconds: float, notes: str) -> None
Add notes annotations to current clip at certain seconds.