ExportRecordingsCustomBody
sourcePlayback source (string)
Possible values: [recordings, preview]
Default value:
recordingsnameFriendly name (string)
Possible values: <= 256 characters
image_pathImage Path (string)
export_case_id object
ID of the export case to assign this export to
- string
- null
string
Possible values: <= 30 characters
null
ffmpeg_input_args object
Custom FFmpeg input arguments. If not provided, defaults to timelapse input args.
- string
- null
string
null
ffmpeg_output_args object
Custom FFmpeg output arguments. If not provided, defaults to timelapse output args.
- string
- null
string
null
cpu_fallbackCPU Fallback (boolean)
If true, retry export without hardware acceleration if the initial export fails.
Default value:
falseExportRecordingsCustomBody
{
"source": "recordings",
"name": "string",
"image_path": "string",
"export_case_id": "string",
"ffmpeg_input_args": "string",
"ffmpeg_output_args": "string",
"cpu_fallback": false
}