Skip to content

Create Epic_fullscreen.json#8

Open
eiswulandari99-stack wants to merge 1 commit intovogelcodes:mainfrom
eiswulandari99-stack:patch-1
Open

Create Epic_fullscreen.json#8
eiswulandari99-stack wants to merge 1 commit intovogelcodes:mainfrom
eiswulandari99-stack:patch-1

Conversation

@eiswulandari99-stack
Copy link

{
"project": {
"name": "Epic Magical Fullscreen",
"duration": 5,
"resolution": "1920x1080",
"fps": 30,
"tracks": [
{
"type": "video",
"clips": [
{
"file": "logo.jpeg",
"start": 0,
"duration": 5,
"effects": [
{ "type": "fade_in", "duration": 1 },
{ "type": "zoom_in", "strength": 0.1 },
{ "type": "glow", "color": "gold", "intensity": 0.9 },
{ "type": "sparkle", "color": "blue", "frequency": "high" }
]
}
]
},
{
"type": "audio",
"clips": [
{
"file": "epic_music.mp3",
"start": 0,
"duration": 5,
"fade_in": 0.5,
"fade_out": 0.5
}
]
}
]
}
}

{
  "project": {
    "name": "Epic Magical Fullscreen",
    "duration": 5,
    "resolution": "1920x1080",
    "fps": 30,
    "tracks": [
      {
        "type": "video",
        "clips": [
          {
            "file": "logo.jpeg",
            "start": 0,
            "duration": 5,
            "effects": [
              { "type": "fade_in", "duration": 1 },
              { "type": "zoom_in", "strength": 0.1 },
              { "type": "glow", "color": "gold", "intensity": 0.9 },
              { "type": "sparkle", "color": "blue", "frequency": "high" }
            ]
          }
        ]
      },
      {
        "type": "audio",
        "clips": [
          {
            "file": "epic_music.mp3",
            "start": 0,
            "duration": 5,
            "fade_in": 0.5,
            "fade_out": 0.5
          }
        ]
      }
    ]
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant