体验场
JSON 转 MP4 体验场
这里汇集不断增长的视频参考、作品集和公开实验。从一种模式开始,加入自己的想法并分享结果。
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 不会发送渲染请求。