mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-01 19:42:03 +00:00
* feat(cloud): default distributed plans to v2 * fix(cloud): address plan v2 review feedback * fix(examples): document explicit v2 samples
8 lines
288 B
JSON
8 lines
288 B
JSON
{
|
|
"Action": "plan",
|
|
"PlanProtocol": "v1",
|
|
"ProjectGcsUri": "gs://hyperframes-render-PROJECT/sites/abc123/project.tar.gz",
|
|
"PlanOutputGcsPrefix": "gs://hyperframes-render-PROJECT/renders/hf-render-demo/",
|
|
"Config": { "fps": 30, "width": 1920, "height": 1080, "format": "mp4" }
|
|
}
|