Skip to main content

SplitOptions

Electron APIs / Recorder / SplitOptions

Configuration options for splitting video recordings.

These settings define how and when the recording should be split based on time or file size. Supports manual split and optional full video backup.

Properties

PropertyTypeDescription
enableManualbooleanEnables manual split control via API or hotkey.
maxBySizeMB?numberAutomatically split the recording when the file size exceeds the specified size (in MB). If not set, size-based splitting is disabled.
maxTimeSecond?numberAutomatically split the recording when it reaches the specified duration (in seconds). If not set, time-based splitting is disabled.