Project.export_current_frame_as_still#
- Project.export_current_frame_as_still(file_path: str) bool[source]#
Exports current frame as still to supplied filePath.
- Parameters:
file_path (str) – exported still path.filePath must end in valid export file format.
- Returns:
Returns True if successful, False otherwise.
- Return type:
- Raises:
APIVersionError – If Resolve version < 18.5.0
- Version:
Added in DaVinci Resolve 18.5.0