Graph.apply_grade_from_drx#

Graph.apply_grade_from_drx(path: str, grade_mode: int = 0) bool[source]#

Loads a still from given file path and applies grade to graph.

Parameters:
  • path (str) – File path to the DRX file

  • grade_mode (int, optional) – 0=”No keyframes”, 1=”Source Timecode aligned”, 2=”Start Frames aligned”. Defaults to 0.

Returns:

True if successful, False otherwise

Return type:

bool