CremyX Drama Render
Under maintenancePricing
Pay per usage
CremyX Drama Render
Under maintenanceFFmpeg render engine dành riêng cho CremyX Drama v2: ghép beat (video/ảnh + voice + BGM) thành MP4 rồi upload lên signed URL hoặc key-value store.
CremyX Drama Render
Under maintenancePricing
Pay per usage
FFmpeg render engine dành riêng cho CremyX Drama v2: ghép beat (video/ảnh + voice + BGM) thành MP4 rồi upload lên signed URL hoặc key-value store.
concat = stitch scene clips; kenburns = animate still images; editplan = render a Juhe/Velorn EditPlan JSON.
A schemas.juhe.ai/editplan/1.0 document. Alternatively pass edit_plan_url.
HTTP(S) URL of the *.editplan.json file.
Maps each plan source id (or its original uri) to an http(s) URL, e.g. { "src_main": "https://…/source.mp4" }. Required whenever the plan points at local file:// paths.
Render even when the plan asks for features this actor cannot do yet (they get approximated or dropped).
concat/kenburns modes only. Ordered scenes; each needs video_url (concat) or image_url (kenburns). voice_url is optional but drives scene duration when present.
width, height, fps, crf, preset. Omit in editplan mode — the plan's canvas wins. Defaults (code-level): 1920x1080@30, crf 20, preset fast.
voice_gain_db, source_gain, bgm_url, bgm_gain_db, loudnorm.
{ "voice_gain_db": 4, "source_gain": 0.1, "bgm_url": null, "bgm_gain_db": -22, "loudnorm": true}signed_upload_url (HTTP PUT target) and/or fallback_kv_key for the key-value store.
{ "signed_upload_url": null, "fallback_kv_key": "output.mp4"}Optional webhook: { url, secret_header: { name, value } }.
{ "url": null, "secret_header": null}