Skip to main content

ExportRecordingsCustomBody

sourcePlayback source (string)

Possible values: [recordings, preview]

Default value: recordings
nameFriendly name (string)

Possible values: <= 256 characters

image_pathImage Path (string)
export_case_id object

ID of the export case to assign this export to

anyOf
string

Possible values: <= 30 characters

ffmpeg_input_args object

Custom FFmpeg input arguments. If not provided, defaults to timelapse input args.

anyOf
string
ffmpeg_output_args object

Custom FFmpeg output arguments. If not provided, defaults to timelapse output args.

anyOf
string
cpu_fallbackCPU Fallback (boolean)

If true, retry export without hardware acceleration if the initial export fails.

Default value: false
ExportRecordingsCustomBody
{
"source": "recordings",
"name": "string",
"image_path": "string",
"export_case_id": "string",
"ffmpeg_input_args": "string",
"ffmpeg_output_args": "string",
"cpu_fallback": false
}