Skip to main content

Video avec une image tranformé en vidéo

{
  "video": {
    "format": "portrait",
    "displayLogo": false,
    "music": "creative-technology.mp3",
    "colors": ["#FFFFFF", "#153d8a"],
    "sequences": [
      {
        "type": "video",
        "order": 1,
        "data": {},
        "medias": [
          {
            "end": 5,
            "url": "https://www.iacrea.com/_next/image?url=%2FHero%2Fphoto_iacrea_apres_renovation_ameublement.jpg&w=640&q=75",
            "start": 0,
            "selected": true
          }
        ],
        "duration": 5,
        "animationType": "CAMERA_PUSH_IN"
      }
    ]
  }
}

Vidéo avec introduction, vidéo & outro

{
  "video": {
    "format": "portrait",
    "displayLogo": true, // Si true, le logo sera affiché en haut à droite en permanence
    "logoUrl": "https://www.clipcrea.com/logo.png",
    "music": "creative-technology.mp3",
    "colors": ["#FFFFFF", "#153d8a"],
    "sequences": [
      {
        "order": 0,
        "duration": 3,
        "type": "intro",
        "animationType": "none",
        "medias": [],
        "data": {}
      },
      {
        "type": "video",
        "order": 1,
        "data": {},
        "medias": [
          {
            "end": 5,
            "url": "https://www.iacrea.com/_next/image?url=%2FHero%2Fphoto_iacrea_apres_renovation_ameublement.jpg&w=640&q=75",
            "start": 0,
            "selected": true
          }
        ],
        "duration": 5,
        "animationType": "CAMERA_PUSH_IN"
      },
      {
        "order": 2,
        "duration": 5,
        "type": "outro",
        "animationType": "none",
        "medias": [],
        "data": {
          "avatar": "https://www.clipcrea.com/avatar.png",
          "name": "John Doe",
          "email": "[email protected]",
          "tel": "06 06 06 06 06"
        }
      }
    ]
  }
}