mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-08-31 02:41:44 +00:00
* feat(cloud): default distributed plans to v2 * fix(cloud): address plan v2 review feedback * fix(examples): document explicit v2 samples
15 lines
321 B
JSON
15 lines
321 B
JSON
{
|
|
"Action": "plan",
|
|
"ProjectS3Uri": "s3://example-bucket/projects/sample.tar.gz",
|
|
"PlanOutputS3Prefix": "s3://example-bucket/renders/sample/",
|
|
"Config": {
|
|
"fps": 30,
|
|
"width": 1920,
|
|
"height": 1080,
|
|
"format": "mp4",
|
|
"chunkSize": 240,
|
|
"maxParallelChunks": 8,
|
|
"runtimeCap": "lambda"
|
|
}
|
|
}
|