annotations module

Annotations module.

Contains all functions and classes related to the annotationss.

mrv2.annotations.add(*args, **kwargs)

Overloaded function.

  1. add(time: mrv2.RationalTime, notes: str) -> None

Add notes annotations to current clip at a certain time.

  1. add(frame: int, notes: str) -> None

Add notes annotations to current clip at a certain frame.

  1. add(seconds: float, notes: str) -> None

Add notes annotations to current clip at certain seconds.