Playground
JSON 轉 MP4 Playground
這裡匯集不斷增長的影片參考、作品集和公開實驗。從一種模式開始,加入自己的想法並分享結果。
VideoJSON
提交
✓ 有效的 VideoJSON 負載
個結果: 10sFPS: 30寬度: 1920px高度: 1080px
請求預覽
curl -X POST https://api.ilovevideoeditor.com/v1/render \
-H 'Authorization: Bearer $ILOVEVIDEOEDITOR_API_KEY' \
-H 'Content-Type: application/json' \
--data '{
"name": "Developer sample",
"layers": [
{
"id": "composition-root",
"type": "composition",
"settings": {
"enabled": true,
"startTime": 0,
"sourceDuration": 10,
"width": 1920,
"height": 1080,
"fps": 30,
"backgroundColor": "#101827"
},
"properties": {},
"animations": []
}
]
}'API 金鑰會保留在本機環境。此 Playground 不會傳送轉譯。