プレイグラウンド
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がレンダリングを送信することはありません。