{ jsonpromptstudio }

0 full prompts · 3 add-ons

🎬 Cinematic JSON prompts

Professional film-style video

Add-on blocks

These fragments are useful style, camera, audio, or technical blocks, but they are not full standalone prompts. Copy one into a stronger subject, scene, or action prompt.

Essential

Basic cinematic look

view JSON
{
  "style": "cinematic",
  "technical": {
    "fps": "24fps cinematic",
    "aspect_ratio": "21:9"
  }
}

Standard

Professional film setup

view JSON
{
  "camera": {
    "depth_of_field": "shallow"
  },
  "lighting": {
    "type": "three-point lighting",
    "direction": "golden hour"
  },
  "style": {
    "aesthetic": "cinematic",
    "color_palette": "cinematic"
  },
  "technical": {
    "fps": "24fps cinematic",
    "aspect_ratio": "21:9"
  }
}

Detailed

Director-level cinematography

view JSON
{
  "camera": {
    "depth_of_field": "shallow",
    "movement": "dolly in",
    "distance": "medium shot"
  },
  "lighting": {
    "type": "three-point lighting",
    "direction": "golden hour",
    "quality": "dramatic"
  },
  "style": {
    "aesthetic": "cinematic",
    "color_palette": "chiaroscuro",
    "tone": "epic"
  },
  "technical": {
    "fps": "24fps cinematic",
    "aspect_ratio": "21:9"
  }
}