From fc76765594558ee0ce3da5773f54b2c664ba79aa Mon Sep 17 00:00:00 2001 From: Ken Yasue Date: Mon, 18 Aug 2025 15:15:44 +0200 Subject: [PATCH] save all generated files --- .clinerules/prompt-generation.md | 3 +- src/data/fantasy_crystal_caves.json | 488 +++++++++++++ src/data/fantasy_dark_castles.json | 619 ++++++++++++++++ src/data/fantasy_dragon_realms.json | 502 +++++++++++++ src/data/fantasy_elven_cities.json | 395 ++++++++++ src/data/fantasy_enchanted_rivers.json | 602 +++++++++++++++ src/data/fantasy_epic_battles.json | 402 ++++++++++ src/data/fantasy_fairy_villages.json | 422 +++++++++++ src/data/fantasy_floating_islands.json | 493 +++++++++++++ src/data/fantasy_ghostly_spirits.json | 502 +++++++++++++ src/data/fantasy_knights.json | 452 ++++++++++++ src/data/fantasy_magic_forests.json | 582 +++++++++++++++ src/data/fantasy_magical_beasts.json | 427 +++++++++++ src/data/fantasy_mystic_portals.json | 627 ++++++++++++++++ src/data/fantasy_mythical_weapons.json | 377 ++++++++++ src/data/fantasy_queens_and_kings.json | 552 ++++++++++++++ src/data/fantasy_runes_and_symbols.json | 452 ++++++++++++ src/data/fantasy_sacred_temples.json | 477 ++++++++++++ src/data/fantasy_shape_shifters.json | 452 ++++++++++++ src/data/fantasy_talking_animals.json | 402 ++++++++++ src/data/fantasy_wizards.json | 502 +++++++++++++ src/data/food_and_drink_bakeries.json | 617 ++++++++++++++++ src/data/food_and_drink_bbq.json | 452 ++++++++++++ src/data/food_and_drink_breakfasts.json | 452 ++++++++++++ src/data/food_and_drink_chocolate_making.json | 527 ++++++++++++++ src/data/food_and_drink_cocktails.json | 502 +++++++++++++ src/data/food_and_drink_coffee_culture.json | 412 +++++++++++ src/data/food_and_drink_desserts.json | 548 ++++++++++++++ src/data/food_and_drink_farmers_market.json | 402 ++++++++++ src/data/food_and_drink_fine_dining.json | 616 ++++++++++++++++ src/data/food_and_drink_food_trucks.json | 327 +++++++++ src/data/food_and_drink_fruit_platters.json | 477 ++++++++++++ src/data/food_and_drink_pasta.json | 402 ++++++++++ src/data/food_and_drink_pizza.json | 402 ++++++++++ src/data/food_and_drink_seafood.json | 378 ++++++++++ src/data/food_and_drink_spices_and_herbs.json | 377 ++++++++++ src/data/food_and_drink_street_food.json | 684 ++++++++++++++++++ src/data/food_and_drink_sushi.json | 548 ++++++++++++++ src/data/food_and_drink_tea_ceremonies.json | 352 +++++++++ src/data/food_and_drink_vegetarian_meals.json | 552 ++++++++++++++ src/data/food_and_drink_wine_tasting.json | 252 +++++++ src/data/music_and_dance_ballet.json | 229 ++++++ src/data/music_and_dance_breakdance.json | 616 ++++++++++++++++ src/data/music_and_dance_choirs.json | 79 ++ .../music_and_dance_classical_concerts.json | 229 ++++++ src/data/music_and_dance_dance_battles.json | 548 ++++++++++++++ src/data/music_and_dance_dj_performances.json | 229 ++++++ src/data/music_and_dance_drumming.json | 650 +++++++++++++++++ .../music_and_dance_electronic_music.json | 586 +++++++++++++++ src/data/music_and_dance_flamenco.json | 104 +++ src/data/music_and_dance_folk_dance.json | 650 +++++++++++++++++ src/data/music_and_dance_hip_hop_dance.json | 329 +++++++++ src/data/music_and_dance_jazz_clubs.json | 367 ++++++++++ src/data/music_and_dance_k_pop.json | 650 +++++++++++++++++ src/data/music_and_dance_opera.json | 129 ++++ src/data/music_and_dance_orchestras.json | 655 +++++++++++++++++ src/data/music_and_dance_rock_bands.json | 229 ++++++ src/data/music_and_dance_salsa.json | 129 ++++ src/data/music_and_dance_singing_solo.json | 551 ++++++++++++++ src/data/music_and_dance_street_dance.json | 129 ++++ src/data/music_and_dance_tap_dance.json | 492 +++++++++++++ src/data/sports_and_action_archery.json | 229 ++++++ src/data/sports_and_action_baseball.json | 429 +++++++++++ src/data/sports_and_action_basketball.json | 554 ++++++++++++++ src/data/sports_and_action_boxing.json | 429 +++++++++++ src/data/sports_and_action_climbing.json | 279 +++++++ src/data/sports_and_action_cycling.json | 454 ++++++++++++ src/data/sports_and_action_fencing.json | 204 ++++++ src/data/sports_and_action_gymnastics.json | 279 +++++++ src/data/sports_and_action_horse_riding.json | 229 ++++++ src/data/sports_and_action_martial_arts.json | 529 ++++++++++++++ src/data/sports_and_action_rowing.json | 204 ++++++ src/data/sports_and_action_running.json | 429 +++++++++++ src/data/sports_and_action_skateboarding.json | 229 ++++++ src/data/sports_and_action_skiing.json | 254 +++++++ src/data/sports_and_action_snowboarding.json | 254 +++++++ src/data/sports_and_action_soccer.json | 479 ++++++++++++ src/data/sports_and_action_surfing.json | 279 +++++++ src/data/sports_and_action_swimming.json | 404 +++++++++++ src/data/sports_and_action_tennis.json | 479 ++++++++++++ src/data/sports_and_action_yoga.json | 254 +++++++ 81 files changed, 33468 insertions(+), 1 deletion(-) create mode 100644 src/data/fantasy_crystal_caves.json create mode 100644 src/data/fantasy_dark_castles.json create mode 100644 src/data/fantasy_dragon_realms.json create mode 100644 src/data/fantasy_elven_cities.json create mode 100644 src/data/fantasy_enchanted_rivers.json create mode 100644 src/data/fantasy_epic_battles.json create mode 100644 src/data/fantasy_fairy_villages.json create mode 100644 src/data/fantasy_floating_islands.json create mode 100644 src/data/fantasy_ghostly_spirits.json create mode 100644 src/data/fantasy_knights.json create mode 100644 src/data/fantasy_magic_forests.json create mode 100644 src/data/fantasy_magical_beasts.json create mode 100644 src/data/fantasy_mystic_portals.json create mode 100644 src/data/fantasy_mythical_weapons.json create mode 100644 src/data/fantasy_queens_and_kings.json create mode 100644 src/data/fantasy_runes_and_symbols.json create mode 100644 src/data/fantasy_sacred_temples.json create mode 100644 src/data/fantasy_shape_shifters.json create mode 100644 src/data/fantasy_talking_animals.json create mode 100644 src/data/fantasy_wizards.json create mode 100644 src/data/food_and_drink_bakeries.json create mode 100644 src/data/food_and_drink_bbq.json create mode 100644 src/data/food_and_drink_breakfasts.json create mode 100644 src/data/food_and_drink_chocolate_making.json create mode 100644 src/data/food_and_drink_cocktails.json create mode 100644 src/data/food_and_drink_coffee_culture.json create mode 100644 src/data/food_and_drink_desserts.json create mode 100644 src/data/food_and_drink_farmers_market.json create mode 100644 src/data/food_and_drink_fine_dining.json create mode 100644 src/data/food_and_drink_food_trucks.json create mode 100644 src/data/food_and_drink_fruit_platters.json create mode 100644 src/data/food_and_drink_pasta.json create mode 100644 src/data/food_and_drink_pizza.json create mode 100644 src/data/food_and_drink_seafood.json create mode 100644 src/data/food_and_drink_spices_and_herbs.json create mode 100644 src/data/food_and_drink_street_food.json create mode 100644 src/data/food_and_drink_sushi.json create mode 100644 src/data/food_and_drink_tea_ceremonies.json create mode 100644 src/data/food_and_drink_vegetarian_meals.json create mode 100644 src/data/food_and_drink_wine_tasting.json create mode 100644 src/data/music_and_dance_ballet.json create mode 100644 src/data/music_and_dance_breakdance.json create mode 100644 src/data/music_and_dance_choirs.json create mode 100644 src/data/music_and_dance_classical_concerts.json create mode 100644 src/data/music_and_dance_dance_battles.json create mode 100644 src/data/music_and_dance_dj_performances.json create mode 100644 src/data/music_and_dance_drumming.json create mode 100644 src/data/music_and_dance_electronic_music.json create mode 100644 src/data/music_and_dance_flamenco.json create mode 100644 src/data/music_and_dance_folk_dance.json create mode 100644 src/data/music_and_dance_hip_hop_dance.json create mode 100644 src/data/music_and_dance_jazz_clubs.json create mode 100644 src/data/music_and_dance_k_pop.json create mode 100644 src/data/music_and_dance_opera.json create mode 100644 src/data/music_and_dance_orchestras.json create mode 100644 src/data/music_and_dance_rock_bands.json create mode 100644 src/data/music_and_dance_salsa.json create mode 100644 src/data/music_and_dance_singing_solo.json create mode 100644 src/data/music_and_dance_street_dance.json create mode 100644 src/data/music_and_dance_tap_dance.json create mode 100644 src/data/sports_and_action_archery.json create mode 100644 src/data/sports_and_action_baseball.json create mode 100644 src/data/sports_and_action_basketball.json create mode 100644 src/data/sports_and_action_boxing.json create mode 100644 src/data/sports_and_action_climbing.json create mode 100644 src/data/sports_and_action_cycling.json create mode 100644 src/data/sports_and_action_fencing.json create mode 100644 src/data/sports_and_action_gymnastics.json create mode 100644 src/data/sports_and_action_horse_riding.json create mode 100644 src/data/sports_and_action_martial_arts.json create mode 100644 src/data/sports_and_action_rowing.json create mode 100644 src/data/sports_and_action_running.json create mode 100644 src/data/sports_and_action_skateboarding.json create mode 100644 src/data/sports_and_action_skiing.json create mode 100644 src/data/sports_and_action_snowboarding.json create mode 100644 src/data/sports_and_action_soccer.json create mode 100644 src/data/sports_and_action_surfing.json create mode 100644 src/data/sports_and_action_swimming.json create mode 100644 src/data/sports_and_action_tennis.json create mode 100644 src/data/sports_and_action_yoga.json diff --git a/.clinerules/prompt-generation.md b/.clinerules/prompt-generation.md index 2c5a21c..9c01ae0 100644 --- a/.clinerules/prompt-generation.md +++ b/.clinerules/prompt-generation.md @@ -48,4 +48,5 @@ Sample output - Generate 2 accents for each entry - Same for mood, lighting and style. - Your task is generate json files which will use for prompts. -- Focus on generating json, don't try to get it done programatically. \ No newline at end of file +- Focus on generating json, don't try to get it done programatically. +- No need to evaluate json. \ No newline at end of file diff --git a/src/data/fantasy_crystal_caves.json b/src/data/fantasy_crystal_caves.json new file mode 100644 index 0000000..43fffe8 --- /dev/null +++ b/src/data/fantasy_crystal_caves.json @@ -0,0 +1,488 @@ +{ + "fantasy": [ + { + "subGenre": "Crystal Caves", + "scene": "Prismatic cavern with a river of liquid light running through faceted stalagmites (light)", + "sceneVariants": [ + "Prismatic cavern with a river of liquid light running through faceted stalagmites", + "Giant amethyst columns refracting warm shafts", + "A shallow channel of glowing liquid threaded with motes", + "Tiny crystallized fish drifting in slow currents", + "A natural arch framing a distant luminous chamber" + ], + "actions": [ + "Light rippling across faceted surfaces and casting kaleidoscopic patterns", + "A guide pointing out resonant crystals that hum when tapped", + "Camera wide to capture the river then slow macro on facet reflections", + "Visitors cupping their hands to catch drifting light-motes" + ], + "camera": "Slow crane reveal of cavern volume then macro pulls on refracted micro-rainbows", + "accents": [ + "prismatic micro-refraction on every facet", + "soft subsurface glow within crystals" + ], + "mood": [ + "wonderful awe", + "gentle curiosity" + ], + "lighting": [ + "broad warm point-lights embedded in crystal veins", + "soft volumetric to emphasize depth" + ], + "style": [ + "aesthetic micro-cinema", + "luminous exploration vignette" + ] + }, + { + "subGenre": "Crystal Caves", + "scene": "Moonlit grotto where pale quartz grows in cathedral clusters (light)", + "sceneVariants": [ + "Moonlit grotto where pale quartz grows in cathedral clusters", + "Tight vaults glittering with white facets", + "Pools mirror the moon's cool face", + "A single stone bench carved by long-ago hands", + "Faint wind making a distant chime like glass" + ], + "actions": [ + "Visitors tracing veins of moon-quartz and listening to crystalline chimes", + "Camera low to capture pool reflections and long telephoto compression", + "A scholar sketching geometric growth patterns", + "Ripples aligning with distant drip rhythm" + ], + "camera": "Telephoto pulls to compress columns and reflect pools with delicate macro cuts", + "accents": [ + "lunar silver rim on quartz faces", + "soft mirror micro-bokeh on pool surface" + ], + "mood": [ + "quiet reverence", + "measured calm" + ], + "lighting": [ + "cool moon-key with faint warm micro-fill" + ], + "style": [ + "nocturnal crystal portrait", + "scholarly grotto short" + ] + }, + { + "subGenre": "Crystal Caves", + "scene": "Glittering cavern of obsidian crystals that drink the light (dark)", + "sceneVariants": [ + "Glittering cavern of obsidian crystals that drink the light", + "Pitch-black columns with razor facets", + "Tiny reflected pinpricks like distant stars", + "A single lantern revealing a ring of crystals", + "Low reflective puddles absorbing glow" + ], + "actions": [ + "Lantern light swallowed by obsidian facets creating black mirrors", + "Camera micro-inserts on knife-like edges and micro-spark reflections", + "An explorer leaning in to listen for hollow echoes", + "Footsteps muffled, then a distant metallic ping" + ], + "camera": "Macro-heavy low-light cinematography with slow reveal of negative space", + "accents": [ + "deep-sub speculars on obsidian faces", + "tiny mirror micro-reflections that fracture highlights" + ], + "mood": [ + "brooding mystery", + "cautious tension" + ], + "lighting": [ + "single warm practical with deep surrounding black" + ], + "style": [ + "nocturnal mystery vignette", + "black-surface portrait" + ] + }, + { + "subGenre": "Crystal Caves", + "scene": "Cathedral chamber where hanging stalactites are threaded with glowing veins (light)", + "sceneVariants": [ + "Cathedral chamber where hanging stalactites are threaded with glowing veins", + "High-domed ceiling dripping slow light", + "Long vertical voids linking floors visually", + "Small ledges with carved votive marks", + "A hush broken by distant drip cadence" + ], + "actions": [ + "Veins pulsing slowly as if breathing", + "Camera vertical dolly moving from floor to high ceiling with macro stitch-ins", + "Pilgrims placing small offerings in crevices", + "Light-sheened motes falling and dissolving on impact" + ], + "camera": "Vertical crane with periodic macro inserts to emphasize vertical scale", + "accents": [ + "warm vein micro-glow and high micro-clarity on drip surfaces" + ], + "mood": [ + "sacred hush", + "vertical wonder" + ], + "lighting": [ + "soft internal vein light with cool cave fill" + ], + "style": [ + "sacred cavern vignette", + "vertical scale short" + ] + }, + { + "subGenre": "Crystal Caves", + "scene": "Iridescent corridor where thin sheets of crystal create a kaleidoscope tunnel (light)", + "sceneVariants": [ + "Iridescent corridor where thin sheets of crystal create a kaleidoscope tunnel", + "Walking path flanked by translucent plates", + "Color-shifts when angle changes", + "A small open hatch releasing warm air", + "A child pressing a glass surface to peer through" + ], + "actions": [ + "Walking through shifting color planes causing refracted shadows", + "Camera steadicam moves slowly to preserve kaleidoscopic motion", + "Hands brushing prism-edges and watching color morph", + "A leading guide tapping a sequence to open a door" + ], + "camera": "Stabilized lateral tracking with prism-lens inserts to emulate refraction", + "accents": [ + "prismatic micro-refraction and soft color micro-bloom" + ], + "mood": [ + "playful wonder", + "visual delight" + ], + "lighting": [ + "multi-hued point lights with dark surrounds" + ], + "style": [ + "kaleidoscopic corridor short", + "interactive crystal vignette" + ] + }, + { + "subGenre": "Crystal Caves", + "scene": "Salt-etched grotto where salt crystals refract cold daylight (light)", + "sceneVariants": [ + "Salt-etched grotto where salt crystals refract cold daylight", + "Granular floors of glittering salt", + "Thin salt pillars like sugar sculpture", + "A distant inlet where brine drips slowly", + "Small crusted minerals staining the rock" + ], + "actions": [ + "Footsteps crinkling on salt floors and tiny avalanches of granules", + "Camera macro capturing salt micro-facets and cold refractions", + "A field scientist scooping a crystalline sample", + "A light gust rearranging delicate crystals" + ], + "camera": "Low-angle micro-tracking with macro frost-like inserts", + "accents": [ + "cold micro-refraction and granular specular" + ], + "mood": [ + "bleak beauty", + "calm study" + ], + "lighting": [ + "cool natural key with crisp fill" + ], + "style": [ + "salt grotto vignette", + "mineral study short" + ] + }, + { + "subGenre": "Crystal Caves", + "scene": "Mirror-lake cavern where crystals hang like chandeliers above a still black pool (dark)", + "sceneVariants": [ + "Mirror-lake cavern where crystals hang like chandeliers above a still black pool", + "A near-perfect reflection splitting chamber symmetry", + "Tiny organisms lighting the lake's edge", + "A boat tethered to a single stalagmite", + "The hush thick as a held breath" + ], + "actions": [ + "Boat gliding slowly producing perfect mirrored ripples", + "Camera low over water capturing mirror symmetry and micro-facet detail", + "A whispered exchange echoed cleanly across the pool", + "A pebble cast that creates crystalline ringlets" + ], + "camera": "Low waterline tracking with long reflective holds and macro reflections", + "accents": [ + "mirror micro-reflection and subtle aquatic micro-glow" + ], + "mood": [ + "meditative hush", + "reflective mystery" + ], + "lighting": [ + "single cool key with soft mirrored fill" + ], + "style": [ + "reflective cavern vignette", + "still-water portrait" + ] + }, + { + "subGenre": "Crystal Caves", + "scene": "Sulphur-run caverns where yellow crystals exhale warm steam (dark)", + "sceneVariants": [ + "Sulphur-run caverns where yellow crystals exhale warm steam", + "Streaks of yellow and orange mineral bloom", + "A faint aromatic tang carried on currents", + "Steam vents forming ephemeral halos over stones", + "Smudged boots of early explorers" + ], + "actions": [ + "Steam pluming and carrying luminous micro-motes", + "Camera macro on mineral bloom micro-skin and steam interaction", + "A geologist collecting a steaming sample in a class flask", + "A cautious step over porous ground" + ], + "camera": "Gritty macro-inserts combined with wide steam-swept reveals", + "accents": [ + "sulphur micro-gleam and steam micro-haze" + ], + "mood": [ + "primal unease", + "curious caution" + ], + "lighting": [ + "warm low-key with cool ambient shadows" + ], + "style": [ + "geologic vignette", + "thermal cavern short" + ] + }, + { + "subGenre": "Crystal Caves", + "scene": "Frost-crystal tunnel where ice-bound gems sing when brushed (dark)", + "sceneVariants": [ + "Frost-crystal tunnel where ice-bound gems sing when brushed", + "Thin ice veins looking like glass needles", + "A faint harmonic tone produced by wind", + "Visitors muffled in parkas and mittens", + "Exhaled breath forming small halos" + ], + "actions": [ + "A finger gliding across an ice facet producing harmonic chimes", + "Camera macro capturing crystal micro-edge and condensation", + "A guide tapping a sequence to demonstrate tonal variance", + "Snow motes swirling in the harmonic breeze" + ], + "camera": "High-frame-rate macro inserts for harmonic vibration captures with slow wide reveals", + "accents": [ + "cerulean micro-prism and frost micro-resonance" + ], + "mood": [ + "icy wonder", + "sonic curiosity" + ], + "lighting": [ + "cool pin-key with subtle blue fill" + ], + "style": [ + "frost music vignette", + "sonic ice short" + ] + }, + { + "subGenre": "Crystal Caves", + "scene": "Coral-crystal seam where sea-minerals form living gem-structures at an inner tidal pool (light)", + "sceneVariants": [ + "Coral-crystal seam where sea-minerals form living gem-structures at an inner tidal pool", + "Algae-veined crystals and salt-weathered textures", + "A tidal rhythm moving a fine mist", + "Tiny crustaceans scuttling between facets", + "A horizon of slow surf visible through a fissure" + ], + "actions": [ + "Tide exposing new faceted growths with each swell", + "Camera low tracking along seam capturing growth micro-layers", + "A diver carefully harvesting an ethically-harvested shard", + "Sun catching wet mineral facets and releasing micro-rainbows" + ], + "camera": "Low tideline tracking with macro aquatic refraction inserts", + "accents": [ + "salt micro-refraction and algal micro-fiber detail" + ], + "mood": [ + "coastal wonder", + "tactile curiosity" + ], + "lighting": [ + "natural warm key with cool tidal fill" + ], + "style": [ + "coastal crystal vignette", + "tidal portrait short" + ] + }, + { + "subGenre": "Crystal Caves", + "scene": "Noctilucent chamber where crystals phosphoresce after dusk (dark)", + "sceneVariants": [ + "Noctilucent chamber where crystals phosphoresce after dusk", + "Motes of soft blue-green light drifting above floors", + "A slow exhale of faint glittering dust", + "A guide offering small clay lamps for viewing", + "A hush as the first phosphor bloom occurs" + ], + "actions": [ + "Crystals glowing in waves following a biological or chemical rhythm", + "Camera low to capture bloom onset and micro-glow transitions", + "Observers whispering and pointing as pockets brightened", + "A recording device capturing faint hum and color data" + ], + "camera": "Long exposure-like holds and macro phosphor detail inserts", + "accents": [ + "phosphor micro-glow and soft particle micro-bloom" + ], + "mood": [ + "transcendent hush", + "delicate amazement" + ], + "lighting": [ + "internal cold biolume with preserved dark surrounds" + ], + "style": [ + "phosphor night vignette", + "biolume portrait short" + ] + }, + { + "subGenre": "Crystal Caves", + "scene": "Hall of singing crystals where every touch triggers a harmonic resonance (light)", + "sceneVariants": [ + "Hall of singing crystals where every touch triggers a harmonic resonance", + "Arrays of tuned crystal columns forming a natural instrument", + "Visitors walking a sonic path across tuned plates", + "A master performer coaxing a melody from the columns", + "Notation scratched into stone as a guide" + ], + "actions": [ + "Hands playing a slow melody across crystal keys with resonant sustain", + "Camera telephoto to compress columns and macro on contact points", + "A ripple of sound traveling down the hall synchronizing light", + "Children learning simple sequences with delighted faces" + ], + "camera": "Immersive lateral tracking paired with high-frame-rate harmonic inserts", + "accents": [ + "harmonic micro-glint and tuned micro-resonance" + ], + "mood": [ + "communal music", + "playful ritual" + ], + "lighting": [ + "warm internal point lights with soft hall fill" + ], + "style": [ + "musical cavern vignette", + "participatory sonic short" + ] + }, + { + "subGenre": "Crystal Caves", + "scene": "Echo-stone chamber where crystal surfaces map sound into visible patterns (dark)", + "sceneVariants": [ + "Echo-stone chamber where crystal surfaces map sound into visible patterns", + "Surfaces that fluoresce briefly with each tone", + "A researcher tapping to record pattern responses", + "A wall covered in transient luminous glyphs", + "Observers annotating changes in notebooks" + ], + "actions": [ + "A tone producing a transient fractal of light along a crystal face", + "Camera micro-inserts on pattern spreading and returning to quiet", + "Graphing devices capturing pattern evolution in real-time", + "A collective hush as a perfect harmonic paints a complex glyph" + ], + "camera": "Macro analytic inserts with measured wide holds to show pattern scale", + "accents": [ + "fluorescent micro-traces and crystal pattern micro-detail" + ], + "mood": [ + "scientific wonder", + "reverent analysis" + ], + "lighting": [ + "projected micro-LED key with controlled dark background" + ], + "style": [ + "research vignette", + "sonic-pattern short" + ] + }, + { + "subGenre": "Crystal Caves", + "scene": "Cradle grotto where tiny hatchling crystals grow and pulse (light)", + "sceneVariants": [ + "Cradle grotto where tiny hatchling crystals grow and pulse", + "Low clusters of soft-glowing baby facets", + "A caretaker gently rotating a cluster for even light", + "A child watching their slow growth with fascination", + "Faint chirping as polychrome motes collide" + ], + "actions": [ + "Cradles pulsing slowly and expanding micro-facets over hours", + "Camera macro on growth seams and micro-venation", + "Caregiver measuring pulse rates and recording in a ledger", + "A tiny 'birth' event where a facet snaps free to reveal color" + ], + "camera": "Intimate macro-focused cinematography with gentle glide-pulls", + "accents": [ + "soft micro-glow and facet micro-translucence" + ], + "mood": [ + "tender wonder", + "nurturing patience" + ], + "lighting": [ + "gentle point micro-lighting with warm cradle fill" + ], + "style": [ + "nursery vignette", + "growth portrait short" + ] + }, + { + "subGenre": "Crystal Caves", + "scene": "Obsidian mirror chamber where explorers see visions in polished faces (dark)", + "sceneVariants": [ + "Obsidian mirror chamber where explorers see visions in polished faces", + "Polished black surfaces reflecting alternate scenes", + "A low hum that seems to emanate from the stone", + "A cautious group testing the mirror with candle offerings", + "A single ruined mural faintly visible in reflection" + ], + "actions": [ + "A visitor peering into a polished face and seeing a memory projection", + "Camera close on reflected micro-detail and eye micro-reaction", + "A group recording the variations and murmuring theories", + "A sudden flicker and the reflections rearrange" + ], + "camera": "Deliberate mirror-framed cuts and tight reflective macro-inserts", + "accents": [ + "polished micro-reflection and dark-surface micro-glow" + ], + "mood": [ + "uncanny introspection", + "haunted curiosity" + ], + "lighting": [ + "focused low-key with selective reflection highlights" + ], + "style": [ + "mirror vision vignette", + "psychic portrait short" + ] + } + ] +} \ No newline at end of file diff --git a/src/data/fantasy_dark_castles.json b/src/data/fantasy_dark_castles.json new file mode 100644 index 0000000..4d3a6bc --- /dev/null +++ b/src/data/fantasy_dark_castles.json @@ -0,0 +1,619 @@ +{ + "fantasy": [ + { + "subGenre": "Dark Castles", + "scene": "Storm-battered cliff fortress with lightning lancing the parapets (dark)", + "sceneVariants": [ + "Storm-battered cliff fortress with lightning lancing the parapets", + "Pillared battlements slick with salt spray", + "Tattered banners whipping in gale-force wind", + "A narrow causeway choked by swirling mist", + "Battlements silhouetted against a rolling thundercloud" + ], + "actions": [ + "Lightning forks and illuminates skeletal banners", + "A lone sentry staggering to re-light a lantern", + "A raven dropping toward the battlements and veering off", + "Camera capturing sheet-like rain and wet stone micro-detail" + ], + "camera": "Wide crane establishing shot then slow push to rain-glazed macro on carved keystones", + "accents": [ + "harsh specular on wet stone edges", + "electric micro-glare on metal fittings" + ], + "mood": [ + "ominous grandeur", + "tense foreboding" + ], + "lighting": [ + "strobe-like lightning key with deep ambient shadow" + ], + "style": [ + "gothic storm vignette", + "epic grim portrait" + ] + }, + { + "subGenre": "Dark Castles", + "scene": "Moss-choked courtyard where statues weep black sap (dark)", + "sceneVariants": [ + "Moss-choked courtyard where statues weep black sap", + "Pooled runoff glinting with oily colors", + "Crumbling stone benches half-swallowed by roots", + "Faint candlelight reflected in algae-rimmed puddles", + "A vine-grown arch framing an iron gate" + ], + "actions": [ + "Slow dripping from statue mouths forming oily ripples", + "A pilgrim tracing a rune on the base and recoiling", + "Camera macro on sap viscosity and stone micro-porosity", + "A cat-like silhouette slipping between column shadows" + ], + "camera": "Low dolly with long macro holds to capture tactile moss and sap", + "accents": [ + "slick micro-reflections on sap", + "soft moss-edge rim lighting" + ], + "mood": [ + "decayed reverence", + "quiet unease" + ], + "lighting": [ + "low warm practicals with cool underfill to preserve depth" + ], + "style": [ + "decay-study vignette", + "haunted still portrait" + ] + }, + { + "subGenre": "Dark Castles", + "scene": "Moonlit tower where a single lantern hangs from a crooked window (light)", + "sceneVariants": [ + "Moonlit tower where a single lantern hangs from a crooked window", + "Silver sheen on crenellations and a narrow spiral stair", + "A far-off owl marking time on the parapet", + "A small rope bridge leading to an inner keep", + "A distant village sparkle far below" + ], + "actions": [ + "Lantern sway and the slow opening of a shutter", + "A cloaked figure pausing to look toward the valley", + "Camera slow pull-through of stair geometry with moon-glaze inserts", + "A kettle boiling, a small plume of steam signaling life" + ], + "camera": "Telephoto compression to flatten verticality with delicate push-ins", + "accents": [ + "lunar rim on stone cornices", + "soft lantern micro-bloom" + ], + "mood": [ + "lonely watchfulness", + "mild serenity" + ], + "lighting": [ + "strong moon-key with warm localized fill" + ], + "style": [ + "quiet sentinel vignette", + "nocturnal pastoral short" + ] + }, + { + "subGenre": "Dark Castles", + "scene": "Great hall of echoing banners and a long deserted feast table (dark)", + "sceneVariants": [ + "Great hall of echoing banners and a long deserted feast table", + "Candle stubs and crusted goblets on a dust-layered table", + "Paintings staring down from shadowed walls", + "A high pyre-smoke stain above the hearth", + "Stone dais with an empty throne" + ], + "actions": [ + "A draft setting a banner to flutter and loose crumbs to roll", + "Dust motes swirling through a thin sunbeam from a high slit", + "Camera slow lateral pass along the tabletop to capture relic detail", + "An unseen animal knocking a cup and scurrying off" + ], + "camera": "Slow lateral dolly with long holds and micro-detail cutaways", + "accents": [ + "candle micro-glow on tarnished silver", + "high micro-detail on carved wood grain" + ], + "mood": [ + "melancholic ruin", + "stately decay" + ], + "lighting": [ + "low warm key with directional shafting to emphasize dust" + ], + "style": [ + "abandoned grandeur vignette", + "melancholy architectural short" + ] + }, + { + "subGenre": "Dark Castles", + "scene": "Hidden spiral stair where echoes return with odd harmonics (dark)", + "sceneVariants": [ + "Hidden spiral stair where echoes return with odd harmonics", + "Narrow stone steps and hand-worn balustrade", + "Faint glyphs scratched into the risers", + "Dampness darkening the treads", + "A shaft of light from a distant slit" + ], + "actions": [ + "Footsteps producing slightly detuned echoes", + "A dropped ring clinking and reverberating oddly", + "Camera twisting with the stair flow and cutting to hand detail", + "A whispered oral incantation dissolving into the stone" + ], + "camera": "Helical dolly that mirrors the stair's spiral with micro-macro audio inserts", + "accents": [ + "wet-stone micro-sheen", + "subtle resonance micro-echo" + ], + "mood": [ + "claustrophobic curiosity", + "arcane tension" + ], + "lighting": [ + "selective low-key with small rim highlights" + ], + "style": [ + "psycho-architectural vignette", + "whispered passage short" + ] + }, + { + "subGenre": "Dark Castles", + "scene": "Rooftop gardens overtaken by thorns and ghostly roses (light)", + "sceneVariants": [ + "Rooftop gardens overtaken by thorns and ghostly roses", + "Crumbling balustrades entwined with flowering vines", + "A ruined sundial overgrown with pale petals", + "A soft wind carrying petal-snow", + "A distant bell tolling the hour" + ], + "actions": [ + "Petals drifting like snow across cracked tiles", + "A gardener-ghost tending a single surviving bloom", + "Camera glide focusing on petal micro-structure and dew", + "Bees—too many and luminescent—buzzing in odd patterns" + ], + "camera": "Gimbal sweep with gentle macro pulls on flora", + "accents": [ + "petal micro-translucence and dew micro-sheen" + ], + "mood": [ + "eerie beauty", + "tender decay" + ], + "lighting": [ + "soft prismatic daylight with cool shadow fill" + ], + "style": [ + "floral gothic vignette", + "ghost-garden short" + ] + }, + { + "subGenre": "Dark Castles", + "scene": "Dungeon-forge where imprisoned blacksmiths hammer cursed blades (dark)", + "sceneVariants": [ + "Dungeon-forge where imprisoned blacksmiths hammer cursed blades", + "Charred anvils and chained bellows breathing smoke", + "Sparks falling like ash onto scuffed stone", + "Runes glowing red along a blade edge", + "A distant drip from a rusted pipe" + ], + "actions": [ + "Forge-hammer cadence punctuated by anguished chants", + "A blade flaring briefly with suffused runic light", + "Camera macro on textured steel and hand-blister detail", + "A smith collapsing and another taking up the hammer" + ], + "camera": "Low gritty dolly with macro metal inserts and wide cavern reveals", + "accents": [ + "molten micro-specular on blade edges", + "soot micro-grain on hands" + ], + "mood": [ + "grinding desperation", + "ritual craft" + ], + "lighting": [ + "intense hot-key from forge with deep ambient shadow" + ], + "style": [ + "industrial gothic vignette", + "captive-craft short" + ] + }, + { + "subGenre": "Dark Castles", + "scene": "Ballroom beneath a collapsed dome where phantom dancers rehearse (dark)", + "sceneVariants": [ + "Ballroom beneath a collapsed dome where phantom dancers rehearse", + "Torn frescoes and moonlight filtering through gaps", + "Phantom silhouettes circling the debris-strewn floor", + "A shattered chandelier hanging at an angle", + "Echoing waltz fragments on a broken gramophone" + ], + "actions": [ + "Ethereal figures moving in perfect antique choreography", + "Camera long holds on shoe glint and ephemeral gown micro-ripples", + "A sudden swell as phantom violins converge", + "Dust motes dancing in the fractured light" + ], + "camera": "Slow circular crane to track spectral movement with soft diffusion", + "accents": [ + "friction micro-glisten on torn fabric", + "fresco pigment micro-texture" + ], + "mood": [ + "haunted elegance", + "melancholic ritual" + ], + "lighting": [ + "thin moon-key with soft bloom to sell spectral presence" + ], + "style": [ + "phantom ballroom vignette", + "ghost-dance short" + ] + }, + { + "subGenre": "Dark Castles", + "scene": "Gatehouse market at twilight trading in forbidden relics (dark)", + "sceneVariants": [ + "Gatehouse market at twilight trading in forbidden relics", + "Cloth stalls draped in shadow and black wax candles", + "Merchants swapping wrapped trinkets with furtive glances", + "A gaunt hooded broker weighing a tiny skull", + "A furtive exchange under a stone arch" + ], + "actions": [ + "Hands exchanging rolled maps and fetishes with sealed nods", + "Camera close on wrapped wares and seal micro-stamps", + "A sudden chase through narrow alleys after a bargain gone wrong", + "A buyer pocketing a relic and whispering thanks" + ], + "camera": "Roaming handheld with tight market macros and quick escape reveals", + "accents": [ + "candle micro-specular and fabric micro-wear" + ], + "mood": [ + "sly commerce", + "nocturnal risk" + ], + "lighting": [ + "low warm practicals punctuating deep shadow" + ], + "style": [ + "black-market vignette", + "shadow trade short" + ] + }, + { + "subGenre": "Dark Castles", + "scene": "Library of bones where tomes are bound in ossified leather (dark)", + "sceneVariants": [ + "Library of bones where tomes are bound in ossified leather", + "Shelves of rib-like spines and skull-shaped lampstands", + "Whispered footfalls resonating with hollow timbre", + "Ash-flecked reading cushions", + "A scribe carefully inscribing in faintly-glowing ink" + ], + "actions": [ + "A hand brushing across bone-bound spines and a shudder of dust", + "Camera micro on vellum grain and bone seam micro-detail", + "A page turned that emits a faint whisper like a breath", + "A scholar reading and murmuring a translation aloud" + ], + "camera": "Slow lateral sweeps with macro focus on texture and tiny reveals", + "accents": [ + "bone micro-porosity detail and ink phosphor micro-glow" + ], + "mood": [ + "arcane gravity", + "scholarly unease" + ], + "lighting": [ + "low warm key with selective phosphor highlights" + ], + "style": [ + "occult library vignette", + "arcane archive short" + ] + }, + { + "subGenre": "Dark Castles", + "scene": "Collapsed chapel turned mushroom grove where hymns ferment (light)", + "sceneVariants": [ + "Collapsed chapel turned mushroom grove where hymns ferment", + "Stained glass shards sprouting fungal caps", + "A choir-like chorus of insect clicks and fungal song", + "A damp stone font now pooling phosphorescent water", + "Vines braided through pews" + ], + "actions": [ + "Bioluminescent spores rising in rhythmic puffs", + "A pilgrim recording the fungal chorus with care", + "Camera macro on spore micro-structure and glass edge refraction", + "A gentle communal hum that synchronizes with spore pulses" + ], + "camera": "Delicate macro motion with slow wide reveals to show scale", + "accents": [ + "biolume micro-glow and damp stone micro-reflection" + ], + "mood": [ + "strange nourishment", + "holy reclamation" + ], + "lighting": [ + "soft multi-hued point lighting with dark surrounds" + ], + "style": [ + "reclaimed chapel vignette", + "fungal liturgy short" + ] + }, + { + "subGenre": "Dark Castles", + "scene": "Beast-pens in the outer bailey where shadow-hounds pace (dark)", + "sceneVariants": [ + "Beast-pens in the outer bailey where shadow-hounds pace", + "Iron yokes and damp straw scattered", + "Chains clinking and low guttural breathing", + "A handler with lantern and tattered leash", + "Teeth glinting in low light" + ], + "actions": [ + "Hounds straining on chains as a distant horn sounds", + "Camera macro on saliva and tooth micro-detail", + "A sudden release and a chaotic surge across the yard", + "A handler barely holding back a tidal snarl" + ], + "camera": "Gritty low dolly with chaotic wide cuts and micro close-ups", + "accents": [ + "wet fur micro-sheen and iron micro-glint" + ], + "mood": [ + "latent menace", + "coiled violence" + ], + "lighting": [ + "low practicals with sharp warm accents" + ], + "style": [ + "beast-pen vignette", + "menace short" + ] + }, + { + "subGenre": "Dark Castles", + "scene": "Secret garden beneath the keep where moon-flowers open at midnight (light)", + "sceneVariants": [ + "Secret garden beneath the keep where moon-flowers open at midnight", + "Hidden stone basin with glinting water", + "A lattice of thorn and jasmine", + "Soft footsteps on moss paths", + "A small bench with a carved dedication" + ], + "actions": [ + "Moon-flowers unfurling and exhaling perfumed mist", + "A guardian reading by the basin in hush", + "Camera close on petal micro-venation and dew micro-spark", + "A whispered exchange of vows under flower-sheened light" + ], + "camera": "Gentle crane with macro floral inserts and serene wide reveals", + "accents": [ + "petal micro-translucence and dew speculars" + ], + "mood": [ + "secret tenderness", + "calm refuge" + ], + "lighting": [ + "soft moon-key with warm underfill" + ], + "style": [ + "hidden garden portrait", + "nocturnal bloom short" + ] + }, + { + "subGenre": "Dark Castles", + "scene": "Frozen battlements glazed with rime and the hush of winter (dark)", + "sceneVariants": [ + "Frozen battlements glazed with rime and the hush of winter", + "Icicles dangling like teeth from stone eaves", + "Frosted banners clinging to poles", + "Footprints trailing away into white", + "A narrow smoke plume from an inner hearth" + ], + "actions": [ + "Breath misting in crystalline air and boots creaking on rime", + "A patrol wrapping cloaks tighter and scanning the horizon", + "Camera low to show frost micro-crystal formation", + "A distant horn muffled by snow" + ], + "camera": "Cold dolly with macro frost inserts and slow telephoto pulls", + "accents": [ + "cerulean micro-refraction and frost micro-prism" + ], + "mood": [ + "glacial vigilance", + "crystalline stillness" + ], + "lighting": [ + "cool hard key with muted fill" + ], + "style": [ + "winter guard vignette", + "frozen fortress short" + ] + }, + { + "subGenre": "Dark Castles", + "scene": "Hall of mirrors where reflections show other ages (dark)", + "sceneVariants": [ + "Hall of mirrors where reflections show other ages", + "Tilted mirrors and warped frames", + "Faint echoes of past banquets playing in reflections", + "A visitor pausing as their reflection lingers differently", + "Dust-smeared glass catching stray light" + ], + "actions": [ + "Reflection slipping out of sync with actual movement", + "Camera complex cross-cut between real and reflected space", + "A hand reaching to touch reflection and passing through", + "A faint whisper from a reflection answering the visitor" + ], + "camera": "Clever mirrored cuts and telephoto inserts to confuse perspective", + "accents": [ + "glass micro-refraction and antique frame micro-wear" + ], + "mood": [ + "uncanny melancholy", + "temporal dislocation" + ], + "lighting": [ + "selective cool backlight with warm spot accents" + ], + "style": [ + "mirror-paradox vignette", + "temporal portrait short" + ] + }, + { + "subGenre": "Dark Castles", + "scene": "Sunrise ramparts where the castle's silhouette warms into color (light)", + "sceneVariants": [ + "Sunrise ramparts where the castle's silhouette warms into color", + "Gulls wheeling over distant cliffs", + "A fisher rowing in the bay beneath", + "Banner edges catching the first rays", + "A baker lighting ovens in a nearby courtyard" + ], + "actions": [ + "Dawn chorus as the keep comes to life with small tasks", + "Camera wide establishing pull to show morning activity", + "Merchants opening stalls near the outer gate", + "A child running with a loaf to the table" + ], + "camera": "Warm crane with telephoto compression for hero-scale reveals", + "accents": [ + "golden rim on stone and bakery micro-crisp highlights" + ], + "mood": [ + "renewed hope", + "everyday resilience" + ], + "lighting": [ + "warm natural dawn key with soft fill" + ], + "style": [ + "dawn life vignette", + "vital morning short" + ] + }, + { + "subGenre": "Dark Castles", + "scene": "Armory vault where enchanted armor breathes lightly in the dark (dark)", + "sceneVariants": [ + "Armory vault where enchanted armor breathes lightly in the dark", + "Racks of mail and helms with faint runes", + "A sentinel's gloved hand testing a gauntlet", + "Sparked flints and oil-stained rags", + "A low hum as a suit shifts its posture" + ], + "actions": [ + "Armor pieces settling as if inhaling", + "Camera macro on rune micro-lacquer and joint micro-tension", + "A careful inspection reveals a heartbeat-like motion in a helm slit", + "A smith oiling a joint and whispering an old charm" + ], + "camera": "Low dolly with close metal micro-inserts and wide vault reveals", + "accents": [ + "polished metal micro-spec and rune micro-glow" + ], + "mood": [ + "latent power", + "wary awe" + ], + "lighting": [ + "low warm-tool light with cool ambient backfill" + ], + "style": [ + "enchanted armory vignette", + "artifact portrait short" + ] + }, + { + "subGenre": "Dark Castles", + "scene": "Secret aqueduct under the castle where lantern fish light a subterranean stream (light)", + "sceneVariants": [ + "Secret aqueduct under the castle where lantern fish light a subterranean stream", + "Moss-lined stone channels and shallow clear flow", + "Small stepping stones worn smooth by centuries", + "A scholar kneeling to sample the water", + "Stray roots dripping into the channel" + ], + "actions": [ + "Lantern fish pulsing as a foot disturbs the water", + "Camera macro on water micro-facets and fish micro-lumens", + "A scholar uncorking a vial and dipping a finger", + "Soft echoing of distant castle life overhead" + ], + "camera": "Low water-surface tracking with gentle macro inserts", + "accents": [ + "prismatic micro-refraction and soft aquatic micro-glow" + ], + "mood": [ + "quiet discovery", + "subterranean calm" + ], + "lighting": [ + "soft biolume with deep stone shadow" + ], + "style": [ + "hidden-water vignette", + "aquatic secret short" + ] + }, + { + "subGenre": "Dark Castles", + "scene": "Throne room reclaimed by ivy and small birds nesting in the cornices (light)", + "sceneVariants": [ + "Throne room reclaimed by ivy and small birds nesting in the cornices", + "Ivy draping across heraldic banners", + "A sunbeam catching motes and feather-fluff", + "A small nest perched on the throne crest", + "Birdsong echoing in the vast space" + ], + "actions": [ + "Birds fluttering out as a visitor enters and returning moments later", + "Camera gentle lateral passes with telephoto portrait of reclaimed throne", + "A caretaker sweeping dust and letting feed crumbs for birds", + "A slow focus pull from throne detail to distant horizon" + ], + "camera": "Soft lateral crane with macro on feather micro-structure", + "accents": [ + "feather micro-bounce and ivy micro-vein detail" + ], + "mood": [ + "resilient peace", + "gentle restoration" + ], + "lighting": [ + "bright warm key with natural fill" + ], + "style": [ + "reclaimed throne vignette", + "restoration portrait short" + ] + } + ] +} \ No newline at end of file diff --git a/src/data/fantasy_dragon_realms.json b/src/data/fantasy_dragon_realms.json new file mode 100644 index 0000000..3b4f1c9 --- /dev/null +++ b/src/data/fantasy_dragon_realms.json @@ -0,0 +1,502 @@ +{ + "fantasy": [ + { + "subGenre": "Dragon Realms", + "scene": "Volcanic caldera where a brood sleeps on embered gold", + "sceneVariants": [ + "Volcanic caldera where a brood sleeps on embered gold", + "Rim of smoking rock and molten veins", + "Ancient coin-hoard half-buried in ash", + "Winged silhouettes against a glowing lava pool", + "Cracked obsidian spires framing the den" + ], + "actions": [ + "Low roars rumbling through the caldera", + "A hatchling stirring and uncurling toward a warm ember", + "Sparks drifting when a massive tail flicks", + "Camera capturing heat shimmer and scale reflections" + ], + "camera": "Wide crane over rim then slow push to hatchling macro with heat-haze inserts", + "accents": [ + "ember-edge rim-light on scales", + "molten micro-specular reflections on coin surfaces" + ], + "mood": [ + "primordial awe", + "coiled menace" + ], + "lighting": [ + "selective warm lava glow with deep surrounding blacks", + "intense specular highlights on polished hoard" + ], + "style": [ + "epic fantasy cinematography", + "mythic beast portrait" + ] + }, + { + "subGenre": "Dragon Realms", + "scene": "Skycastle terraces where dragons nest among spires of glass", + "sceneVariants": [ + "Skycastle terraces where dragons nest among spires of glass", + "Cloud-capped battlements and floating gardens", + "Glass domes refracting aurora-like skies", + "Terrace ropes hung with wind-pearls", + "A dragon preening on a sunlit balustrade" + ], + "actions": [ + "Wings unfurling to dry in high winds", + "A hatchling practicing short flights between spires", + "Gardens trembling as a heavy beast lands", + "Camera gliding through spire canopies to show scale" + ], + "camera": "Gimbal sweep among terraces with periodic aerial drone pulls", + "accents": [ + "glass prism rim-glow", + "high micro-detail on feathered scale transitions" + ], + "mood": [ + "lofty serenity", + "elegant grandeur" + ], + "lighting": [ + "broad cool sky-key with refracted warm spots", + "soft volumetric to show altitude haze" + ], + "style": [ + "fantasy architectural portrait", + "aerial majestic short" + ] + }, + { + "subGenre": "Dragon Realms", + "scene": "Icy fjord lair where frost-drakes sleep in glacial caves (dark)", + "sceneVariants": [ + "Icy fjord lair where frost-drakes sleep in glacial caves", + "Blue-white ice caverns and slow icicle curtains", + "Breath forming frosty halos in narrow passages", + "Auroral reflections on still ice pools", + "A dragon's eye glowing like a distant glacier light" + ], + "actions": [ + "Slow exhalations creating crystalline mists", + "A hunter carefully approaching to trade for a scale", + "Ice plates creaking at a deep tremor", + "Camera macro on frost crystals forming along whiskers" + ], + "camera": "Cold, low-angle dolly into the cave with macro frost inserts", + "accents": [ + "cerulean subsurface rim and ice micro-prism sparkle" + ], + "mood": [ + "glacial solemnity", + "tense reverence" + ], + "lighting": [ + "cool inner-blue fill with cold pin highlights", + "low ambient to preserve depth and coldness" + ], + "style": [ + "minimal cold cinematography", + "fable-like natural portrait" + ] + }, + { + "subGenre": "Dragon Realms", + "scene": "Emerald jungle canopy where feathered wyverns dart between ruins (light)", + "sceneVariants": [ + "Emerald jungle canopy where feathered wyverns dart between ruins", + "Temple roofs collapsed into giant ferns", + "Sunlit shafts through high-leaved canopy", + "Birdlike dragons perching on mossed statues", + "Vines braided around wing bones and ruins" + ], + "actions": [ + "Wyverns calling in bright trills and launching for quick passes", + "A researcher noting feather patterns with a field-guide", + "Light rain making leaves drip and fractal glints", + "Camera following a rapid wing-pass in slow motion" + ], + "camera": "Low canopy tracking with whip-pans to match darting movement", + "accents": [ + "warm leaf-kick rim on feather edges", + "saturated green micro-detail to emphasize life" + ], + "mood": [ + "lively curiosity", + "wild exuberance" + ], + "lighting": [ + "dappled sunlight with soft under-canopy fill", + "specular on wet foliage" + ], + "style": [ + "wildlife fantasy short", + "adventure naturalism" + ] + }, + { + "subGenre": "Dragon Realms", + "scene": "Desert ossuary where skeletal dragons scintillate beneath the sand (dark)", + "sceneVariants": [ + "Desert ossuary where skeletal dragons scintillate beneath the sand", + "Wind-polished bone arches and glassy sand dunes", + "Bones adorned with ancient rune-inlays", + "A solitary scholar tracing glyphs with a brush", + "Heat-haze turning ruins to slow mirages" + ], + "actions": [ + "Sand shifting to reveal iridescent bone plates", + "A wind revealing a rune-spark that briefly glows", + "Camera close on fossil micro-etchings and scale-imprint patterns", + "A shadow of a living dragon passing as a dust-streak" + ], + "camera": "Slow, reverent crane with micro-macro inserts on glyph texture", + "accents": [ + "sandy micro-specular and patina on bone inlays" + ], + "mood": [ + "ancient melancholy", + "solemn reflection" + ], + "lighting": [ + "hot desert key with low-side fill to bring out relief", + "soft glare control to preserve detail" + ], + "style": [ + "archaeological fantasy portrait", + "desert myth vignette" + ] + }, + { + "subGenre": "Dragon Realms", + "scene": "Crystal cavern where small gemstone-dragons hoard luminescent geodes (light)", + "sceneVariants": [ + "Crystal cavern where small gemstone-dragons hoard luminescent geodes", + "Prismatic stalagmites and glittering pools", + "Tiny dragons sleeping curled around gems", + "Miners leaving small offerings of polished stones", + "Echoing drips creating rhythmic chimes" + ], + "actions": [ + "Gem-dragons turning gems to show color-change", + "A miner carefully swapping a pebble as tribute", + "Camera macro on facets refracting tiny rainbows", + "Long exposure reveals of motes orbiting light sources" + ], + "camera": "Macro gem inserts with slow glide to reveal cavern topology", + "accents": [ + "prismatic micro-refraction", + "high micro-clarity on faceted crystals" + ], + "mood": [ + "delightful wonder", + "tactile fascination" + ], + "lighting": [ + "multi-hued crystal point lights with dark surrounds", + "soft volumetric mist to enhance depth" + ], + "style": [ + "gem-fantasy microcinema", + "aesthetic wonder vignette" + ] + }, + { + "subGenre": "Dragon Realms", + "scene": "Twilight marsh where swamp-dragons exhale phosphorescent fog (dark)", + "sceneVariants": [ + "Twilight marsh where swamp-dragons exhale phosphorescent fog", + "Sedge-lined pools and waterlogged roots", + "Long low silhouettes drifting across reflective water", + "Faint bioluminescent algae disturbed by movement", + "A boat gliding past and leaving luminous ripples" + ], + "actions": [ + "Fog curling and glowing as dragon breath cools", + "A cautious boatman using a lantern to navigate", + "Camera low over water showing ripple-glow interaction", + "Hushed croaks and far-off wing claps punctuating silence" + ], + "camera": "Low floating gimbal with slow wide reveals and close fog macro", + "accents": [ + "phosphor subsurface rim and wet micro-sheen" + ], + "mood": [ + "eerie beauty", + "watery hush" + ], + "lighting": [ + "cool teal fill with soft warm micro-accents", + "low-key surround to preserve glow" + ], + "style": [ + "nocturnal marsh fantasy", + "moody creature portrait" + ] + }, + { + "subGenre": "Dragon Realms", + "scene": "Hilltop shrine where monks tame the song-dragon with chants (light)", + "sceneVariants": [ + "Hilltop shrine where monks tame the song-dragon with chants", + "Circling prayer flags and low stone stupas", + "Monks with small bells and reed-flutes", + "Dragon perched coiled above the sanctuary", + "Dawn wind carrying chant over the valley" + ], + "actions": [ + "Monks chanting in slow measured intervals", + "Dragon responding with harmonic vocalizations", + "Camera pulling between faces and dragon throat micro-vibrations", + "A final communal bow as the dragon bows its head" + ], + "camera": "Slow crane from valley to shrine with intimate telephoto cut-ins", + "accents": [ + "warm prayer-flag backlight and harmonic micro-glow in throat" + ], + "mood": [ + "sacred calm", + "harmonic communion" + ], + "lighting": [ + "golden dawn key with cool valley fill", + "soft rim to separate figures from sky" + ], + "style": [ + "ritual fantasy short", + "spiritual creature portrait" + ] + }, + { + "subGenre": "Dragon Realms", + "scene": "Abandoned dwarven forge now guarded by ember-dragons and molten runes", + "sceneVariants": [ + "Abandoned dwarven forge now guarded by ember-dragons and molten runes", + "Charred anvils and rune-inscribed bellows", + "Lava channels that once powered great hammers", + "Small ember-whelps stoking dying coals", + "A lone smith's hammer reposing on stone" + ], + "actions": [ + "Ember-dragons circling and reigniting small pockets of lava", + "Camera close on rune-hot iron and scale-sheens", + "A salvage crew tiptoeing to retrieve an heirloom", + "Sparks flaring as a dragon exhales a measured ember" + ], + "camera": "Gritty low dolly with macro on rune heat and scale texture", + "accents": [ + "hot micro-speculars and molten rim-light" + ], + "mood": [ + "craggy reverence", + "fierce guardianship" + ], + "lighting": [ + "intense warm-hot key with deep venue shadows", + "nearbacklight to silhouette ember-wing arcs" + ], + "style": [ + "industrial fantasy vignette", + "forge-guardian portrait" + ] + }, + { + "subGenre": "Dragon Realms", + "scene": "Moon-plain where silver drakes glide under a full moon (light)", + "sceneVariants": [ + "Moon-plain where silver drakes glide under a full moon", + "Open plains of tall luminescent grass", + "Drakes casting long, graceful shadows", + "A lonely shepherd watching the sky", + "Crystalline dew reflecting lunar light" + ], + "actions": [ + "Drakes synchronized glides forming luminous patterns", + "Shepherd tracing constellations that mirror drake paths", + "Camera sweeping above to reveal formation geometry", + "Close macro on silver scales reflecting moon texture" + ], + "camera": "Aerial slow arcs with elegant telephoto compression for pattern reveals", + "accents": [ + "lunar silver rim and grass-dew micro-highlights" + ], + "mood": [ + "elegant calm", + "luminous freedom" + ], + "lighting": [ + "strong cool moon-key with soft fill", + "specular on dew and scale facets" + ], + "style": [ + "aerial poetic short", + "moonlit migratory vignette" + ] + }, + { + "subGenre": "Dragon Realms", + "scene": "Crystal spire library where drakes ink histories with flame (dark)", + "sceneVariants": [ + "Crystal spire library where drakes ink histories with flame", + "Shelves of smoke-blackened scrolls and crystal inkwells", + "Dragons curling around spines to warm pages", + "Ladders carved into spire walls for scholars", + "Low embers used as living ink" + ], + "actions": [ + "A dragon exhaling controlled flame to affix gold script", + "Scholars reading smoldering glyphs and wiping ash", + "Camera macro on charred edges and glowing letters", + "A page lifted releasing tiny ember-motes" + ], + "camera": "Complex crane/cross-cut to micro-macro the act of burning-script", + "accents": [ + "warm ink-flame micro-glow and crystal rim reflections" + ], + "mood": [ + "arcane solemnity", + "scholarly gravity" + ], + "lighting": [ + "low warm-key with crystal bounce to maintain readability", + "selective highlights on script areas" + ], + "style": [ + "occult archival short", + "library fantasy vignette" + ] + }, + { + "subGenre": "Dragon Realms", + "scene": "Cliff-bound nesting ledge overlooking stormy seas where cliff-dragons nest", + "sceneVariants": [ + "Cliff-bound nesting ledge overlooking stormy seas where cliff-dragons nest", + "Wind-swept grass and salt-white spray", + "Nests reinforced with driftwood and rope", + "A fisher watching a distant winged silhouette", + "Storm clouds rolling with dramatic shafts" + ], + "actions": [ + "Dragons landing with a roar as waves crash below", + "Eggs sheltered in layered nests while parents patrol", + "Camera wide with crashing-water low-angle reveals", + "Salt spray catching scale micro-sheen during landing" + ], + "camera": "Stabilized low crane with wind-synced cutting and close feather detail", + "accents": [ + "salt micro-specular and wind-raked rim-light" + ], + "mood": [ + "raw grandeur", + "protective vigilance" + ], + "lighting": [ + "high-contrast storm-key with strong backlight for spray", + "directional shafts to emphasize scale" + ], + "style": [ + "coastal epic short", + "nesting lore vignette" + ] + }, + { + "subGenre": "Dragon Realms", + "scene": "Underground magma tunnels where drake-smiths forge flame-blades", + "sceneVariants": [ + "Underground magma tunnels where drake-smiths forge flame-blades", + "Rivers of molten flow and basalt anvil platforms", + "Smiths riding small drakes to feed bellows", + "Blade forms glowing as they are quenched", + "Runic slag piles scattered like coals" + ], + "actions": [ + "Quenching a blade in a steaming pool while sparks fly", + "A drake assisting by blowing precise flame bursts", + "Camera macro on grain structure and runic slag glow", + "Smiths chanting rhythmically to temper metal" + ], + "camera": "Dynamic low dolly with macro-metal inserts and wide tunnel reveals", + "accents": [ + "molten micro-specular and hot-metal sheen" + ], + "mood": [ + "forged fervor", + "ritual craft" + ], + "lighting": [ + "intense warm-hot key with deep ambient shadow", + "volumetric smoke to show heat" + ], + "style": [ + "industrial fantasy short", + "craftwork vignette" + ] + }, + { + "subGenre": "Dragon Realms", + "scene": "Hidden vale where pastel-scaled nursery dragons learn to breathe color", + "sceneVariants": [ + "Hidden vale where pastel-scaled nursery dragons learn to breathe color", + "Soft moss-lined hollows and low flowering shrubs", + "Caregivers coaxing hatchling breath with gentle songs", + "Color clouds puffing and painting the air", + "A caregiver trailing pigment on a shell for training" + ], + "actions": [ + "Hatchlings exhaling small puffs that color nearby leaves", + "Caregivers applauding gentle successes", + "Camera close on pigment plume micro-texture", + "A playful chase as pups swirl color into patterns" + ], + "camera": "Intimate handheld with macro color plume inserts and wide nurturant views", + "accents": [ + "soft pastel rim on scales and pigment micro-glow" + ], + "mood": [ + "gentle nurture", + "delightful play" + ], + "lighting": [ + "soft morning key with warm fill", + "low contrast to enhance pastel feel" + ], + "style": [ + "tender fantasy vignette", + "nursery creature portrait" + ] + }, + { + "subGenre": "Dragon Realms", + "scene": "Thunder-plateaus where storm-drakes harness lightning for their scales", + "sceneVariants": [ + "Thunder-plateaus where storm-drakes harness lightning for their scales", + "Jagged rocky outcrops and constant cloud activity", + "Drakes perched like living conductors", + "Electrical arcs dancing across serrated spines", + "A storm-rider measuring charge with a rod" + ], + "actions": [ + "Lightning striking spines and charging scale filaments", + "Drakes flaring wings to distribute charge", + "Camera high-speed capture of arc-to-scale interactions", + "A sudden collective wingbeat creating a thunder clap" + ], + "camera": "High-frame-rate inserts for arc capture with epic pullbacks", + "accents": [ + "electric micro-glow and charged rim highlights" + ], + "mood": [ + "raw elemental power", + "electrified reverence" + ], + "lighting": [ + "dynamic high-contrast storm lighting with sharp speculars" + ], + "style": [ + "elemental spectacle short", + "storm-beast vignette" + ] + } + ] +} \ No newline at end of file diff --git a/src/data/fantasy_elven_cities.json b/src/data/fantasy_elven_cities.json new file mode 100644 index 0000000..f893340 --- /dev/null +++ b/src/data/fantasy_elven_cities.json @@ -0,0 +1,395 @@ +{ + "fantasy": [ + { + "subGenre": "Elven Cities", + "scene": "Moonlit arboreal city built in massive living trees", + "sceneVariants": [ + "Moonlit arboreal city built in massive living trees", + "Suspended wooden walkways and lantern-lined bridges", + "Canopies embroidered with woven lights", + "Elven pinnacles piercing the starlit sky", + "A central plaza carved into a giant trunk" + ], + "actions": [ + "Elven courtiers gliding along rope bridges in flowing robes", + "Lanterns being lit in silent ceremony at dusk", + "A musician plucking a harp atop a high branch", + "Fireflies answering a call like living stars" + ], + "camera": "Slow crane from canopy down to street-level with graceful tracking through arches", + "accents": [ + "soft moon-rim on leaf edges", + "gossamer lantern-bokeh in midground" + ], + "mood": "serene majesty", + "lighting": "cool moonlight with warm lantern pools", + "style": "elegant sylvan cinematography" + }, + { + "subGenre": "Elven Cities", + "scene": "Sun-drenched marble terraces with vine-wrapped architecture", + "sceneVariants": [ + "Sun-drenched marble terraces with vine-wrapped architecture", + "Open colonnades framing distant mountains", + "Fountains shaped like leaves and deer", + "Cascading terraces of hanging gardens", + "Elder trees grown through stone courtyards" + ], + "actions": [ + "Civic gatherings beneath flowering trellises", + "Silk banners rippling in a golden breeze", + "A sculptor chiseling botanical reliefs", + "Children playing with ribboned kites in terraces" + ], + "camera": "Fluid lateral dolly with telephoto pulls to compress terraces into pattern", + "accents": [ + "warm marble rim-light", + "polished water micro-reflections" + ], + "mood": "classical grace", + "lighting": "bright warm sunlight with soft fill", + "style": "architectural pastoral portrait" + }, + { + "subGenre": "Elven Cities", + "scene": "Crystal promenade where buildings grow translucent like gems", + "sceneVariants": [ + "Crystal promenade where buildings grow translucent like gems", + "Prismatic bridges and faceted towers", + "Walkways scattering rainbow shards on steps", + "Minstrels playing glass-instruments", + "Market stalls with luminous wares" + ], + "actions": [ + "Shops polishing crystal wares and demonstrating light tricks", + "A couple strolling and watching light refract", + "A child tracing patterns with a light-stick", + "Camera capturing refracted micro-rainbows in slow motion" + ], + "camera": "Delicate push-ins with prism-lens inserts to emphasize refraction", + "accents": [ + "prismatic micro-refraction", + "cool crystal speculars" + ], + "mood": "precious wonder", + "lighting": "multi-hued point light with dark surrounds", + "style": "fantastical design vignette" + }, + { + "subGenre": "Elven Cities", + "scene": "Underground root-city of bioluminescent halls and fungal lamps (night)", + "sceneVariants": [ + "Underground root-city of bioluminescent halls and fungal lamps", + "Root arches woven into living corridors", + "Soft blue and green fungi lighting pathways", + "Elven archives carved into root-knots", + "Steam-muted pools reflecting lantern lamps" + ], + "actions": [ + "Scholars walking slowly between archives under soft fungi glow", + "A keeper tending algae-lamps in ritual pattern", + "A whispering market trading preserved spores", + "Camera macro on biolume textures and root grain" + ], + "camera": "Low slow dolly with long macro holds to reveal organic detail", + "accents": [ + "gentle bioluminescent halos", + "wet-root micro-sheen" + ], + "mood": "quiet intimacy", + "lighting": "soft biolight with deep ambient black", + "style": "subterranean organic portrait" + }, + { + "subGenre": "Elven Cities", + "scene": "Sky-arch bridges connecting floating islet neighborhoods", + "sceneVariants": [ + "Sky-arch bridges connecting floating islet neighborhoods", + "Tethered plant-rafts and windward gardens", + "Aerial gondolas gliding between homes", + "Wind-harps strung across the isles", + "Cloud-washed horizon with distant spires" + ], + "actions": [ + "Gondoliers steering lightweight skiffs through archways", + "Gardeners pruning airborne vines", + "Market merchants lowering baskets for trade", + "Camera aerial tracking across arches for sense of vertigo" + ], + "camera": "Drone tracking with smooth gimbal arcs to capture vertical depth", + "accents": [ + "soft cloud rim and aerial micro-bloom", + "green canopy micro-detail on isles" + ], + "mood": "airy freedom", + "lighting": "strong sky-key with diffused cloud fill", + "style": "aerial pastoral vignette" + }, + { + "subGenre": "Elven Cities", + "scene": "Twilight festival of silk and music where lantern-strings weave through avenues", + "sceneVariants": [ + "Twilight festival of silk and music where lantern-strings weave through avenues", + "Performers on raised leaf-stages", + "Silk dancers weaving patterns of color", + "Food-lantern stalls offering floral infusions", + "Crowds seated on woven mats listening" + ], + "actions": [ + "Dancers tracing light patterns with silk ribbons", + "Musicians swapping melodic motifs across courtyards", + "A ceremonial lantern release forming patterns overhead", + "Camera rhythmic cuts to emphasize choreography" + ], + "camera": "Rhythmic handheld with periodic crane reveals of lantern arrays", + "accents": [ + "warm silk-rim highlights", + "lantern micro-bokeh" + ], + "mood": "communal enchantment", + "lighting": "warm lantern pools with cool surround", + "style": "festival cinematic short" + }, + { + "subGenre": "Elven Cities", + "scene": "Sacred moon-temple built around a standing ancient oak", + "sceneVariants": [ + "Sacred moon-temple built around a standing ancient oak", + "Stone altars carved with leaf glyphs", + "Priests in silver and moon-blue robes", + "Offerings of dew and moon-flowers", + "A silent reflecting pool mirroring the sky" + ], + "actions": [ + "A priestess performing a moonlit blessing", + "Petals scattered as a slow ceremonial percussion", + "Camera close on subtle ritual hand-gestures", + "A distant choral note resonating across the pool" + ], + "camera": "Respectful telephoto and slow crane for ceremonial dignity", + "accents": [ + "cool moon rim on leaf edges", + "soft reflective pool micro-highlights" + ], + "mood": "solemn reverence", + "lighting": "selective cool moon-key with soft fill", + "style": "ritual fantasy portrait" + }, + { + "subGenre": "Elven Cities", + "scene": "Marketplace of rare elixirs and living cloth merchants", + "sceneVariants": [ + "Marketplace of rare elixirs and living cloth merchants", + "Stalls with bottles glowing in subtle hues", + "Cloth that shifts color like breathing moss", + "A perfumer blending scent-potions in beakers", + "Children trading tiny herb charms" + ], + "actions": [ + "Merchants demonstrating living cloth reacting to touch", + "Elixirs decanted into small vial samples", + "A camera capturing color-shifts in cloth micro-surface", + "Bargaining with soft rhymed offers" + ], + "camera": "Handheld immersive passes with tight macro on fabric textures", + "accents": [ + "subtle vial lumens and fabric micro-gleam" + ], + "mood": "curious commerce", + "lighting": "even soft daylight with warm accent", + "style": "marketplace vignette" + }, + { + "subGenre": "Elven Cities", + "scene": "Library-grove where pages are grown as leaves and read like songs", + "sceneVariants": [ + "Library-grove where pages are grown as leaves and read like songs", + "Arboreal stacks and soft moss benches", + "Readers humming to coax text to unfurl", + "Scribes pruning narrative-branches", + "Wind-maps pinned to trunks showing story-currents" + ], + "actions": [ + "A scholar stroking a leaf-page to reveal hidden script", + "Children listening as a story-leaf slowly opens", + "Camera close on vein-script micro-patterns", + "A soft choir singing the revealed stanza" + ], + "camera": "Gentle lateral moves with macro focus on leaf-script detail", + "accents": [ + "leaf-paper translucence and soft ink micro-fiber" + ], + "mood": "gentle wonder", + "lighting": "diffuse dappled sunlight with warm fill", + "style": "literate fantasy vignette" + }, + { + "subGenre": "Elven Cities", + "scene": "Training courtyard where archers practice on living targets that bend and bloom", + "sceneVariants": [ + "Training courtyard where archers practice on living targets that bend and bloom", + "Oak stakes that sprout target-rings when hit", + "Gilded bows strung with moon-sinew", + "Coaches correcting subtle form in the breeze", + "Sparring rounds observed by elders" + ], + "actions": [ + "Arrows pinging with soft musical chimes on impact", + "Targets blooming to reveal small seed-trophies", + "Camera tracking an arrow from release to impact in slow motion", + "Archers exhaling and resetting with ritual care" + ], + "camera": "High-speed arrow pass with slow-motion impact macros", + "accents": [ + "arrow micro-specular and seed-glow micro-detail" + ], + "mood": "disciplined grace", + "lighting": "hard warm key with soft fill", + "style": "training montage vignette" + }, + { + "subGenre": "Elven Cities", + "scene": "Sculptor's quay where stone and living root are fused into monuments", + "sceneVariants": [ + "Sculptor's quay where stone and living root are fused into monuments", + "Workshops along a shimmering canal", + "Apprentices smoothing root-vein transitions", + "Steam and limewash on pedestals", + "A finished monument slowly sprouting vines" + ], + "actions": [ + "Chiseling, root-braiding, and living-patina application", + "A patron donating a small gem to a monument crevice", + "Camera close on chisel bite and root-fusing micro-join", + "A finishing wash that makes sculpture pulse with damp life" + ], + "camera": "Tactile slow dolly with macro on material junctions", + "accents": [ + "wet-stone sheen and living-root micro-texture" + ], + "mood": "craft reverence", + "lighting": "balanced daylight with warm shop fills", + "style": "artisan portrait vignette" + }, + { + "subGenre": "Elven Cities", + "scene": "Nocturnal watch where sentry sprites patrol the city lights (night)", + "sceneVariants": [ + "Nocturnal watch where sentry sprites patrol the city lights", + "Tiny winged sentries with lantern-torches", + "Silent roofs with soft watchful glows", + "A bell sounding at low intervals", + "A patrol releasing small signal-lights into the sky" + ], + "actions": [ + "Sentries lighting and snuffing lanterns along alleys", + "Camera following a sprite on a rooftop run", + "A distant howl answered by a soft signal chorus", + "Citizens peeking from windows to nod approval" + ], + "camera": "Fast intimate follow-cam with slow wide to show patrol pattern", + "accents": [ + "tiny warm rim-lights and soft airborne bokeh" + ], + "mood": "protective calm", + "lighting": "localized micro-lamps with cool surrounds", + "style": "nocturnal civic vignette" + }, + { + "subGenre": "Elven Cities", + "scene": "Aquifer gardens where water is sculpted into floating terraces", + "sceneVariants": [ + "Aquifer gardens where water is sculpted into floating terraces", + "Clear glass-waters and lily terraces", + "Water-binders tending currents to shape paths", + "Glass bridges casting rippled light", + "Children learning to step on floating pads" + ], + "actions": [ + "Gardeners shaping currents to levitate planters", + "Water-skimming boats ferrying guests", + "Camera slow pushes across mirrored water surfaces", + "Petals floating and collecting in current eddies" + ], + "camera": "Low-angle water-surface tracking with mirror splits", + "accents": [ + "water micro-refraction and soft rippled highlights" + ], + "mood": "liquid tranquility", + "lighting": "soft natural key with reflective fills", + "style": "water-garden vignette" + }, + { + "subGenre": "Elven Cities", + "scene": "Marketplace of whispers where secrets are traded as paper birds", + "sceneVariants": [ + "Marketplace of whispers where secrets are traded as paper birds", + "Small vendors folding ephemeral messages into origami", + "Aerial release towers where birds are set free", + "Listening booths where you may purchase a secret", + "Couriers who fly in exchange for barter" + ], + "actions": [ + "Hands exchanging folded birds and coins", + "Paper-birds released to carry messages across the city", + "Camera close on tiny script and winged flight micro-trails", + "A surprise reunification when two birds meet in mid-air" + ], + "camera": "Whimsical tracking with aerial micro-inserts for bird flight", + "accents": [ + "paper micro-texture and soft airborne specular" + ], + "mood": "mischievous intimacy", + "lighting": "gentle warm key with bright accents", + "style": "urban fantasy vignette" + }, + { + "subGenre": "Elven Cities", + "scene": "Hall of treaties where elders convene under an ancient dome", + "sceneVariants": [ + "Hall of treaties where elders convene under an ancient dome", + "Mosaic ceilings mapping seasonal alignments", + "Long oak table carved with lineage marks", + "Elders exchanging vow-gifts and quills", + "A hush broken by ceremonial ringing" + ], + "actions": [ + "Signing covenants with ink made from river-moss", + "Elders debating soft-spoken policy for forest stewardship", + "Camera telephoto on hand-signing and captured micro-expressions", + "A final ceremonial drink to seal accords" + ], + "camera": "Respectful telephoto and slow cross-cut to emphasize faces", + "accents": [ + "soft dome backlight and polished wood micro-sheen" + ], + "mood": "dignified deliberation", + "lighting": "warm dome-key with low ambient", + "style": "institutional fantasy portrait" + }, + { + "subGenre": "Elven Cities", + "scene": "Festival of rebirth where new saplings are grafted onto living walls (light)", + "sceneVariants": [ + "Festival of rebirth where new saplings are grafted onto living walls", + "Processions bearing tiny saplings in carved boxes", + "Music of small bells and flutes accompanying the grafting", + "Communal songs as new life is woven", + "Children planting token seeds along the wall" + ], + "actions": [ + "Grafting performed with gentle hands and blessing words", + "Communal watering and chanting to encourage rooting", + "Camera wide of the wall with close macro on graft seams", + "A final sweeping reveal of the newly greened façade" + ], + "camera": "Ceremonial crane and intimate macro graft details", + "accents": [ + "fresh-leaf micro-glow and moist soil micro-texture" + ], + "mood": "renewal joy", + "lighting": "warm golden key with soft fill", + "style": "communal ritual vignette" + } + ] +} \ No newline at end of file diff --git a/src/data/fantasy_enchanted_rivers.json b/src/data/fantasy_enchanted_rivers.json new file mode 100644 index 0000000..17aa32c --- /dev/null +++ b/src/data/fantasy_enchanted_rivers.json @@ -0,0 +1,602 @@ +[ + { + "subGenre": "Enchanted Rivers", + "scene": "A moonlit willow-lined river where lanterns float like slow stars", + "sceneVariants": [ + "A moonlit willow-lined river where lanterns float like slow stars", + "A narrow waterway threaded with paper-lantern reflections and drooping willows", + "A quiet bend where willow roots sip silver light", + "A boat gliding under a curtain of willow leaves with glowing lanterns", + "A river mirror broken by drifting lantern orbs" + ], + "actions": [ + "Lanterns gently drifting downstream and leaving trails of light", + "A ferryman guiding a lone passenger in silence", + "Willow branches brushing the water and sending shimmering ripples", + "A pair of fireflies circling each lantern and amplifying its glow" + ], + "camera": "Slow lateral dolly at water level with occasional 50mm close-ups on lantern reflections", + "accents": [ + "soft rim-lighting along willow edges", + "tiny specular highlights on lantern glass" + ], + "mood": "quiet, intimate reverie", + "lighting": "cool moonlight with warm lantern pools", + "style": "poetic nocturnal fantasy" + }, + { + "subGenre": "Enchanted Rivers", + "scene": "A sunlit river canyon where carved stone faces weep streams into the main flow", + "sceneVariants": [ + "A sunlit river canyon where carved stone faces weep streams into the main flow", + "A narrow gorge lined with sculpted ancestral visages spilling water", + "A canyon terrace where fountains merge into a single lively river", + "A cliffside of weathered carvings pouring ribbons of water", + "A sandstone ravine with mosaic pools channeling into the river" + ], + "actions": [ + "Water tumbling from stone mouths into shimmering eddies", + "A traveler tracing the carvings and listening to whispered legends", + "Sunbeams cutting across spray to make vertical rainbows", + "Small fish grazing on mineral deposits below the faces" + ], + "camera": "Wide aerial to mid-level steadycam tracking through the canyon, slow push-in on carvings", + "accents": [ + "golden rim light through spray", + "micro-contrast on wet stone textures" + ], + "mood": "ancient guardianship", + "lighting": "bright midday sun with prism spray highlights", + "style": "epic mythic realism" + }, + { + "subGenre": "Enchanted Rivers", + "scene": "A fog-wrapped marsh river at predawn where luminous algae trace ghostly veins", + "sceneVariants": [ + "A fog-wrapped marsh river at predawn where luminous algae trace ghostly veins", + "A slow peat river lit by bioluminescent streaks", + "A boardwalk over a misty watercourse threaded with faint green veins", + "A bog channel where light seems to flow within the water itself", + "A marsh turning into a living map of phosphorescent lines" + ], + "actions": [ + "Paddles dipping and leaving glowing trails", + "A heron stepping through a ribbon of algae light", + "Mist curling and revealing hidden reeds", + "Tiny ripples pulsing like breathing lanterns beneath the surface" + ], + "camera": "Low-angle glide just above water with occasional macro shots of algae filaments", + "accents": [ + "soft subsurface glow within the water", + "dewy micro-reflections on reeds" + ], + "mood": "haunting serenity", + "lighting": "muted pre-dawn with inner-water luminescence", + "style": "ethereal ecological fantasy" + }, + { + "subGenre": "Enchanted Rivers", + "scene": "A crystalline river flowing through a valley of glass trees under late-afternoon sun", + "sceneVariants": [ + "A crystalline river flowing through a valley of glass trees under late-afternoon sun", + "A stream of liquid crystal winding beneath refractive branches", + "A valley where water and glass merge into prismatic flows", + "A mirror-like river reflecting fractured sunlight through glass-leaves", + "A channel lined with faceted crystal outcrops catching sunbeams" + ], + "actions": [ + "Sunlight splitting into shards of color across the water", + "A child skipping stones that send rippled rainbows", + "Breezes chiming glass leaves and scattering motes", + "A herdsman guiding luminous creatures to drink at the bank" + ], + "camera": "Tracked glide with anamorphic flares and close-up macro on prismatic ripples", + "accents": [ + "prismatic caustics on the riverbed", + "high micro-detail on glass leaf facets" + ], + "mood": "joyful wonder", + "lighting": "warm golden afternoon with bright prismatic highlights", + "style": "stylized high-fantasy" + }, + { + "subGenre": "Enchanted Rivers", + "scene": "A subterranean river lit by lantern-fungi running through cavern arches", + "sceneVariants": [ + "A subterranean river lit by lantern-fungi running through cavern arches", + "An underground waterway threaded with glowing mycelial clusters", + "A flooded cavern where water reflects phosphor-studded ceilings", + "A tunnel river with stalactites dripping luminous beads", + "A grotto pool fed by luminescent tributaries" + ], + "actions": [ + "Droplets hitting the surface and creating luminous concentric rings", + "A small boat moving silently beneath glowing fungi", + "Bats skimming the surface and leaving fleeting ripples", + "A spelunker cupping light in their hands and watching it ripple" + ], + "camera": "Slow crane into the cavern then close walkaround on the boat, with occasional focus pulls", + "accents": [ + "bioluminescent speckle reflections", + "wet-stone specular halos" + ], + "mood": "mystical hush", + "lighting": "low ambient grotto glow with concentrated fungal pockets", + "style": "noir fantasy cavern" + }, + { + "subGenre": "Enchanted Rivers", + "scene": "A bustling river-market at midday where stalls float and barges barter under colored awnings", + "sceneVariants": [ + "A bustling river-market at midday where stalls float and barges barter under colored awnings", + "A ramshackle market of boats trading spices and fabrics", + "A canal avenue lined with floating shops and laddered stalls", + "A trade-lane of barges tugging past musicians and vendors", + "A central quay where boats form a kaleidoscopic carnival of commerce" + ], + "actions": [ + "Vendors shouting and casting nets of goods between boats", + "A child leaping from bow to bow chasing a paper boat", + "Hands exchanging coin, cloth, and small glowing curios", + "Musicians leaning over rails and playing upbeat tunes" + ], + "camera": "Handheld shoulder tracking weaving between boats, wide establishes and tight inserts", + "accents": [ + "warm subsurface scattering on colored fabrics", + "wet-sheen micro-highlights on oiled wood" + ], + "mood": "lively, communal energy", + "lighting": "clear midday sun with saturated color pops", + "style": "vibrant market realism" + }, + { + "subGenre": "Enchanted Rivers", + "scene": "A frozen river at blue hour with steam rising from a warm current and crystalized reeds", + "sceneVariants": [ + "A frozen river at blue hour with steam rising from a warm current and crystalized reeds", + "A narrow thawed channel cutting through ice like a black ribbon", + "A river with suspended beads of hoar frost catching twilight", + "A bridge over steaming water, icicles hanging like chandeliers", + "A winter river where pockets of open water glow softly against snow" + ], + "actions": [ + "Steam drifting and freezing into tiny suspended ice motes", + "A fisher in fur lowering a line into the warm pocket", + "A fox pausing at the bank to scent the air", + "Icicles chiming faintly as cold wind passes" + ], + "camera": "Static wide to show frozen symmetry with occasional slow push-ins on steam and frost", + "accents": [ + "cold speculars on ice edges", + "soft volumetric steam bloom" + ], + "mood": "still, crystalline calm", + "lighting": "deep blue twilight with isolated warm current glow", + "style": "quiet naturalism" + }, + { + "subGenre": "Enchanted Rivers", + "scene": "A river that runs through a city of suspended bridges and glasswalks at dusk", + "sceneVariants": [ + "A river that runs through a city of suspended bridges and glasswalks at dusk", + "An urban canal threaded under luminescent footbridges", + "A metropolitan river reflecting neon signage and suspended gardens", + "A tram gliding over transparent aqueducts crossing the river", + "A riverside promenade with lanterns and mirrored facades" + ], + "actions": [ + "Commuters crossing glasswalks while boat traffic drifts below", + "A street musician busking on a low quay and scattering coins", + "Lights from cafes and terraces pooling into the water", + "A ferry horn answering distant signals" + ], + "camera": "Dynamic crane and gimbal moves weaving between architecture and water, lens flares accenting neon", + "accents": [ + "neon rim-lighting on water ripples", + "chromatic reflections on glass surfaces" + ], + "mood": "urban melancholy with warmth", + "lighting": "dusk with mixed artificial and residual daylight", + "style": "neo-noir city fantasy" + }, + { + "subGenre": "Enchanted Rivers", + "scene": "A ribbon river that carries memories as glowing motes past sleeping villages at midnight", + "sceneVariants": [ + "A ribbon river that carries memories as glowing motes past sleeping villages at midnight", + "A watercourse where each ripple holds a tiny scene like a living diorama", + "A memory-river reflecting past events in miniature floating vignettes", + "A silent channel where elders cast remembrances into the current", + "A narrow stream where lanterns release captured recollections into flow" + ], + "actions": [ + "Floating motes unfolding into brief, translucent memories", + "A listener leaning on a bridge watching a childhood scene pass", + "Hands reaching to pluck a memory from the water and smiling or sighing", + "Old boats gently ferrying families who drop lanterns into the flow" + ], + "camera": "Slow, contemplative push-ins on vignettes with soft focus transitions between memories", + "accents": [ + "subtle glowing haloes around memory motes", + "soft grain on vignette reflections" + ], + "mood": "nostalgic, bittersweet", + "lighting": "soft nocturnal blues with warm memory glows", + "style": "lyrical magical realism" + }, + { + "subGenre": "Enchanted Rivers", + "scene": "A wide delta at golden hour where the river splits into living channels that hum", + "sceneVariants": [ + "A wide delta at golden hour where the river splits into living channels that hum", + "A marshy delta shaped like a harp, each arm singing faintly", + "A braided waterfield with reeds that resonate when the wind passes", + "A sunlit mouth where channels weave like threads of molten gold", + "A convergence where currents form luminous patterns on the surface" + ], + "actions": [ + "Waves forming harmonic ripples like musical notation", + "Fisher folk steering through channels tuned to different pitches", + "Herons taking off in choreographed flares", + "Sunbeams drifting across and igniting small shimmering currents" + ], + "camera": "Aerial sweep with slow descent into braided channels, capturing musical surface patterns", + "accents": [ + "warm rim-light on reeds", + "caustic light patterns on water" + ], + "mood": "exhilarated calm", + "lighting": "golden hour warmth with soft backlight", + "style": "musical landscape fantasy" + }, + { + "subGenre": "Enchanted Rivers", + "scene": "A twilight river where water lilies open to reveal tiny constellation gardens", + "sceneVariants": [ + "A twilight river where water lilies open to reveal tiny constellation gardens", + "A pool of oversized lilies cradling miniature star-fields", + "A slow basin where flowers bloom with celestial detail", + "A calm backwater dotted with glowing astral blooms", + "A secret inlet where lily petals carry constellated dust" + ], + "actions": [ + "Lilies opening in a slow choreographed rhythm", + "A child touching a petal and seeing a universe reflected", + "Dragonflies tracing iridescent paths over the blooms", + "A silver oar disturbing a constellation that slowly reforms" + ], + "camera": "Gently undulating floatcam above the lilies with macro inserts inside petals", + "accents": [ + "starfield micro-glow within petals", + "soft wet-surface glints on petal rims" + ], + "mood": "wonderous, contemplative", + "lighting": "twilight lavender with gentle starlight cores", + "style": "intimate dreamlike fantasy" + }, + { + "subGenre": "Enchanted Rivers", + "scene": "A thunderous storm river where currents flash with electric runes at night", + "sceneVariants": [ + "A thunderous storm river where currents flash with electric runes at night", + "A rapid stream under a storm sky, with glyph-like lightning in the water", + "A canyon river where each rapid sparks glyphic arcs", + "A storm-bellowing channel with phosphor runes riding the foam", + "A tempest river with ephemeral script woven into the spray" + ], + "actions": [ + "Whitewater bursting into electric script as it collides with rocks", + "A ranger bracing with a rope as runes flare and fade", + "Thunder reverberating in rhythm with rune pulses", + "Debris flipping and briefly outlining glowing symbols" + ], + "camera": "High-energy handheld with motion blur, intermittent slow-mo on rune flares", + "accents": [ + "high-contrast rim glints on spray", + "fast-moving streaked lumens in the rapids" + ], + "mood": "dangerous exhilaration", + "lighting": "staccato lightning with deep night contrast", + "style": "dynamic elemental fantasy" + }, + { + "subGenre": "Enchanted Rivers", + "scene": "A shallow river in a flower-valley at dawn where the water scents the air with visible color", + "sceneVariants": [ + "A shallow river in a flower-valley at dawn where the water scents the air with visible color", + "A meadow stream emitting colored vapor that shapes the morning", + "A bank where scent-clouds form ribbons above the surface", + "A valley channel where breath-like colors drift and mingle", + "A waterside orchard where each tributary gives a different hue" + ], + "actions": [ + "Fisher-children releasing colored bubbles that bloom into scent-forms", + "Bees hovering through scented ribbons and pollinating new blooms", + "A poet standing on a stone inhaling a swath of violet mist", + "Ducks trailing wake-chords of pastel color" + ], + "camera": "Soft glide with shallow depth of field and pastel color grading, close on vapor textures", + "accents": [ + "translucent color bloom above surface", + "delicate dew micro-highlights on petals" + ], + "mood": "gentle uplift", + "lighting": "soft sunrise with pastel atmospheric scattering", + "style": "pastoral impressionist fantasy" + }, + { + "subGenre": "Enchanted Rivers", + "scene": "A blackwater river at midnight where the surface becomes a screen showing distant futures", + "sceneVariants": [ + "A blackwater river at midnight where the surface becomes a screen showing distant futures", + "A reflective channel where ripples reveal possible tomorrows", + "A conduit of prophecy with moving visions under the stars", + "A narrow reflective sluice that plays cinematic future-threads", + "A shadow river that projects alternate lives as it flows" + ], + "actions": [ + "Villagers watching moving scenes in the water and murmuring", + "A seer dipping a hand and pulling a glimmer of path out", + "Ripples rearranging scenes like a living film reel", + "A child laughing as a funny future moment appears and dissolves" + ], + "camera": "Slow, deliberate pans across surface with cinematic framing for each vision", + "accents": [ + "soft cinematic bloom on displayed visions", + "deep contrast on blackwater reflections" + ], + "mood": "reverent curiosity", + "lighting": "inky night with phosphor-lit projection cores", + "style": "noir prophetic fantasy" + }, + { + "subGenre": "Enchanted Rivers", + "scene": "A tributary that sings in harmonies, bending around stones carved like organs at sunrise", + "sceneVariants": [ + "A tributary that sings in harmonies, bending around stones carved like organs at sunrise", + "A lilting stream with natural pipe-like rock formations", + "A bend where water plays harmonic notes against tuned stones", + "A river stretch where local musicians play along with the current", + "A river choir of stones forming melodic cascades" + ], + "actions": [ + "Water flowing over tuned rocks producing musical chords", + "Villagers pausing to listen and clap in rhythm", + "A harpist aligning strings with the current's pitch", + "Children composing games to follow the melody downstream" + ], + "camera": "Rhythmic tracking with audio-synced cuts and slow push-ins on vibrating stones", + "accents": [ + "glossy wet highlights on tuned stones", + "warm golden rim light matching dawn music" + ], + "mood": "playful enchantment", + "lighting": "soft morning with bright tonal highlights", + "style": "musical realism fantasy" + }, + { + "subGenre": "Enchanted Rivers", + "scene": "A moonshadow river where submerged ruins create luminous rune-currents at night", + "sceneVariants": [ + "A moonshadow river where submerged ruins create luminous rune-currents at night", + "A channel over ancient submerged steps glowing with script", + "A bridge crossing where the water reveals old city geometry beneath the surface", + "A night river flowing over a sunken plaza of glowing mosaics", + "A shallow pool where tides illuminate hidden stone glyphs" + ], + "actions": [ + "Currents accentuating rune-lines as boats pass over", + "A diver circling to trace patterns with a torch", + "Surface eddies forming temporary sigils", + "Old bells sounding faintly from submerged towers" + ], + "camera": "Slow crane over water with underwater POV inserts showcasing mosaics", + "accents": [ + "subaqueous glow emphasizing rune edges", + "wet-mosaic micro-details catching moonlight" + ], + "mood": "haunted reverence", + "lighting": "cool moonlight with latent submerged glow", + "style": "archaeo-fantasy" + }, + { + "subGenre": "Enchanted Rivers", + "scene": "A river that widens into a basin of floating lantern-ships during a festival at dusk", + "sceneVariants": [ + "A river that widens into a basin of floating lantern-ships during a festival at dusk", + "A broad bay filled with crafted lantern boats and families gathered on banks", + "A celebratory float where each vessel carries a memory or wish", + "A luminous parade of tiny vessels drifting toward the delta", + "A harbor of twinkling lantern-ships reflecting into the sky" + ], + "actions": [ + "Lantern-ships releasing flares and sending wishes downstream", + "Families on quays releasing synchronized flares", + "Music swelling as the flotilla converges", + "Sparks from communal fires leaping into reflections" + ], + "camera": "Wide festival pan with intimate cuts to faces and lantern details, slow reveal shots", + "accents": [ + "warm lantern rim-light on faces", + "soft glitter on water reflections" + ], + "mood": "communal warmth and hope", + "lighting": "dusk-to-night gradient with warm festival glows", + "style": "festive cinematic fantasy" + }, + { + "subGenre": "Enchanted Rivers", + "scene": "A molten river cutting through volcanic plains, flowing like liquid amber at noon", + "sceneVariants": [ + "A molten river cutting through volcanic plains, flowing like liquid amber at noon", + "A thermic channel where liquid light runs between black basalt", + "A glowing vein through scorched earth reflecting midday heat", + "A ribbon of molten gold threading across raw landscape", + "A hot stream of living firewater with steam halos" + ], + "actions": [ + "Heat shimmering in waves above the surface", + "A smith lowering a ladle to capture rare liquid fragments", + "Steam pillars rising and collapsing as wind crosses the flow", + "Rock spalls ejecting and cooling into jeweled fragments" + ], + "camera": "Long lens compression across heat haze with intermittent close macro of molten surface", + "accents": [ + "intense hot-spot bloom on molten surface", + "fine particulate shimmer in steam" + ], + "mood": "raw elemental awe", + "lighting": "brilliant midday with incandescent channel glow", + "style": "polishedelemental fantasy" + }, + { + "subGenre": "Enchanted Rivers", + "scene": "A shallow creek braided through mushroom orchards that ring the banks at dusk", + "sceneVariants": [ + "A shallow creek braided through mushroom orchards that ring the banks at dusk", + "A stream flanked by oversized fungi emitting soft luminescence", + "A winding creek winding beneath arching mushroom caps", + "A sheltered waterway whose banks are dotted with bioluminescent toadstools", + "A hidden brook where spores drift like gentle snow" + ], + "actions": [ + "Spores lifting and settling into patterns on the water", + "Children making tiny boats from mushroom caps", + "Small creatures darting between roots and trailing phosphor ribbons", + "A forager collecting medicinal dew at the water's edge" + ], + "camera": "Gentle glide with macro inserts on spore patterns and mushroom textures", + "accents": [ + "soft bioluminescent bloom on fungal caps", + "moisture-lensed micro-reflections on creek stones" + ], + "mood": "cozy, secretive delight", + "lighting": "dusk with warm fungal glows", + "style": "whimsical ecological fantasy" + }, + { + "subGenre": "Enchanted Rivers", + "scene": "A nocturnal river where constellations float on the surface as drifting islands of stars", + "sceneVariants": [ + "A nocturnal river where constellations float on the surface as drifting islands of stars", + "A black mirror carrying tiny islands of living star-maps", + "A surface patterned with moving constellations reflecting the sky", + "A channel where stars drift like lily pads on velvet water", + "A night river studded with small astral isles" + ], + "actions": [ + "Constellation-isles slowly rotating and rearranging into new patterns", + "An astronomer boatman charting shifts with a soft brush", + "A child jumping from star to star as if stepping stones", + "A distant bell tolling when a major pattern realigns" + ], + "camera": "Slow floating track with mirrored symmetry, long exposures for star motion", + "accents": [ + "sharp star-like speculars on water", + "soft blooming haloes around constellations" + ], + "mood": "transcendent, contemplative", + "lighting": "deep night with crisp star-cores", + "style": "cosmic poetic fantasy" + }, + { + "subGenre": "Enchanted Rivers", + "scene": "A gentle river at sunrise where morning mists form ephemeral bridges between banks", + "sceneVariants": [ + "A gentle river at sunrise where morning mists form ephemeral bridges between banks", + "A dawn fog-bridge arcing across a slow stream", + "A valley where mist threads create transient walkways", + "A shallow river where puffing vapors link stones into paths", + "A hazy inlet where mist-arches glow with sunrise color" + ], + "actions": [ + "Fisherfolk walking across vapor bridges to reach nets", + "Mist dissipating in rhythmic pulses as sun warms the air", + "Birds hopping along vapor paths leaving dew trails", + "A poet stepping across and scattering faint ripples" + ], + "camera": "Soft dolly with gentle parallax, lens warmed to match sunrise hues", + "accents": [ + "sherbet-hued mist bloom", + "dew micro-highlights on stones" + ], + "mood": "peaceful optimism", + "lighting": "warm early morning with diffuse mist scatter", + "style": "gentle pastoral fantasy" + }, + { + "subGenre": "Enchanted Rivers", + "scene": "A river of glass shards that sings when wind passes, cutting through a silent moor at night", + "sceneVariants": [ + "A river of glass shards that sings when wind passes, cutting through a silent moor at night", + "A channel of broken glass plating reflecting moon and reeds", + "A shallow run of shimmering brittle surface that chimes in gusts", + "A narrow glasswater path producing harmonic tones with each ripple", + "A brittle-river where every footstep rings like a bell" + ], + "actions": [ + "Wind sweeping and producing crystalline melodies", + "A traveler stepping gingerly across and leaving ringing echoes", + "Reeds vibrating in sympathetic resonance with the river song", + "Motes of glass dust rising in slow arcs when disturbed" + ], + "camera": "Handheld with close audio-synced inserts on chiming glass fragments and slow push-outs", + "accents": [ + "pristine specular flashes on shard edges", + "thin-film iridescence on tiny shard surfaces" + ], + "mood": "eerie, delicate tension", + "lighting": "clear night with sharp moon highlights", + "style": "minimalist surreal fantasy" + }, + { + "subGenre": "Enchanted Rivers", + "scene": "A tidal river at dusk where the incoming tide carries shells that whisper secrets", + "sceneVariants": [ + "A tidal river at dusk where the incoming tide carries shells that whisper secrets", + "A saltwater channel lined with murmuring shells", + "A quay where shells tumble and murmur ancient tales", + "A shoreline river mouth strewn with whispering conches", + "A harbour where each wave deposits a gossiping shell" + ], + "actions": [ + "Shells tumbling and emitting soft whispered phrases", + "Dockhands pausing to listen and reacting with smiles or concern", + "A child holding a shell to their ear and hearing a miniature story", + "Tide lines tracing a map of recent whispers along the bank" + ], + "camera": "Close intimate cuts on shells with shallow depth of field and warm dusk grading", + "accents": [ + "wet-shell sheen with pearl micro-highlights", + "warm rim-light reflecting on tidal foam" + ], + "mood": "curious and intimate", + "lighting": "dusk with soft amber reflections", + "style": "coastal folklore fantasy" + }, + { + "subGenre": "Enchanted Rivers", + "scene": "A dark tributary where stones pulse with heartbeat-lights guiding lost travelers at night", + "sceneVariants": [ + "A dark tributary where stones pulse with heartbeat-lights guiding lost travelers at night", + "A narrow flow ringed with animated guiding stones", + "A brook with periodic pulsing beacons embedded in its bed", + "A moonlit stream where pebbles glow in time to your step", + "A hidden channel where stones form a sympathetic guiding rhythm" + ], + "actions": [ + "Pebbles illuminating in sequence to mark a safe path", + "A guide following the pulses upstream to lead a traveler", + "Water gently lapping as lights fade and reappear", + "An animal pausing and synchronizing its footsteps to the stones" + ], + "camera": "Stabilized handheld at knee height following the pulsing stones with soft focus depth-of-field", + "accents": [ + "soft timed halo on each pulsing stone", + "moisture micro-reflections along the bank" + ], + "mood": "protective, calming", + "lighting": "deep night with rhythmic heartbeat glows", + "style": "subtle guardian fantasy" + } +] \ No newline at end of file diff --git a/src/data/fantasy_epic_battles.json b/src/data/fantasy_epic_battles.json new file mode 100644 index 0000000..b5684a2 --- /dev/null +++ b/src/data/fantasy_epic_battles.json @@ -0,0 +1,402 @@ +[ + { + "subGenre": "Epic Battles", + "scene": "A moonlit open plain where two great armies line up, banners snapping in cold wind", + "sceneVariants": [ + "A moonlit open plain where two great armies line up, banners snapping in cold wind", + "Ranked shieldwalls stretching toward each other under a silver moon", + "A sea of helmets reflecting starry points and scattered brazier light", + "A low fog between armies carrying the smell of iron and peat", + "Cavalry in shadowed hollows waiting for the trumpet call" + ], + "actions": [ + "Trumpets call and riders surge forward into the pale field", + "Pikes lock and shields grind as foot-soldiers meet", + "Standard-bearers fall and banners collapse into mud", + "Skirmishers trade flares and throw small incendiary jars" + ], + "camera": "Wide crane across the battlefield into ground-level gimbal for close chaos, slow-motion on first collision", + "accents": [ + "cold rim-light on armor edges", + "sparking micro-highlights from metal clashes" + ], + "mood": "grim resolve", + "lighting": "cool moonlight with localized warm fire pockets", + "style": "nocturnal sweeping military cinema" + }, + { + "subGenre": "Epic Battles", + "scene": "A night assault on a hill-top fortress where siege-ladders hiss against wet stone", + "sceneVariants": [ + "A night assault on a hill-top fortress where siege-ladders hiss against wet stone", + "Scaled ladders disappearing into torch-lit crenels", + "Ropes and grapnels tangling under arching molten oil", + "Defenders pouring boiling brew while attackers push uphill", + "A beacon burning atop the keep as alarm echoes" + ], + "actions": [ + "Climbers hauling up ladders with breath-clouded faces", + "Defensive volleys sending attackers tumbling into moats", + "A desperate breach where a single flag is planted then seized", + "Sappers tunneling and collapsing a wall section with muffled detonations" + ], + "camera": "Handheld close to the ladder rungs then a stabilized pullback to show scale of the siege", + "accents": [ + "wet-stone speculars under torchlight", + "splash micro-reflections in moats and puddles" + ], + "mood": "tense desperation", + "lighting": "dense night with torch and brazier puncta", + "style": "intimate siege realism" + }, + { + "subGenre": "Epic Battles", + "scene": "A midnight river ambush where boats filled with archers drift under river-bridge shadow", + "sceneVariants": [ + "A midnight river ambush where boats filled with archers drift under river-bridge shadow", + "Silenced oars slicing through black water toward lit quays", + "Fire-arrows launching up to chandeliers and thatch", + "Brigands slipping ashore under piled crates and fish-smell", + "A hidden reed-line where archers loose synchronized volley" + ], + "actions": [ + "Flaming arrows beading across the bridge, setting it alight", + "Boatmen pushing off and abandoning craft as chaos erupts", + "Clerics sounding bells on the quay to raise an alarm", + "Rival swimmers grappling for small floating standards" + ], + "camera": "Low water-level floatcam with long lens picks of reflected flames and quick cuts to faces", + "accents": [ + "mirror-like water reflections doubling flame cores", + "glint micro-highlights on wet rope and chain" + ], + "mood": "sudden panic", + "lighting": "ink-black water with strong flame punctures", + "style": "noir river-ambush drama" + }, + { + "subGenre": "Epic Battles", + "scene": "A moonshadow canyon where cavalry charges along a narrow pass into a trap", + "sceneVariants": [ + "A moonshadow canyon where cavalry charges along a narrow pass into a trap", + "Riders thundering beneath jagged cliffs with hidden crossbow nests", + "A trap gateopening funneling horses into a confined arena", + "Cliff-siders rolling boulders as pikes brace below", + "Dust columns rising like spectral pillars between rock faces" + ], + "actions": [ + "A sudden volley from cliff platforms shredding ranks", + "Cavalry brakes and a tangled melee of horse and lance", + "Engineers detonating a pre-set rock-fall to close the pass", + "A standard-bearer heroically re-raising a torn pennant" + ], + "camera": "Dynamic lateral tracking with aerial perpendicular cuts to show canyon walls closing in", + "accents": [ + "dust particle rim-light fracturing against moon", + "sharp rock-edge speculars" + ], + "mood": "ambushed fury", + "lighting": "cool moon with deep chasm shadows", + "style": "high-tension action cinematography" + }, + { + "subGenre": "Epic Battles", + "scene": "A cursed battlefield at midnight where fallen standards writhe with spirit-light", + "sceneVariants": [ + "A cursed battlefield at midnight where fallen standards writhe with spirit-light", + "Pale banners rising and whispering across the plain", + "Spectral riders intent on repeating a last charge", + "Bones half-buried in sod crawling like slow fossils", + "A distant hill where a lone bell tolls as a ghostly drumbeat" + ], + "actions": [ + "Corpses stirring and forming ghostly ranks", + "Living soldiers fleeing as old formations pass like a memory", + "A medium walking the line to calm restless ensigns", + "A priest chanting to bind the restless standards back to earth" + ], + "camera": "Slow push-ins with ethereal glow grading and long lingering shots on spectral motion", + "accents": [ + "soft inner-glow on spectral fabrics", + "subtle cold rim glints on bone and rust" + ], + "mood": "haunted dread", + "lighting": "pale phosphor night with eerie internal glows", + "style": "gothic supernatural warpiece" + }, + { + "subGenre": "Epic Battles", + "scene": "A night raid through a sleeping capital where banners fall and rooftops smoke", + "sceneVariants": [ + "A night raid through a sleeping capital where banners fall and rooftops smoke", + "Assassins scaling clay tiles into torch-lit corridors", + "A market burning in pockets while noble homes remain dark", + "A cavalry alarm galloping through cobbled streets", + "A palace gate breached with rolling logs and grapnels" + ], + "actions": [ + "Masked raiders snatching treasure and burning supply wagons", + "Citizens fleeing with bundles while guards scramble", + "A palace sentinel sounding an alarm that sparks city-wide chaos", + "A rear-guard sacrificing to delay pursuers" + ], + "camera": "Handheld rooftop POV with rapid cuts into alley-level shock moments", + "accents": [ + "smoke micro-halos around fire pockets", + "wet tile speculars reflecting torchlight" + ], + "mood": "chaotic invasion", + "lighting": "patchy night with episodic blaze illumination", + "style": "urban nocturne action" + }, + { + "subGenre": "Epic Battles", + "scene": "A moonlit magus line where conjurers spiral lightning into enemy ranks across a field", + "sceneVariants": [ + "A moonlit magus line where conjurers spiral lightning into enemy ranks across a field", + "Wizards aligned on braided ropes channeling arcs", + "Conjured pillars stabbing up from ground to block cavalry", + "Counter-mages forming a shimmering shieldweb", + "A central arch of light functioning as a command beacon" + ], + "actions": [ + "Bolt-chains leaping across ranks tearing standards and armor", + "Counter shields absorbing and erupting in sootless showers", + "A lone archmage focusing until the earth glows beneath their feet", + "Surge-currents sinking into soil and causing tremors" + ], + "camera": "Long stabilised glide between mage ranks with slow-motion on arc strikes and practical effects emphasis", + "accents": [ + "cold electric rim glows on robes", + "sparking residual micro-particles in air" + ], + "mood": "arcane ferocity", + "lighting": "stark night interrupted by intermittent arc flashes", + "style": "spectacle-driven arcane warfare" + }, + { + "subGenre": "Epic Battles", + "scene": "A night-time dragon sortie where winged creatures carpet-bomb enemy encampments with fire and shadow", + "sceneVariants": [ + "A night-time dragon sortie where winged creatures carpet-bomb enemy encampments with fire and shadow", + "Dragons circling like black comets above clustered tents", + "Eagles and smaller wyverns acting as scouts ahead of the main line", + "A dragon landing to pick off a standard-bearer with talons", + "Sky-lanterns turned to ember by passing wings" + ], + "actions": [ + "Plumes of flame rolling through ranks and crushing siege lines", + "Cavalry scattering while stone and tents burn", + "Ballistae firing upward and snapping ropes with screaming bolts", + "A hero leaping onto a dragon's flank to cut a tendon" + ], + "camera": "Expansive aerials with high-speed passes for wingbeats and slow-motion on fire-sweeps", + "accents": [ + "fiery caustics on smoke and water", + "feather-edge rim glints when dragons bank" + ], + "mood": "cataclysmic terror", + "lighting": "night dominated by inferno cores", + "style": "spectacular fantasy air-war" + }, + { + "subGenre": "Epic Battles", + "scene": "A dawn cavalry charge across a misted plain as sun peels upward, lances leveled like a stormfront", + "sceneVariants": [ + "A dawn cavalry charge across a misted plain as sun peels upward, lances leveled like a stormfront", + "Squadrons cut through morning haze as glints appear and vanish", + "A trumpet-signal flaring as the first ranks break", + "Dust braided with gold light forming a moving tide", + "A command rider signaling a flank with banner sweep" + ], + "actions": [ + "Massed hooves hitting like a rolling thunder of muscle and steel", + "First contact sending shields shuddering and troopers tumbling", + "A flanking wedge punching into an exposed flank", + "Heroic charges breaking a defensive line and tumbling standards" + ], + "camera": "Long lens lateral sweeps compressing massed ranks, then intimate close-ons for hero POV", + "accents": [ + "golden rim-light on pummel and lance tips", + "dust caustic micro detail sparking in sunlight" + ], + "mood": "exhilarated momentum", + "lighting": "warm golden dawn with soft atmospheric scatter", + "style": "epic cavalry cinema" + }, + { + "subGenre": "Epic Battles", + "scene": "A high-noon artillery barrage where trebuchets turn the sky smoky and the earth trembles", + "sceneVariants": [ + "A high-noon artillery barrage where trebuchets turn the sky smoky and the earth trembles", + "Sling-wheels and catapults creaking as they heave massive stones", + "Explosive shells erupting into flying splinters and dust fountains", + "A rain of charred timber and shattered siegeworks", + "Engineers scrambling to repair lines as new craters open" + ], + "actions": [ + "Synchronized salvo launching and arc-tracers crossing in the air", + "A wall section collapsing in a shaking cascade of rubble", + "Cavalry caught in falling debris scattering into chaos", + "Sappers using the pause to close in and undermine remaining defense" + ], + "camera": "Telephoto compression highlighting arcs of projectiles with medium cuts to impact craters", + "accents": [ + "dust-particle micro-halos on impacts", + "hot-spot bloom on burning shrapnel" + ], + "mood": "mechanical devastation", + "lighting": "bright midday with hazy particulate scatter", + "style": "gritty siege realism" + }, + { + "subGenre": "Epic Battles", + "scene": "A daylight mountain pass standoff where armored phalanxes test for weak points", + "sceneVariants": [ + "A daylight mountain pass standoff where armored phalanxes test for weak points", + "Cliffs framing a narrow throat with soldiers arrayed in layers", + "Signal horns echoing across alpine terraces", + "A mined ledge threatening to avalanche on misstep", + "Sharpshooter nests perched among scree" + ], + "actions": [ + "Spears bristling as scouts probe ahead and are repulsed", + "A controlled rock-shear removing a wing of attackers", + "Archers loosing plunging fire from high positions", + "A veteran commander redirecting reserves in a tight rotation" + ], + "camera": "Wide telephoto to compress elevation changes with tight shoulder cams on squad leaders", + "accents": [ + "alpine rim-light on plate and stone", + "granular dust micro-contrast on scree" + ], + "mood": "taut strategy", + "lighting": "clear high-altitude daylight with crisp shadows", + "style": "mountain campaign naturalism" + }, + { + "subGenre": "Epic Battles", + "scene": "A sunlit coastal landing where amphibious troops storm a fortified shoreline", + "sceneVariants": [ + "A sunlit coastal landing where amphibious troops storm a fortified shoreline", + "Landing-barges slamming into sand as defenders pour fire from ramparts", + "Beach flaming lines and grappling hooks snaking over parapets", + "Sea-moor tide-ropes and wet banners plastered to poles", + "A captain rallying troops behind a broken palisade" + ], + "actions": [ + "Landing waves of soldiers forming hasty shield-lines", + "Catapults on cliffs trying to sweep landed ranks with shot", + "Sappers cutting palisade ties under crossfire", + "A hero wading ashore with a burning torch to lead a storm" + ], + "camera": "Choppy floatcam then tracking onto beach with wide establishing overheads", + "accents": [ + "wet-sand caustic highlights", + "sun-catch on dripping armor and ropes" + ], + "mood": "fierce initiation", + "lighting": "bright coastal sun with reflective sparkle", + "style": "amphibious assault spectacle" + }, + { + "subGenre": "Epic Battles", + "scene": "A mid-day urban melee inside narrow streets where banners snag and roof-tiles scatter", + "sceneVariants": [ + "A mid-day urban melee inside narrow streets where banners snag and roof-tiles scatter", + "Soldiers pressing like tides down alleyways amid vendor stalls", + "Clattering hooves and sudden chokepoints at market squares", + "Windows raining debris and makeshift parapets on roofs", + "Civilians fleeing through narrow doorways leaving furniture in the street" + ], + "actions": [ + "Doorways becoming killzones as troops funnel through", + "Marksmen firing from shuttered windows with deadly precision", + "A mobile unit breaking into a shop to create a flank", + "Brave civilians rising to hamper raiding parties with oil and pitch" + ], + "camera": "Tight handheld cuts through alleys with occasional steady wide shots of the urban plan", + "accents": [ + "dust and wood micro-highlights in sunlit gaps", + "sharp speculars on blade edges flashing between shadow" + ], + "mood": "suffocating intensity", + "lighting": "patchy daylight with deep alley shadows", + "style": "urban street-combat realism" + }, + { + "subGenre": "Epic Battles", + "scene": "A high-sun pike-and-shot square where musketeers trade volleys with pikes bristling like a forest", + "sceneVariants": [ + "A high-sun pike-and-shot square where musketeers trade volleys with pikes bristling like a forest", + "Ranked musketeer volleys exchanging smoke and recoil", + "Pike wedge charges trying to shatter musket lines", + "Smokebanks drifting and obscuring orders", + "Drummers and signal flags maintaining cadence under fire" + ], + "actions": [ + "Coordinated volley and reload rhythm breaking into close quarters", + "Pike-lines bracing and then pushing forward into musket smoke", + "A small reserve unit exploiting a gap to rout a flank", + "Casualty littering and stretcher-bearers moving under flag cover" + ], + "camera": "Medium long with careful choreography to capture volley timing and pike impact", + "accents": [ + "smoke micro-diffusion around flash points", + "tiny metal glints on cartridge boxes and bayonets" + ], + "mood": "disciplined brutality", + "lighting": "crisp high sun with heat shimmer", + "style": "period-epic battlefield realism" + }, + { + "subGenre": "Epic Battles", + "scene": "A twilight coral reef skirmish where naval boarding parties clash on decks slick with spray", + "sceneVariants": [ + "A twilight coral reef skirmish where naval boarding parties clash on decks slick with spray", + "Grappling hooks thrown across between hulls as waves pound", + "Boarding planks creaking while sailors swing cutlasses", + "Flare-smoke blending sky and sea into a single canvas", + "Sea-creatures thrashing near submerged rigging" + ], + "actions": [ + "Boarders storming across planks to grab rails and cut hands free", + "Cannoneers firing grapeshot at close range into clustered decks", + "A mast spliced and falling sending sailors into dark water", + "A captain cutting a rope to send a luxury barge adrift as distraction" + ], + "camera": "Dynamic boat-tied camera with stabilized helmet shots and aerial gull views", + "accents": [ + "spray micro-caustics on splintered timbers", + "wet-metal reflections on cutlasses and buckles" + ], + "mood": "chaotic maritime violence", + "lighting": "dusk with mixed flare and residual daylight", + "style": "naval boarding action" + }, + { + "subGenre": "Epic Battles", + "scene": "A sunlit valley where a council of commanders times a decisive pincer maneuver to encircle an army", + "sceneVariants": [ + "A sunlit valley where a council of commanders times a decisive pincer maneuver to encircle an army", + "Platoons forming hidden columns behind ridgelines awaiting signal", + "Signal fires and messenger riders buzzing with orders", + "Maps sprawled on a cliff with wax-sealed routes drawn in haste", + "A fold of cavalry ready to sprint at timed trumpet" + ], + "actions": [ + "Flanking columns moving in synchronized pace through gullies", + "A central holding force absorbing an assault to buy time", + "A sudden trumpet signal and a simultaneous envelopment", + "Encircled troops attempting desperate breakout charges" + ], + "camera": "Aerial mapping with cut-ins to close commander faces and then a sweeping reveal of the encirclement", + "accents": [ + "sun-caught dust ribbons defining movement", + "detail micro-contrast on map parchment and soldier hands" + ], + "mood": "calculated momentum", + "lighting": "clear bright daylight with strong shadows", + "style": "strategic cinematic warfare" + } +] \ No newline at end of file diff --git a/src/data/fantasy_fairy_villages.json b/src/data/fantasy_fairy_villages.json new file mode 100644 index 0000000..fe76a21 --- /dev/null +++ b/src/data/fantasy_fairy_villages.json @@ -0,0 +1,422 @@ +{ + "fantasy": [ + { + "subGenre": "Fairy Villages", + "scene": "Dawn meadow village of tiny mushroom houses with smoke curling from thimble chimneys (light)", + "sceneVariants": [ + "Dawn meadow village of tiny mushroom houses with smoke curling from thimble chimneys", + "Dew-laden cobblestone paths lined with lantern flowers", + "A communal well rimmed with polished shells", + "Tiny clotheslines strung between toadstool porches", + "Fireflies still lingering as lanterns are stoked" + ], + "actions": [ + "Small hands sweeping dew from doorsteps and setting out bread crumbs", + "Children chasing beetle-carriages between homes", + "A baker fairy sliding trays of seed-tarts from a petal oven", + "Camera wide to establish village rhythm then macro on dew pearls" + ], + "camera": "Warm crane from meadow into street-level with macro on tiny details", + "accents": [ + "golden dew rim on grass blades", + "fine petal-bokeh in midground" + ], + "mood": [ + "gentle community", + "morning contentment" + ], + "lighting": [ + "soft golden dawn key with cool underfill" + ], + "style": [ + "pastoral micro-cinema", + "cozy village vignette" + ] + }, + { + "subGenre": "Fairy Villages", + "scene": "Twilight glen where lantern-lights swing and townsfolk sing lullabies (light)", + "sceneVariants": [ + "Twilight glen where lantern-lights swing and townsfolk sing lullabies", + "Brushwood benches circling a small communal fire", + "A chorus of soft-throated crickets in harmonic support", + "A midwife passing a swaddled hatchling down the line", + "Silhouettes of willow-roofed cottages against purple sky" + ], + "actions": [ + "Villagers releasing woven-lanterns into the air in sequence", + "A storyteller tracing the history of the glen with small gestures", + "Camera slow lateral passes with intimate close-ins on faces", + "A lullaby building and then dissolving into night insects" + ], + "camera": "Rhythmic handheld with occasional crane reveals of lantern arrays", + "accents": [ + "lantern micro-bloom and soft voice micro-clarity" + ], + "mood": [ + "communal calm", + "tender nostalgia" + ], + "lighting": [ + "warm lantern pools with deep twilight surrounds" + ], + "style": [ + "evening ritual vignette", + "lullaby short" + ] + }, + { + "subGenre": "Fairy Villages", + "scene": "Moon-moss hamlet built within the hollow of a giant oak—windows glow like eyes (light)", + "sceneVariants": [ + "Moon-moss hamlet built within the hollow of a giant oak—windows glow like eyes", + "Root-bridges and mossy terraces stacked vertically", + "A ladder-lift ferrying baskets between floors", + "A tiny blacksmith forging leaf-hooks", + "Moss lanterns casting green-gold pools" + ], + "actions": [ + "Residents hauling water via pulley and exchanging morning gossip", + "Camera vertical sweep from root-floor to canopy rooftop with macro details", + "A smith tempering a tiny blade with gentle sparks", + "Birds and small winged fae weaving between terraces" + ], + "camera": "Gimbal vertical sweep with telephoto compression to show stacked life", + "accents": [ + "moss micro-sheen and warm aperture micro-bokeh" + ], + "mood": [ + "lofty domesticity", + "vertical harmony" + ], + "lighting": [ + "soft moon-key with warm internal window fills" + ], + "style": [ + "arboreal village vignette", + "canopy portrait short" + ] + }, + { + "subGenre": "Fairy Villages", + "scene": "Hidden brook settlement where tiny water-wheels power glass-forges (light)", + "sceneVariants": [ + "Hidden brook settlement where tiny water-wheels power glass-forges", + "Crystal stream channels and micro-arch bridges", + "Glassblowers shaping dew-globes in spark-lit alcoves", + "A child skipping polished pebble boats", + "Tiny fish flipping iridescent scales beneath clear water" + ], + "actions": [ + "Glassblowers puffing and shaping dew into tiny orbs", + "Camera close on molten micro-glass and bubble micro-formation", + "Water-wheels turning with gentle rhythm providing village metronome", + "A market exchange of tiny glass trinkets" + ], + "camera": "Slow lateral with macro glass inserts and reflective water comps", + "accents": [ + "prismatic micro-refraction", + "water micro-reflective shimmer" + ], + "mood": [ + "inventive cheer", + "tactile wonder" + ], + "lighting": [ + "natural key with glass sparkle highlights" + ], + "style": [ + "artisan fair vignette", + "streamside craft short" + ] + }, + { + "subGenre": "Fairy Villages", + "scene": "Nightshade hamlet lit by phosphor mushrooms and bioluminescent fungi (dark)", + "sceneVariants": [ + "Nightshade hamlet lit by phosphor mushrooms and bioluminescent fungi", + "Glowing steps underfoot and faint blue-green pools", + "Clothing woven from reflective spider-silk", + "A hush in the air as winged insects hum softly", + "Lantern mushrooms arranged in ceremonial rings" + ], + "actions": [ + "Villagers moving in hushed patterns, placing offerings on fungus caps", + "Camera low to capture biolume interaction and footfall micro-glows", + "A child trembling as a luminous moth lands on their hand", + "A scout returning with whispered news at the rim of light" + ], + "camera": "Low handheld with macro phosphor inserts and long exposure-like holds", + "accents": [ + "phosphor micro-glow and wet-moss micro-sheen" + ], + "mood": [ + "eerie solace", + "nocturnal wonder" + ], + "lighting": [ + "soft internal biolume with preserved dark surrounds" + ], + "style": [ + "nocturnal fungus vignette", + "luminescent short" + ] + }, + { + "subGenre": "Fairy Villages", + "scene": "Fog-bank settlement on a low cloud where rope-ladders connect floating petals (dark)", + "sceneVariants": [ + "Fog-bank settlement on a low cloud where rope-ladders connect floating petals", + "Soft pads of cloud serving as gardens", + "A bell-roped ferrying system between petals", + "Figures silhouetted through mist holding glowing orbs", + "A hush pierced by distant wind chimes" + ], + "actions": [ + "Villagers hauling seed-boxes across ropes and securing lines", + "Camera aerial peek between levels then close fog micro-inserts", + "A sudden gust causing a flurry of lantern motes", + "A child's laughter echoing and dissolving in mist" + ], + "camera": "Gimbal with soft focus and occasional aerial pull-outs", + "accents": [ + "fine mist micro-haze and orb micro-bloom" + ], + "mood": [ + "ethereal labor", + "delicate suspense" + ], + "lighting": [ + "diffuse cool fill with warm localized orbs" + ], + "style": [ + "sky-village vignette", + "misty community short" + ] + }, + { + "subGenre": "Fairy Villages", + "scene": "Burrow hamlet beneath a hedgerow where tiny lanterns guide root-paths (light)", + "sceneVariants": [ + "Burrow hamlet beneath a hedgerow where tiny lanterns guide root-paths", + "Earthen doors with carved leaf motifs", + "A communal stew pot bubbling low", + "Children in knitted caps playing hop-petal", + "A weathered signpost to nearby glades" + ], + "actions": [ + "Family gatherings around low hearths and storytelling", + "Camera intimate ground-level passes and macro on soot micro-grain", + "A neighbor gifting a jar of preserved dew-pears", + "A small ritual exchange of seeds before planting" + ], + "camera": "Warm close handheld with shallow depth to emphasize coze", + "accents": [ + "earthen micro-texture and hearth micro-glow" + ], + "mood": [ + "hearth warmth", + "rooted comfort" + ], + "lighting": [ + "soft warm key with hearth practicals" + ], + "style": [ + "burrow vignette", + "domestic portrait short" + ] + }, + { + "subGenre": "Fairy Villages", + "scene": "Ruined bell-village where a single cracked bell tolls to call council (dark)", + "sceneVariants": [ + "Ruined bell-village where a single cracked bell tolls to call council", + "Torn banners and leaning posts", + "A council-slab ringed with carved mushrooms", + "A keeper polishing the old bell rope", + "Wind-etched woodwork and draped lichen" + ], + "actions": [ + "Bell sounding with a hollow harmonic causing small creatures to stir", + "Camera telephoto compressing council faces with micro-expression inserts", + "A elder reciting a ledgered law while fingers trace a map", + "A hush following the toll broken by a child asking a bright question" + ], + "camera": "Respectful telephoto and slow cuts emphasizing ritual weight", + "accents": [ + "old-metal micro-patina and rope micro-fray" + ], + "mood": [ + "solemn deliberation", + "timeless duty" + ], + "lighting": [ + "low warm-key with cool ambient shadow" + ], + "style": [ + "civic ritual vignette", + "elders' short" + ] + }, + { + "subGenre": "Fairy Villages", + "scene": "Thistledown market where merchants hawk dew-spices and feather-thread (light)", + "sceneVariants": [ + "Thistledown market where merchants hawk dew-spices and feather-thread", + "Tiny stalls with woven petal awnings", + "An exchange of tiny coin-chips and seed-sacks", + "A bubbling kettle of spiced nectar on a stall", + "A minstrel strumming a hollow reed" + ], + "actions": [ + "Merchants demonstrating a spice pinch and letting a sample drizzle", + "Camera roaming among stalls with close product macro", + "A barter trade ending in a shared cup of nectar", + "Children tugging at ribbon-laden toys" + ], + "camera": "Handheld immersion with tight macro on wares and reaction cuts", + "accents": [ + "nectar micro-sheen and feather micro-fiber" + ], + "mood": [ + "bustling intimacy", + "market delight" + ], + "lighting": [ + "bright natural key with warm practical accents" + ], + "style": [ + "market vignette", + "merchant short" + ] + }, + { + "subGenre": "Fairy Villages", + "scene": "Glimmer-shore settlement where fae fishermen mend nets of light (light)", + "sceneVariants": [ + "Glimmer-shore settlement where fae fishermen mend nets of light", + "Pebble docks and tiny oared shells", + "Nets made from spider-silk and moon-thread", + "Fish scales flashing like polished mirrors", + "A net-drying ritual at sunset" + ], + "actions": [ + "Casting micro-nets into shallow pools and reeling glittering catches", + "Camera low to capture net shimmer and fish micro-detail", + "A small cooking ring preparing a communal stew of kelp and seeds", + "A child mimicking a cast with a twig rod" + ], + "camera": "Low lateral tracking with reflective micro-inserts", + "accents": [ + "wet-scale micro-spec and net-thread micro-gloss" + ], + "mood": [ + "coastal domesticity", + "practical wonder" + ], + "lighting": [ + "golden-hour key with cool water fill" + ], + "style": [ + "coastal village vignette", + "fisherfolk short" + ] + }, + { + "subGenre": "Fairy Villages", + "scene": "Hidden kiln hamlet where fae potters fire dew-porcelain beneath willow roots (dark)", + "sceneVariants": [ + "Hidden kiln hamlet where fae potters fire dew-porcelain beneath willow roots", + "Small kilns of hardened clay with ember-topped chimneys", + "Rows of tiny cups cooling on woven racks", + "A potter shaping with a thimble wheel", + "A low veil of steam perfuming the air" + ], + "actions": [ + "Shaping, glaze application, and a careful firing sequence", + "Camera macro on porcelain micro-glaze and crackle", + "A communal tasting from fresh cups ceremony", + "A satisfied hum as a perfect glaze finishes" + ], + "camera": "Controlled macro work with warm tool-light and tactile close-ins", + "accents": [ + "glaze micro-reflection and ember micro-spark" + ], + "mood": [ + "craft devotion", + "quiet satisfaction" + ], + "lighting": [ + "low warm kiln-key with cool ambient" + ], + "style": [ + "craft vignette", + "kiln short" + ] + }, + { + "subGenre": "Fairy Villages", + "scene": "Winter-veil settlement where homes are insulated with feather-fur and steam vents glow (dark)", + "sceneVariants": [ + "Winter-veil settlement where homes are insulated with feather-fur and steam vents glow", + "Frosted pathways and soot-smudged windows", + "Steam vents rising in rhythmic puffs", + "Cozy interior glimpses through small round windows", + "A sledge-pilot guiding a team of beetle-horses" + ], + "actions": [ + "Residents trimming insulation and stoking vents for warmth", + "Camera low to show breath micro-haze and boots crunching", + "A communal hot-cup exchange lifting spirits", + "A child sledding with a borrowed leaf-sled" + ], + "camera": "Low winter dolly with macro frost inserts and warm interior cuts", + "accents": [ + "steam micro-haze and feather micro-texture" + ], + "mood": [ + "resilient warmth", + "communal care" + ], + "lighting": [ + "cool ambient key with warm practicals" + ], + "style": [ + "winter village vignette", + "survival short" + ] + }, + { + "subGenre": "Fairy Villages", + "scene": "Festival of wings where tiny fae sew new wing-patterns in a communal weave (light)", + "sceneVariants": [ + "Festival of wings where tiny fae sew new wing-patterns in a communal weave", + "Colorful threads and feather dyes laid out on tables", + "A runway of leaf and bark for exhibition", + "An elder gifting a first-wing ribbon", + "Music of soft flutes and bead percussion accompanying the sewing" + ], + "actions": [ + "Hand-stitched wing repairs and elaborate dye-swirl techniques on display", + "Camera rhythmic cuts on hands, stitches, and final displays", + "Audience gasps as a new pattern takes flight", + "A ceremonial bow as a new wing is presented" + ], + "camera": "Rhythmic handheld with periodic telephoto hero reveals", + "accents": [ + "thread micro-luster and feather micro-dye clarity" + ], + "mood": [ + "joyful creativity", + "ceremonial pride" + ], + "lighting": [ + "bright festival key with warm fill" + ], + "style": [ + "craft festival vignette", + "wing parade short" + ] + } + ] +} \ No newline at end of file diff --git a/src/data/fantasy_floating_islands.json b/src/data/fantasy_floating_islands.json new file mode 100644 index 0000000..1399094 --- /dev/null +++ b/src/data/fantasy_floating_islands.json @@ -0,0 +1,493 @@ +{ + "fantasy": [ + { + "subGenre": "Floating Islands", + "scene": "Sunlit archipelago of moss-covered islets drifting above a glassy sea", + "sceneVariants": [ + "Sunlit archipelago of moss-covered islets drifting above a glassy sea", + "Small waterfalls spilling from island rims into sky-mist", + "A network of rope bridges peppered with wind-chimes", + "Fisher-kin casting nets that drift between islands", + "Low clouds pooling below like a pale ocean" + ], + "actions": [ + "A gondolier steering a leaf-boat between cruising islets", + "Children racing kites along the bridges", + "A watchtower bell tolling across the archipelago", + "Camera slow-pan revealing island geometry and underflow" + ], + "camera": "Wide crane sweep to establish vertical space with slow dolly-ins on bridge detail", + "accents": [ + "warm rim-glow on moss and saturated aqua underflow", + "fine lens-haze showing distance and altitude" + ], + "mood": [ + "buoyant serenity", + "adventurous peace" + ], + "lighting": [ + "soft golden sunlight with cool fill from below", + "gentle volumetric haze in the underclouds" + ], + "style": [ + "airy pastoral fantasy", + "luminous travel vignette" + ] + }, + { + "subGenre": "Floating Islands", + "scene": "Market-lane on a bustling island where spice-sails flap overhead", + "sceneVariants": [ + "Market-lane on a bustling island where spice-sails flap overhead", + "Stalls overflowing with drifted fruits and trade-balances", + "Merchants shouting friendly haggles across rope bridges", + "A small windmill grinding cloud-salt", + "Lanterns bobbing in the breeze" + ], + "actions": [ + "Sails being reefed and adjusted as a gust passes", + "Barter exchanges using tiny floating coin-pouches", + "A camera weaving through crowds to capture textures", + "A child tasting exotic fruit and squealing delight" + ], + "camera": "Handheld immersion weaving through market stalls with intimate close-ups", + "accents": [ + "specular beads on wet fruit and fine sail-texture", + "warm local rim-light on vendor faces" + ], + "mood": [ + "exuberant commerce", + "cosmopolitan curiosity" + ], + "lighting": [ + "sun-dappled fill with reflective highlights", + "localized warm pools under awnings" + ], + "style": [ + "marketplace vignette", + "sensory street short" + ] + }, + { + "subGenre": "Floating Islands", + "scene": "Twilight festival where lantern-islands drift in synchronized procession", + "sceneVariants": [ + "Twilight festival where lantern-islands drift in synchronized procession", + "Paper lanterns tethered along each island rim", + "A chorus of exultant voices singing harmonic tides", + "Aerial fireworks mapping the procession path", + "Reflections of lanterns rippling across the low cloud sea" + ], + "actions": [ + "Lanterns released in choreographed waves", + "Islands gently rotating to reveal choreographic patterns", + "A camera drifting between islands for intimate festival portraits", + "Slow aerial reveals showing the procession geometry" + ], + "camera": "Gimbal arcs combined with drone pull-outs for scale", + "accents": [ + "warm lantern micro-bokeh and smoky haze diffusion", + "soft atmospheric glows between islands" + ], + "mood": [ + "communal reverence", + "ethereal celebration" + ], + "lighting": [ + "warm lantern pools with twilight blue surrounds", + "volumetric beams to show particle density" + ], + "style": [ + "nocturnal festival short", + "spiritual processional vignette" + ] + }, + { + "subGenre": "Floating Islands", + "scene": "Moss-reef library island where books float like leaves in a quiet alcove", + "sceneVariants": [ + "Moss-reef library island where books float like leaves in a quiet alcove", + "Benches hewn from living root with reader-sockets", + "A soft chorus of whispering pages", + "A librarian lowering a manuscript on a pulley", + "A small skylight in the root-ceiling framing the sky" + ], + "actions": [ + "Readers beckoning floating pages into their laps", + "A scholar stroking a luminous script to release faint music", + "A camera close on leaf-like page texture and ink micro-detail", + "Pages gently orbiting a slow central breeze" + ], + "camera": "Intimate dolly-ins and micro-macro inserts on page veins", + "accents": [ + "soft page-lumens and warm moss speculars", + "ultra micro-clarity on script fibers" + ], + "mood": [ + "contemplative hush", + "learned calm" + ], + "lighting": [ + "diffuse skylight with subdued warm fill", + "soft backlight for page translucence" + ], + "style": [ + "quiet library vignette", + "bookish fantasy portrait" + ] + }, + { + "subGenre": "Floating Islands", + "scene": "Rough-shelled island where miners harvest sky-ore from floating seams (dark)", + "sceneVariants": [ + "Rough-shelled island where miners harvest sky-ore from floating seams", + "Dark basalt rim with veins of glowing ore", + "Ropes and hoists lowering ore-baskets into cloud-wells", + "Miners in patchwork leathers working at dusk", + "A small smelter exhaling golden sparks" + ], + "actions": [ + "Ore veins being chiseled free and basketed across the gap", + "A camera close on ore micro-crystalline texture and miner's calluses", + "A hoist swing requiring precise timing in gusty conditions", + "Sparks flying as ore is struck on anvil" + ], + "camera": "Gritty close handheld with stabilised wide reveals to show hazardous work", + "accents": [ + "ore micro-specular and coal-spark micro-gleam" + ], + "mood": [ + "hard labor", + "tense industriousness" + ], + "lighting": [ + "low warm-smelter key with deep shadow pools", + "selective sparks to punctuate action" + ], + "style": [ + "industrial fantasy short", + "workplace vignette" + ] + }, + { + "subGenre": "Floating Islands", + "scene": "Nursery islet where tiny gardeners tend airborne seedling-spheres (light)", + "sceneVariants": [ + "Nursery islet where tiny gardeners tend airborne seedling-spheres", + "Orb-planters gently bobbing on tether hooks", + "Children learning to balance watering-knots", + "Blooming seed-spheres releasing micro-pets", + "A light breeze carrying perfumed pollen-clouds" + ], + "actions": [ + "Tender watering and song-pruned shaping of spheres", + "Camera macro on seed-microfiber and budding micro-flowers", + "Children laughing as a sphere blooms", + "A gardener trailing a light-silk net to catch drifting seeds" + ], + "camera": "Close handheld with bright, cheerful macro inserts", + "accents": [ + "pastel bloom micro-specular and soft moisture halos" + ], + "mood": [ + "tender delight", + "nurturing joy" + ], + "lighting": [ + "warm morning key with high fill to preserve pastel tones" + ], + "style": [ + "nursery vignette", + "tender fantasy portrait" + ] + }, + { + "subGenre": "Floating Islands", + "scene": "Sky-ship dock where air-steam captains barter routes across currents", + "sceneVariants": [ + "Sky-ship dock where air-steam captains barter routes across currents", + "Masts creaking under fabric sails", + "Steam vents puffing as boats tether", + "Crates of wind-coal and compressed cloud fuel", + "A captain swapping a tide-map for a token" + ], + "actions": [ + "Captains marking tide-lines and trading route-keys", + "Cargo being heaved onto deck in coordinated rhythm", + "Camera dynamic close-ups on tide-map micro-markings", + "Little flares signaling departure in a sequence" + ], + "camera": "Roaming gimbal to capture bustle and close deck macros", + "accents": [ + "metal specular on rigging and steam micro-haze" + ], + "mood": [ + "adventurous bustle", + "seafaring camaraderie" + ], + "lighting": [ + "strong mixed sunlight with warm practical fills" + ], + "style": [ + "maritime-air vignette", + "transport culture short" + ] + }, + { + "subGenre": "Floating Islands", + "scene": "Temple-islet consecration where priests anchor an island with song (light)", + "sceneVariants": [ + "Temple-islet consecration where priests anchor an island with song", + "A ring of standing stones humming in chorus", + "Priests chanting and laying tether-stones", + "A slow lowering of a cornerstone into the cloud-sea", + "Villagers circling with offerings" + ], + "actions": [ + "Chanting resonances aligning the island's root-anchor", + "Slow placement of rune-stones with communal assistance", + "Camera telephoto capturing ritual faces and handwork", + "A final harmonic chord producing a visible stabilizing ripple" + ], + "camera": "Respectful crane and intimate tele close-ins for ritual detail", + "accents": [ + "harmonic micro-glow and stone grain micro-detail" + ], + "mood": [ + "solemn joy", + "communal hope" + ], + "lighting": [ + "soft warm key with gentle volumetric beam during final chord" + ], + "style": [ + "ritual fantasy short", + "anchoring ceremony vignette" + ] + }, + { + "subGenre": "Floating Islands", + "scene": "Fog-island hideout used by sky-smugglers beneath low cloudcaps (dark)", + "sceneVariants": [ + "Fog-island hideout used by sky-smugglers beneath low cloudcaps", + "Netting hung to hide small craft", + "Smugglers exchanging low crates in dim corners", + "A single lantern in a rope-walled alley", + "A lookout scanning the horizon with a spyglass" + ], + "actions": [ + "Crates swapped quietly across a mooring", + "A lookout signaling a safe window with a mirror flash", + "Camera gritty close-ups on traded goods and hands", + "A sudden gust scattering loose papers and causing tension" + ], + "camera": "Handheld gritty with tight close reaction cuts and wide escape reveals", + "accents": [ + "wet fog micro-haze and low warm lantern rim" + ], + "mood": [ + "tense stealth", + "nocturnal illicitness" + ], + "lighting": [ + "low practicals with cool surrounding fog" + ], + "style": [ + "crime-night vignette", + "shadowy underworld short" + ] + }, + { + "subGenre": "Floating Islands", + "scene": "Academy isle where aeromancers train to weave wind-threads", + "sceneVariants": [ + "Academy isle where aeromancers train to weave wind-threads", + "Training rings and floating glyph-patterns", + "Scholars adjusting wind-charts and tuning vanes", + "Students practicing thread-weaves under tutor watch", + "Wind-trophies hung like banners" + ], + "actions": [ + "Students tracing wind-forms with practiced hands", + "A tutor correcting wrist tension and breath timing", + "Camera macro on thread-lumens and vane motion", + "A final graded test releasing a complex pattern aloft" + ], + "camera": "Instructional close-ups intercut with wide pattern reveals", + "accents": [ + "thread micro-glow and mechanical vane micro-detail" + ], + "mood": [ + "disciplined study", + "deliberate wonder" + ], + "lighting": [ + "bright academy key with soft tutorial fill" + ], + "style": [ + "educational fantasy vignette", + "process-focused short" + ] + }, + { + "subGenre": "Floating Islands", + "scene": "Harvest isle where sky-lichen and cloudgrain are collected at dusk", + "sceneVariants": [ + "Harvest isle where sky-lichen and cloudgrain are collected at dusk", + "Baskets hung along rim and tethers weighed down", + "Workers with long poles scraping drift-lichen", + "Children sweeping grain into sacks", + "A low bonfire drying batches for storage" + ], + "actions": [ + "Pole-harvests and careful drying rotations", + "Camera macro on grain texture and micro-lichen", + "Community sorting and weighing of harvest", + "A celebratory small feast after the day's work" + ], + "camera": "Rustic lateral coverage with macro on tactile harvest detail", + "accents": [ + "grain sheen micro-spec and warm harvest rim-light" + ], + "mood": [ + "earned satisfaction", + "communal labor" + ], + "lighting": [ + "golden-dusk key with soft smoke fill" + ], + "style": [ + "agrarian fantasy short", + "working-community vignette" + ] + }, + { + "subGenre": "Floating Islands", + "scene": "Observatory islet where star-watchers tether telescopes into clear sky", + "sceneVariants": [ + "Observatory islet where star-watchers tether telescopes into clear sky", + "Glass domes that open to reveal long lenses", + "Charts pinned to a wooden railing", + "A telescope slewing to a faint comet", + "A hush as a rare alignment occurs" + ], + "actions": [ + "Careful adjustment of focus and small gear cranks", + "Observers pointing and recording notes in leather journals", + "Camera telephoto on lens reflections and constellation markers", + "A final collective gasp as a comet streaks the horizon" + ], + "camera": "Long telephoto compression with slow reveal of cosmic event", + "accents": [ + "lens micro-refraction and cool moon-sheen" + ], + "mood": [ + "reverent curiosity", + "cosmic anticipation" + ], + "lighting": [ + "cool night-key with small warm task-lights" + ], + "style": [ + "astral fantasy vignette", + "observational portrait" + ] + }, + { + "subGenre": "Floating Islands", + "scene": "A scholar's isle where maps of wind-streams and lore are inked on cloth", + "sceneVariants": [ + "A scholar's isle where maps of wind-streams and lore are inked on cloth", + "Large drafting tables weighted with stones", + "Scrolls of aerology pinned along walls", + "Students tracing old flight-lines", + "Low tea steam rising as debate unfolds" + ], + "actions": [ + "Careful inking of wind-chart contours and pen corrections", + "A mentor demonstrating historical routes with finger-traces", + "Camera macro on pen bristles and cloth weave", + "A revelatory annotation receiving quiet applause" + ], + "camera": "Static lateral with close macro on drafting detail and overlay annotations", + "accents": [ + "ink micro-sheen and cloth fiber micro-texture" + ], + "mood": [ + "scholarly focus", + "quiet discovery" + ], + "lighting": [ + "even warm study-key with low ambient" + ], + "style": [ + "academic vignette", + "map-study short" + ] + }, + { + "subGenre": "Floating Islands", + "scene": "Weathergate isle guarding a sacred gateway between currents (dark)", + "sceneVariants": [ + "Weathergate isle guarding a sacred gateway between currents", + "Monolithic gate carved with wind-runes", + "Guardian statues with storm-forged eyes", + "A small garrison tending the gate", + "Low-cloud eddies swirling through the arch" + ], + "actions": [ + "Ritual inspection of gate runes and tide-synchronization", + "A storm-breach test fire followed by chant-calibration", + "Camera tight on rune-lace and guardian micro-details", + "A sudden gust causing the gate to sing a resonance" + ], + "camera": "Dramatic low-angle crane with ritual close-inserts", + "accents": [ + "storm micro-glow and carved rune micro-relief" + ], + "mood": [ + "solemn vigilance", + "arcane duty" + ], + "lighting": [ + "low storm-key with flicker accents for resonance" + ], + "style": [ + "guardian ritual vignette", + "high-tension fantasy scene" + ] + }, + { + "subGenre": "Floating Islands", + "scene": "Medicine isle where cloud-herbalists steep cures in open kettles (light)", + "sceneVariants": [ + "Medicine isle where cloud-herbalists steep cures in open kettles", + "Shelves of drying cloud-herbs and vial racks", + "Elders stirring herb-brew while murmuring invocations", + "A young apprentice learning scent-distillation", + "Steam scented with floral and mineral notes" + ], + "actions": [ + "Steeping slow brews and straining into small vials", + "Camera macro on herb fibers and steam micro-patterns", + "Apprentice inhaling and describing minute aromatic notes", + "A communal offering of a finished remedy to a newborn" + ], + "camera": "Close macro with soft lateral reveals of the apothecary", + "accents": [ + "aromatic steam micro-haze and herb micro-fuzz" + ], + "mood": [ + "healing calm", + "careful compassion" + ], + "lighting": [ + "warm workshop key with gentle steam diffusion" + ], + "style": [ + "apothecary vignette", + "medicinal fantasy portrait" + ] + } + ] +} \ No newline at end of file diff --git a/src/data/fantasy_ghostly_spirits.json b/src/data/fantasy_ghostly_spirits.json new file mode 100644 index 0000000..0b7c443 --- /dev/null +++ b/src/data/fantasy_ghostly_spirits.json @@ -0,0 +1,502 @@ +[ + { + "subGenre": "Ghostly Spirits", + "scene": "A moonlit ferry crossing where a spectral ferryman rows silent passengers across a black river", + "sceneVariants": [ + "A moonlit ferry crossing where a spectral ferryman rows silent passengers across a black river", + "A fog-blanketed causeway with lanterns bobbing and no visible crew", + "A small skiff appearing from mist with pale silhouettes bowed", + "A riverside jetty where shoes are left as offerings to cross", + "A wake of faintly glowing ripples trailing the unseen boat" + ], + "actions": [ + "Murmured names passing mouth to ear as passengers board", + "Lantern light guttering in time with the ferryman's slow strokes", + "A dropped token drifting across the still water and vanishing", + "Soft hymn-like chanting carried across the river and fading" + ], + "camera": "Low water-level glide with long slow pushes into the mist and occasional close on pale hands", + "accents": [ + "silver rim-light on wet rope and oar ends", + "micro-caustic highlights where lanterns touch the water" + ], + "mood": "solemn passage", + "lighting": "deep moonlight with narrow lantern pools", + "style": "poetic nocturnal folklore" + }, + { + "subGenre": "Ghostly Spirits", + "scene": "A sunlit village green where the laughter of vanished children flickers like wind through leaves", + "sceneVariants": [ + "A sunlit village green where the laughter of vanished children flickers like wind through leaves", + "A bench with faint small footprints appearing and fading in dust", + "A swing set rocking by itself with morning breeze carrying giggles", + "A washed ribbon tied to a post twitching in time to an unseen game", + "A scattering of tiny, bright motes hovering where children once ran" + ], + "actions": [ + "Invisible games leaving transient patterns on grass", + "A passerby pausing as a remembered rhyme fills the air", + "A small breeze forming ephemeral handprints on a dusty windowpane", + "A forgotten toy rattling once as if nudged" + ], + "camera": "Warm low dolly with intimate close-ups on grass patterns and empty swings", + "accents": [ + "soft sun caustics on dew and toy paint micro-flake", + "subtle particle halo where laughter-motes gather" + ], + "mood": "tender melancholy", + "lighting": "soft golden daylight", + "style": "wistful realism" + }, + { + "subGenre": "Ghostly Spirits", + "scene": "A night chapel where whispered petitions rise from empty pews and hover above the altar", + "sceneVariants": [ + "A night chapel where whispered petitions rise from empty pews and hover above the altar", + "A long nave filled with drifting script-like motes", + "A candle circle where requests collect and glow faintly", + "A confessional door ajar with a faint reply echo", + "A choir stall where voices from memory sing one phrase on loop" + ], + "actions": [ + "Petitions knitting into a slow braided light above the altar", + "Candles dimming slightly as a phrase is answered", + "A windless draft turning hymn-page leaves without touch", + "A faint scent of old incense sweeping along the aisle" + ], + "camera": "Slow crane along the nave with tight inserts on hovering petition motes", + "accents": [ + "candle micro-halation on carved wood", + "soft volumetric halos around floating phrases" + ], + "mood": "reverent hush", + "lighting": "dim interior with warm candle cores", + "style": "liturgical spectral realism" + }, + { + "subGenre": "Ghostly Spirits", + "scene": "A daytime market stall where the ghost of a tradesman continues to arrange wares for customers who cannot see him", + "sceneVariants": [ + "A daytime market stall where the ghost of a tradesman continues to arrange wares for customers who cannot see him", + "A table of perfectly positioned trinkets with no visible hands", + "A bell that rings with no attendant to answer", + "A hover of scent where a hand once sampled spice blends", + "A cloth that smooths itself after a breeze passes" + ], + "actions": [ + "Objects subtly shifting to draw passerby attention", + "A cup repositioned to the exact edge then left as if waiting", + "A phantom nod greeting a regular who only senses the gesture", + "Small price-tags tilting as if an invisible hand adjusted them" + ], + "camera": "Handheld market-level with close macrodetails on moving objects and reaction shots of vendors", + "accents": [ + "sun micro-glints on polished trinkets", + "fabric micro-motion highlights" + ], + "mood": "everyday uncanny", + "lighting": "bright marketplace daylight", + "style": "subtle magical realism" + }, + { + "subGenre": "Ghostly Spirits", + "scene": "A foggy battlefield at dawn where phantom banners and marching formations replay long-forgotten charges", + "sceneVariants": [ + "A foggy battlefield at dawn where phantom banners and marching formations replay long-forgotten charges", + "Rows of translucent soldiers drifting across the plain", + "The echo of a trumpet that has no source", + "Ghostly horses trotting and unhorsed riders standing solemn", + "Scattered spectral embers where campfires once burned" + ], + "actions": [ + "Phantom formations repeating their final advance", + "A lone standard-bearer pausing to look at the living as if pleading memory", + "Footsteps that make no sound but leave pale impressions", + "A distant drumbeat always one half-beat out of sync with present time" + ], + "camera": "Wide desaturated crane with slow insert close-ups on singular phantom figures", + "accents": [ + "cold rim glints on spectral metal", + "soft fog micro-halo over ground impressions" + ], + "mood": "haunted remembrance", + "lighting": "muted dawn with low contrast", + "style": "epic melancholic spectral" + }, + { + "subGenre": "Ghostly Spirits", + "scene": "A noon riverside where water-spirits flicker as sunlight refracts into quick glimpses of old faces", + "sceneVariants": [ + "A noon riverside where water-spirits flicker as sunlight refracts into quick glimpses of old faces", + "A shallow bend where faces appear in moving currents", + "A fisherman pausing as his late father's reflection smiles and fades", + "A small whirlpool forming a quick cameo of a vanished town", + "A child skipping stones that echo with faint voices under the splash" + ], + "actions": [ + "Surface glints resolving into brief visages that speak no words", + "Fish circling a ghost-image before it dissolves", + "A ripple carrying a whispered fragment of song downstream", + "A hand touching the surface and causing the face to scatter" + ], + "camera": "Gently pacing floatcam with macro water-surface inserts and soft sunlight bloom", + "accents": [ + "mirror caustic micro-highlights", + "tiny water droplet lensing on faces" + ], + "mood": "fleeting nostalgia", + "lighting": "bright midday sun with reflective shimmer", + "style": "poetic ephemeral realism" + }, + { + "subGenre": "Ghostly Spirits", + "scene": "A night train platform where lost commuters appear and vanish between scheduled arrivals", + "sceneVariants": [ + "A night train platform where lost commuters appear and vanish between scheduled arrivals", + "A ghostly passenger lingering on a bench in outdated attire", + "A phantom ticket inspector checking no visible passes", + "A train that arrives empty and departs full of whispers", + "A flickering departure board listing stations from another era" + ], + "actions": [ + "A coat being laid over a bench where memories rest", + "A phantom hand pointing to a timetable that rearranges itself", + "Steps crossing the platform with no sound and leaving cold prints", + "A whistle that harmonizes with the living trains' rumble" + ], + "camera": "Grainy handheld with long-track shots and intermittent empty-train reveals", + "accents": [ + "platform micro-damp reflections", + "neon micro-flares on old signage" + ], + "mood": "urban spectral loneliness", + "lighting": "low night station lighting", + "style": "noir transient fantasy" + }, + { + "subGenre": "Ghostly Spirits", + "scene": "A sunlit orchard lane where ancestral spirits manifest to bless the new grafts in spring", + "sceneVariants": [ + "A sunlit orchard lane where ancestral spirits manifest to bless the new grafts in spring", + "Transparent hands tending budding branches with care", + "A ring of pale figures circling a newly planted root", + "A scent of a remembered perfume scattering through blossoms", + "A child's small sapling glowing briefly as a blessing passes" + ], + "actions": [ + "Spirit-hands smoothing soil and leaving warm prints", + "A whispered blessing that causes a bud to swell", + "A breeze carrying a remembered lullaby across rows", + "A shaken branch scattering glitter-like pollen that lingers longer than normal" + ], + "camera": "Warm pastoral dolly with soft focus transitions and close on bud reaction", + "accents": [ + "petal micro-caustic highlights", + "soft subsurface glow where blessing touches" + ], + "mood": "gentle sanctification", + "lighting": "bright spring daylight", + "style": "pastoral spiritual realism" + }, + { + "subGenre": "Ghostly Spirits", + "scene": "A midnight lighthouse where the keeper's ghost still trims the wick and charts lost vessels", + "sceneVariants": [ + "A midnight lighthouse where the keeper's ghost still trims the wick and charts lost vessels", + "A haloed stair of light with no visible keeper at the lantern", + "A chart table where a hand draws routes that fade into fog", + "A glass panel with handprints that warm then go cold", + "A logbook flipping pages by itself to add another name" + ], + "actions": [ + "Wick being tended by an invisible careful hand", + "A faint scratching as a name is entered into the log", + "Lantern glass steaming where a breath once hovered", + "A far horn answered by a phantom of comfort" + ], + "camera": "Crane up the spiral with tight inserts on log, wick and glass, lots of atmospheric haze", + "accents": [ + "lens micro-flares on lantern glass", + "moisture micro-reflections on brass" + ], + "mood": "protective yearning", + "lighting": "pale lantern core in night fog", + "style": "maritime elegy" + }, + { + "subGenre": "Ghostly Spirits", + "scene": "A sunlit schoolroom where chalk-dust phantoms replay a favorite lesson at noon for no living pupil", + "sceneVariants": [ + "A sunlit schoolroom where chalk-dust phantoms replay a favorite lesson at noon for no living pupil", + "Desks arranged and a faded map spinning slowly on the wall", + "A slate with a half-erased lesson that completes itself", + "A small inkwell bobbing and leaving ghost-script", + "A bell ringing with no hand to pull" + ], + "actions": [ + "Invisible chalk writing equations that hang for a moment then dissolve", + "A phantom teacher pacing and tapping the board in rhythm", + "Empty chairs creaking as if shifted by learning-breaths", + "A small paper plane folding itself and gliding across empty desks" + ], + "camera": "Warm static front-row frame with slow cut-ins to finishing chalk-strokes", + "accents": [ + "sun micro-through dust motes in the beam", + "paper fiber micro-texture on the plane" + ], + "mood": "bittersweet pedagogy", + "lighting": "noon classroom sunbeams", + "style": "quiet domestic spectral" + }, + { + "subGenre": "Ghostly Spirits", + "scene": "A dusk carnival where a phantom carousel turns with riders who left long ago", + "sceneVariants": [ + "A dusk carnival where a phantom carousel turns with riders who left long ago", + "A brass carousel with faded portraits smiling in painted eyes", + "A dwarf-lantern squeezed between phantom hands", + "A ticket-booth with stub-less hands still collecting fares", + "A merry-go-round music box playing a lullaby from another age" + ], + "actions": [ + "Painted horses nodding gently as they revolve with airy passengers", + "Music box winding itself and a ribbon of tune spilling into the fairground", + "A phantom laugh traced in air that causes real ribbons to flutter", + "A lone child arriving and sensing a friendly tap on the shoulder" + ], + "camera": "Rotational crane matching carousel spin with close-faced inserts on painted riders", + "accents": [ + "brass micro-polish on poles", + "dust micro-particles in musical light" + ], + "mood": "melancholic wonder", + "lighting": "twilight with soft incandescent fair glow", + "style": "nostalgic spectral spectacle" + }, + { + "subGenre": "Ghostly Spirits", + "scene": "A moonlit attic where dust-spirits replay domestic scenes for late-night lone workers", + "sceneVariants": [ + "A moonlit attic where dust-spirits replay domestic scenes for late-night lone workers", + "A patch of floor where childhood games loop like shadow puppets", + "A sewing table where a phantom seamstress stitches and hums", + "A cradle rocking with no visible hand but a lullaby floating down", + "A trunk opening and spilling out spectral garments gingerly folded by memory" + ], + "actions": [ + "Dust motes arranging into tableau scenes and then evaporating", + "A phantom hand smoothing a pillow and pausing as a living listener smiles", + "A hum trace that matches the rhythm of a remembered mother", + "Objects aligning for a short moment and then resettling into stillness" + ], + "camera": "Close, tactile macro inserts on fabric and dust with slow pullback to reveal the looping scene", + "accents": [ + "soft micro-halation where dust motes concentrate", + "fabric micro-weave details in lamplight" + ], + "mood": "bittersweet domestic memory", + "lighting": "cool moon with warm lamp patches", + "style": "intimate spectral realism" + }, + { + "subGenre": "Ghostly Spirits", + "scene": "A sunrise memorial grove where morning spirits float like incense to bless returning travelers", + "sceneVariants": [ + "A sunrise memorial grove where morning spirits float like incense to bless returning travelers", + "A ring of stone memorials with soft rising orbs", + "An elder bowing as a spirit passes through their palms", + "A child offering a wreath that becomes a halo of light", + "A pathway of small glowing footprints leading into the wood" + ], + "actions": [ + "Orbs gliding along branches to settle as quiet blessings on shoulders", + "A traveler pausing and feeling a warm hush across their brow", + "Leaves whispering a name then falling as a sign", + "A communal nod shared across disparate strangers in the grove" + ], + "camera": "Warm lateral dolly through grove with close emotional inserts on faces and orbs", + "accents": [ + "dawn micro-rim on orbs and leaves", + "soft subsurface glow where blessing touches" + ], + "mood": "comforting grace", + "lighting": "golden sunrise with mist", + "style": "ceremonial pastoral" + }, + { + "subGenre": "Ghostly Spirits", + "scene": "A stormblown moor where wind-spirits form ephemeral silhouettes that lead lost hunters home", + "sceneVariants": [ + "A stormblown moor where wind-spirits form ephemeral silhouettes that lead lost hunters home", + "A ridge of swirling vapor aligning into human-shaped guides", + "A lantern caught in a spiral of air that points the way", + "A small cairn topped by a whorl of ghost-wind", + "A hunter following a breath-shaped path across peat" + ], + "actions": [ + "Wind-forms flickering into limbs to indicate direction", + "A ghost-whistle harmonizing with a living hunting call", + "Mists parting in rhythmic pulses timed to heartbeats", + "A final gust that dissipates the guide as the lives reach shelter" + ], + "camera": "Long lateral tracking against gale with occasional high-speed gust close-ons", + "accents": [ + "wind-lens micro-sheens on wet heather", + "fog micro-halo around silhouette edges" + ], + "mood": "urgent benevolence", + "lighting": "pale storm-diffuse light", + "style": "elemental pastoral fantasy" + }, + { + "subGenre": "Ghostly Spirits", + "scene": "A midday ruins garden where sunlight spirits weave golden ribbons that stitch broken stone back temporarily", + "sceneVariants": [ + "A midday ruins garden where sunlight spirits weave golden ribbons that stitch broken stone back temporarily", + "A sunbeam forming threads that mend a cracked pedestal for a moment", + "A gardener watching as a statue's nose briefly restores", + "A return of a bowl's rim to roundness as a spirit passes", + "Birds responding to the transient repair with a chorus" + ], + "actions": [ + "Golden ribbons wrapping and then slipping away as if testing restoration", + "A hand pressing a repaired patch and feeling a soft warmth", + "A child clapping as a small mosaic realigns", + "A spirit fading into dust motes once task complete" + ], + "camera": "Macro to mid push with warm bloom on gold ribbons and stone textures", + "accents": [ + "golden micro-caustics on repaired edges", + "soft lens bloom on floating dust" + ], + "mood": "hopeful repair", + "lighting": "bright warm midday", + "style": "restorative magical realism" + }, + { + "subGenre": "Ghostly Spirits", + "scene": "A dusk crossroads shrine where bargain-spirits accept small promises left by travelers", + "sceneVariants": [ + "A dusk crossroads shrine where bargain-spirits accept small promises left by travelers", + "A lanterned shrine with tied pledge-ribbons fluttering in negotiation", + "A ledger of spoken vows that ink themselves across a stone slab", + "A spirit appearing to inspect bargains and then vanish with a smile", + "A traveler leaving a small token and walking away lighter" + ], + "actions": [ + "Ribbons tightening as promises are made and loosening when broken", + "A ledger line glowing to mark a new agreement", + "A spirit nodding and leaving a faint scent of citrus as barter", + "A traveler feeling a weight lift as the bargain registers" + ], + "camera": "Handheld with close focus on ribbon knots and ledger lines, gentle camera breathing", + "accents": [ + "lantern micro-halation on ribbon fibers", + "stone micro-etch detail on ledger inscription" + ], + "mood": "careful trust", + "lighting": "dusk with warm shrine pools", + "style": "transactional folk-fantasy" + }, + { + "subGenre": "Ghostly Spirits", + "scene": "A midnight archive where book-spirits whisper lost pages into the ears of lone researchers", + "sceneVariants": [ + "A midnight archive where book-spirits whisper lost pages into the ears of lone researchers", + "A shelf that breathes a line of verse into a scholar's ear", + "A margin note forming as a spirit passes an attentive hand", + "Scrolls flicking open to reveal a missing stanza", + "A lamp with a halo that maps the line the spirit recites" + ], + "actions": [ + "A scholar scribbling quickly as a voice fills the room", + "A page turning itself to display the exact passage called for", + "A physical shiver running along a book spine when spirit approves", + "A final hush as the spirit backs away satisfied" + ], + "camera": "Tight inserts on quill tip and whispering face, with gentle cinematic grain", + "accents": [ + "ink micro-sheen on paper", + "lamplight micro-halo on page edges" + ], + "mood": "inspired solitude", + "lighting": "low lamp pools against midnight", + "style": "intellectual spectral realism" + }, + { + "subGenre": "Ghostly Spirits", + "scene": "A sunrise memorial bench where the morning spirit settles for a moment to warm grieving hands", + "sceneVariants": [ + "A sunrise memorial bench where the morning spirit settles for a moment to warm grieving hands", + "A faint presence offering a soft warmth that isn't there physically", + "A tear evaporating in a gentle breath as consolation is passed", + "A small note left beneath a stone that glows briefly in reply", + "A bench that hums a familiar tune when a mourner sits" + ], + "actions": [ + "A hand feeling warmth on cold skin then smiling through tears", + "A note brightening and then folding back into paper", + "A bird landing on the bench and finding the mourner calmed", + "A slow exhale of memory vapor that blends with sunrise mist" + ], + "camera": "Intimate close-ups on hands and note with soft morning grain and slow zoom out", + "accents": [ + "dew micro-highlights on wood grain", + "soft subsurface glow where warmth touches" + ], + "mood": "gentle consolation", + "lighting": "soft sunrise glow", + "style": "quiet compassionate fantasy" + }, + { + "subGenre": "Ghostly Spirits", + "scene": "A moonlit cornfield where harvest-spirits ripple between stalks to ensure a fair yield", + "sceneVariants": [ + "A moonlit cornfield where harvest-spirits ripple between stalks to ensure a fair yield", + "Phantom hands guiding ripening husks toward full form", + "A ring of pale harvest-lights moving like guardian sprites", + "A scarecrow that becomes briefly animated to tip a gratitude hat", + "A smell of warm bread rising where spirits pass" + ], + "actions": [ + "Stalks straightening as a spirit walks between rows", + "A kernel brightening then humming in silent thanks", + "A farmer sensing a shift and bowing in gratitude", + "Soft rhythmic footfall of many tiny neutral feet crossing the field" + ], + "camera": "Aerial low sweep through stalk rows with intimate close macroscapes of kernels", + "accents": [ + "moon caustic on glossy husks", + "warm micro-halo where spirits touch grain" + ], + "mood": "protective gratitude", + "lighting": "cool moon with warm kernel cores", + "style": "agricultural guardian fantasy" + }, + { + "subGenre": "Ghostly Spirits", + "scene": "A noon crossroads inn where the ghostly innkeeper cleans mugs for guests long gone but preserves stories", + "sceneVariants": [ + "A noon crossroads inn where the ghostly innkeeper cleans mugs for guests long gone but preserves stories", + "A polished wooden counter that warms under an invisible palm", + "A ledger filled with faded names that faintly glow when read", + "A fire that re-ignites to welcome a remembered patron", + "A chair that settles as if offered to a favorite ghost" + ], + "actions": [ + "Mugs lifted and set with a soft clink though no hand is seen", + "A story-voice filling the rafters reciting a known old jest", + "A bowl of stew bubbling with no visible cook tending it", + "A bell above the door ringing as if a patron entered even when none did" + ], + "camera": "Warm medium coverage with close inserts on counter, ledger and hearth", + "accents": [ + "warm timber micro-sheen", + "steam micro-halo on stew surface" + ], + "mood": "nostalgic hospitality", + "lighting": "cozy mid-day interior light", + "style": "comforting domestic spectral" + } +] \ No newline at end of file diff --git a/src/data/fantasy_knights.json b/src/data/fantasy_knights.json new file mode 100644 index 0000000..9ec0aa3 --- /dev/null +++ b/src/data/fantasy_knights.json @@ -0,0 +1,452 @@ +[ + { + "subGenre": "Knights", + "scene": "A moonlit sentry walk along the battlements where armored silhouettes patrol under a star-pierced sky", + "sceneVariants": [ + "A moonlit sentry walk along the battlements where armored silhouettes patrol under a star-pierced sky", + "Two sentries leaning on spears watching a distant watchfire", + "A lone knight pausing at a crenel to look over mist-filled valleys", + "An approaching shadow tested against a silver horizon from the wall", + "A pair of raptors circling above a torch-lined parapet" + ], + "actions": [ + "Sentries shifting their weight and whispering roll-call", + "A horner sounding a single clear note that fades into night", + "A cloak snapping in the wind as a knight changes watch", + "Sparks from a brazier scattering as the wind licks the flames" + ], + "camera": "Slow lateral dolly along the battlement with occasional low-angle inserts on helmets", + "accents": [ + "thin moon rim-light on polished edges", + "spark micro-highlights from braziers and torch embers" + ], + "mood": "quiet vigilance", + "lighting": "cool moonlight with sparse warm torch points", + "style": "nocturnal medieval realism" + }, + { + "subGenre": "Knights", + "scene": "An abandoned chapel at night where a knight kneels to tend a spectral banner", + "sceneVariants": [ + "An abandoned chapel at night where a knight kneels to tend a spectral banner", + "A candlelit altar with a faintly glowing heraldic flag", + "Pillars draped in moss and stitched banners swinging in cold draft", + "A fallen shrine where a single knight guards a ghostly standard", + "A nave where moonbeams form a cross on cracked tiles" + ], + "actions": [ + "The knight smoothing the banner and whispering a vow", + "Candle flames flickering to reveal faded crest motifs", + "Footsteps echoing softly across the stone floor", + "A moted dust dance forming faint memory-images over the altar" + ], + "camera": "Tight dolly with shallow depth on the banner and slow pull back to reveal the chapel", + "accents": [ + "soft candle halos on fabric edges", + "moisture-lensed micro-reflections on stone" + ], + "mood": "solemn devotion", + "lighting": "dim interior candlelight with cool moon shafts", + "style": "gothic reverent fantasy" + }, + { + "subGenre": "Knights", + "scene": "A fog-choked ford at night where armored riders ford a silvery river beneath low willow branches", + "sceneVariants": [ + "A fog-choked ford at night where armored riders ford a silvery river beneath low willow branches", + "A single knight waist-deep, steading his horse in reflective water", + "A small scouting party passing through reed-shadowed shallows", + "A moon-bent willow framing riders emerging from mist", + "A bank where water beads on chainmail like tiny moons" + ], + "actions": [ + "Hooves splashing and sending prismatic ripples", + "Rain or mist congealing into beads on helmets", + "A scout signaling with a low torch that dissolves in fog", + "A war-horse stamping and snorting, steam drifting from its nostrils" + ], + "camera": "Low water-level tracking with long lens compression to compress the mist layers", + "accents": [ + "wet-surface sheen on armor", + "soft rim-lighting on river ripples" + ], + "mood": "tense stealth", + "lighting": "diffuse nocturnal fog with faint moon highlights", + "style": "muted tactical fantasy" + }, + { + "subGenre": "Knights", + "scene": "A ruined keep under a crescent moon where a knight stands atop a collapsed tower watching for revenants", + "sceneVariants": [ + "A ruined keep under a crescent moon where a knight stands atop a collapsed tower watching for revenants", + "A tower ruin traced against a star-swept sky", + "A courtyard full of toppled statues and climbing ivy", + "A broken battlement framing a valley of low rolling fog", + "A skeleton of a gatehouse lit by scattered moon shards" + ], + "actions": [ + "The knight tightening gauntlet straps and scanning the horizon", + "Raven wings flapping, scattering small motes", + "A distant bell tolling a single hollow note", + "A crumbling stone letting loose and tumbling into darkness" + ], + "camera": "Wide crane into the tower apex with a slow 3-axis turn to show the ruined scale", + "accents": [ + "moon-kissed flake highlights on stone edges", + "subtle dust haloes around falling debris" + ], + "mood": "lonely watchfulness", + "lighting": "cool moon with deep shadow pockets", + "style": "melancholic ruin fantasy" + }, + { + "subGenre": "Knights", + "scene": "A torchlit war camp at night where tents flutter with heraldic colors and armor lines a communal fire", + "sceneVariants": [ + "A torchlit war camp at night where tents flutter with heraldic colors and armor lines a communal fire", + "A mess area with long tables and rough-hewn benches", + "A tent where a knight slowly sharpens a blade beside a map-strewn table", + "A watch-fire where soldiers exchange stories under hanging pennants", + "A flag being passed between brothers near a steaming cauldron" + ], + "actions": [ + "Tongs clinking and tankards slapping on wood", + "A minstrel tuning a war-harp while embers glow", + "A horse being resaddled in the tented gloom", + "Embroidered banners rubbing together in a rhythmic whisper" + ], + "camera": "Handheld eye-level with warm fire light inserts and wide crowd establishes", + "accents": [ + "warm subsurface scattering from campfires", + "gloss micro-highlights on oiled leather" + ], + "mood": "gruff camaraderie", + "lighting": "warm torchlight punctuating night", + "style": "military encampment realism" + }, + { + "subGenre": "Knights", + "scene": "A moonlit duel in a ruined orchard where steel flashes between gnarled branches and fallen fruit", + "sceneVariants": [ + "A moonlit duel in a ruined orchard where steel flashes between gnarled branches and fallen fruit", + "A narrow glade where two champions circle each other", + "A duel beneath a twisted apple tree and a single broken column", + "A moon-slick turf where footprints bleed light", + "A ring of pale spectators watching from shadow" + ], + "actions": [ + "Blades ringing as parry meets riposte", + "Leaves tremble and fall in time with blows", + "A single blade nicking and sending up a glitter of sparks", + "Breath fogging and quickened heartbeats audible in the hush" + ], + "camera": "Tight choreography with quick whip-cuts synced to blade strikes and shallow depth-of-field", + "accents": [ + "knife-edge rim-light on blade geometry", + "soft organic speculars on damp leaf surfaces" + ], + "mood": "intense private combat", + "lighting": "cold moon with sharp specular highlights", + "style": "cinematic choreographed fantasy" + }, + { + "subGenre": "Knights", + "scene": "A secret midnight oath beneath an ancient stone circle where new squire is inducted into an order", + "sceneVariants": [ + "A secret midnight oath beneath an ancient stone circle where new squire is inducted into an order", + "A hooded ceremony with torches and whispered vows", + "A kneeling figure taking oath with sword-edge upon palms", + "An elder knight blessing armor with a drop of holy oil", + "A circle of sigil-stones reacting to the oath with faint light" + ], + "actions": [ + "A blade laid flat across the squire's hands and a hush falling", + "Torches lowered in unison and then raised in blessing", + "A sigil pulsing at the moment of commitment", + "Elders reciting lineage names and history" + ], + "camera": "Slow steady push-ins from wide to intimate as the oath is spoken", + "accents": [ + "torch rim on faces and metal", + "tiny rune-glows along stone seams" + ], + "mood": "solemn initiation", + "lighting": "torchlit night with local warm pools", + "style": "ritualistic medieval fantasy" + }, + { + "subGenre": "Knights", + "scene": "A haunted stable at night where spectral horses paw at empty stalls and armor hangs as if worn", + "sceneVariants": [ + "A haunted stable at night where spectral horses paw at empty stalls and armor hangs as if worn", + "A row of saddles draped in ghostly shrouds", + "A farrier's bench with tools moving by unseen hands", + "A hayloft where faint hoof-prints burn into straw", + "A lantern swinging though no wind stirs" + ], + "actions": [ + "Phantom neighs echoing down the aisles", + "A ghostly hooves' pattern tracing along the floor", + "Cold breath condensing over an empty saddle", + "Armor plates gently rocking as if a rider adjusted weight" + ], + "camera": "Moody low-light dolly with slow focus pulls to reveal spectral details", + "accents": [ + "faint ethereal rim-glow around ghost-horses", + "soft metallic sheens on suspended armor" + ], + "mood": "eerie remembrance", + "lighting": "very low interior with spectral cool glows", + "style": "haunted folklore fantasy" + }, + { + "subGenre": "Knights", + "scene": "A stormy watch under night rain where a knight repairs a banner soaked and whipping in wind", + "sceneVariants": [ + "A stormy watch under night rain where a knight repairs a banner soaked and whipping in wind", + "A pennant being re-tied on a drenched mast", + "A rain-swept parapet with ropes groaning under strain", + "A sheltering alcove where leather is oiled against downpour", + "A banner's colors running into the gutter like watercolor" + ], + "actions": [ + "Hands working frantically to re-secure tattered fabric", + "Rain slapping armor and beading on gauntlets", + "A sailor's knot tested and retied in the gale", + "A torch sputtering and being shielded with a cupped hand" + ], + "camera": "Handheld, wind-affected with rain-lensed close-ups and wide storm establishes", + "accents": [ + "wet-sheen micro-highlights on cloth fibers", + "streaked rain refractions on metal surfaces" + ], + "mood": "resilient labor", + "lighting": "dark storm with intermittent flash from distant lightning", + "style": "gritty weathered fantasy" + }, + { + "subGenre": "Knights", + "scene": "A tournament tilt-lane at high noon filled with pennants, trumpets and polished lances", + "sceneVariants": [ + "A tournament tilt-lane at high noon filled with pennants, trumpets and polished lances", + "A crowded lists area under striped awnings", + "A noble gallery with banners and heralds calling the lists", + "A competitor adjusting visor and drawing steady breath before charge", + "A standard-bearer signaling the start beneath a clear sky" + ], + "actions": [ + "Lances launching and splinters flying on impact", + "Crowd cheer and trumpets heralding a successful pass", + "Horses snorting and rearing then settling to the pace", + "A squire running forward to collect broken splinters" + ], + "camera": "Dynamic tracking shotgun along the lane with slow motion on impact and close crowd reaction inserts", + "accents": [ + "bright sun rim on polished plate and lance tips", + "lens flare micro-flares from gilt crests" + ], + "mood": "competitive spectacle", + "lighting": "bright midday sun with hard shadows", + "style": "colorful pageant realism" + }, + { + "subGenre": "Knights", + "scene": "A sunlit chapel feast where newly knighted stand among banners and harp music at mid-afternoon", + "sceneVariants": [ + "A sunlit chapel feast where newly knighted stand among banners and harp music at mid-afternoon", + "A long banquet table laden with roasted birds and flagons", + "A hall of oak beams and stained glass catching sunlight", + "A herald announcing names as trumpets mark each knighting", + "Children tossing flower petals at the new order" + ], + "actions": [ + "The monarch placing a circlet and tapping the blade in ceremony", + "Guests raising goblets and toasting loudly", + "A minstrel strumming and a chorus echoing in the rafters", + "Servants moving plates and replenishing trays in rhythmic efficiency" + ], + "camera": "Wide panoramic lens with staggered cuts to faces, close on ceremonial hand gestures", + "accents": [ + "warm stained-glass color cast on faces", + "golden subsurface scattering on bread and roasted skin" + ], + "mood": "celebratory solemnity", + "lighting": "bright warm afternoon with stained-glass accents", + "style": "ceremonial historical fantasy" + }, + { + "subGenre": "Knights", + "scene": "A desert garrison at high sun where sand-browned knights patrol around an oasis keep", + "sceneVariants": [ + "A desert garrison at high sun where sand-browned knights patrol around an oasis keep", + "A watch-tower carved from ochre stone under shimmering heat", + "A palisade of woven reeds and leather flaps on dunes", + "A scribe recording patrol times in a sun-bleached ledger", + "A caravan approach causing stirrings on the ramparts" + ], + "actions": [ + "Water skin distribution to thirsty mounts and men", + "Shade-seeking between patrols and re-tightening of straps", + "Sand swept from mail and straps resettled", + "A scout shading eyes and signaling distant shimmer" + ], + "camera": "Long lens compression with heat-haze bokeh and mid-level tracking shots", + "accents": [ + "heat shimmer bloom around metallic edges", + "sand-grain micro-contrast on leather" + ], + "mood": "parched endurance", + "lighting": "harsh high sun with high-contrast shadows", + "style": "desert-military realism" + }, + { + "subGenre": "Knights", + "scene": "A bright coastal joust with banners snapping in sea-breeze and gulls wheeling above the lists", + "sceneVariants": [ + "A bright coastal joust with banners snapping in sea-breeze and gulls wheeling above the lists", + "A seaside grandstand overlooking sandy tilt-lanes", + "A salt-scented crowd spilling onto the dunes", + "A herald announcing titles under a flying pennant", + "A victory procession along the strand with trumpets and spray" + ], + "actions": [ + "Lances striking with white-sand spray and splinter showers", + "Crowd cheering with vendors calling and flags waving", + "A rider raising a hand to the sun in salute", + "A squire leading the winner's horse back to the stables" + ], + "camera": "Wide coastal pan with close impact slow-mo and aerial gull-perspective inserts", + "accents": [ + "salt-spray micro-sheen on armor", + "sun-catch highlights on polished banners" + ], + "mood": "festive triumph", + "lighting": "clear seaside noon with bright speculars", + "style": "open-air pageantry" + }, + { + "subGenre": "Knights", + "scene": "A midday training yard where squires learn spear drills beneath a cloudless sky", + "sceneVariants": [ + "A midday training yard where squires learn spear drills beneath a cloudless sky", + "A line of wooden men and target dummies with splintered practice lances", + "An instructor demonstrating footwork and weight shifts", + "Buckets of oil and whetstones arrayed for maintenance", + "Squires watching and adjusting helmets between sets" + ], + "actions": [ + "Measured thrusts and parries rehearsed in coordinated rhythm", + "An instructor correcting a wrist and calling out cadence", + "Squires collapsing into shade for short respite", + "Leather being oiled and straps checked between exercises" + ], + "camera": "Medium steadycam with rhythmic cuts matching drill tempo and close technical inserts", + "accents": [ + "warm micro-caustics on polished leather", + "bright edge-light on moving spear shafts" + ], + "mood": "disciplined apprenticeship", + "lighting": "clear midday sun with crisp contrast", + "style": "practical martial realism" + }, + { + "subGenre": "Knights", + "scene": "A royal procession through sun-drenched avenues where armored escorts line gilded carriages", + "sceneVariants": [ + "A royal procession through sun-drenched avenues where armored escorts line gilded carriages", + "A stately parade with banners and trumpeters", + "A column of knights on prancing horses flanked by cheering crowds", + "A carriage rounding a plaza as sunlight glints from armor", + "A formal salute before a palace gate with fluttering pennons" + ], + "actions": [ + "Trumpet calls echoing across stone facades", + "Knights saluting in synchronized motion as the carriage passes", + "Street performers and acrobats adding spectacle to the route", + "Children reaching up for tossed ribbons and coins" + ], + "camera": "Gliding crane down the procession line with cutaways to crowd detail and dignitary faces", + "accents": [ + "golden speculars on gilt trim and polished harness", + "warm subsurface scattering on faces in sunlight" + ], + "mood": "ceremonial grandeur", + "lighting": "full bright sun with high-key exposure", + "style": "regal ceremonial fantasy" + }, + { + "subGenre": "Knights", + "scene": "A sun-warmed courtyard where a knight tends a wounded hawk under midday arches", + "sceneVariants": [ + "A sun-warmed courtyard where a knight tends a wounded hawk under midday arches", + "A shaded cloister with trained raptors in tether", + "A quiet alcove where poultices are applied to feathers and talon", + "A scribe noting recovery times while a bird trembles", + "A mentor instructing on care and mending of hunting birds" + ], + "actions": [ + "Gentle bandaging of wing stubs and soothing murmurs", + "A hawk blinking as light catches its eye", + "Water being offered in a shallow dish and lap drink", + "A lesson in falconry whispered into the bird's ear" + ], + "camera": "Intimate handheld close-ups on hands and feather detail with slow pullback to courtyard scale", + "accents": [ + "soft subsurface scattering through feather filaments", + "tiny wet highlights on beak and eye" + ], + "mood": "tender caretaking", + "lighting": "warm midday with soft architectural shade", + "style": "domestic knightly realism" + }, + { + "subGenre": "Knights", + "scene": "A hilltop beacon at sunset where knights rotate a massive signal fire to call allied banners", + "sceneVariants": [ + "A hilltop beacon at sunset where knights rotate a massive signal fire to call allied banners", + "A chain of lit beacons cresting the ridgeline like a line of stars", + "A knot of riders waiting to receive signal orders from the beacon keeper", + "A signal being packed into a brazier and sent down the ridge", + "A messenger mounted and riding hard toward a distant standard" + ], + "actions": [ + "Brazier flames flaring as new fuel is added and flame leaps", + "Knights checking maps and marking positions by torch glow", + "A rider spurring out with a shouted instruction", + "Ropes creaking as beacon apparatus is adjusted" + ], + "camera": "Wide telephoto compression along the ridge with slow dolly-in to the beacon crew", + "accents": [ + "warm high-contrast rim-light on faces and emitters", + "volumetric ember particles flowing in wind" + ], + "mood": "committed urgency", + "lighting": "sunset gold with ember-lit warmth", + "style": "epic signal fantasy" + }, + { + "subGenre": "Knights", + "scene": "A midday garden tournament of skill where knights perform precise ring-captures and archery displays", + "sceneVariants": [ + "A midday garden tournament of skill where knights perform precise ring-captures and archery displays", + "A decorative maze used as a horsemanship course", + "Arches strung with training rings and ribbons", + "A central pavilion with judges and laurels", + "A children's tilt where squires mimic their masters with toy lances" + ], + "actions": [ + "Riders leaning and spearing small rings at full canter", + "Archers drawing and releasing in timed cadence", + "Crowd applause and gentle laughter as tricks succeed or fail", + "Laurels being placed on winners' shoulders amid fanfare" + ], + "camera": "Dynamic tracking with close action slow-mos and bright saturated color grading", + "accents": [ + "bright floral rim and petal micro-highlights", + "satin shine on ceremonial ribbons" + ], + "mood": "light-hearted competition", + "lighting": "high noon with soft fill to reduce harsh shadows", + "style": "festive genteel fantasy" + } +] \ No newline at end of file diff --git a/src/data/fantasy_magic_forests.json b/src/data/fantasy_magic_forests.json new file mode 100644 index 0000000..18a80e9 --- /dev/null +++ b/src/data/fantasy_magic_forests.json @@ -0,0 +1,582 @@ +{ + "fantasy": [ + { + "subGenre": "Magic Forests", + "scene": "Ancient moonlit glade where bioluminescent fungi trace the roots", + "sceneVariants": [ + "Ancient moonlit glade where bioluminescent fungi trace the roots", + "Silvery mist threading between moss-clad trunks", + "Tree hollows dripping soft cyan spores", + "Low fog reflecting pinprick fungal lights", + "A ruined stone arch half-swallowed by roots" + ], + "actions": [ + "Bioluminescent spores pulsing in gentle waves", + "A lone traveler kneeling to touch a glowing mushroom cap", + "A fox-like spirit threading through lit root paths", + "Camera capturing long-exposure trails of tiny motes" + ], + "camera": "Slow dolly inward from the rim into the glade with long-exposure inserts for motes", + "accents": [ + "cool cyan rim-glow on wet moss", + "high micro-detail on lichen and fungal gills" + ], + "mood": [ + "quiet enchantment", + "reverent curiosity" + ], + "lighting": [ + "soft moonfill with concentrated bioluminescent accents", + "selective low-key to preserve depth" + ], + "style": [ + "ethereal nocturnal cinematography", + "natural magic realism" + ] + }, + { + "subGenre": "Magic Forests", + "scene": "Sun-splashed canopy avenue where leaves hang like stained glass", + "sceneVariants": [ + "Sun-splashed canopy avenue where leaves hang like stained glass", + "Amber and emerald light filtering through layered foliage", + "A clear pebble brook riffling the dappled sunlight", + "Butterfly-like spirits sampling floral nectar", + "A mossy bench carved with runes" + ], + "actions": [ + "Sunbeams laddering through leaves in slow columns", + "Petals drifting like confetti in a slow eddy", + "A child chasing a small shimmering sprite", + "Camera periodic push-ins on filamented leaf veins" + ], + "camera": "Wide low-angle crane to capture vertical canopy, periodic micro push-ins", + "accents": [ + "warm sun-kick on leaf edges", + "high micro-detail on water surface refractions" + ], + "mood": [ + "joyful wonder", + "calm vitality" + ], + "lighting": [ + "broad warm sunlight with soft fill from ambient foliage", + "specular highlights on wet stones" + ], + "style": [ + "lush daytime fantasy portrait", + "storybook naturalism" + ] + }, + { + "subGenre": "Magic Forests", + "scene": "Fog-veiled grove where glass-like trees chime in the wind", + "sceneVariants": [ + "Fog-veiled grove where glass-like trees chime in the wind", + "Translucent trunks refracting pale diffused light", + "Thin crystalline leaves producing harmonic tinkles", + "A narrow boardwalk of aged planks winding between trunks", + "A distant dim cottage with a single lit window" + ], + "actions": [ + "Wind making harmonic chimes through glass leaves", + "A slow-footed wanderer pausing to listen and photograph", + "Drops condensing into tiny prisms on branches", + "Camera recording close micro-sound inserts with visual sync" + ], + "camera": "Slow tracking with precise audio-sync close-ups and gentle pullbacks", + "accents": [ + "prismatic micro-refractions on trunk surfaces", + "soft crystalline glints in mist" + ], + "mood": [ + "haunting serenity", + "curious stillness" + ], + "lighting": [ + "diffuse fog-key with micro-prism glints", + "low overall contrast to emphasize form" + ], + "style": [ + "ambient fantasy documentary", + "sensory audio-visual study" + ] + }, + { + "subGenre": "Magic Forests", + "scene": "Twilight orchard where trees bear lantern-fruit that hums faintly", + "sceneVariants": [ + "Twilight orchard where trees bear lantern-fruit that hums faintly", + "Fruit glowing in yellow and rose hues", + "Lanterns bobbing slightly like breathing bulbs", + "Farmfolk harvesting in gentle, ritualized movement", + "A path lined with small prayer-stones" + ], + "actions": [ + "Careful harvesting with woven baskets and reverent hands", + "Lantern-fruit pulsing soft harmonic light as it is picked", + "Children tasting small luminous skins with delight", + "Camera close on fruit fibers and inner glow" + ], + "camera": "Low lateral dolly with telephoto close-ins on fruit and hands", + "accents": [ + "golden inner-glow of fruit", + "soft fiber micro-detail on peel and pulp" + ], + "mood": [ + "gentle celebration", + "ritual gratitude" + ], + "lighting": [ + "twilight blue fill with warm fruit-lamps", + "selective glow to guide eye" + ], + "style": [ + "pastoral fantasy vignette", + "intimate harvest portrait" + ] + }, + { + "subGenre": "Magic Forests", + "scene": "Deep-rooted grotto forest lit by a subterranean river of stars", + "sceneVariants": [ + "Deep-rooted grotto forest lit by a subterranean river of stars", + "Roots descending into luminous voids", + "Aerial ferns vibrating with soft starlight", + "Small amphibious lantern-frogs dotting the banks", + "A narrow footbridge of woven vine" + ], + "actions": [ + "Star-river reflecting in still pools and creating mirror constellations", + "A pair of guides pointing to faint star-maps in rock faces", + "Water droplets creating slow ripple constellation echoes", + "Camera push-ins revealing micro-crystals in the riverbed" + ], + "camera": "Slow crane with intermittent underwater macro reveals", + "accents": [ + "deep cerulean subsurface glow", + "prismatic micro-refraction on water beads" + ], + "mood": [ + "mystical awe", + "contemplative solitude" + ], + "lighting": [ + "cold subsurface blue with soft warm micro-accents", + "low ambient to enhance star reflections" + ], + "style": [ + "cosmic-natural fusion", + "dreamlike subterranean cinematography" + ] + }, + { + "subGenre": "Magic Forests", + "scene": "Night-market glade where spirits trade in whispered deals beneath boughs", + "sceneVariants": [ + "Night-market glade where spirits trade in whispered deals beneath boughs", + "Stall-canopies of woven leaves and glass jars", + "Colorful talismans hanging like fruit", + "Traders with glowing tattoos bartering curios", + "Lantern winds creating a rope of light above stalls" + ], + "actions": [ + "Hushed bargaining and exchange of small glowing trinkets", + "A musician playing a slow lullaby on shell-strings", + "Camera capturing character portraits of stall vendors", + "A brief scuffle resolved by ritual coin exchange" + ], + "camera": "Handheld roaming with intimate portrait cuts and a slow wide reveal", + "accents": [ + "warm talisman rim-glow and soft smoke diffusion", + "textured micro-detail on woven canopies" + ], + "mood": [ + "nocturnal intrigue", + "secretive warmth" + ], + "lighting": [ + "localized warm lantern pools with cool surrounding blacks", + "soft volumetric smoke to show depth" + ], + "style": [ + "fantasy marketplace short", + "character-driven vignette" + ] + }, + { + "subGenre": "Magic Forests", + "scene": "Frosted elderwood where crystalline leaves tinkle like chimes at dawn (dark atmosphere)", + "sceneVariants": [ + "Frosted elderwood where crystalline leaves tinkle like chimes at dawn", + "Thin frost fractals on twig and leaf edges", + "Frozen breath from small animals moving below", + "Icicle-carved hollows humming with cold tones", + "Pale sun attempting to pierce the glaze" + ], + "actions": [ + "Faint chime sequences when wind brushes the crystalline leaves", + "A solitary hunter tracing prints that steam in frost", + "Camera macro on ice crystals and tiny chime vibrations", + "Light refracting into miniature rainbows across snow dust" + ], + "camera": "Macro chime-capture with slow crane reveal of frost-laced canopy", + "accents": [ + "cold crystalline rim-light and micro-prism sparkle", + "high micro-detail on frost filament texture" + ], + "mood": [ + "icy reverie", + "still, crystalline hush" + ], + "lighting": [ + "cold dawn key with micro-prismatic highlights", + "low contrast to emphasize tonal subtlety" + ], + "style": [ + "minimalist frost cinematography", + "quiet atmospheric portrait" + ] + }, + { + "subGenre": "Magic Forests", + "scene": "Glow-pond clearing where lily pads open like miniature theatres (light atmosphere)", + "sceneVariants": [ + "Glow-pond clearing where lily pads open like miniature theatres", + "Pads unfurling to reveal tiny luminous nymphs", + "Insects leaving vapor trails that glimmer", + "A nearby willow with shimmering fringe", + "Visitors seated on low stones watching a small play" + ], + "actions": [ + "Lilypad-openings choreographed to a soft bell tone", + "Tiny nymph-figures acting a silent ritual for guests", + "Camera close on horizontally moving light-patterns on water", + "Ripples catching micro-lights and multiplying patterns" + ], + "camera": "Split wide tranquility shots with intimate macro of pad textures", + "accents": [ + "soft pastel biolight halos", + "fine reflective water micro-detail" + ], + "mood": [ + "playful wonder", + "gentle delight" + ], + "lighting": [ + "soft warm pond-glow with reflected cool fill", + "low-key surround to keep focus on pads" + ], + "style": [ + "magical natural theatre", + "micro-performance vignette" + ] + }, + { + "subGenre": "Magic Forests", + "scene": "Thicket of living vines forming a cathedral aisle (dark atmosphere)", + "sceneVariants": [ + "Thicket of living vines forming a cathedral aisle", + "Thick green columns braided overhead", + "Periodic faint glyphs pulsing within leafed walls", + "An altar of stone with a single flickering ember", + "Shadows that seem to breathe in time" + ], + "actions": [ + "Vines shifting subtly to make room for a procession", + "A cloaked group moving slowly toward the altar", + "Camera long steady shot tracking their slow procession", + "Embers releasing tiny sparks that fade into glyph-ashes" + ], + "camera": "Slow crane down the aisle with periodic tight ritual inserts", + "accents": [ + "dark green rim with ember-edge contrast", + "soft particulate atmosphere for depth" + ], + "mood": [ + "solemn procession", + "ancient ceremony" + ], + "lighting": [ + "low-key with warm ember accents and cold shadow pools", + "directional shafts to emphasize path" + ], + "style": [ + "ritual fantasy cinematography", + "ceremonial naturalism" + ] + }, + { + "subGenre": "Magic Forests", + "scene": "Autumnal grove where leaves fall upward, creating a swirling ceiling (light)", + "sceneVariants": [ + "Autumnal grove where leaves fall upward, creating a swirling ceiling", + "Amber and crimson spirals slowly orbiting the trunks", + "A small picnic blanket anchored with rune-weights", + "A child launching a paper leaf and watching it ascend", + "Sparrows riding small currents between leaf layers" + ], + "actions": [ + "Leaves drifting upward and spiraling in a slow ballet", + "Picnickers giggling as crumbs are pulled skyward", + "Camera circling under the leaf ceiling to capture motion symmetry", + "Light catching translucent leaf veins to create stained-glass patterns" + ], + "camera": "360° slow orbit using low drone or stabilized rig with periodic push-ins", + "accents": [ + "warm leaf-kick rim and translucent vein micro-detail", + "soft particle bloom for floating debris" + ], + "mood": [ + "delightful whimsy", + "uplifted wonder" + ], + "lighting": [ + "warm golden-hour key with soft fill", + "translucent highlights through leaf layers" + ], + "style": [ + "playful fantasy short", + "elevated pastoral vignette" + ] + }, + { + "subGenre": "Magic Forests", + "scene": "Cobalt hollow where whispering trees relay memories in spectral ribbons (dark)", + "sceneVariants": [ + "Cobalt hollow where whispering trees relay memories in spectral ribbons", + "Branches carrying thin ribbon-like spectral memory threads", + "Echoes of distant laughter and past conversations", + "A traveler sitting to listen with a notebook", + "Ground covered in faintly glowing script-like moss" + ], + "actions": [ + "Ribbons unspooling tiny memory-vignettes as they brush a passerby", + "Traveler transcribing fragments into a small journal", + "Camera close macro on ribbon textures and script-moss", + "A slow dissolve montage of a single revealed memory" + ], + "camera": "Slow documentary-style close-ins with cross-fade montages", + "accents": [ + "cool ribbon-lumens and micro-film grain to suggest memory", + "low ambient to allow ribbon visibility" + ], + "mood": [ + "melancholic awe", + "ethereal introspection" + ], + "lighting": [ + "cool cobalt fill with narrow warm memory-flare accents", + "soft volumetric haze for depth" + ], + "style": [ + "memory-driven fantasy film", + "poetic documentary vignette" + ] + }, + { + "subGenre": "Magic Forests", + "scene": "Festival of lantern-moths where the entire forest gently glows (light)", + "sceneVariants": [ + "Festival of lantern-moths where the entire forest gently glows", + "Moths released in coordinated waves", + "Paper lanterns strung between low branches", + "Children releasing small boats of light onto a stream", + "A ceremonial band playing hollow-wood flutes" + ], + "actions": [ + "Moths ascending in choreographed swarms", + "Lantern-boats drifting and creating star trails on water", + "Camera sweeping through moth-clouds with slow-motion close-ins", + "Crowd-chant that rises into a mellow hymn" + ], + "camera": "Sweeping gimbal arcs and drone pull-backs to show scale", + "accents": [ + "warm moth-glow and reflective water micro-highlights", + "soft atmospheric haze for glowing depth" + ], + "mood": [ + "communal reverie", + "celebratory wonder" + ], + "lighting": [ + "warm lantern pools with balanced low ambient", + "gentle volumetric beams to show particle density" + ], + "style": [ + "ceremonial fantasy pageant", + "large-scale nocturnal spectacle" + ] + }, + { + "subGenre": "Magic Forests", + "scene": "Violet dusk grove where the flora sings harmonic chords (dark)", + "sceneVariants": [ + "Violet dusk grove where the flora sings harmonic chords", + "Tuning-fork shaped flowers resonating at varying pitches", + "A lone musician tuning an old horn to the plants", + "Small notes visible as thin color threads in the air", + "Glow-worm lines accenting the underbrush" + ], + "actions": [ + "Plants emitting layered harmonic notes when brushed", + "Musician improvising and entering into call-and-response", + "Camera syncing visual color-threads to audio harmonic analysis", + "Visitors swaying to unseen rhythmic patterns" + ], + "camera": "Audio-synced cutting with slow crescents and harmonic visualizers", + "accents": [ + "violet rim-light and micro-sound-reactive glow", + "high micro-clarity on petal vibration" + ], + "mood": [ + "hypnotic wonder", + "sonic enchantment" + ], + "lighting": [ + "low violet fill with glowing sound-threads", + "soft shadow pools to enhance tonal contrast" + ], + "style": [ + "audio-visual fantasy short", + "experimental sensory vignette" + ] + }, + { + "subGenre": "Magic Forests", + "scene": "Hidden mushroom-ring theatre where actors are small woodland spirits (light)", + "sceneVariants": [ + "Hidden mushroom-ring theatre where actors are small woodland spirits", + "Tiny seats carved from nutshells", + "A band of crickets providing percussive rhythm", + "Audience of hedgehog-like creatures clapping tiny paws", + "Curtain of moss lifted by a centipede usher" + ], + "actions": [ + "Spirited silent pantomime acted by tiny performers", + "Audience laughter and small acclamation sounds", + "Camera macro runs across mushroom-stem columns to the stage", + "Seasonal props made of seedpods and spider-silk" + ], + "camera": "Macro theatrical coverage with deliberate wide-to-tight staging", + "accents": [ + "soft mushroom-underlight and warm micro-bokeh", + "fine texture on seedpod props" + ], + "mood": [ + "whimsical delight", + "intimate charm" + ], + "lighting": [ + "warm micro-stage lamps with cool surrounding dark", + "soft rim to separate performers" + ], + "style": [ + "miniature fantasy theatre", + "delightful micro-cinema" + ] + }, + { + "subGenre": "Magic Forests", + "scene": "Giant-root labyrinth where travelers leave messages in woven bark (dark)", + "sceneVariants": [ + "Giant-root labyrinth where travelers leave messages in woven bark", + "Twisting root corridors with carved message-slots", + "Faded tapestries hung by past wanderers", + "A slow dripping sound echoing down the passages", + "A solitary candle revealing a new message" + ], + "actions": [ + "Travelers reading and adding small woven notes", + "Camera following hands as they lace new messages into bark", + "A gust briefly revealing older hidden inscriptions", + "A crow perched reading script-like patterns" + ], + "camera": "Tactile tracking with close hand/messaging inserts and slow reveals", + "accents": [ + "worn-bark grain micro-detail and warm candle rim", + "soft particulate to show age" + ], + "mood": [ + "introspective melancholy", + "ancient dialogue" + ], + "lighting": [ + "low warm candle-key with heavy shadow pools", + "narrow shafts to emphasize texture" + ], + "style": [ + "poetic labyrinth vignette", + "story-driven fantasy short" + ] + }, + { + "subGenre": "Magic Forests", + "scene": "Rainforest chorus clearing where petal-umbrellas open on storm cue (light)", + "sceneVariants": [ + "Rainforest chorus clearing where petal-umbrellas open on storm cue", + "Giant petal canopies unfurling to catch rain", + "Tiny creatures sheltering beneath bi-color leaves", + "Thunder ripple visible as ground pulses", + "A song-like call-and-response rising from the clearing" + ], + "actions": [ + "Petal-umbrellas unfurl in synchronized bloom at the first drop", + "Audience of local fauna taking shelter and chirping in response", + "Camera wide to capture synchronous motion and close macro on drop impact", + "Rain accent lighting making each droplet a brief sparkle" + ], + "camera": "Large wide plates with high-speed macro inserts to catch droplet motion", + "accents": [ + "rain micro-specular and saturated petal chroma", + "soft motion-blur to enhance rhythm" + ], + "mood": [ + "joyful release", + "natural orchestration" + ], + "lighting": [ + "diffuse storm-light with bright micro-highlights on drops", + "balanced fill to keep fauna legible" + ], + "style": [ + "weather-driven fantasy short", + "kinetic nature vignette" + ] + }, + { + "subGenre": "Magic Forests", + "scene": "Witchwood grove where spellbooks root into tree trunks (dark)", + "sceneVariants": [ + "Witchwood grove where spellbooks root into tree trunks", + "Leather-bound tomes embedded in cambium", + "Hanging sigil lanterns and slow-wick candles", + "Herb-bunches drying along low limbs", + "A hooded figure tending a small flame" + ], + "actions": [ + "Books softly whispering as pages turn in wind", + "A hooded figure tracing glyph-lines with trembling fingers", + "Camera close on ancient script and embedded page-lumens", + "A small page flying free and dissolving into motes" + ], + "camera": "Tight ritual close-ups and gentle crane out to reveal grove", + "accents": [ + "muted parchment rim and warm candle micro-glow", + "high micro-clarity on ink and page fiber" + ], + "mood": [ + "occult hush", + "tender mystery" + ], + "lighting": [ + "low warm candle-key with deep surrounding shadows", + "soft volumetric to show particulate" + ], + "style": [ + "ritual fantasy vignette", + "occult natural portrait" + ] + } + ] +} \ No newline at end of file diff --git a/src/data/fantasy_magical_beasts.json b/src/data/fantasy_magical_beasts.json new file mode 100644 index 0000000..4e23608 --- /dev/null +++ b/src/data/fantasy_magical_beasts.json @@ -0,0 +1,427 @@ +[ + { + "subGenre": "Magical Beasts", + "scene": "Midnight stag with antlers braided in living starlight stepping through a moonlit glade", + "sceneVariants": [ + "Midnight stag with antlers braided in living starlight stepping through a moonlit glade", + "A lone celestial stag pausing beneath an ancient oak, antlers pulsing with constellations", + "A herd ghosting across a silver clearing, hooves leaving soft star-trails", + "A stag silhouette framed by low fog and drifting motes of light", + "A pair of stags engaging in a silent ritual under the lunar wash" + ], + "actions": [ + "Antler-light shedding tiny motes that float like fallen stars", + "Hooves pressing into dew and emitting soft bell-like chiming", + "A fawn nudging its mother and stepping into a glimmering footprint", + "Moths circling the antler-light and igniting micro-flares" + ], + "camera": "Low tracking dolly following hooves with intermittent wide crane reveals of the glade", + "accents": [ + "thin rim-light on wet foliage matching antler glow", + "micro-speculars on dewy grass reflecting constellations" + ], + "mood": "reverent calm", + "lighting": "cool moonlight with subtle starry emissions from antlers", + "style": "lyrical nocturnal fantasy" + }, + { + "subGenre": "Magical Beasts", + "scene": "Shadow-panthers slipping between ruined columns, eyes like embers at night", + "sceneVariants": [ + "Shadow-panthers slipping between ruined columns, eyes like embers at night", + "A pair of ink-black felines melting into archways and reappearing on rooftops", + "A stalking trio of panthers leaving smoke-like prints", + "A lone panther padding across a moonlit courtyard, tail trailing smoky ribbons", + "Panthers pausing on a balustrade, embers flickering with their breath" + ], + "actions": [ + "Paws pressing and leaving transient shadow glyphs", + "A low purr that morphs the air into visible ripples", + "An ember blink when they lock eyes with an onlooker", + "They leap silently between pillars, trailing ribbons of smoke" + ], + "camera": "Handheld low-angle tracking with slight motion blur for stealth, occasional sharp close-ups of eyes", + "accents": [ + "soft ember-rim lighting on fur contours", + "smoke micro-detail in their wake" + ], + "mood": "predatory elegance", + "lighting": "deep nocturnal shadows highlighted by ember-eyes", + "style": "moody noir-fantasy" + }, + { + "subGenre": "Magical Beasts", + "scene": "A phosphorescent kelpie herd rising from a glassy night river, manes trailing bioluminescent algae", + "sceneVariants": [ + "A phosphorescent kelpie herd rising from a glassy night river, manes trailing bioluminescent algae", + "A single kelpie rearing, water dripping luminous beads", + "A family of kelpies racing along flooded reeds, creating living auroras", + "A kelpie foal splashing and scattering tiny lightfish", + "Kelpies strolling along moonlit banks like glowing tide-ghosts" + ], + "actions": [ + "Tails flicking and drawing luminous calligraphy on the water", + "Mane-fronds releasing tiny glowing organisms that float like confetti", + "A riderless saddle slipping off as the kelpie slips back into deeper water", + "Ripples that briefly show ghostly reflections of other worlds" + ], + "camera": "Floating steadicam slightly above waterline with slow tracking to capture reflections and bioluminescent trails", + "accents": [ + "soft under-surface glow amplifying mane filaments", + "caustic highlights on ripple crests" + ], + "mood": "mystical playfulness", + "lighting": "nocturnal with internal bioluminescent accents", + "style": "dreamlike aquatic fantasy" + }, + { + "subGenre": "Magical Beasts", + "scene": "A cave basilisk coiled across a basalt ledge, scales like dark obsidian with vein-like crystal eyes", + "sceneVariants": [ + "A cave basilisk coiled across a basalt ledge, scales like dark obsidian with vein-like crystal eyes", + "A juvenile basilisk perched on a stalagmite, eyes refracting phosphor light", + "A pair of basilisks guarding a jeweled fissure", + "A basilisk uncoiling to drink from a mirror-pool that duplicates its gaze", + "A sunken basilisk skeleton with crystals growing from where its eyes once were" + ], + "actions": [ + "Eyes briefly flaring and projecting faint reflective sigils onto cave walls", + "Scale ridges flexing and throwing prismatic chips", + "A low rasp that causes nearby minerals to hum", + "It slithers and rearranges rock talus like dominoes" + ], + "camera": "Tight slow push-ins with shallow depth-of-field and occasional wide reveal of cavern scale", + "accents": [ + "specular crystal glints on eye veins", + "wet-rock micro-highlights on scale edges" + ], + "mood": "primordial menace", + "lighting": "low cave ambient with crystalline eye glints", + "style": "textural subterranean fantasy" + }, + { + "subGenre": "Magical Beasts", + "scene": "A moon-moth leviathan drifting in a star-basin lake, wings like silk sails reflecting nebulae", + "sceneVariants": [ + "A moon-moth leviathan drifting in a star-basin lake, wings like silk sails reflecting nebulae", + "A juvenile leviathan skimming water and leaving comet-like streaks", + "A flock of mini-leviathans circling a lunar rock", + "A leviathan belly-reef where small lights nestle like pearls", + "A leviathan breaching gently, scattering microcosmic droplets" + ], + "actions": [ + "Wings folding and releasing soft planetary chimes", + "Tiny phosphor-fish leaping to ride the trailing wake", + "A slow, resonant breathing that ripples distant shores", + "Feather-tip fur shedding that becomes luminescent spores" + ], + "camera": "Long lens from a distance for scale, then slow glide in for macro on wing textures", + "accents": [ + "subtle rim-glow on wing edges", + "mirror-like highlights on wet ripples" + ], + "mood": "awe-filled grandeur", + "lighting": "silver moonlight with nebular reflections", + "style": "cosmic naturalism" + }, + { + "subGenre": "Magical Beasts", + "scene": "Dawn herd of sun-unicorns grazing in a misted meadow, manes catching first light", + "sceneVariants": [ + "Dawn herd of sun-unicorns grazing in a misted meadow, manes catching first light", + "A single unicorn rearing as dawn flares through its horn prism", + "A foal chasing golden motes across dew-laced grass", + "Unicorns forming a ring around a newborn sapling", + "A unicorn pausing by a stream, horn reflecting a small sunrise" + ], + "actions": [ + "Horns shimmering and sending prismatic ripples through the fog", + "Hooves stamping, producing tiny flower-bursts where they land", + "Mane strands fluttering with dust that becomes tiny lens flares", + "A guardian brushing a foal with a glowing reins" + ], + "camera": "Wide pastoral sweep with slow push-ins and cinematic lens flares at horn highlights", + "accents": [ + "warm subsurface scattering on mane fibers", + "light-caustic rims on dew beads" + ], + "mood": "hopeful serenity", + "lighting": "soft golden dawn", + "style": "pastoral epic fantasy" + }, + { + "subGenre": "Magical Beasts", + "scene": "A high-crag gryphon nest at noon with eaglets stretching beneath cerulean sky", + "sceneVariants": [ + "A high-crag gryphon nest at noon with eaglets stretching beneath cerulean sky", + "Adult gryphons circling a thermic column with shadows racing the crags", + "A clutch of eggs glowing faintly in the nest moss", + "A fledgling launching and riding a warm updraft", + "A gryphon perching on a spire, talons clutched on ruined banners" + ], + "actions": [ + "Wings beating and casting large moving shadows across the valley", + "Gryphon screeches that send small flocks scattering", + "A parent bringing back a gleaming fish or prey", + "Eaglets practicing short bursts and tumbling in the nest" + ], + "camera": "Aerial swivel with dynamic tracking, occasional high-speed slow-mo for wingbeats", + "accents": [ + "sharp speculars on feather rims", + "textural talon micro-detail on rock" + ], + "mood": "majestic vigor", + "lighting": "bright midday sun with high contrast", + "style": "heroic naturalism" + }, + { + "subGenre": "Magical Beasts", + "scene": "Twilight fox-spirits weaving lantern-fire trails through a village lane", + "sceneVariants": [ + "Twilight fox-spirits weaving lantern-fire trails through a village lane", + "A single kitsune shaping ember-strings into ephemeral ornaments", + "A family of foxes stirring up sparks as they dart across rooftops", + "Foxes gathering around a hearth that briefly floats in midair", + "A kitsune offering a ember to a curious child" + ], + "actions": [ + "Tails sweeping and stitching patterns in the air with light", + "A playful mimicry where lanterns copy fox movements", + "Footprints that glow briefly then fade into smoke", + "Foxes slipping between shadow and light, rearranging small objects" + ], + "camera": "Handheld tracking with quick whip-cuts and intimate close-ups on ember-trails", + "accents": [ + "warm ember-glow rim on fur", + "soft volumetric smoke trails in ember wakes" + ], + "mood": "mischievous warmth", + "lighting": "twilight with ember accents", + "style": "folk-fantasy charm" + }, + { + "subGenre": "Magical Beasts", + "scene": "A noonday sand-serpent winding through dunes, scales reflecting heat like polished brass", + "sceneVariants": [ + "A noonday sand-serpent winding through dunes, scales reflecting heat like polished brass", + "A serpent cresting a dune and revealing a crest of sun-plates", + "A caravan-standoff where the serpent glides between camels", + "An overturned stone revealing a sleeping serpent coil", + "A serpent diving under hot shimmer and reappearing like a ripple" + ], + "actions": [ + "Scales sliding and creating mirage-waves across the sand", + "A tumble of sand forming ephemeral glyphs where the serpent passes", + "A merchant offering a glass bead which the serpent inspects", + "Heat-haze flickers intensifying when the serpent breathes" + ], + "camera": "Long lens to compress distance across dunes, then a careful lateral track to follow its curve", + "accents": [ + "hot-spot bloom on metallic scale planes", + "sand-grain micro-contrast along its wake" + ], + "mood": "ancient, sun-tempered dignity", + "lighting": "bright, harsh midday sun with heat shimmer", + "style": "desert-epic fantasy" + }, + { + "subGenre": "Magical Beasts", + "scene": "River-naiad otters at dawn juggling moonstones in a glassy bend", + "sceneVariants": [ + "River-naiad otters at dawn juggling moonstones in a glassy bend", + "A playful clan sliding down a mossy spill and erupting in glints", + "Otter mid-leap catching a luminous pebble in a sun-slick", + "A mother otter weaving reed crowns with tiny lumens", + "Otters forming a circular dance that spirals light outward" + ], + "actions": [ + "Pebbles arcing and leaving ephemeral light-trails", + "Laughter-like chirps that reverberate as little ripples", + "Mulitple otters balancing on a floating log and trading stones", + "Splashing that momentarily paints running constellations on the water" + ], + "camera": "Low floatcam with quick playful cuts and macro on wet fur and pebble glints", + "accents": [ + "water micro-caustics on fur", + "soft pearl highlights on moonstones" + ], + "mood": "joyful mischief", + "lighting": "soft dawn with pearlescent reflections", + "style": "adorable whimsical fantasy" + }, + { + "subGenre": "Magical Beasts", + "scene": "Twilight chimera prowling an abandoned greenhouse, flowers woven into its mane", + "sceneVariants": [ + "Twilight chimera prowling an abandoned greenhouse, flowers woven into its mane", + "A chimera pausing by a broken skylight as moths swirl in", + "A cat-lion head scenting roses while goat-horns hum with pollen", + "A chimera folding into a stack of potted ferns and flowers", + "A chimera leaving vine-trails that sprout new leaves" + ], + "actions": [ + "Floral petals shedding and taking root where they fall", + "Lion-breath exhaling warm pollen fog", + "Goat-hooves gently knocking over clay pots that sprout miniature gardens", + "The chimera humming a discordant lullaby that makes orchids bloom" + ], + "camera": "Gimballed glide through greenhouse aisles with close focus transitions between heads and flora", + "accents": [ + "petal-lens caustics on fur", + "high micro-detail on pollen dust" + ], + "mood": "strange domesticity", + "lighting": "twilight greenhouse shafts with soft interior glows", + "style": "surreal botanical fantasy" + }, + { + "subGenre": "Magical Beasts", + "scene": "Sun-swooping roc shadowing a caravan at noon, talons reflecting sun like polished shields", + "sceneVariants": [ + "Sun-swooping roc shadowing a caravan at noon, talons reflecting sun like polished shields", + "A roc folding its wings over a valley like a moving cloud", + "A fledgling roc practicing stoops over rocky promontories", + "A roc nest on a cliff with plumes weaving sunlight into ribbons", + "A roc snatching a large, gilded fruit from a treetop market" + ], + "actions": [ + "Wings casting broad interleaving shadows that ripple across the caravan", + "A gust from wingbeats sending tumbleweed spinning", + "Talons clattering on rock and sending small pebbles skittering", + "A parent feeding a fledgling with a glittering catch" + ], + "camera": "High aerial tracking with sweeping arcs and epic wide compositions", + "accents": [ + "strong rim-light on feather edges", + "bright metallic glints on talons" + ], + "mood": "imposing exhilaration", + "lighting": "clear high-sun with deep, sharp shadows", + "style": "grand epic fantasy" + }, + { + "subGenre": "Magical Beasts", + "scene": "A dusk chorus of willow-wisps transforming into tiny deer that dart through reeds", + "sceneVariants": [ + "A dusk chorus of willow-wisps transforming into tiny deer that dart through reeds", + "A bank where flickers coalesce into bounding hoofed sprites", + "Little deer leaving phosphor hoofprints along the mud", + "Wisps forming a darting spiral that becomes a herd for a heartbeat", + "A child reaching into the light and finding soft fur" + ], + "actions": [ + "Light-particles congealing into fur and then dusting back into motes", + "Deer pausing to nibble at luminous reed tips", + "Tiny bells chiming where hooves touch the waterline", + "They scatter with a flurry of ember-dust when startled" + ], + "camera": "Close floatcam among reeds with quick paced cuts matching darting movements", + "accents": [ + "soft ember haloes around hooves", + "moisture-reflection micro-details on reed tips" + ], + "mood": "delicate wonder", + "lighting": "dusk with ember-lantern whispers", + "style": "gentle folkloric fantasy" + }, + { + "subGenre": "Magical Beasts", + "scene": "A glacier-yeti perched on an ice spire under pale polar sun, fur dusted in diamond frost", + "sceneVariants": [ + "A glacier-yeti perched on an ice spire under pale polar sun, fur dusted in diamond frost", + "A family of yetis trudging across a wind-swept shelf", + "A yeti breaking frozen crust to reveal warm steam pockets", + "A playful juvenile yeti sliding down an ice chute", + "A tall yeti silhouette against auroral curtains" + ], + "actions": [ + "Breath crystallizing into tiny snow-bells", + "Footsteps compressing snow into rhythmic patterns", + "A yeti tapping an ice flute to send harmonic cracks through a crevasse", + "Frost flakes lifting off fur and spinning into miniature whirlwinds" + ], + "camera": "Wide cold-lens panoramic with occasional telephoto pulls to compress icy scale", + "accents": [ + "glittering ice micro-specs on fur", + "cold rim-light with slight blue tint on fur edges" + ], + "mood": "stoic, ancient resilience", + "lighting": "pale polar daylight with high reflective contrast", + "style": "brutal naturalism fantasy" + }, + { + "subGenre": "Magical Beasts", + "scene": "A dawn-flight of song-drakes, scales catching sunrise like polished amber", + "sceneVariants": [ + "A dawn-flight of song-drakes, scales catching sunrise like polished amber", + "Drakes gliding through morning mist, trills leaving visual sound-waves", + "A valley full of drakes harmonizing at first light", + "A drake perched and singing, each note visible as colored vapour", + "Juvenile drakes play-fighting among low cloud" + ], + "actions": [ + "Songs producing visible ripples that ripple across grass", + "Wingbeats scattering pollen and light motes", + "A drake landing and striking the earth with a soft musical thud", + "Collective harmonies synchronizing and creating a valley-wide shimmer" + ], + "camera": "Fluid aerial choreography with music-synced cuts and wide establishing shots", + "accents": [ + "warm spectral highlights on scales", + "soft volumetric sound-haze around vocalizing drakes" + ], + "mood": "uplifting communal joy", + "lighting": "soft golden sunrise", + "style": "musical epic fantasy" + }, + { + "subGenre": "Magical Beasts", + "scene": "Night-bloom mantis-beasts hunting among phosphor orchids, raptorial arms edged with moon-gleam", + "sceneVariants": [ + "Night-bloom mantis-beasts hunting among phosphor orchids, raptorial arms edged with moon-gleam", + "A mantis perched on a luminous stalk, scanning for motion", + "A group flicking their arm-blades to slice through vapor ribbons", + "A juvenile mimicking petals to lure prey", + "A mantis silhouette backlit by a ring of bioluminescent flowers" + ], + "actions": [ + "Raptorial strikes that send out fractal lumens", + "A subtle head-tilt that refracts surrounding glow into a focused beam", + "They fold into stillness, petals closing as camouflage", + "A predatory ripple that makes nearby insects freeze" + ], + "camera": "Macro gimbal with extreme close-ups and insect-eye perspective", + "accents": [ + "sharp moon-gleam edge-highlights on blades", + "soft phosphor bloom on surrounding orchids" + ], + "mood": "tense, mesmerized focus", + "lighting": "deep night punctuated by phosphor flora", + "style": "nocturnal naturalism" + }, + { + "subGenre": "Magical Beasts", + "scene": "A mid-day prairie of wind-runners — lupine beasts with sail-like manes racing gale across grassland", + "sceneVariants": [ + "A mid-day prairie of wind-runners — lupine beasts with sail-like manes racing gale across grassland", + "A pack cresting a sunlit ridge, mane-sails billowing like flags", + "A juvenile catching a thermal and lifting momentarily", + "Runners crossing a shallow ford, mane-flare causing spray", + "A solitary wind-runner silhouetted against a distant stormfront" + ], + "actions": [ + "Legs pumping in rhythmic thumps that create small gusts", + "Mane-sails snapping and forming ephemeral ribbons of dust", + "A chorus of warbles that harmonize with wind patterns", + "They pull up to graze, creating sudden halts in dust clouds" + ], + "camera": "Tracking vehicle with stabilized long lateral sweeps and slow push-ins", + "accents": [ + "dust micro-highlights in the wake", + "sunlit micro-contrast on mane membranes" + ], + "mood": "untamed exhilaration", + "lighting": "vivid midday with high-key warm sunlight", + "style": "cinematic naturalism" + } +] \ No newline at end of file diff --git a/src/data/fantasy_mystic_portals.json b/src/data/fantasy_mystic_portals.json new file mode 100644 index 0000000..3accb9e --- /dev/null +++ b/src/data/fantasy_mystic_portals.json @@ -0,0 +1,627 @@ +[ + { + "subGenre": "Mystic Portals", + "scene": "A moss-covered stone arch yawning open in a foggy moonlit glade", + "sceneVariants": [ + "A moss-covered stone arch yawning open in a foggy moonlit glade", + "A circular rune-etched gateway framed by ancient ferns", + "Twin monoliths with a shimmering tear between them", + "A ring of standing stones with a vortex of stars at its center", + "An ivy-draped arch revealing a doorway of cold blue light" + ], + "actions": [ + "Mist swirling through the arch and forming ephemeral silhouettes", + "A cautious traveler stepping one boot over the threshold", + "Fireflies circling the rune patterns and bursting into sparks", + "An owl landing on the arch, staring into the otherworldly glow" + ], + "camera": "Slow dolly-in from low angle to emphasize scale, occasional subtle handheld as the traveler moves", + "accents": [ + "thin rim-lighting on wet moss and glyph edges", + "microscopic dew highlights on leaves catching portal light" + ], + "mood": "enigmatic wonder", + "lighting": "cool moonlight pierced by a cold blue portal glow", + "style": "ethereal high-fantasy cinematography" + }, + { + "subGenre": "Mystic Portals", + "scene": "A sunlit market alley where a shimmering doorway opens onto a floating bazaar", + "sceneVariants": [ + "A sunlit market alley where a shimmering doorway opens onto a floating bazaar", + "A cobbled lane with a golden mirage window framed by hanging lanterns", + "A merchant stall whose back wall dissolves into a sunlit plaza", + "A narrow street where a door reveals a terrace of sky-laced stalls", + "A sun-warmed archway revealing a kaleidoscopic market in mid-air" + ], + "actions": [ + "Shoppers pausing mid-step to peer into the terrace-in-the-sky", + "A merchant reaching through the doorway and pulling back a glowing silk", + "Pigeons startled into flight as colors pour from the opening", + "A child stepping through and laughing at the warm breeze" + ], + "camera": "Wide shoulder-level tracking shot, then a gentle push-in through the doorway", + "accents": [ + "golden rim-light on fabric edges", + "warm subsurface scattering on sunlit skin" + ], + "mood": "delighted curiosity", + "lighting": "warm golden daylight spilling from beyond the portal", + "style": "luminous magical realism" + }, + { + "subGenre": "Mystic Portals", + "scene": "A ruined cathedral nave where a stained-glass portal swirls with nebulae", + "sceneVariants": [ + "A ruined cathedral nave where a stained-glass portal swirls with nebulae", + "An altar replaced by a circular window into starfields", + "Broken pews framing a vertical seam of cosmic color", + "Gothic arches cropping a doorway filled with distant galaxies", + "A shattered rose window stitched into a living portal" + ], + "actions": [ + "Dust motes drifting and catching the galaxy-sheen", + "A lone choirboy reaching toward a hanging thread of starlight", + "Candles guttering as cold winds emit from the portal", + "A slow cascade of colored glass fragments orbiting the rift" + ], + "camera": "Wide crane into the nave, then a 3-axis gimbal push toward the stained portal", + "accents": [ + "specular glints on shattered glass facets", + "subtle backlight halo around floating debris" + ], + "mood": "sublime melancholy", + "lighting": "dim interior shafts punctuated by iridescent cosmic light", + "style": "baroque-cosmic fusion" + }, + { + "subGenre": "Mystic Portals", + "scene": "A desert wind-sculpted arch revealing a mirage city at noon", + "sceneVariants": [ + "A desert wind-sculpted arch revealing a mirage city at noon", + "A dune crest with a vertical slit showing turquoise spires", + "A circle of petrified wood flooded with radiant heat-lace", + "A sand-blasted monument opening onto a sun-glittering oasis metropolis", + "A lone sentinel statue with a glowing mouth that frames the distant mirage" + ], + "actions": [ + "Air shimmer ripples as heat and portal light mix", + "A caravan leader shading eyes and pointing", + "Sand briefly crystallizing at the threshold then eroding", + "A hawk diving through and appearing transformed on the other side" + ], + "camera": "Long lens from afar to compress distance, then a fast track across sand into the doorway", + "accents": [ + "hot-spot bloom where sun meets the portal rim", + "subtle sand-grain micro-contrast along the arch" + ], + "mood": "longing and possibility", + "lighting": "harsh midday sun contrasted with sparkling portal daylight", + "style": "cinematic desert-fantasy" + }, + { + "subGenre": "Mystic Portals", + "scene": "A frozen crevasse where a vertical rift shows warm rainforest mist", + "sceneVariants": [ + "A frozen crevasse where a vertical rift shows warm rainforest mist", + "A seam in blue ice revealing emerald canopy steam", + "Icicles framing a slit alive with humidity and green vines", + "A glacier cavern whose far wall dissolves into tropical light", + "A snow-bound gorge with a steaming doorway cut into the ice" + ], + "actions": [ + "Condensation weeping down ice faces and steaming", + "A scientist lowering a probe toward the humid air", + "Snowflakes melting into droplets that hover at the threshold", + "A distant bird call echoing from the other world" + ], + "camera": "Slow crane down into the crevasse with intermittent macro cuts to frost detail", + "accents": [ + "blue ice speculars contrasted with warm green scattering", + "translucent edge-light on melting drips" + ], + "mood": "awe-struck curiosity", + "lighting": "cold ambient blue with localized warm mist glow", + "style": "contrast-rich naturalism" + }, + { + "subGenre": "Mystic Portals", + "scene": "An alley drenched in rain with a graffiti doorway leaking aurora colors at dusk", + "sceneVariants": [ + "An alley drenched in rain with a graffiti doorway leaking aurora colors at dusk", + "A neon-tagged bricked doorway with swirling polar light", + "A side-street gate that opens onto a crystalline auroral field", + "A back alley where steam curls around a portal slit of shifting color", + "A puddle-mirroring portal framed by spray-painted runes" + ], + "actions": [ + "Raindrops making prismatic flashes as aurora hues pass through", + "A courier pausing, umbrella lowering, drawn to the color flow", + "Steam from a grate rising through the portal and turning to stars", + "A stray cat slipping in, its eyes reflecting galaxies" + ], + "camera": "Handheld urban tracking with lens flares and low-angle puddle reflections", + "accents": [ + "wet-surface sheen intensifying portal colors", + "micro-reflections in puddles creating kaleidoscopic details" + ], + "mood": "nocturnal wonder", + "lighting": "dusk blue with neon aurora spills", + "style": "gritty urban fantasy" + }, + { + "subGenre": "Mystic Portals", + "scene": "A cliffside stone doorway that opens to a sunrise-lit floating archipelago", + "sceneVariants": [ + "A cliffside stone doorway that opens to a sunrise-lit floating archipelago", + "A jagged sea-lair entrance revealing golden islands adrift", + "A coastal archway framing morning mist and levitating isles", + "A ruin's balcony with a portal showing sunrise over suspended rocks", + "A craggy gap with birds flying between sky-islands glowing pink" + ], + "actions": [ + "Waves crashing below as air from the portal carries island scents", + "A fisherman peering and dropping his net in astonishment", + "Seabirds banking through the gateway and scattering into the sky", + "Sunbeams penetrating the portal and scattering on cliff lichen" + ], + "camera": "Wide aerial reveal then a slow descending dolly through the doorway", + "accents": [ + "golden hour rim-light on cliff edges", + "aerial haze micro-detail around floating landmasses" + ], + "mood": "exhilarated freedom", + "lighting": "warm dawn light flooding from portal", + "style": "lush epic landscape" + }, + { + "subGenre": "Mystic Portals", + "scene": "A subterranean laboratory where a rune-laced hatch exposes a starless void", + "sceneVariants": [ + "A subterranean laboratory where a rune-laced hatch exposes a starless void", + "A metallic circular hatch suspended above a black depth", + "A workshop telescope pointing into an obsidian seam", + "A chalkboard-scrawled doorway projecting constellations into the lab", + "A copper ring portal humming with static and shadow" + ], + "actions": [ + "Sparks arcing at the hatch rim as instruments hum", + "A technomancer adjusting dials while scribbling notes", + "Paper maps flapping as unnatural wind issues from the void", + "A small drone entering the seam and losing telemetry" + ], + "camera": "Tight slow push-ins with occasional rack-focus from instruments to the void", + "accents": [ + "cold metallic specular highlights contrasting velvet black", + "tiny LED glows reflected in polished surfaces" + ], + "mood": "tense scientific curiosity", + "lighting": "low tungsten lab lighting with a charcoal-black portal aperture", + "style": "retro-futurist occult lab" + }, + { + "subGenre": "Mystic Portals", + "scene": "A moonlit lake where a circular ripple becomes a gateway onto a mirrored ocean of stars", + "sceneVariants": [ + "A moonlit lake where a circular ripple becomes a gateway onto a mirrored ocean of stars", + "A calm pool whose center spirals into constellated water", + "A pier with a glowing disk revealing a celestial sea", + "Reeds parting around a luminous portal like a watery doorway", + "A small rowboat drifting toward a star-strewn aperture" + ], + "actions": [ + "Ripples expanding concentric rings of light across the surface", + "A sleepless rower reaching to touch the starwater", + "Frogs pausing in chorus as light beads across lily pads", + "A soft chime resonating when a drop falls through the threshold" + ], + "camera": "Slow dolly across the water surface with mirrored symmetry shots", + "accents": [ + "mirror reflections doubling the starfield", + "soft caustic highlights on ripples" + ], + "mood": "serene transcendence", + "lighting": "silver moonlight and cool starlight from the portal", + "style": "poetic nocturnal fantasy" + }, + { + "subGenre": "Mystic Portals", + "scene": "A bustling daytime plaza where a stone fountain's center opens into a sun-drenched desert ruin", + "sceneVariants": [ + "A bustling daytime plaza where a stone fountain's center opens into a sun-drenched desert ruin", + "A marble pool revealing an endless sandstone corridor", + "A fountain's spray morphing into drifting desert dust", + "A plaza statue pointing toward a midday sun beyond the portal", + "A market fountain whose basin shows a sunlit caravan trail" + ], + "actions": [ + "Children splashing and pointing at the distant dunes", + "A merchant balancing a tray, watching mirage dust drift out", + "A sudden breeze carrying a whiff of spice from the portal", + "A street performer stepping into the doorway and vanishing into heat-haze" + ], + "camera": "Handheld shallow-depth tracking around the fountain with stereo crowd ambiance", + "accents": [ + "sun-kissed specular on wet stone", + "sunglint micro-flares when water droplets fly" + ], + "mood": "playful wonder", + "lighting": "bright midday sun streaming from the portal into the plaza", + "style": "colorful cinematic realism" + }, + { + "subGenre": "Mystic Portals", + "scene": "A twilight moor with a ring of standing stones projecting a violet-hued doorway into an undersea reef", + "sceneVariants": [ + "A twilight moor with a ring of standing stones projecting a violet-hued doorway into an undersea reef", + "A peat-bog circle that opens onto coral towers and fish", + "A wetland portal filling with bioluminescent plankton light", + "A low stone cairn revealing kelp forests swaying in phosphor glow", + "A fog-laced marsh where the portal smells like salt and seaweed" + ], + "actions": [ + "Mists parting to reveal darting reef fish silhouettes", + "A heron hesitating at the water's edge, peering into the portal", + "Soft bubbling noises leaking into the moorland air", + "Peat moss reflecting faint bioluminescent ripples" + ], + "camera": "Slow lateral glide with occasional tight macro cuts to phosphor-dusted flora", + "accents": [ + "bioluminescent speckling against dark peat", + "moisture-lensed micro-reflections near the threshold" + ], + "mood": "hauntingly beautiful", + "lighting": "twilight purples with cool underwater glows", + "style": "moody nature-fantasy" + }, + { + "subGenre": "Mystic Portals", + "scene": "A ruined watchtower on a starless night where an obsidian gate shows a daylight meadow", + "sceneVariants": [ + "A ruined watchtower on a starless night where an obsidian gate shows a daylight meadow", + "A tower slit revealing sunlit wildflowers", + "Crumbled battlements framing an impossible daytime field", + "A broken spiral staircase opening onto a pastoral horizon", + "A moon-dark parapet with a portal leaking green daylight" + ], + "actions": [ + "Wind scattering dry leaves which transform into butterflies at the seam", + "A sentinel lowering a lantern, stunned by the color shift", + "Motes of dust rising and gleaming with daytime warmth", + "A distant bell tolling from the meadow side" + ], + "camera": "Static long shot from the tower base with inserted close-ups on transforming leaves", + "accents": [ + "sharp silhouette rim-light against obsidian edge", + "warm subsurface glow on meadow grasses" + ], + "mood": "surreal nostalgia", + "lighting": "inky night outside with bright daylight pouring from the portal", + "style": "surreal contrast-driven fantasy" + }, + { + "subGenre": "Mystic Portals", + "scene": "A dense urban rooftop garden at late night where a carved sundial opens into a neon metropolis", + "sceneVariants": [ + "A dense urban rooftop garden at late night where a carved sundial opens into a neon metropolis", + "A rooftop fountain rim revealing illuminated skyscraper arteries", + "A garden folly door leading to a bustling neon-lined boulevard", + "A rooftop greenhouse with a glowing ventilation shaft to another city's skyline", + "A rooftop terrace where moonlit plants border a neon-lit gateway" + ], + "actions": [ + "Vines trembling as neon breezes whisper through", + "A rooftop gardener stepping through and being swallowed by light", + "A sparrow briefly illuminated by passing holograms", + "A distant train horn echoing from the portal city" + ], + "camera": "Over-the-shoulder tracking shot from gardener's POV into the metropolis", + "accents": [ + "neon edge-lighting on leaf edges", + "moody chromatic reflections in glass planters" + ], + "mood": "nocturnal adventurous", + "lighting": "deep night with saturated neon bleeding from the portal", + "style": "urban cyber-fantasy" + }, + { + "subGenre": "Mystic Portals", + "scene": "A sun-drenched amphitheater whose center swirls into a twilight court of fae", + "sceneVariants": [ + "A sun-drenched amphitheater whose center swirls into a twilight court of fae", + "An outdoor stage with a portal showing luminescent glades", + "Stone seats circled around a dusk-lit fae assembly", + "A festival stage dissolving into dusky enchanted woods", + "A carved lion's mouth fountain that opens onto faery lights at dusk" + ], + "actions": [ + "Performers frozen mid-bow as fae shimmer emerges", + "Confetti lifting and turning into tiny glowing motes", + "A minstrel stepping through to play for an unseen audience", + "Children chasing lights that leak from the portal" + ], + "camera": "Wide theatrical framing with occasional intimate insert shots on faces", + "accents": [ + "warm sun flares contrasting with cool fae lumens", + "textural micro-detail on carved stone catching light" + ], + "mood": "joyful enchantment", + "lighting": "bright daytime stage with twilight-purple portal spill", + "style": "theatrical romantic fantasy" + }, + { + "subGenre": "Mystic Portals", + "scene": "A midnight library alcove where a book's page folds open into a sunlit hillside", + "sceneVariants": [ + "A midnight library alcove where a book's page folds open into a sunlit hillside", + "A manuscript that becomes a rolling meadow when read aloud", + "A reading lamp casting a doorway of parchment and green grass", + "Stacks parting around a portal of printed words turning into birds", + "A librarian pushing a cart through a paper-thin seam into daylight" + ], + "actions": [ + "Pages fluttering and shedding tiny motes that become butterflies", + "A reader leaning in until fingertips pass through parchment into warmth", + "A quill dropping and writing one glowing letter into the meadow sky", + "Shelves humming as the library breathes with story-wind" + ], + "camera": "Intimate close-ups on hands and paper, then a gentle crane outward into the meadow", + "accents": [ + "lamp halo emphasizing paper fibers", + "soft grassy scattering at the portal edge" + ], + "mood": "cozy wonder", + "lighting": "warm lamp light inside contrasted with bright pastoral sunlight", + "style": "storybook magical realism" + }, + { + "subGenre": "Mystic Portals", + "scene": "A cathedral of roots in an ancient tree where a hollow opens onto a crystalline winter court", + "sceneVariants": [ + "A cathedral of roots in an ancient tree where a hollow opens onto a crystalline winter court", + "An oak heart's doorway showing frost-laced columns", + "Gnarled roots forming an arch to a snow-bright glade", + "A tree-bark portal exhibiting frozen chandeliers and glass pines", + "A hollow trunk framing distant aurora-lit ice sculptures" + ], + "actions": [ + "A wind that sends a cascade of dry leaves into suspended ice motes", + "An elder druid inserting a staff and causing tiny frost blooms", + "A fox nose poking through and recoiling at frosty air", + "Icicles forming mid-air where branches meet the portal" + ], + "camera": "Low wide angle to show root cathedral scale then a slow glide through to the ice court", + "accents": [ + "crystalline rim-light along frost edges", + "translucent bark details catching blue-white light" + ], + "mood": "ancient serene", + "lighting": "dappled twilight inside with bright cool winter light beyond", + "style": "mythic nature fantasy" + }, + { + "subGenre": "Mystic Portals", + "scene": "A market stall at dawn where a woven tapestry shimmers into a constellated desert night", + "sceneVariants": [ + "A market stall at dawn where a woven tapestry shimmers into a constellated desert night", + "A merchant unfurling cloth that reveals a star-on-sand vista", + "A loom whose finished piece opens a black-sky threshold", + "A roadside tent showing night dunes through a woven panel", + "A tapestry border dissolving into starlit silhouettes" + ], + "actions": [ + "Hands tracing patterns that ripple into stars", + "A buyer clutching the edge as tiny sand-grains fall through", + "Lantern light catching threads that spill cosmic dust", + "A wind tugging the cloth and widening the night sky view" + ], + "camera": "Tight textile macro to wide pullback revealing the desert night beyond", + "accents": [ + "gold-thread highlights catching morning sun", + "micro-glitter in weave that becomes starlight on the other side" + ], + "mood": "intimate astonishment", + "lighting": "soft dawn with sudden pockets of deep nocturnal black", + "style": "textural artisan fantasy" + }, + { + "subGenre": "Mystic Portals", + "scene": "A fog-shrouded moor at night where a crooked stone gate opens into a glass city at dusk", + "sceneVariants": [ + "A fog-shrouded moor at night where a crooked stone gate opens into a glass city at dusk", + "A leaning gatepost framing cathedral-like glass towers", + "A boggy track leading to a portal reflecting a sunset skyline", + "A single lantern beside the gate revealing dusk in another world", + "A stone hinge that swings toward a metropolis of mirrored light" + ], + "actions": [ + "Fog swirling into silhouettes of glass spires", + "A lone walker stepping through and leaving damp footprints behind", + "A distant bell from the glass city tolling across the moor", + "Moss on the post briefly fluorescing with urban light" + ], + "camera": "Slow dolly through the fog with layered foreground depth, then a stabilized push through the gate", + "accents": [ + "wet-surface micro-reflections contrasting with clean glass highlights", + "soft volumetric bloom from distant city lights" + ], + "mood": "mystical solitude", + "lighting": "dense night fog with warm dusk glow leaking from portal", + "style": "dreamlike cinematic realism" + }, + { + "subGenre": "Mystic Portals", + "scene": "A seaside cliff path at golden hour where a carved driftwood gate opens onto a cavern of bioluminescent tides", + "sceneVariants": [ + "A seaside cliff path at golden hour where a carved driftwood gate opens onto a cavern of bioluminescent tides", + "A strand of sea-wood arch revealing glowing kelp caverns", + "A coastal stile with a portal showing phosphor waves", + "A rock-sculpted doorway exposing a moonlit luminescent cove", + "A tide pool portal reflecting stars under a sunlit sky" + ], + "actions": [ + "Surf spray lifting and glowing with phantom light as it brushes the threshold", + "A child clapping as small lights swim from the portal", + "A fisher lowering a basket that vanishes into soft phosphor glow", + "Gulls wheeling and becoming streaks of light when passing the seam" + ], + "camera": "Sweeping handheld along the cliff rail, settling on a close-up of light-laced water", + "accents": [ + "sunlit edge-light on driftwood grain", + "phosphorescent micro-particles in splashes" + ], + "mood": "nostalgic wonder", + "lighting": "warm golden rim with cool bioluminescent portal illumination", + "style": "painterly coastal fantasy" + }, + { + "subGenre": "Mystic Portals", + "scene": "A midnight observatory where a cracked telescope barrel frames a daytime valley", + "sceneVariants": [ + "A midnight observatory where a cracked telescope barrel frames a daytime valley", + "A lens that becomes a portal to rolling pastures", + "A dome seam showing midday farms and winding rivers", + "An astronomer's table with charts that point to bright green hills", + "A brass eyepiece turning into a tiny window of sunlight" + ], + "actions": [ + "Dust motes glowing as sunlight pours from the lens", + "An astronomer blinking in disbelief as the valley breathes sound into the dome", + "A pen rolling off a chart and continuing across the other side", + "A night-owl perching and reacting to distant daytime bird calls" + ], + "camera": "Macro focus through glass then a wide reveal of the observatory interior", + "accents": [ + "specular brass highlights counterposed with pastoral diffuse light", + "tiny lens flares doubling as sun motifs" + ], + "mood": "intellectual wonder", + "lighting": "calm night interior with intrusive bright daylight from the portal", + "style": "steampunk-lore hybrid" + }, + { + "subGenre": "Mystic Portals", + "scene": "A sun-scorched canyon where a painted cliff-face mural becomes a live portal to an evergreen valley", + "sceneVariants": [ + "A sun-scorched canyon where a painted cliff-face mural becomes a live portal to an evergreen valley", + "A fresco that shifts into a breathing hillside", + "A canyon face peeling away to show lush greenery", + "A painted guardian figure whose eyes become a doorway of moss", + "A canyon alcove where color flows into living plants" + ], + "actions": [ + "Paint flakes lifting and turning into leaves", + "A hiker wiping sweat and stepping through the vertical image", + "Lizards creeping along the mural and disappearing into vines", + "A gust of canyon wind carrying pollen-like paint motes" + ], + "camera": "Steadicam run along canyon rim ending with a gentle vertical slide into the mural", + "accents": [ + "weathered pigment texture catching sunlight", + "leaf-sheen micro-highlights where paint becomes foliage" + ], + "mood": "restorative surprise", + "lighting": "harsh sun outside with cool verdant light beyond the mural", + "style": "textural eco-fantasy" + }, + { + "subGenre": "Mystic Portals", + "scene": "A dusky lane lined with lanterns where a mirror in a shop window refracts into a crystalline palace", + "sceneVariants": [ + "A dusky lane lined with lanterns where a mirror in a shop window refracts into a crystalline palace", + "A small antique mirror reflecting regal halls of ice", + "A pawnshop window showing throne rooms of glass", + "A street of shuttered shops with one pane revealing regal crystal architecture", + "A decorative hand-mirror floating and showing palace corridors" + ], + "actions": [ + "Lantern light bending into crystalline prismatic rays", + "A passerby pressing their face to the glass to glimpse the palace", + "A shopkeeper polishing and seeing their reflection enter the corridor", + "Tiny motes of dust forming the suggestion of chandeliers" + ], + "camera": "Overhead glide across shutters then a careful rack focus to the mirror surface", + "accents": [ + "prismatic flares on glass edges", + "tiny crystal sparkle highlights on dust motes" + ], + "mood": "quiet fascination", + "lighting": "soft dusk with jeweled crystal glints from the portal", + "style": "intimate fairytale realism" + }, + { + "subGenre": "Mystic Portals", + "scene": "A shadowed quarry pit where an iron gate reveals a sunlit field of giant flowers", + "sceneVariants": [ + "A shadowed quarry pit where an iron gate reveals a sunlit field of giant flowers", + "A rusted gate opening onto oversized sunflowers under blue sky", + "A rockface seam revealing an endless bloom plain", + "A miner's scaffold framing a doorway into floral sunlight", + "A pit ladder descending into a portal of towering petals" + ], + "actions": [ + "A gust that brings the scent of pollen through the gate", + "A miner standing stunned as a petal drifts in and dissolves", + "Bees visible through the portal humming in slow-motion", + "A lantern flicking and briefly illuminating petals like fire" + ], + "camera": "Low-angle tracking up the ladder into the bright meadow with soft focus transitions", + "accents": [ + "pollen particulate bloom near the threshold", + "sun-catch highlights on petal textures" + ], + "mood": "overwhelmed delight", + "lighting": "dim quarry gloom contrasted with vivid daylight beyond", + "style": "lush macro-fantasy" + }, + { + "subGenre": "Mystic Portals", + "scene": "A quiet chapel at dusk where a brass keyhole opens into a bustling carnival midday", + "sceneVariants": [ + "A quiet chapel at dusk where a brass keyhole opens into a bustling carnival midday", + "A confessional slot revealing colorful tents and midday laughter", + "A chapel door peephole showing a carousel under midday sun", + "A candle-lit nave whose stained door shows carnival bunting", + "A chapel bell tower window framing a sun-drenched fairground" + ], + "actions": [ + "Bell chimes mixing with distant carnival music", + "A caretaker peeking through and almost stepping toward the sound", + "A ribbon blown into the chapel from the portal", + "Paper lanterns drifting through and vanishing into prayer books" + ], + "camera": "Slow push-in through the keyhole, then whip cut into vibrant wide carnival shot", + "accents": [ + "candle wax micro-highlights contrasting with bright festival glints", + "textural contrast between wood grain and bright fabric" + ], + "mood": "tender surprise", + "lighting": "dusky interior with intrusive midday festival brights", + "style": "contrasting pastoral fantasy" + }, + { + "subGenre": "Mystic Portals", + "scene": "A forest glade at dawn where a carved standing stone opens into a twilight grotto lit by lantern-fungi", + "sceneVariants": [ + "A forest glade at dawn where a carved standing stone opens into a twilight grotto lit by lantern-fungi", + "A rune pole revealing bioluminescent stalactites", + "A moss ring portal showing a subterranean fungal city", + "A hollow stump leading to an underworld garden of lights", + "A root-arched doorway with dripping phosphor veils" + ], + "actions": [ + "Small motes rising and coalescing into miniature lanterns", + "A forager stepping through and breathing in cool spores", + "Mushroom caps gently pulsing as light travels outward", + "A beetle crossing the threshold and leaving a faint trail of light" + ], + "camera": "Gentle handheld following a forager with macro inserts on pulsing fungi", + "accents": [ + "soft subsurface bloom on fungal caps", + "moisture-bead micro-reflections on moss" + ], + "mood": "quiet curiosity", + "lighting": "soft golden dawn with cool bioluminescent twilight beyond", + "style": "intimate ecological fantasy" + } +] \ No newline at end of file diff --git a/src/data/fantasy_mythical_weapons.json b/src/data/fantasy_mythical_weapons.json new file mode 100644 index 0000000..1776f25 --- /dev/null +++ b/src/data/fantasy_mythical_weapons.json @@ -0,0 +1,377 @@ +[ + { + "subGenre": "Mythical Weapons", + "scene": "A moonlit smithy where a blade hums with remembered battles as the hammer rises", + "sceneVariants": [ + "A moonlit smithy where a blade hums with remembered battles as the hammer rises", + "A wet-forge where sparks write names above the anvil", + "An apprentice polishing a sword that whispers tactics", + "A rack of blades that align like waiting soldiers when light hits", + "A single blade cooling in a pool and exhaling steam-shaped runes" + ], + "actions": [ + "Hammer strikes sending tiny ghost-echoes of past strikes across the hall", + "The sword vibrating and revealing a faint spectral replay", + "An apprentice testing the edge and hearing a low, approving murmur", + "A tempering quench that releases a burst of rune-smoke" + ], + "camera": "Tight macro on hammer-to-rune contact, slow pull back to reveal full smithy and blade scale", + "accents": [ + "hot-spot bloom on heated metal seams", + "tiny ember micro-sparks at each strike" + ], + "mood": "reverent craft", + "lighting": "low warm forge glow with cool moon shafts", + "style": "ritual craftsmanship" + }, + { + "subGenre": "Mythical Weapons", + "scene": "A dawn shrine where a spear planted in stone sings the names of worthy heirs", + "sceneVariants": [ + "A dawn shrine where a spear planted in stone sings the names of worthy heirs", + "A lone spearhead catching sunrise like a radio dish", + "A line of challengers bowing to its silent judgment", + "A temple lip where the spear hums and raises motes of gold dust", + "A ceremonial circle of shields at the spear's foot" + ], + "actions": [ + "The spear vibrating and projecting faint names as golden glyphs", + "A hopeful hand touching the shaft and recoiling at its heat", + "A chorus of elders repeating a lineage chant", + "A candidate pulling free a single blade-tooth as token" + ], + "camera": "Medium crane slowly circling the spear with close inserts on glyph projections", + "accents": [ + "gold micro-caustics on raised letters", + "warm rim-light on carved shaft grains" + ], + "mood": "solemn trial", + "lighting": "soft sunrise with warm rim and long shadows", + "style": "ceremonial epic" + }, + { + "subGenre": "Mythical Weapons", + "scene": "A midnight armory where bows strung with starthread pull light into arrowheads", + "sceneVariants": [ + "A midnight armory where bows strung with starthread pull light into arrowheads", + "A line of longbows gleaming with tiny constellations", + "A fletcher inscribing a comet-tail on a shaft", + "An arrow nock that captures a falling star mid-flight", + "A string that rings with a hollow celestial note when plucked" + ], + "actions": [ + "An archer drawing a star-string and the air briefly mapping aim-lines", + "Arrow tails unspooling filaments of light as they fly", + "A target erupting in soft petals of stardust on impact", + "A bow-resonance that gifts a whispered bearing to the shooter" + ], + "camera": "Fluid over-shoulder draw and follow-through with long slow-motion on arrow flight", + "accents": [ + "point-source star micro-glints along the shaft", + "soft caustic trails in arrow wakes" + ], + "mood": "ethereal precision", + "lighting": "cool nocturnal with pinprick stars", + "style": "celestial hunting" + }, + { + "subGenre": "Mythical Weapons", + "scene": "A sun-baked desert shrine where a scimitar drinks wind and answers in mirage-songs", + "sceneVariants": [ + "A sun-baked desert shrine where a scimitar drinks wind and answers in mirage-songs", + "A curved blade laid on a wind-carved stone pedestal", + "A tuner-stone that bends gust into harmonic notes for the edge", + "A caravan guard reverently passing the blade before nightwatch", + "Smoke-dust calligraphy forming in the scimitar's wake" + ], + "actions": [ + "A wind-sweep causing the blade to hum and project mirage-maps", + "A sentinel pressing palm to hilt and feeling the current's answer", + "Sand forming ephemeral script that points to safe trails", + "A gust polishing the blade to blinding sheen before retreat" + ], + "camera": "Long lens compression across dunes to emphasize heat haze, then close macro on blade rim", + "accents": [ + "heat-shimmer micro-bloom on blade edge", + "sand-grain micro-contrast on hilt leather" + ], + "mood": "desert consecration", + "lighting": "harsh midday sun with shimmering mirage", + "style": "desert-mythic realism" + }, + { + "subGenre": "Mythical Weapons", + "scene": "A twilight cave where a hammer of echoes fractures stone to reveal hidden passages", + "sceneVariants": [ + "A twilight cave where a hammer of echoes fractures stone to reveal hidden passages", + "A black-slag hammer embedded with glassy runes", + "A miner murmuring a cadence to make the hammer sing", + "A fissure opening to a corridor lined with luminescent veins", + "Echoes forming visible waves that engrave the rock" + ], + "actions": [ + "Hammer strikes producing harmonic pulses that peel rock along seam-lines", + "A miner listening to the echo-resonance then directing the blow", + "Stone dust forming written glyphs in the air before settling", + "A passage revealed glowing faintly as the hammer's song fades" + ], + "camera": "Tight dolly on strike with radial ripple VFX and slow wide to reveal newly opened space", + "accents": [ + "glass micro-facets on rune surfaces", + "wet stone micro-halation on fresh edges" + ], + "mood": "exploratory awe", + "lighting": "low cave glow with active tool highlights", + "style": "archaeo-adventure" + }, + { + "subGenre": "Mythical Weapons", + "scene": "A moonshadow grove where a dagger drinks moonlight to become a key for secret doors", + "sceneVariants": [ + "A moonshadow grove where a dagger drinks moonlight to become a key for secret doors", + "A silver blade tucked within a hollow stump that rearranges bark", + "A door in a root face opening to reveal a hidden glen", + "A ritual of dimpling moon-drops on the pommel", + "A ring of mushrooms glowing as the dagger's point completes a sigil" + ], + "actions": [ + "Moonlight pooling along the blade and condensing into a key-form", + "A cautious hand inserting the dagger and turning a root-latch", + "A small fan of spores rising as the secret door sighs", + "A whisper of ancient welcome drifting through the opening" + ], + "camera": "Intimate over-shoulder with slow insert close-ups on the blade-to-latch interaction", + "accents": [ + "silver rim-light on pommel", + "mycelium micro-glow near the latch" + ], + "mood": "secretive revelation", + "lighting": "soft moon pockets through canopy", + "style": "quiet nature-magic" + }, + { + "subGenre": "Mythical Weapons", + "scene": "A storm-altar where a mace draws thunder into its core to smash enchanted shields", + "sceneVariants": [ + "A storm-altar where a mace draws thunder into its core to smash enchanted shields", + "A barbed mace humming with stored storm-energy", + "A ring of priests feeding lightning into a central haft", + "A testing yard where shield wards pop like bubbles", + "An echo-chamber that amplifies each strike into a chorus" + ], + "actions": [ + "A strike that releases a concentrated thunder-wave cracking wards", + "The mace vibrating with residual static that arc-dances across armor", + "A priest muttering to refill the core between blows", + "A shield that fritzes into harmless motes when hit at the right angle" + ], + "camera": "High-impact slow-motion on strike, with radial burst VFX and wide reaction shots", + "accents": [ + "electric micro-glow along haft runes", + "staccato speculars on armor sparks" + ], + "mood": "brutal ceremonial power", + "lighting": "staccato lightning punctuations", + "style": "elemental combat cinema" + }, + { + "subGenre": "Mythical Weapons", + "scene": "A dusk reed-bank where a net woven from moon-silk captures lies and reveals truth", + "sceneVariants": [ + "A dusk reed-bank where a net woven from moon-silk captures lies and reveals truth", + "A fisher casting a shimmering net that glows on contact", + "A net-buoy showing captured whispered shapes turned solid", + "A tribunal using the net to settle disputed words", + "A moon-silk spool that never runs out while truth is sought" + ], + "actions": [ + "The net tightening around a spoken lie and releasing a truth-icon", + "Caught whispers solidifying into glass beads with short visible histories", + "A testimony passed through the net to become clear and undeniable", + "A falsehood dissolving into silver foam when touched" + ], + "camera": "Handheld over-water with macro captures of bead-history micro-visuals and judge reactions", + "accents": [ + "moon-silk micro-refraction", + "soft mirror caustics on bead surfaces" + ], + "mood": "ceremonial clarity", + "lighting": "dusk with cool silver highlights", + "style": "ritual adjudication fantasy" + }, + { + "subGenre": "Mythical Weapons", + "scene": "A midday royal armory where a banner spear sings a homeland tune when raised", + "sceneVariants": [ + "A midday royal armory where a banner spear sings a homeland tune when raised", + "A hall of weapons and a central spear with woven flag that hums", + "A standard-bearer rehearsing the chorus before parade", + "Children listening as the flag-song stirs memories of harvest", + "A drape of woven threads that flickers with showy motifs" + ], + "actions": [ + "Raising the spear produces a harmonic that emboldens troops", + "Flag fibers vibrating with lyric motifs that animate nearby embroidery", + "A veteran pausing, eyes cloudy as memory returns with the song", + "A ceremonial pass where the tune migrates to the next bearer" + ], + "camera": "Medium crane with steady circling around the spear and inserted reaction close-ups", + "accents": [ + "woven-thread micro-sheen in sunlight", + "gold micro-specular highlights on tip mount" + ], + "mood": "patriotic warmth", + "lighting": "bright mid-afternoon with indoor clarity", + "style": "ceremonial martial realism" + }, + { + "subGenre": "Mythical Weapons", + "scene": "A midnight smith-pond where daggers quenched in starwater recall the faces of former wielders", + "sceneVariants": [ + "A midnight smith-pond where daggers quenched in starwater recall the faces of former wielders", + "A dark basin reflecting faint ancestral profiles", + "A blade raised and a former hand seen briefly in the reflection", + "A ritual to honor lineage before gifting a blade", + "A soft ripple that erases a name gently after the rite" + ], + "actions": [ + "A dagger plunged and the pond surfacing to play remembered gestures", + "An elder naming the lineage as the reflection yields nods", + "A new owner touching the blade and feeling a cold ancestral pulse", + "A final hush as the memory settles back beneath surface" + ], + "camera": "Macro on water-surface with close reflection inserts and depth-of-field separation", + "accents": [ + "starwater micro-sparkle on blade", + "soft inner-glow on reflected faces" + ], + "mood": "lineage reverence", + "lighting": "pale moon with black-water contrast", + "style": "ancestral smithcraft" + }, + { + "subGenre": "Mythical Weapons", + "scene": "A dawn field where a scythe sings harvest-luck into the soil before the first cut", + "sceneVariants": [ + "A dawn field where a scythe sings harvest-luck into the soil before the first cut", + "A farmer lifting a singing scythe and the rows bowing in response", + "A ritual pass where the blade hums low and grain straightens", + "A chorus of small ripples traveling through stalks timed to the swing", + "A borrowed scythe returning to its owner clean and sharpened" + ], + "actions": [ + "A ceremonial swing releasing a warm hum that encourages fuller ripening", + "The scythe's edge leaving a faint luminous seam on each cut stalk", + "A hand stroking the shaft as thanks after the first pass", + "A harvest-mote rising where luck touched the soil" + ], + "camera": "Rhythmic lateral tracking in time with scythe swing with soft macro on cut seam", + "accents": [ + "grain micro-shine on cut edges", + "warm rim-light on wooden haft" + ], + "mood": "blessed labor", + "lighting": "golden early morning", + "style": "pastoral ritual realism" + }, + { + "subGenre": "Mythical Weapons", + "scene": "A dusk watchtower where a halberd carved with compass-runes points toward lost things", + "sceneVariants": [ + "A dusk watchtower where a halberd carved with compass-runes points toward lost things", + "A weapon that slowly rotates and fixes on missing items across a valley", + "A keeper using the haft like a pointer to reveal hidden paths", + "An apprentice following the direction to retrieve an heirloom", + "A compass-runed shaft glowing faintly when near a lost object" + ], + "actions": [ + "The haft twitching and slowly aligning toward the unseen item", + "A small beacon lighting on the target as the halberd points", + "A retrieval party departing under the halberd's guidance", + "A quiet click as the rune settles when the object is found" + ], + "camera": "Telephoto compression down the valley with tight insert on haft-runes and finder reactions", + "accents": [ + "runic micro-etch glint on shaft", + "distant micro-spark on beacon site" + ], + "mood": "useful mystique", + "lighting": "dusk with valley glow", + "style": "functional enchantment" + }, + { + "subGenre": "Mythical Weapons", + "scene": "A moonlit grove where a flute-sword sings lullabies into battlefield wounds to ease passing", + "sceneVariants": [ + "A moonlit grove where a flute-sword sings lullabies into battlefield wounds to ease passing", + "A blade with a hollow flute along its spine emitting soft chords", + "A healer-soldier playing the edge while tending the fallen", + "A dying breath eased as the melody washes across bandages", + "A lullaby threading through armor to reach a child's mind" + ], + "actions": [ + "A soft chord resonating along the blade calming pain", + "Wounds closing a fraction as the melody harmonizes with flesh", + "A soldier pausing to play a line and lowering his head in quiet compassion", + "A final note releasing a sigh that feels like mercy" + ], + "camera": "Intimate close with shallow DOF on mouth, blade and wound, audio-led emotional cut", + "accents": [ + "soft micro-halo on flute apertures", + "wet skin micro-reflect on bandage edges" + ], + "mood": "tender mercy", + "lighting": "silver moonlight with warm bandage pools", + "style": "compassionate battlefield fantasy" + }, + { + "subGenre": "Mythical Weapons", + "scene": "A dawn cliff where a banner-bow strings the wind into a protective net for nesting birds", + "sceneVariants": [ + "A dawn cliff where a banner-bow strings the wind into a protective net for nesting birds", + "A bow strung with braided banner that weaves air-nets", + "Birds nesting safely beneath a woven wind-shell", + "A guardian archer rehearsing strings to fine-tune the net", + "A wave of warm draft that keeps storms at bay for a morning" + ], + "actions": [ + "A string plucked and the air taking physical weave-patterns", + "The net flexing to deflect a sudden gust and then settling", + "Birds chirping louder as the protective field holds", + "A farmer thanking the archer with a small offering" + ], + "camera": "Wide cliff reveal with close string-pluck macro and soft aerial on nesting birds", + "accents": [ + "wind-lens micro-sheen on net strands", + "feather micro-reflects in protective shadow" + ], + "mood": "protective warmth", + "lighting": "soft sunrise with coastal breeze", + "style": "gentle protective fantasy" + }, + { + "subGenre": "Mythical Weapons", + "scene": "A midnight observatory where a staff of orrery rotates to align with fate-lines and break curses", + "sceneVariants": [ + "A midnight observatory where a staff of orrery rotates to align with fate-lines and break curses", + "A brass staff topped with a miniature orrery that ticks fate-hosts", + "A ritual insertion of the staff into a map to sever a binding", + "A luminous thread snapping clean when the staff is set right", + "A pupil gasping as a long-locked fate loosens in the sky" + ], + "actions": [ + "The orrery turning and projecting lines that overlay a map", + "A staff touch severing a glowing chain wrapped about a marker", + "A cascade of small visual sparks as a curse unwinds", + "A final audible click and the map's glow returning to neutral" + ], + "camera": "Medium overhead on orrery with careful insert cut-ins on map-lines and staff tip", + "accents": [ + "brass micro-refraction in orrery rings", + "cold rim-lights on map parchment" + ], + "mood": "calculated release", + "lighting": "nocturnal with cool studio glow", + "style": "arcane precision" + } +] \ No newline at end of file diff --git a/src/data/fantasy_queens_and_kings.json b/src/data/fantasy_queens_and_kings.json new file mode 100644 index 0000000..db850b7 --- /dev/null +++ b/src/data/fantasy_queens_and_kings.json @@ -0,0 +1,552 @@ +[ + { + "subGenre": "Queens and Kings", + "scene": "A dawn coronation on a cliff-edge dais with banners unfurling into the sea breeze", + "sceneVariants": [ + "A dawn coronation on a cliff-edge dais with banners unfurling into the sea breeze", + "A ceremonial crown placed as gulls wheel and tide mists rise", + "A monarch kneeling as heralds call lineage beneath rosy sunrise", + "A band of nobles framed by carved sea-stone pillars", + "A long procession climbing cliff steps toward a sunlit throne" + ], + "actions": [ + "Hands steadying the crown as morning light ignites jewels", + "Trumpets calling across the bay and echoing back", + "A scribe unfurling the charter as salt spray dots the page", + "Flower petals cast like confetti, catching in wind and light" + ], + "camera": "Wide crane reveal at golden hour then slow push toward the crown placement", + "accents": [ + "warm rim-light on jewel facets", + "aerial haze micro-detail over the sea" + ], + "mood": "hopeful majesty", + "lighting": "soft golden sunrise with warm rim lighting", + "style": "ceremonial epic" + }, + { + "subGenre": "Queens and Kings", + "scene": "A midnight private audience in a velvet-lined council chamber lit by a single candle", + "sceneVariants": [ + "A midnight private audience in a velvet-lined council chamber lit by a single candle", + "A hushed throne room with echoing stone and low conversation", + "A queen hearing a confidential whisper while shadows pool in corners", + "A king leaning forward under low lamp to read a secret dispatch", + "A hidden audience behind embroidered drapes where only servants stand watch" + ], + "actions": [ + "A folded note sliding across lacquered wood into a monarch's palm", + "An advisor bowing then whispering a thin directive", + "The monarch closing eyes to weigh counsel and breathe out slowly", + "Candle flame flickering in a draft as a decision is made" + ], + "camera": "Tight over-the-shoulder inserts with deep shallow depth-of-field and subtle rack focus", + "accents": [ + "soft candle halo on manuscript edges", + "velvet micro-texture caught in low light" + ], + "mood": "intense confidentiality", + "lighting": "very low warm interior with concentrated candle highlights", + "style": "noir-courtroom fantasy" + }, + { + "subGenre": "Queens and Kings", + "scene": "A midday royal hunt across golden heath where banners and falcons mark a king's progress", + "sceneVariants": [ + "A midday royal hunt across golden heath where banners and falcons mark a king's progress", + "A cavalcade forcing through tall grass, horns calling at intervals", + "A hunting lodge terrace where trophies are sorted and praised", + "A line of hunters taking careful, ceremonial positions", + "A flush of game exploding into flight as horse hooves churn dust" + ], + "actions": [ + "Hounds baying and riders signaling with leather gloved hands", + "A falcon launching from a gauntleted fist and returning with a small quarry", + "The king offering a silver token to a favored hunter", + "Banner-bearers tightening cords as wind picks up" + ], + "camera": "Tracking lateral shot at horse-rider level with occasional aerial bird's-eye glimpses", + "accents": [ + "sun-catch highlights on polished harness", + "dust micro-highlights in wake" + ], + "mood": "exhilarated ritual", + "lighting": "hard midday sun with high contrast", + "style": "pageant naturalism" + }, + { + "subGenre": "Queens and Kings", + "scene": "A twilight coronation-ball where the queen dances beneath stained-glass chandeliers", + "sceneVariants": [ + "A twilight coronation-ball where the queen dances beneath stained-glass chandeliers", + "An ornate ballroom where courtiers twirl in a choreographed flourish", + "A masked ball honoring the new sovereign with intricate pageantry", + "A gallery of carved archways framing twinned lanterns and music", + "A shadow-dappled parquet reflecting softened colored light" + ], + "actions": [ + "The queen's gown sweeping in a practiced curtsy and spin", + "Flute and lute accompaniments punctuating a formal dance step", + "Servants distributing sweetmeats on silver trays between dances", + "A discreet exchange of rings in a shadowed alcove" + ], + "camera": "Fluid crane circling with lens flares from chandeliers and medium close-ups on faces", + "accents": [ + "stained-glass color cast on fabric", + "subtle speculars on polished wood floor" + ], + "mood": "elegant celebration", + "lighting": "soft twilight with warm interior highlights", + "style": "romantic court fantasy" + }, + { + "subGenre": "Queens and Kings", + "scene": "A lonely royal library at dusk where a king pores over maps and failed treaties", + "sceneVariants": [ + "A lonely royal library at dusk where a king pores over maps and failed treaties", + "A candle-strewn desk with inked hands and folded margins", + "A shelf of embargoed texts and intercepted correspondences", + "A map table with thread and seals marking contested borders", + "A window seat where the monarch looks out over city lights while annotating" + ], + "actions": [ + "A finger tracing a boundary and pausing on a disputed village", + "Sealed letters being broken and read slowly in private", + "A cup of cold tea left untouched while concentration holds", + "A map pin being moved and then hesitated upon" + ], + "camera": "Intimate tight inserts on maps and hands with slow push-back to show solitary scale", + "accents": [ + "ink micro-contrast on old paper", + "soft rim-light from a dying candle on metal seals" + ], + "mood": "pensive gravity", + "lighting": "muted dusk with warm desk pool light", + "style": "studied historical fantasy" + }, + { + "subGenre": "Queens and Kings", + "scene": "A sunlit abdication ceremony in a palace courtyard where a weary monarch delegates the crown", + "sceneVariants": [ + "A sunlit abdication ceremony in a palace courtyard where a weary monarch delegates the crown", + "A quiet handover under olive trees to a chosen heir", + "A document signed beside a fountain as courtiers witness in hush", + "A monarch laying down regalia on an altar of stone", + "A final procession leaving through open gates as banners lower" + ], + "actions": [ + "The monarch lifting the crown once, then placing it on a velvet pillow", + "Scribes sealing the transfer with wax and a ring", + "Heirs bowing in complex choreography to receive authority", + "The crowd murmuring as a new era is pronounced" + ], + "camera": "Mid-wide with slow dolly to capture exchange and public reaction", + "accents": [ + "bright sun rim on metalwork", + "cool fountain caustics on nearby stone" + ], + "mood": "nostalgic finality", + "lighting": "clear warm daylight", + "style": "ceremonial realist fantasy" + }, + { + "subGenre": "Queens and Kings", + "scene": "A moonlit throne of glass in a winter court where the queen holds audience with frost-bitten nobles", + "sceneVariants": [ + "A moonlit throne of glass in a winter court where the queen holds audience with frost-bitten nobles", + "A crystalline dais under auroral curtains", + "An audience hall of ice-carved pillars and breath-white air", + "A queen cloaked in fur speaking softly into a silver goblet", + "Visitors leaving warm steam as they approach the throne" + ], + "actions": [ + "Frost patterns blooming on garments as petitions are read", + "A messenger uncovering a frozen scroll that unfurls with a warm breath", + "The queen rapping a scepter that translates to a hush", + "Hands presenting small heated tokens to temper courtly hands" + ], + "camera": "Low wide with crystal refractions and occasional tight detail on frost textures", + "accents": [ + "crystalline rim-light on ice edges", + "cold micro-speculars on fur and metal" + ], + "mood": "regal austerity", + "lighting": "pale moonlight with cool blue highlights", + "style": "chilling regal fantasy" + }, + { + "subGenre": "Queens and Kings", + "scene": "A secret midnight plotting in a rose garden where a queen meets a foreign envoy by moonlight", + "sceneVariants": [ + "A secret midnight plotting in a rose garden where a queen meets a foreign envoy by moonlight", + "A hedge-maze alcove glowing with lampflowers", + "A perfumed exchange with sealed pouches and careful glances", + "A concealed letter passed under a low bench", + "A momentary embrace and a parting beneath thorns" + ], + "actions": [ + "Paper sliding across moss into waiting hands", + "A whispered phrase causing a small lantern to dim and hide", + "A perfumed glove accidentally dropping and being retrieved", + "A whispered plan sealed with a soft oath" + ], + "camera": "Handheld close and intimate with shallow depth and soft bloom on floral highlights", + "accents": [ + "petal micro-glints in lamp glow", + "soft subsurface color cast from lanterns through petals" + ], + "mood": "tense intimacy", + "lighting": "soft moon with warm lamp pockets", + "style": "intrigue-laden fantasy" + }, + { + "subGenre": "Queens and Kings", + "scene": "A midday toxic siege council where a king consults alchemists about a spreading blight", + "sceneVariants": [ + "A midday toxic siege council where a king consults alchemists about a spreading blight", + "A war room cluttered with vials and infected plant samples", + "A king in sleeved armor leaning over a table stained with peat and sap", + "A tense circle of healers debating a dangerous cure", + "A map of afflicted regions pinned with infected markers" + ], + "actions": [ + "An alchemist uncorking a noxious sample and the room recoiling", + "The king gesturing to a ravaged village and demanding a plan", + "A scribe recording measures with shaking hand", + "A vial being passed and studied under lens" + ], + "camera": "Medium close with clinical inserts on samples and hands, sterile color grading", + "accents": [ + "wet micro-detail on sample vials", + "high-contrast glints on metal instruments" + ], + "mood": "urgent problem-solving", + "lighting": "flat midday with sterile accent lights", + "style": "grim practical fantasy" + }, + { + "subGenre": "Queens and Kings", + "scene": "A sunrise propaganda pageant where a monarch performs benevolence for the populace in staged gestures", + "sceneVariants": [ + "A sunrise propaganda pageant where a monarch performs benevolence for the populace in staged gestures", + "A staged distribution of bread in a cobbled square", + "Orchestrated crowds cheering before camera-like heralds", + "A monarch waving from a balcony while children present garlands", + "A staged medical aid for cameras and visiting nobles" + ], + "actions": [ + "Servants choreographing the line of recipients for best camera angles", + "A monarch handing a ribboned loaf with practiced warmth", + "A trumpeter lingering on cue to cue crowd reaction", + "A hidden official noting reactions in a ledger" + ], + "camera": "Wide staged coverage with alternating tight reaction cuts and bright saturated color", + "accents": [ + "golden rim on props and garlands", + "lens micro-reflections on polished railings" + ], + "mood": "controlled performative warmth", + "lighting": "bright morning with staged fill", + "style": "propaganda-era fantasy" + }, + { + "subGenre": "Queens and Kings", + "scene": "A dusk siege field where a war-king reviews battered banners and honors fallen captains", + "sceneVariants": [ + "A dusk siege field where a war-king reviews battered banners and honors fallen captains", + "A line of tattered flags against smoky horizon", + "A field shrine where names are read aloud", + "A king touching a helmet placed on a pike before a muted salute", + "A twilight roll-call among camp skeletons and embers" + ], + "actions": [ + "The king laying a palm on a fallen captain's crest in farewell", + "Standard bearers lowering banners in solemn procession", + "A bugler sounding a single call that echoes across trenches", + "A slow chrism of oil poured on a battered blade" + ], + "camera": "Low wide with slow push-ins to individuals and timed cuts to ceremonial gestures", + "accents": [ + "smoke micro-glints and ember particles", + "cold rim glints on battered metal" + ], + "mood": "mourning and honor", + "lighting": "dusky orange with ember highlights", + "style": "somber martial fantasy" + }, + { + "subGenre": "Queens and Kings", + "scene": "A secret desert conclave at midnight where a sand-queen consults star-readers on drought fate", + "sceneVariants": [ + "A secret desert conclave at midnight where a sand-queen consults star-readers on drought fate", + "A low circle of rugs and brass chalices with telescopic devices", + "A sky-chart spread across a low dune lit by oil-lamps", + "A queen tracing constellation lines with jeweled pointer", + "A caravan of advisors huddled together under a cloth dome" + ], + "actions": [ + "A star-reader sweeping sand to draw ephemeral diagrams", + "The queen tilting a cup to catch a reflection that predicts rain", + "A seal being broken and a petition read aloud", + "Hands moving across a map to indicate routes for caravans" + ], + "camera": "Low intimate wide with telephoto compression of starlit horizon and close detail on instruments", + "accents": [ + "brass speculars on instruments", + "tiny lantern rim-lights on faces" + ], + "mood": "urgent divination", + "lighting": "cool moon with warm lantern pools", + "style": "desert mystic fantasy" + }, + { + "subGenre": "Queens and Kings", + "scene": "A winter coronation at twilight where torches and snow-draped banners frame a glass throne", + "sceneVariants": [ + "A winter coronation at twilight where torches and snow-draped banners frame a glass throne", + "A crowd wrapped in furs watching a solemn rising of the crown", + "A carved ice walkway leading to a frosted dais", + "A choir singing in layered wool cloaks as steam rises from breath", + "A monarch turning slowly to salute frozen spectators" + ], + "actions": [ + "Torches being lit in sequence and passed along ranks", + "A monarch placing a fur-trimmed cloak and receiving the crown", + "Snow falling deliberately slow as if timed to the ceremony", + "A bell tolling a single clear note that freezes in the air" + ], + "camera": "Wide panoramic reveal with soft focus on falling snow and intimate crowning close-up", + "accents": [ + "frost micro-crystalline highlights", + "warm torch halos contrasting cool snow" + ], + "mood": "ceremonial solemnity", + "lighting": "twilight blue with warm torch puncta", + "style": "frozen regal fantasy" + }, + { + "subGenre": "Queens and Kings", + "scene": "A palace exile departure at dawn where a deposed queen leaves with a small retinue by secret gate", + "sceneVariants": [ + "A palace exile departure at dawn where a deposed queen leaves with a small retinue by secret gate", + "A hidden sally port under ivy and low dawn light", + "A small procession slipping through servant alleys with cloaked heads", + "A barge waiting at a canal to whisk the queen away in disguise", + "A final glance cast back up at palace spires from a bowed carriage" + ], + "actions": [ + "Hands clutching a small token as a last comfort while mounting", + "A gate being eased open with whispered instructions", + "A servant offering a cup and looking away to hide tears", + "Hushed orders being delivered to a rear guard before the exit" + ], + "camera": "Tight tracking with low-contrast dawn grade and close emotive inserts", + "accents": [ + "dew micro-highlights on ivy", + "soft rim-light on cloak edges" + ], + "mood": "resigned melancholy", + "lighting": "pale dawn with cool blue undertones", + "style": "intimate exile fantasy" + }, + { + "subGenre": "Queens and Kings", + "scene": "A sea-king enthroned on a tide-throne as waves lap at carved coral steps at high tide", + "sceneVariants": [ + "A sea-king enthroned on a tide-throne as waves lap at carved coral steps at high tide", + "A throne room open to the sea with tide pools reflecting banners", + "A council of mariners and tridents attending a king's decree", + "A tide-summoner calling currents to lift a vessel ceremonially", + "A sea-born crown dripping salt as it is placed" + ], + "actions": [ + "Waves rising in polite rhythm as the king pronounces a command", + "Divers surfacing to present native offerings to the throne", + "A dolphin escort gliding in a ceremonial arc", + "Salt spray catching sunlight in tiny prisms around the throne" + ], + "camera": "Low waterfront wide with moving water reflections and medium close-ups on carved coral detail", + "accents": [ + "wet-surface caustics on coral", + "sun-catch micro-sparkles in spray" + ], + "mood": "oceanic authority", + "lighting": "bright coastal midday with reflective sparkle", + "style": "maritime regal fantasy" + }, + { + "subGenre": "Queens and Kings", + "scene": "A moonshadow coup in a palace corridor where a usurper tries to seize the throne at night", + "sceneVariants": [ + "A moonshadow coup in a palace corridor where a usurper tries to seize the throne at night", + "A corridor of banners where armor clatters and torches are smothered", + "A secreted blade sliding across a silk sleeve in passing", + "A palace guard split between oath and orders under a flicker of torchlight", + "A queen surprised mid-step, armor half-doffed" + ], + "actions": [ + "Hands moving quickly to restrain or draw a ceremonial blade", + "A torch being extinguished in a gloved palm to create cover", + "A whispered alarm passed by sign between loyalists", + "A portrait falling as a scuffle displaces it from the wall" + ], + "camera": "Handheld tension with quick whip-pans and claustrophobic close shots", + "accents": [ + "torch rim-lights splintering across polished floor", + "silk micro-sheen catching stray light" + ], + "mood": "taut treachery", + "lighting": "low night with harsh torch contrast", + "style": "political thriller fantasy" + }, + { + "subGenre": "Queens and Kings", + "scene": "A harvest coronation under amber autumn trees where a monarch vows protection of the land", + "sceneVariants": [ + "A harvest coronation under amber autumn trees where a monarch vows protection of the land", + "A crown woven of wheat and copper leaves presented in a grove", + "Villagers bringing baskets of grain to the dais", + "A rural pageant where the monarch blesses fields with rain-words", + "A circle of elders singing seasons hymns as the crown is set" + ], + "actions": [ + "The monarch touching soil and whispering growth-invocations", + "Baskets being emptied ceremonially onto communal tables", + "Children dancing in ring patterns around the throne", + "Smoke from ritual braziers scenting the air with incense" + ], + "camera": "Aerial sweep across orchard then grounded dolly into the coronation moment", + "accents": [ + "warm leaf-halo micro-lighting", + "soft grain texture on harvest baskets" + ], + "mood": "earthbound reverence", + "lighting": "warm late-afternoon amber", + "style": "pastoral ceremonial fantasy" + }, + { + "subGenre": "Queens and Kings", + "scene": "A midnight royal duel of succession on a foggy quay where two pretenders fight for claim", + "sceneVariants": [ + "A midnight royal duel of succession on a foggy quay where two pretenders fight for claim", + "A ring of nobles watching from decked boats", + "A swordplay contest judged by elders with lantern votives", + "Blood-dark water lapping as steel flashes", + "A contested standard ripped between rivals in the melee" + ], + "actions": [ + "Blades clashing with wet hiss and spray", + "A successful disarm sending a crown spinning into the water", + "A whistle summoning intervening guards at a critical point", + "A final parry and the triumphant raising of the victor's crest" + ], + "camera": "Kinetic hand-held choreography with rain-lensed close-ups and slow-mo parry highlights", + "accents": [ + "wet metal micro-speculars", + "lantern halo bloom in fog" + ], + "mood": "dangerous decisive", + "lighting": "dense night fog with sparse lantern pools", + "style": "action-oriented court drama" + }, + { + "subGenre": "Queens and Kings", + "scene": "A dawn reconciliation where former rivals meet at a neutral chapel to swear peace", + "sceneVariants": [ + "A dawn reconciliation where former rivals meet at a neutral chapel to swear peace", + "Two monarchs exchanging banners and clasping gauntlets", + "A mediator presenting a peace-bound treaty and witnesses", + "A small bridge over a stream where oaths are spoken aloud", + "A shared table where wine is poured and salted bread offered" + ], + "actions": [ + "Banners changed to neutral cloth and new seals affixed", + "A public clasp of hands that draws murmured approval", + "A parchment dropped into a fire then stamped as sealed by both parties", + "Attendants distributing tokens of alliance along the path" + ], + "camera": "Gentle dolly with clean sunrise grade and balanced two-shots for formal exchange", + "accents": [ + "soft water caustic reflections", + "sun-kissed micro-highlights on exchanged tokens" + ], + "mood": "relieved formality", + "lighting": "clear early morning light", + "style": "diplomatic pastoral fantasy" + }, + { + "subGenre": "Queens and Kings", + "scene": "A secret midnight crown-forging where an artisan-wizard tempers a new monarch's circlet", + "sceneVariants": [ + "A secret midnight crown-forging where an artisan-wizard tempers a new monarch's circlet", + "A forge-room of molten gold and sigil-hammers", + "An enchanted quench pool where the circlet cools in starwater", + "A jeweler whispering charms into a crown's inner seams", + "A small chosen retinue watching as runes are hammered in sequence" + ], + "actions": [ + "Hammer strikes sending visible ringing runes along the metal", + "Quenching the circlet in glowing liquid that steams into glyph shapes", + "An artisan polishing the inner band while whispering a lineage incantation", + "A final inspection where light dances on every gem facet" + ], + "camera": "Macro details on forging textures with medium reveal of whole workshop", + "accents": [ + "molten metal bloom on hammer impact", + "spark micro-particulates caught in air" + ], + "mood": "sacred craftsmanship", + "lighting": "low warm forge glow", + "style": "ritual-craft fantasy" + }, + { + "subGenre": "Queens and Kings", + "scene": "A dusk listening-post beneath palace eaves where a retired monarch hears the street's pulse", + "sceneVariants": [ + "A dusk listening-post beneath palace eaves where a retired monarch hears the street's pulse", + "A balcony with a cup of tea and distant market sounds", + "A garden arbor where echoes of chorus and argument float up", + "A small window where the ex-ruler sketches scenes of memory", + "A low bench where a monarch hums old songs with a remote retainer" + ], + "actions": [ + "A monarch drawing small sketches as distant music drifts", + "A servant bringing a wrapped parcel and bowing silently", + "Laughter from the square causing a soft smile", + "A far horn calling that tightens the retired monarch's gaze" + ], + "camera": "Quiet medium close with soft bokeh on street lights and intimate sound design emphasis", + "accents": [ + "warm micro-reflections on a teacup rim", + "soft ambient glow from lanterns below" + ], + "mood": "reflective retirement", + "lighting": "soft dusk with interior warm pool", + "style": "quiet humanist fantasy" + }, + { + "subGenre": "Queens and Kings", + "scene": "A dawn oath of fealty at a village green where a newly crowned ruler binds local lords", + "sceneVariants": [ + "A dawn oath of fealty at a village green where a newly crowned ruler binds local lords", + "A formal laying of hands on the local steward's ledger", + "A ring of small local banners acknowledging new overlordship", + "A public reading of duties with villagers watching", + "A symbolic planting of a sapling to mark the pact" + ], + "actions": [ + "Hands placed on ledger and the new sovereign uttering tenets aloud", + "Local lords kneeling in coordinated sequence", + "Villagers offering small gifts of bread and fabric", + "A sapling being planted and watered as sign of mutual care" + ], + "camera": "Open low-angle with gentle sunrise grade and crowd reaction inserts", + "accents": [ + "dew micro-highlights on grass and sapling", + "warm sun rim on exchanged items" + ], + "mood": "communal renewal", + "lighting": "soft clear dawn", + "style": "folk-centric regal fantasy" + } +] \ No newline at end of file diff --git a/src/data/fantasy_runes_and_symbols.json b/src/data/fantasy_runes_and_symbols.json new file mode 100644 index 0000000..f135afd --- /dev/null +++ b/src/data/fantasy_runes_and_symbols.json @@ -0,0 +1,452 @@ +[ + { + "subGenre": "Runes and Symbols", + "scene": "A moonlit stone circle where freshly carved runes steam under a pale tide of fog", + "sceneVariants": [ + "A moonlit stone circle where freshly carved runes steam under a pale tide of fog", + "A ring of monoliths with new glyphs bleeding faint light", + "A low field where rune dust lifts and forms ephemeral letters", + "A standing stone whose face is being scored with a glowing chisel", + "A shallow depression gathering mist that maps a single sigil" + ], + "actions": [ + "An elder traces a glyph and vapor curls upward like a script", + "Apprentices sweep rune dust into tidy piles that drift into phrases", + "Torchlight briefly ignites rune-edges when wind turns", + "Motes of dust align into a slowly crawling symbol across the stones" + ], + "camera": "Slow crane from ground-level glyphs out to the full circle, then a close steady push into the central sigil", + "accents": [ + "thin vapor rim-light on carved grooves", + "soft micro-glints on stone grit" + ], + "mood": "solemn mystery", + "lighting": "cool moon with diffused fog glow", + "style": "ancient mystical realism" + }, + { + "subGenre": "Runes and Symbols", + "scene": "A sunlit scribe-hall where inlaid script tiles shift pattern as records are updated", + "sceneVariants": [ + "A sunlit scribe-hall where inlaid script tiles shift pattern as records are updated", + "A long table of living tile-books rearranging their lines", + "A mosaic floor whose tesserae rearrange into daily edicts", + "A scribe tapping tiles which hum with inked runes", + "A donor wall rewriting names in gold on demand" + ], + "actions": [ + "Tiles sliding noiselessly to form new sentences", + "A clerk touching a tile and causing a soft glyph-spark", + "Visitors pausing to watch a plaque rewrite itself", + "A child tracing the new script and giggling as letters rearrange" + ], + "camera": "Wide steadycam across the hall with close macro inserts on moving tile seams", + "accents": [ + "gold-leaf micro-highlights on recast letters", + "warm subsurface glows on marble inlay" + ], + "mood": "orderly fascination", + "lighting": "bright midday with high indoor clarity", + "style": "functional magical realism" + }, + { + "subGenre": "Runes and Symbols", + "scene": "A twilight alley where graffiti runes pulse neon and whisper promises to passersby", + "sceneVariants": [ + "A twilight alley where graffiti runes pulse neon and whisper promises to passersby", + "A brick wall of shifting neon sigils", + "A backstreet mural whose symbols wink to night-travelers", + "A vendor stall painted in living script that hisses deals", + "A doorway mottled in sprayed runes that rearrange when touched" + ], + "actions": [ + "A courier pauses as a rune-flash offers a shortcut", + "Street artists painting new neon sigils that bloom instantly", + "A stray dog lifting a paw and leaving a transient paw-rune", + "A pair trading hush-runic phrases which briefly manifest overhead" + ], + "camera": "Handheld low-angle puddle-reflection shots with quick cuts to neon glyph pulses", + "accents": [ + "neon micro-halation on wet brick", + "chromatic micro-reflections in puddles" + ], + "mood": "urbane intrigue", + "lighting": "dusk with neon spill", + "style": "gritty urban fantasy" + }, + { + "subGenre": "Runes and Symbols", + "scene": "A subterranean forge where rune-smiths hammer sigils into blades that glow with slow heartbeat", + "sceneVariants": [ + "A subterranean forge where rune-smiths hammer sigils into blades that glow with slow heartbeat", + "An anvil-ring carved with holding glyphs that hum on impact", + "A smith etching a chorus of runes that thrum when struck", + "A rack of half-etched swords pulsing in sequence", + "A quenching basin where runes steam like breathing letters" + ], + "actions": [ + "Hammer strikes releasing the rune's latent tone across the cavern", + "A smith peering through ember haze to confirm line-perfect sigils", + "A blade being quenched and releasing a wreath of glyphic steam", + "Apprentices tempering runic edges under watchful eyes" + ], + "camera": "Macro hammer-to-sigil inserts alternating with wide cavern reveals and shallow focus", + "accents": [ + "hot-spot bloom on molten rune seams", + "metal micro-sparks from hammer strikes" + ], + "mood": "intent craftsmanship", + "lighting": "low warm forge glow", + "style": "industrial arcane" + }, + { + "subGenre": "Runes and Symbols", + "scene": "A dawn cairn where travelers leave rune-tokens that dictate safe passage and blessings", + "sceneVariants": [ + "A dawn cairn where travelers leave rune-tokens that dictate safe passage and blessings", + "A roadside pile of keyed stones scrawled with passage sigils", + "A waymarker with a living rune that changes to show travel hazards", + "A pilgrim slot where a small rune-lottery determines next leg advice", + "A weathered post where names and runes accumulate like rings" + ], + "actions": [ + "A traveler pressing a token into the cairn and watching a light-line stitch outward", + "A local elder reading the cairn-runings and murmuring instructions", + "A gust scattering rune-ashes to form a map segment", + "Children rearranging leftover tokens into playful phrases" + ], + "camera": "Gentle dolly with close-up on token placement and aerial reveal of the trail", + "accents": [ + "sun-kissed rim on carved stone faces", + "dust micro-highlights in the cairn's crevices" + ], + "mood": "practical superstition", + "lighting": "soft morning glow", + "style": "folk-inflected fantasy" + }, + { + "subGenre": "Runes and Symbols", + "scene": "A midnight rune-lab where scholars map language-glyph constellations across glass tables", + "sceneVariants": [ + "A midnight rune-lab where scholars map language-glyph constellations across glass tables", + "Tables of luminous script-lines connecting into word-networks", + "A scholar stroking a thread of letters to reveal hidden meanings", + "A ceiling-mounted projector casting moving sentences in air", + "A hands-on refraction table where glyphs refract into motifs" + ], + "actions": [ + "Hands pulling threads of script and realigning clauses like map-lines", + "A pupil gasping as a hidden root-word blooms into an image", + "Ink motes condensing into temporary glyph-constellations", + "A bell marking a breakthrough in a difficult translation" + ], + "camera": "Overhead glide to eye-level inserts with rack-focus between glyph layers", + "accents": [ + "cold glass micro-reflections on script surfaces", + "soft lens flares on projected letters" + ], + "mood": "intellectual curiosity", + "lighting": "nocturnal interior with cold technical glow", + "style": "academic magical realism" + }, + { + "subGenre": "Runes and Symbols", + "scene": "A storm-altar where weather-runes carved in chalk direct lightning into a sacrificial ring", + "sceneVariants": [ + "A storm-altar where weather-runes carved in chalk direct lightning into a sacrificial ring", + "A chalked circle on stone that hums when thunder approaches", + "A cliff-edge with glyph channels for storm-flowing", + "Priests tracing arcs that pull cloud-threads downward", + "A beacon-stone with etched lightning arrows" + ], + "actions": [ + "A rune-trace brightening as the storm aligns and arcs begin to take shape", + "A priest slapping a ward and the wind answering with a gust", + "A flash funneling into the carved ring and dispersing in sparks", + "Runic chalk dust scattering and sparking on contact with charged air" + ], + "camera": "Wide storm-facing crane with sporadic slow-motion arcs to emphasize energy flow", + "accents": [ + "staccato speculars on wet chalk", + "electric micro-glow around rune points" + ], + "mood": "raw ritual power", + "lighting": "staccato lightning punctuations", + "style": "elemental ritual fantasy" + }, + { + "subGenre": "Runes and Symbols", + "scene": "A twilight market stall selling trinket-runes that alter mood and scent for an evening", + "sceneVariants": [ + "A twilight market stall selling trinket-runes that alter mood and scent for an evening", + "A vendor threading small rune-beads into necklaces", + "A box of mood-runes with tiny written descriptors that glow when opened", + "A couple testing a charm to make music sound golden", + "A curious child trading a trinket for a glowing knee-rune" + ], + "actions": [ + "A charm being tied and the wearer's eyes briefly shifting color", + "A sample-run proving effect as scent-bubbles bloom", + "A vendor reciting cautions as customers laugh and tuck charms away", + "Coins exchanging and a small rune-mote hopping onto a palm" + ], + "camera": "Intimate handheld with tight inserts on charm textures and reaction shots", + "accents": [ + "tiny gem micro-highlights on charm beads", + "soft scent-halo visualized in air" + ], + "mood": "playful mercantilism", + "lighting": "twilight with warm stall pockets", + "style": "marketplace fantasy" + }, + { + "subGenre": "Runes and Symbols", + "scene": "A frozen rune-archive where glyph-tablets sit in frost and only breath-thaw reveals text", + "sceneVariants": [ + "A frozen rune-archive where glyph-tablets sit in frost and only breath-thaw reveals text", + "Shelves of stone tablets encased in clear ice", + "A scribe exhaling over a slab to read its latent marks", + "A preservation vault where cold keeps curse-ink dormant", + "An scholar heating a rune to coax memory from the frost" + ], + "actions": [ + "Breath warming a line to reveal a faded script", + "A scanner-ward tracing glyph-memory with a warm torch", + "Ice cracking softly as ancient text exhales", + "A careful rubbing that lifts dust without destroying the mark" + ], + "camera": "Macro frosted-slate inserts with slow pullback to reveal the archive's hushed scale", + "accents": [ + "crystalline ice micro-sparkle on tablet edges", + "cold rim-light on breath vapor" + ], + "mood": "archival reverence", + "lighting": "pale blue cool interior", + "style": "conservationist fantasy" + }, + { + "subGenre": "Runes and Symbols", + "scene": "A night forest where fungi glyphs bloom on trunks in response to moon-phrases", + "sceneVariants": [ + "A night forest where fungi glyphs bloom on trunks in response to moon-phrases", + "A ring of trees each hosting a unique luminous sigil", + "A path of glowing fungal script guiding travelers", + "A mycologist-priest coaxing a pattern with a soft chant", + "A hidden clearing where the entire forest folds into a giant rune-map" + ], + "actions": [ + "Fungal caps pulsing in sequence to spell seasonal advice", + "A traveler following ephemeral letters to a safe crossing", + "Spores drifting and carrying micro-runes to new trunks", + "Hands pressing a bark-rune to receive a faint tactile reply" + ], + "camera": "Low floatcam weaving between trunks with macro fungus detail and soft backlight", + "accents": [ + "bioluminescent micro-cores in fungal text", + "moisture-lensed micro-reflections on bark" + ], + "mood": "natural wonder", + "lighting": "moonlit with phosphor accents", + "style": "biological mysticism" + }, + { + "subGenre": "Runes and Symbols", + "scene": "A twilight sigil-bridge where carved symbols step into the air to form a crossing", + "sceneVariants": [ + "A twilight sigil-bridge where carved symbols step into the air to form a crossing", + "A stone arch whose runes float outward to create a luminous walkway", + "A river crossing where glyphs rotate into stable stepping stones", + "A broken bridge repaired nightly by ritual symbol-animation", + "A ferry-route marked by floating script-lamps" + ], + "actions": [ + "Runes lifting from stone and arranging into a safe path", + "A ferryman blessing the glyphs before passage", + "Children leaping across the floating letters with delight", + "A storm momentarily distorts the stones causing tense crossing" + ], + "camera": "Wide lateral with angled low shots to show floating letters and reflections", + "accents": [ + "mirror-caustics on water reflections of glyphs", + "thin rim-light on floating stone edges" + ], + "mood": "brisk marvel", + "lighting": "dusk with glowing walkway cores", + "style": "transportive enchantment" + }, + { + "subGenre": "Runes and Symbols", + "scene": "A dawn sigil-garden where symbols grow like vines and are tended as living script", + "sceneVariants": [ + "A dawn sigil-garden where symbols grow like vines and are tended as living script", + "Garden beds planted in glyph-rows that bloom phrase-flowers", + "A gardener pruning a line to correct a miswritten petition", + "A labyrinth of living script shifting with the seasons", + "A ceremonial harvest where letters are woven into wreaths" + ], + "actions": [ + "Tending shears snipping mis-formed glyph tendrils", + "Gardeners watering rune-lines to bring clarity to a plea", + "A festival where cut-letters are braided into ceremonial crowns", + "A child stepping between the vine-letters and rearranging a small sentence" + ], + "camera": "Gentle dolly with macro petals-and-letter-focus and aerial pattern reveals", + "accents": [ + "dew micro-highlights on leaf-letters", + "subsurface bloom on flower-glyph cores" + ], + "mood": "delicate caretaking", + "lighting": "soft warm dawn", + "style": "horticultural mysticism" + }, + { + "subGenre": "Runes and Symbols", + "scene": "A midnight market of illicit sigils where black-rune dealers whisper forbidden scripts", + "sceneVariants": [ + "A midnight market of illicit sigils where black-rune dealers whisper forbidden scripts", + "A shadow-stall of dark tablets wrapped in oilcloth", + "A hush-trader sliding a curse-rune across a veil", + "A hidden exchange where runes are priced by severity", + "A smuggler swapping a phial of rune-ink for a sealed symbol" + ], + "actions": [ + "Hands exchanging covered packages with flicked rune-seals", + "A buyer reading a snippet and recoiling as the glyph burns memory", + "A watchman slipping through the market taking notes", + "A sudden purge where smoke signals the arrival of warded enforcers" + ], + "camera": "Handheld grave with tight cuts and anxious off-screen sound design", + "accents": [ + "oil-sheen micro-highlights on cloth bundles", + "ink micro-sparks when a forbidden glyph reacts" + ], + "mood": "tense clandestinity", + "lighting": "low street pockets with sharp spot contrasts", + "style": "criminal arcana noir" + }, + { + "subGenre": "Runes and Symbols", + "scene": "A sunrise rune-testing pool where magicians toss glyph-stones to see their effect ripple outward", + "sceneVariants": [ + "A sunrise rune-testing pool where magicians toss glyph-stones to see their effect ripple outward", + "A circular basin where stones cause throat-singer ripples of meaning", + "A classroom of novice-runers watching after a toss", + "A line of elders grading the ripple quality and effect", + "A laboratory where ripple-maps are sketched as proof-of-concept" + ], + "actions": [ + "A stone's ripple manifesting a temporary weather change over the pool", + "Students noting ripple frequency and jotting glyph coefficients", + "An elder interrupting a poor test with a corrective chant", + "A particularly strong stone summoning a localized aurora" + ], + "camera": "Medium dolly with slow reaction shots on the ripple response and close tests", + "accents": [ + "mirror caustic micro-plays on ripple crests", + "cold rim-lights on stone edges" + ], + "mood": "curious experimentation", + "lighting": "soft sunrise with reflective sheen", + "style": "practical arcane study" + }, + { + "subGenre": "Runes and Symbols", + "scene": "A dusk crypt where funerary runes breathe out ancestral voices when candles gutter", + "sceneVariants": [ + "A dusk crypt where funerary runes breathe out ancestral voices when candles gutter", + "A wall of epitaph glyphs that softly sing family histories", + "A mourning chamber where runes rearrange to show lineage", + "A small altar where names glow and fade with each votive extinguished", + "A night vigil where each candle draws a voice in reply" + ], + "actions": [ + "A mourner lighting a candle and hearing a whispered remembrance", + "Runes brightening with each recited name and then dimming", + "An old recorder writing down the voices for posterity", + "A protective ward humming as ritual reaches crescendo" + ], + "camera": "Intimate close inserts on fingers and lips with soft audio lead on whispered rune-voices", + "accents": [ + "candle micro-halation on engraved letters", + "soft inner-glow on the epitaph surfaces" + ], + "mood": "reverent melancholy", + "lighting": "low warm candle pools", + "style": "ancestral ritual fantasy" + }, + { + "subGenre": "Runes and Symbols", + "scene": "A storm-clearing hill with sky-runes chalked large to repel a passing curse-cloud", + "sceneVariants": [ + "A storm-clearing hill with sky-runes chalked large to repel a passing curse-cloud", + "Giant glyphs traced into grass that smoke when the cloud arrives", + "A team of runers marching to refresh lines as wind eats at chalk", + "A protective chorus amplifying script resilience", + "A temporary shelter built within a radiant sigil to shield a village" + ], + "actions": [ + "Runers stamping and refreshing chalk lines against gust", + "A cloud battering the glyph and then blurring and dissolving", + "Villagers huddled inside the radiant space breathing easier", + "Wind-carried dust temporarily forming new minor sigils beyond the main ring" + ], + "camera": "Aerial reveal of massive glyphs with cut-ins on frantic chalk-work and villagers' faces", + "accents": [ + "dust rim-light on glyph edges", + "soft halo where glyph field meets sky" + ], + "mood": "protective urgency", + "lighting": "staccato overcast with sudden clears", + "style": "defensive ritual cinema" + }, + { + "subGenre": "Runes and Symbols", + "scene": "A noon scholars' conclave where token-runes are debated and lexicons argued over", + "sceneVariants": [ + "A noon scholars' conclave where token-runes are debated and lexicons argued over", + "A round-table of elder runists swapping variant glyph trees", + "A whiteboard of rune-family etymologies being redrawn", + "A rift over interpretation smoked out by a heated exchange", + "A vote of syntax taken by bead-count on a temple abacus" + ], + "actions": [ + "Hands gesturing to diagrams that morph with each argument", + "A vote counted by sliding beads under an incantation", + "A young scholar presenting a new root and the room murmuring", + "Quills scratching as minutes are recorded in living ink" + ], + "camera": "Medium rotational dolly circling the table with reaction inserts and detail on diagrams", + "accents": [ + "ink micro-sheen on parchment", + "cold rim-light on debating faces" + ], + "mood": "erudite tension", + "lighting": "bright filtered noon", + "style": "academic fantasy" + }, + { + "subGenre": "Runes and Symbols", + "scene": "A midnight rune-choir in an old basilica where symbols hum as organ pipes fill the nave", + "sceneVariants": [ + "A midnight rune-choir in an old basilica where symbols hum as organ pipes fill the nave", + "Glyph-chimes hanging like stained ribbons that resonate with organ notes", + "A choir conductor tapping a runic baton to weave chant and sigil", + "A congregation glowing faintly as runes echo honored tunes", + "A nave where each phrase of song lights different carved letters" + ], + "actions": [ + "The runes vibrating in time with organ notes to produce visible waves", + "Singers breathing in unison and causing a glyph-lattice to ripple", + "Candles sputtering then aligning to a harmonic pulse", + "A final chord causing the rune field to bloom and settle" + ], + "camera": "Wide nave push with rhythmic cuts synced to musical beats and soft close singers' faces", + "accents": [ + "soft lens bloom on vocal-driven rune waves", + "micro-speculars on carved wood and choir robes" + ], + "mood": "sacred harmony", + "lighting": "low warm interior with tonal highlights", + "style": "musical liturgical fantasy" + } +] \ No newline at end of file diff --git a/src/data/fantasy_sacred_temples.json b/src/data/fantasy_sacred_temples.json new file mode 100644 index 0000000..0730674 --- /dev/null +++ b/src/data/fantasy_sacred_temples.json @@ -0,0 +1,477 @@ +[ + { + "subGenre": "Sacred Temples", + "scene": "A moonlit cliff-top temple ringed with prayer flags that snap like whispered secrets", + "sceneVariants": [ + "A moonlit cliff-top temple ringed with prayer flags that snap like whispered secrets", + "A temple perched on a wind-swept promontory, flag-streams forming visual runes", + "A stone stair carved into the cliff face leading to a lantern-lit gate", + "A half-ruined shrine with salt-and-wind-polished carvings under starlight", + "A solitary bell hanging at the temple lip, chiming into the sea-mist" + ], + "actions": [ + "Monks circling the inner sanctum, trailing incense smoke", + "A pilgrim lighting a single flag and watching it rise in the wind", + "A bell struck slowly, each tone carried out over the water", + "Flag ribbons snapping and casting patterned shadows on stone" + ], + "camera": "Slow crane approach from sea level up to the cliff gate with gentle parallax", + "accents": [ + "rim-lit flag edges picking up moon-sheen", + "salt-crystal micro-highlights on carved reliefs" + ], + "mood": "meditative solemnity", + "lighting": "cool moonlight with narrow warm lantern pools", + "style": "spiritual coastal minimalism" + }, + { + "subGenre": "Sacred Temples", + "scene": "A sun-drenched desert ziggurat with prayer terraces stacked like sun-steps", + "sceneVariants": [ + "A sun-drenched desert ziggurat with prayer terraces stacked like sun-steps", + "A stair-rich temple of ochre bricks baking under noon heat", + "A terrace of bowls for offerings that shimmer with mirage heat", + "A desert monks' courtyard with palm-screened shrines and sand-carved iconography", + "A raised altar catching reflected sunlight from polished metal bowls" + ], + "actions": [ + "Pilgrims ascending in ordered lines, pausing to lay offerings", + "Priests fanning smoke from incense bowls to the horizon", + "Sunlight concentrated with mirrors to ignite a ceremonial brazier", + "A silence maintained like a held breath as a rite is performed" + ], + "camera": "Long lens compression from base to summit, then a steady push into terrace ritual", + "accents": [ + "hot-spot bloom on polished offering bowls", + "sand-grain micro-contrast on stepped surfaces" + ], + "mood": "solemn, sun-forged reverence", + "lighting": "harsh midday sun with high-contrast shadows", + "style": "monumental desert ritual" + }, + { + "subGenre": "Sacred Temples", + "scene": "A twilight mangrove shrine with lanterns floating from root-to-root over black water", + "sceneVariants": [ + "A twilight mangrove shrine with lanterns floating from root-to-root over black water", + "A boarded temple walkway winding through knee-deep roots lit by paper-lanterns", + "A moss-coated stone idol half-submerged in tidal pools", + "A canopy of vines braided with prayer-ribbons and small bells", + "A low tide revealing pebble offerings glowing under lamp light" + ], + "actions": [ + "Lanterns pushed outward on small boats, each bearing a carved token", + "Monks chanting low and synchronized as water laps", + "A child releasing a tiny float and watching it carry a wish", + "Egrets unsettled into slow, reflective flight by passing boats" + ], + "camera": "Low board-level glide with mirrored water reflections and occasional overhead reveals", + "accents": [ + "mirror-caustic highlights on water reflecting lantern cores", + "damp-wood micro-texture on boardwalk planks" + ], + "mood": "gentle mourning and hope", + "lighting": "twilight with warm lantern pockets", + "style": "intimate ecological ritual" + }, + { + "subGenre": "Sacred Temples", + "scene": "A mountain snow-temple where frozen bell-chimes hang from icicle eaves at blue hour", + "sceneVariants": [ + "A mountain snow-temple where frozen bell-chimes hang from icicle eaves at blue hour", + "A high pass shrine accessed by narrow snow-swept causeways", + "A chapel roof rimmed in delicate frost lattices", + "A circle of prayer stones half-buried in powdered snow", + "A hooded acolyte brushing snow from a frost-carved relief" + ], + "actions": [ + "Breath forming visible runes as chants are spoken", + "Icicle chimes responding like a brittle bell-choir to wind", + "A pilgrim stamping to warm frozen hands before an offering", + "Snow-drift patterns forming temporary sigils at thresholds" + ], + "camera": "Slow panoramic sweep across snowfields into tight detail on frosted glyphs", + "accents": [ + "crystalline ice micro-sparkle on bell edges", + "cold blue rim-light on fur and stone" + ], + "mood": "austere contemplation", + "lighting": "pale blue twilight with reflective snow bounce", + "style": "minimal winter mysticism" + }, + { + "subGenre": "Sacred Temples", + "scene": "A submerged coral temple where priests dive to tend anemone altars under filtered daylight", + "sceneVariants": [ + "A submerged coral temple where priests dive to tend anemone altars under filtered daylight", + "A chapel of living coral encrusting ancient columns", + "A bubble-chamber lit by shafts of refracted sun", + "A procession of divers carrying shell-offerings through reef arches", + "A grotto pool with ritual fish circling meditative pearls" + ], + "actions": [ + "Divers planting pearl-offerings in coral nests", + "A flute-like underwater chant creating visible ripple-forms", + "Anemones gently closing and opening as offerings pass", + "A current carrying motes that act as ephemeral votive sparks" + ], + "camera": "Underwater glide with slow push-ins through plankton-lit columns, soft color grade", + "accents": [ + "prismatic caustics on coral surfaces", + "soft subsurface glow around pearl-offerings" + ], + "mood": "oceanic reverence", + "lighting": "filtered daylight with cool aqua scatter", + "style": "aquatic sacred realism" + }, + { + "subGenre": "Sacred Temples", + "scene": "A dusk cliff-side lantern temple where votives are set into crevices and the wind carries their scent", + "sceneVariants": [ + "A dusk cliff-side lantern temple where votives are set into crevices and the wind carries their scent", + "A terrace of stone niches hosting tiny votive flames", + "A narrow causeway where pilgrims light a lamp and pass it hand-to-hand", + "A circle of carved bowls filling with scented oils at sunset", + "A temple mouth glowing from within as dusk deepens" + ], + "actions": [ + "Pilgrims lighting votives and murmuring soft invocations", + "A priest tracing a path of oil between bowls to create a connected flame", + "A wind gust threatening to extinguish then aligning to deepen flame", + "Lantern smoke curling into the sky and forming aromatic ribbons" + ], + "camera": "Handheld cross-level with small dolly-ins on flame and oil surface details", + "accents": [ + "warm micro-glow on oil-sheen", + "thin flame-rim lighting on hands" + ], + "mood": "intimate ritual warmth", + "lighting": "dusk with warm flame pools", + "style": "small-scale devotional cinema" + }, + { + "subGenre": "Sacred Temples", + "scene": "A dawn bamboo-temple court where wind-metal chimes create musical prayers", + "sceneVariants": [ + "A dawn bamboo-temple court where wind-metal chimes create musical prayers", + "A temple courtyard ringed by tall bamboo and hung chimes", + "A meditation path where each step rings different tuned bells", + "A mossy altar with bamboo lattice shade patterns", + "A morning ritual of light leaf-sweeping and bell-touching" + ], + "actions": [ + "Monks pacing a bell-route, each strike timed to breath", + "Leaves scattering dust motes in the light as chimes sing", + "A novice kneeling and aligning chimes by ear", + "A slow ceremonial bow that sets a cascade of chime responses" + ], + "camera": "Rhythmic lateral tracking synchronized to chime cadence with shallow DOF", + "accents": [ + "metallic micro-ring highlights on chime edges", + "soft leaf-shadow micro-patterns on stone" + ], + "mood": "harmonic focus", + "lighting": "soft dawn with dappled bamboo shade", + "style": "aural-visual meditative fantasy" + }, + { + "subGenre": "Sacred Temples", + "scene": "A twilight ruin-temple reclaimed by ivy where wandering priests tend luminous fungi altars", + "sceneVariants": [ + "A twilight ruin-temple reclaimed by ivy where wandering priests tend luminous fungi altars", + "A moss-carved sanctum with fungal sconces emitting soft light", + "A collapsed nave where roots and roots form new pews", + "A ruined pediment hosting a ring of bioluminescent offerings", + "A corridor where spores drift like fine pollen in evening air" + ], + "actions": [ + "Priests harvesting soft fungal glows and placing them in offering bowls", + "Ivy pulled aside to reveal ancient reliefs that react with phosphor sparkles", + "Steps brushing loose soil that releases faint glowing spores", + "A slow cleansing ritual washing the fungal light into small pools" + ], + "camera": "Gently undulating glide with macro inserts on fungi and root textures", + "accents": [ + "bioluminescent speckle highlights", + "wet-root micro-reflections in rim-light" + ], + "mood": "reverent renewal", + "lighting": "twilight with cool bioluminescent puncta", + "style": "ecological ruin mysticism" + }, + { + "subGenre": "Sacred Temples", + "scene": "A high-noon sun-temple courtyard where polished mirrors focus light into a central sanctum", + "sceneVariants": [ + "A high-noon sun-temple courtyard where polished mirrors focus light into a central sanctum", + "A ring of reflective plates aimed at a central crystalline hearth", + "A priest adjusting a parabolic reflector to perfect a light-beam", + "A sun-dialed altar measuring ritual hours in sharp shadows", + "A day of ritual where heat-haze becomes part of the ceremony" + ], + "actions": [ + "Mirrors fanning light into a focused shaft onto a holy object", + "A chorus singing that vibrates in sync with light pulses", + "A novice calibrating mirror angles while elders watch", + "Heat shimmer forming ephemeral sigils on courtyard stone" + ], + "camera": "Long lens compression with tight inserts on mirror adjustments and central beam effect", + "accents": [ + "intense hot-spot bloom at the focal point", + "micro-caustic highlights on polished surfaces" + ], + "mood": "ritual precision and luminosity", + "lighting": "brilliant midday with engineered light shafts", + "style": "ceremonial solar minimalism" + }, + { + "subGenre": "Sacred Temples", + "scene": "A night sky-observatory temple where star-priests read constellations through glass domes", + "sceneVariants": [ + "A night sky-observatory temple where star-priests read constellations through glass domes", + "A domed temple floor with star-maps laid in inlaid stone", + "An orrery of brass rings projecting tiny moons across the ceiling", + "A gallery of stargazers mapping omens with glowing chalk", + "A terrace where glass lenses focus distant starlight into sigils" + ], + "actions": [ + "Priests tracing constellation threads that unravel into visible glyphs", + "A pupil aligning a small telescope and gasping at a pattern", + "Charts unrolling themselves to show new alignments", + "A soft bell marking each significant star-rise in the ritual" + ], + "camera": "Medium crane with slow rotation to follow mapped arcs and intimate POV through lenses", + "accents": [ + "cold star-core micro-glints on brass", + "soft lens-flares tracking orrery motion" + ], + "mood": "awe-filled divination", + "lighting": "deep nocturnal blue with pinpoint star-cores", + "style": "astral ceremonial" + }, + { + "subGenre": "Sacred Temples", + "scene": "A dawn hill-temple ringed by singing stones that resonate with the first light", + "sceneVariants": [ + "A dawn hill-temple ringed by singing stones that resonate with the first light", + "A circle of standing stones tuned to tonal ritual", + "An early-morning choir walking the stone circle to awaken the temple", + "A lead-priest striking a stone with a mallet to start the day-song", + "A small amphitheater of carved steps hosting melodic rites" + ], + "actions": [ + "Stones struck in sequence producing harmonic overtone that travels the valley", + "A chorus humming to sustain a resonance as offerings are laid", + "Motes of dust dancing visibly in the frequency of the sound", + "A pilgrim closing eyes and swaying in rhythmic acceptance" + ], + "camera": "Rhythmic dolly matching the stone strikes with audio-synced visual cuts", + "accents": [ + "stone-edge rim-light catching dust motes", + "acoustic micro-reverb visualized as subtle halo" + ], + "mood": "sonic meditation", + "lighting": "soft sunrise with gentle backlight", + "style": "acoustic ritual realism" + }, + { + "subGenre": "Sacred Temples", + "scene": "A dusk shrine courtyard where silk banners and incense form a tactile prayer-cloud", + "sceneVariants": [ + "A dusk shrine courtyard where silk banners and incense form a tactile prayer-cloud", + "A courtyard with suspended translucent banners that catch color and scent", + "An altar with woven silk offerings swaying in evening breeze", + "A lane of small shrines each scented with a distinct resin", + "A shrine keeper waving smoke-fans in choreographed patterns" + ], + "actions": [ + "Silk banners stroked to send scentwaves toward specific votive bowls", + "A slow ritual of blowing incense smoke through a carved lattice", + "Visitors closing eyes as particular aromas bring memories", + "Lanterns dimmed in sequence to tune the courtyard's mood" + ], + "camera": "Handheld intimate inserts on fabric movement with sweeping parallax across courtyard", + "accents": [ + "translucent fabric micro-glow in backlight", + "soft aromatic particulate visualized in air" + ], + "mood": "sensory devotion", + "lighting": "dusk with colored banner backlight", + "style": "textural devotional fantasy" + }, + { + "subGenre": "Sacred Temples", + "scene": "A night grotto sanctum where slow-water drips compose time-sigil patterns", + "sceneVariants": [ + "A night grotto sanctum where slow-water drips compose time-sigil patterns", + "A cave-temple with stalactite chimes marking ritual cadence", + "A pool that maps the year's tides in concentric ripples", + "A hermit's alcove where water-ink writes ephemeral prayers on stone", + "An inner sanctum where a single drop counts the visitor's vow" + ], + "actions": [ + "Droplets falling and each echo causing a faint glyph to trace and fade", + "Attendees waiting breath-held between measured drips", + "A torch reflected in the pool creating transient runes", + "A slow hand passing over water to redirect tiny currents of text" + ], + "camera": "Macro drip-level shots with slow emerging reveals of carved sigils on stone", + "accents": [ + "wet-stone micro-speculars on drip-points", + "soft acoustic halo around each drop" + ], + "mood": "patient ritual timekeeping", + "lighting": "low grotto glow with pinpoint highlights", + "style": "contemplative cave mysticism" + }, + { + "subGenre": "Sacred Temples", + "scene": "A sunrise pilgrim-way where roadside chapels ring the path and pilgrims trade relics beneath morning haze", + "sceneVariants": [ + "A sunrise pilgrim-way where roadside chapels ring the path and pilgrims trade relics beneath morning haze", + "A narrow path of small shrines each with a carved niche lamp", + "A marketplace of holy tokens and stitched relic pouches", + "A band of pilgrims pausing to transfer tokens between generations", + "A waymarker temple where weary feet are blessed and bandaged" + ], + "actions": [ + "Pilgrims exchanging relics and reciting brief prayers aloud", + "A helper wrapping a worn foot with fresh linen and blessing it", + "A bell rung at each chapel that signals the next stage of the journey", + "Morning tea distributed in humble cups to the line of travelers" + ], + "camera": "Low-angle tracking along the lane with crowd inserts and tight relic close-ups", + "accents": [ + "dew micro-highlights on relic surfaces", + "warm rim-light on handing gestures" + ], + "mood": "communal perseverance", + "lighting": "soft hazy sunrise", + "style": "humanist pilgrimage fantasy" + }, + { + "subGenre": "Sacred Temples", + "scene": "A night mountain-ash temple where ash-bowl offerings smolder with recorded memories", + "sceneVariants": [ + "A night mountain-ash temple where ash-bowl offerings smolder with recorded memories", + "A terrace of ash-bowls each releasing a faint scene when tended", + "An elder listening to smoke visions as part of counsel", + "A shrine of remembrance where names are read to ember-light", + "A ritual of lighting an ash-bowl to send a message to ancestors" + ], + "actions": [ + "A bowl stirred and a brief memory-sprite rising in smoke", + "A mourner watching their ancestor-scene fade and bowing in thanks", + "A keeper adjusting contents to tune the memory's clarity", + "Multiple bowls synchronized to create a layered narrative" + ], + "camera": "Close emotive inserts on faces with slow pullback to show terrace of bowls", + "accents": [ + "smoke micro-halo on rising memory-sprites", + "ember micro-glints in ash surfaces" + ], + "mood": "reverie and mourning", + "lighting": "low warm ember glow in night air", + "style": "memory-ritual fantasy" + }, + { + "subGenre": "Sacred Temples", + "scene": "A midday forest-canopy temple where light-bridges connect altars in the treetops", + "sceneVariants": [ + "A midday forest-canopy temple where light-bridges connect altars in the treetops", + "A temple built on interlaced branches with suspended bridges of woven light", + "A choir of treetop priests passing luminous leaves as offerings", + "A spiral stair of living wood leading skyward to the high altar", + "A canopy courtyard where birds act as ritual messengers" + ], + "actions": [ + "Priests walking light-bridges and leaving small leaf-offerings", + "Canopy breezes carrying scent-offerings between altars", + "A novice ascending a spiral of living wood with measured steps", + "Birds returning with tokens and dropping them in baskets" + ], + "camera": "Aerial through-canopy glide with close inserts on woven-light textures", + "accents": [ + "leaf-subsurface scattering in shafts", + "soft insect micro-highlights around offering baskets" + ], + "mood": "elevated communion", + "lighting": "filtered midday through layered canopy", + "style": "vertical ecological ritualism" + }, + { + "subGenre": "Sacred Temples", + "scene": "A dusk mirror-temple where polished water planes reflect alternate prayers as images", + "sceneVariants": [ + "A dusk mirror-temple where polished water planes reflect alternate prayers as images", + "A reflecting pool that shows the supplicant's desired truth", + "A hall of shallow basins each mirroring different skies", + "A priest tracing a finger through water to write a blessing", + "A courtyard of dark glass slabs forming a labyrinth of reflection" + ], + "actions": [ + "Supplicants peering into pools to confirm visions and making offerings", + "A guide pointing to an appropriate basin based on prayer need", + "A ripple introduced to erase and redraw a reflected omen", + "Lantern-light danced across the pool to alter a reflected scene" + ], + "camera": "Slow dolly circling the pool with micro focus racks between surface and reflected image", + "accents": [ + "mirror-caustic micro highlights on water planes", + "soft reflected color halos from lanterns" + ], + "mood": "introspective revelation", + "lighting": "dusk with controlled lantern reflections", + "style": "psychic reflective ritual" + }, + { + "subGenre": "Sacred Temples", + "scene": "A midnight bone-temple where carved femurs serve as chanting pipes in a cave choir", + "sceneVariants": [ + "A midnight bone-temple where carved femurs serve as chanting pipes in a cave choir", + "An ossuary hall with arranged bone-ramps and alcoves", + "A subterranean sanctum where hollowed bones form wind-instruments", + "A rite of remembrance using bone-flutes and low drone chords", + "A torchlit procession leaving offerings amongst skeletal columns" + ], + "actions": [ + "Choir blowing through bone-pipes producing deep harmonic drones", + "Hands tracing carved sigils on ivory-like surfaces", + "A priest aligning bone-rows to achieve a specific overtone", + "Motes of calcite dust swirling in torch-beams like slow snow" + ], + "camera": "Macro texture inserts on bone-carving with long slow pans to choir arrangement", + "accents": [ + "ivory micro-detail on carved glyphs", + "soft particulate rim-light on dust motes" + ], + "mood": "solemn ancestral resonance", + "lighting": "low interior torchlight with cool cave bounce", + "style": "ancient ossuary ritual" + }, + { + "subGenre": "Sacred Temples", + "scene": "A sunrise hillside temple where tea-rituals consecrate the day for village harvests", + "sceneVariants": [ + "A sunrise hillside temple where tea-rituals consecrate the day for village harvests", + "A simple tea-house altars with steamed kettles and incense", + "A terrace of wooden benches facing fields where rituals are performed", + "A kettle-song calling farmers in from fields for blessing", + "An elder pouring ceremonial cups and offering morning guidance" + ], + "actions": [ + "Kettle steam forming ritual patterns that a novice interprets", + "A communal sip marking the day’s intention followed by a shared nod", + "Ceremonial leaves brushed into a bowl as an offering", + "A small bell rung to mark ritual close and return to labor" + ], + "camera": "Warm low dolly with intimate close-ups on cups and hands, followed by aerial over fields", + "accents": [ + "steam micro-haze catching golden sunrise", + "wood-grain micro-highlights on ritual table" + ], + "mood": "gentle blessing and practicality", + "lighting": "soft golden dawn", + "style": "humble pastoral ritual" + } +] \ No newline at end of file diff --git a/src/data/fantasy_shape_shifters.json b/src/data/fantasy_shape_shifters.json new file mode 100644 index 0000000..8e93dca --- /dev/null +++ b/src/data/fantasy_shape_shifters.json @@ -0,0 +1,452 @@ +[ + { + "subGenre": "Shape-shifters", + "scene": "A moonlit moor where a lone traveler watches a hedge ripple as a fox becomes a woman", + "sceneVariants": [ + "A moonlit moor where a lone traveler watches a hedge ripple as a fox becomes a woman", + "A half-formed silhouette slipping between bracken and human gait", + "A pair of eyes in the grass that blink into a human glance", + "A shapeshifter folding itself into a cloak and walking like any villager", + "A fox-paw print that leads to a single human footprint" + ], + "actions": [ + "Pelt loosening into cloth in slow skin-shed undulations", + "A tentative hand reaching back into fur then withdrawing as fingers", + "The traveler inhaling sharply and offering a lit lantern", + "The newly-human speaking in a voice with a quick animal lilt" + ], + "camera": "Low lateral dolly with slow rack-focus from ground details to face as transformation completes", + "accents": [ + "wet grass micro-glints catching moonlight", + "thin rim-light tracing the fur-to-skin seam" + ], + "mood": "tense wonder", + "lighting": "cool moon with small warm lantern pool", + "style": "quietly uncanny realism" + }, + { + "subGenre": "Shape-shifters", + "scene": "A sunlit market lane where a merchant's apprentice briefly becomes a hawk to snatch a coin from a roof", + "sceneVariants": [ + "A sunlit market lane where a merchant's apprentice briefly becomes a hawk to snatch a coin from a roof", + "A hawk folding into a boy who laughs while selling bread", + "A rooftop flash of wing-shadow then a human running with prize", + "A vendor training a child to tuck and unfurl during transformation", + "A crow and boy exchanging a conspiratorial nod" + ], + "actions": [ + "Wings slicing sunbeams and then compressing into shoulders", + "Feathers falling like loose coins and dissolving into cloth fibers", + "A quick tuck-of-nose breath then human eyes focusing on the stall", + "A swift coin dropped into a palm and the apprentice bowing" + ], + "camera": "Shoulder-level tracking through the lane with fast matched cuts between hawk flight and human sprint", + "accents": [ + "specular feather flares in sunlight", + "warm subsurface on merchant fabrics" + ], + "mood": "mischievous energy", + "lighting": "bright daytime sun", + "style": "playful street fantasy" + }, + { + "subGenre": "Shape-shifters", + "scene": "A fog-bound harbor at dusk where a seal transforms into an old sailor to board a rotting cutter", + "sceneVariants": [ + "A fog-bound harbor at dusk where a seal transforms into an old sailor to board a rotting cutter", + "A seal slipping ashore and folding into weathered clothing", + "A sailor's hat left on a rock and then worn by a whiskered face that becomes human", + "A gangplank creak as the new-sailor steps aboard", + "A lantern held by a hand that once paddled in water" + ], + "actions": [ + "Water streaming off fur and morphing into seamed trousers", + "A throat-deep cough where blubber gives way to breath", + "The fisher's mate blinking, then greeting the returned 'sailor' like old kin", + "A sea-song hummed through both whisker and voice" + ], + "camera": "Low-angle pier POV with fog-diffused lens and intimate medium close-ups", + "accents": [ + "mirror-water micro-reflections", + "moisture-lensed rim-light on skin" + ], + "mood": "quiet subterfuge", + "lighting": "dusk with fog-scattered lanterns", + "style": "maritime folklore realism" + }, + { + "subGenre": "Shape-shifters", + "scene": "A late-night glade where a pack of coyotes practice shifting shapes to fool human trackers", + "sceneVariants": [ + "A late-night glade where a pack of coyotes practice shifting shapes to fool human trackers", + "A ring of shifting silhouettes learning human gait", + "A quick experiment where one takes the shape of a hiker, then collapses laughing", + "A flurry of fur and then a realistic coat hanging on a stump", + "A mock trail laid to confuse trackers at dawn" + ], + "actions": [ + "Coyotes mimicking speech-less gestures and unlearning human balance", + "A leader pounding the ground to mark 'lesson over' and ripple the group back to canine", + "A human-shaped coyote stumbling and then feigning sleep", + "Moonlit eyes reflecting as they practice the last perfect step" + ], + "camera": "Handheld weave through low brush with quick cutting and playful pans", + "accents": [ + "fur micro-detail in moon rim-light", + "soft ground micro-dust kicked in motion" + ], + "mood": "playful cunning", + "lighting": "silver moon", + "style": "mischief-driven naturalism" + }, + { + "subGenre": "Shape-shifters", + "scene": "A sunlit stable where a mare briefly becomes a woman to attend to her foal before dawn chores", + "sceneVariants": [ + "A sunlit stable where a mare briefly becomes a woman to attend to her foal before dawn chores", + "A mare's nicker turning to words in the warm half-light", + "A mother shifting to kneel and brush the foal in human hands", + "Stable hands blinking as warmth and scent shift between forms", + "A neat bed of straw shaped by human fingers that were hooves moments ago" + ], + "actions": [ + "A flowing mane pressed into hair and arranged as braids", + "Hoof-sounds softened to footfalls then hush as the foal settles", + "A caretaker turning away to allow privacy during the delicate return to equine form", + "Warm steam from breath mixing with hay dust" + ], + "camera": "Tender close-ups on muzzle, hand and eye with gentle parallax pullback", + "accents": [ + "hay-fiber micro-glow in sunlight", + "soft subsurface skin/fur transitions" + ], + "mood": "tender secrecy", + "lighting": "early dawn gold", + "style": "intimate pastoral fantasy" + }, + { + "subGenre": "Shape-shifters", + "scene": "A thunderstorm ridge where a mountain-shifter becomes rock to weather the gale and guide travelers", + "sceneVariants": [ + "A thunderstorm ridge where a mountain-shifter becomes rock to weather the gale and guide travelers", + "A boulder taking a breath and opening a ledge to shelter", + "A cliff-face briefly smoothing into a face that whispers direction", + "A stone-hand forming a grip for climbers then receding", + "A mossy rock winking its lichens at passing sheep" + ], + "actions": [ + "Granite skin rippling as joints lock into a stable ledge", + "A rumbling voice moving through stone to offer a path", + "Travelers hugging warm rock that cools to ambient after they pass", + "Rain hammering and leaving rune-like streaks on stone" + ], + "camera": "Long lens from below to compress scale, slow push to show human interaction with the rock", + "accents": [ + "stone grain micro-contrast", + "rain micro-splash halation" + ], + "mood": "solid reassurance", + "lighting": "storm light with occasional sun-surge", + "style": "mythic elemental realism" + }, + { + "subGenre": "Shape-shifters", + "scene": "A twilight caravan where a trader briefly becomes a camel to cross dunes unseen by raiders", + "sceneVariants": [ + "A twilight caravan where a trader briefly becomes a camel to cross dunes unseen by raiders", + "A camel-skin coat collapsing into fur then a hump forming on a human back", + "Traces in sand that change mid-step from hoof to boot", + "A trader offering a human handshake before padding away on four legs", + "A mile-mark showing alternating prints of feet and paws" + ], + "actions": [ + "Hump-formation tightening straps that become decorative commerce", + "A quick conversion under a wind-shroud, the trader's cloak rearranged as mane", + "A kid pointing at the prints and being waved off knowingly", + "A bandit passing without noticing the new camel's human eyes" + ], + "camera": "Desert lateral tracking with fast morph match-cuts across forms", + "accents": [ + "sand micro-contrast on coat/fur", + "sun-catch highlights on wet-sweat fur" + ], + "mood": "resourceful cunning", + "lighting": "late dusk warm", + "style": "desert survival fantasy" + }, + { + "subGenre": "Shape-shifters", + "scene": "A midnight city roof where a cat-shifter uses a human guise to slip through a gala unnoticed", + "sceneVariants": [ + "A midnight city roof where a cat-shifter uses a human guise to slip through a gala unnoticed", + "A tuxedo-clad figure with feline posture slipping between guests", + "A tail hidden within a drape while the person pours champagne", + "A chandelier-spark reflected in feline eyes beneath a mask", + "A guest mistaking the cat-silhouette for a hired performer" + ], + "actions": [ + "Paws becoming gloved hands that still retain a subtle prehensile curl", + "A quick lick-of-mouth replaced by a refined sip", + "A leap onto a balustrade finishing with perfect human footwork", + "A gentle purring hum beneath laughter that only a friend hears" + ], + "camera": "Glamour crane gliding through party with sudden low cat-POV inserts", + "accents": [ + "specular silk highlights", + "tiny glass micro-reflections in mask edges" + ], + "mood": "slick intrigue", + "lighting": "rich interior golds and moonlit roof", + "style": "noir social fantasy" + }, + { + "subGenre": "Shape-shifters", + "scene": "A sunrise marsh where a reed-shifter becomes a stork to guide lost fledglings home", + "sceneVariants": [ + "A sunrise marsh where a reed-shifter becomes a stork to guide lost fledglings home", + "A reed trembling then blossoming into wing and beak", + "A line of tiny birds following a tall silhouette across reeds", + "A parent bird greeting the returned chicks and bowing", + "A reed casting a long shadow like an ancient totem" + ], + "actions": [ + "Stalks folding into elegant, coordinated wingbeats", + "A soft clacking beak that becomes a spoken direction", + "Light dusting of dew shaken into a glitter trail marking the path", + "A chorus of tiny flap-applause as each fledgling lands" + ], + "camera": "Gently rising crane from reed-level to airborne group tracking", + "accents": [ + "wet reed micro-sheen", + "soft dew micro-lenses catching sunrise" + ], + "mood": "gentle guidance", + "lighting": "golden early morning", + "style": "tender nature fantasy" + }, + { + "subGenre": "Shape-shifters", + "scene": "A dusk theater-backstage where an actor shape-shifter swaps between roles literally between curtain calls", + "sceneVariants": [ + "A dusk theater-backstage where an actor shape-shifter swaps between roles literally between curtain calls", + "A quick-change mirror showing a different face each glance", + "Costume racks being used as camouflage to speed transitions", + "A director nudging an actor who becomes a stage-hound mid-ad-lib", + "A double-curtain split where two personalities exchange lines" + ], + "actions": [ + "Seams of costume blending into fur, and then into human skin in a practiced flip", + "A whispered cue that triggers a shift from tragic to comic persona", + "Stagehands timing wardrobes as if choreographing metamorphosis", + "A final bow where the audience sees only the resultant person" + ], + "camera": "Quick whip-cuts synced with dramatic beats and mirror POVs", + "accents": [ + "satin micro-shine on costumes", + "stage light micro-flares on mirrors" + ], + "mood": "performative dexterity", + "lighting": "dramatic stage spotlights", + "style": "meta-theatrical fantasy" + }, + { + "subGenre": "Shape-shifters", + "scene": "A moonlit graveyard where a shape-shifter takes the form of an old stone to listen undetected", + "sceneVariants": [ + "A moonlit graveyard where a shape-shifter takes the form of an old stone to listen undetected", + "A small headstone breathing faint visible breath and then stilling", + "A shadow-like figure aligning with a sarcophagus and blending in", + "A caretaker passing by, oblivious to the living stone", + "A cold wind revealing a slight movement in moss that is actually a lung" + ], + "actions": [ + "Granite skin contracting to allow silent inhalations", + "Eyes closing into lichen, then opening wide when eavesdropping needs to end", + "A whispered return-to-life then slow human stride away at dawn", + "Moonlight sliding across the stone-face, revealing a smile" + ], + "camera": "Static long-linger with tight macro to catch the minute shifts in lichen and pore", + "accents": [ + "stone micro-texture", + "moon glint micro-highlights" + ], + "mood": "eerie patience", + "lighting": "cool nocturnal moon", + "style": "quiet gothic fantasy" + }, + { + "subGenre": "Shape-shifters", + "scene": "A midday orchard where a tree-shifter becomes a child to play with real children and teach fruit-lore", + "sceneVariants": [ + "A midday orchard where a tree-shifter becomes a child to play with real children and teach fruit-lore", + "A sapling puffing into a laughing child between rows of apple", + "A young form showing hands stained with pitch that become twig fingers again", + "A child-tree climbing easily to reach a high fruit and tossing it down", + "A tree returning to root-form with laughter echoing in leaves" + ], + "actions": [ + "Branches shortening into arms and climbing a ladder with ease", + "Leaf-hair blowing across a child's cheek as a playful ruffle", + "A story told of seasons and rings while children gather round", + "Fruit shaken down with a gentle stomp and distributed" + ], + "camera": "Wide pastoral framing with playful handheld close-ins on faces and leaf textures", + "accents": [ + "leaf-subsurface micro-glow", + "fruit micro-dews catching sun" + ], + "mood": "wholesome playfulness", + "lighting": "bright warm afternoon", + "style": "gentle fable realism" + }, + { + "subGenre": "Shape-shifters", + "scene": "A twilight crossroads where a shape-shifter assumes many forms to sell stories to passing travelers", + "sceneVariants": [ + "A twilight crossroads where a shape-shifter assumes many forms to sell stories to passing travelers", + "A vendor changing from dog to merchant to child depending on buyer temperament", + "A stack of talismans on a cloth that changes with each form", + "A traveler stopping because the seller looks like a remembered face", + "Lantern light picking out each briefly-adopted set of features" + ], + "actions": [ + "A shift tailored to the customer's nostalgia to elicit coin", + "Each form delivering a slightly different ending to the same tale", + "A quick form change to distract pickpockets as a trick", + "A wave of gratitude as a story briefly becomes the cure for loneliness" + ], + "camera": "Medium circle with dynamic close-ins to reveal the subtle differences between forms", + "accents": [ + "lantern micro-bloom on skin/fur", + "cloth micro-pattern changes with each identity" + ], + "mood": "entrepreneurial charm", + "lighting": "dusk with warm lantern pockets", + "style": "character-driven traveling fantasy" + }, + { + "subGenre": "Shape-shifters", + "scene": "A dawn hermit's hollow where a shape-shifter alternates between old sage and raven to keep company", + "sceneVariants": [ + "A dawn hermit's hollow where a shape-shifter alternates between old sage and raven to keep company", + "A raven hopping on a windowsill that becomes a wise back turned to sunrise", + "A kettle leaving steam that forms a raven-wing silhouette", + "A morning conversation that alternates between croak and sentence", + "An old bench shaped perfectly for either form" + ], + "actions": [ + "A croak translated mid-sentence into human humor", + "The sage chuckling with a voice that then caws as it lifts to wing", + "A shared meal where crumbs cross between beak and hand", + "A final bow when the raven returns to roost in the rafters" + ], + "camera": "Quiet intimate inserts with POV switching quickly between human eye and raven flight", + "accents": [ + "soft wood micro-grain in bench and table", + "feather-edge micro-lights on wing rim" + ], + "mood": "companionable warmth", + "lighting": "soft dawn interior and exterior mix", + "style": "low-key magical realism" + }, + { + "subGenre": "Shape-shifters", + "scene": "A midnight witch's circle where an apprentice practices transforming into a wolf to chase moon-deer", + "sceneVariants": [ + "A midnight witch's circle where an apprentice practices transforming into a wolf to chase moon-deer", + "A ring of chanting that aids safe shape-holding", + "A wolf-form bounding across glade then folding back to human form to laugh", + "A deer silhouette that becomes a training target and then a teacher", + "A bundle of herbs tossed to seal the reversion" + ], + "actions": [ + "A careful breath ritual locking in muscle memory for running", + "A flare of eyes that match lupine night vision then switch back", + "A warning hum from elders if the form lingers too long", + "A triumphant return with dew and forest scent clinging to clothes" + ], + "camera": "High energy hand-tracking in wolf chase with slow-mo reversion inserts", + "accents": [ + "pelt micro-sheen in moonlight", + "leaf-spray micro-glints as paws hit ground" + ], + "mood": "ritual excitement", + "lighting": "moonlit with patchy underbrush shadow", + "style": "ceremonial transformation cinema" + }, + { + "subGenre": "Shape-shifters", + "scene": "A sunlit vineyard where vignerons become starlings briefly to inspect ripeness from above", + "sceneVariants": [ + "A sunlit vineyard where vignerons become starlings briefly to inspect ripeness from above", + "A sudden flock lifting from trellis as workers become birds", + "A grape-cluster singled out then annotated by a human hand after landing", + "A seasonal ritual where the harvest is blessed in both forms", + "A celebratory flight circling the primo-ripe row" + ], + "actions": [ + "Wings beating to reveal color gradients across bunches", + "A return to human form mid-row to pinch and taste", + "A communal caw-signalling the best vine for the press", + "A basket filled with chosen grapes carried back under two sets of hands" + ], + "camera": "Aerial vineyard sweep into close tasting POV with gentle parallax", + "accents": [ + "sun-catch on wing feathers and grape bloom", + "vine leaf micro-speculars" + ], + "mood": "communal craft delight", + "lighting": "bright vineyard sun", + "style": "agricultural ritual realism" + }, + { + "subGenre": "Shape-shifters", + "scene": "A dusk coal-yard where a shape-shifter becomes a soot-bird to slip into a locked foundry and free a worker", + "sceneVariants": [ + "A dusk coal-yard where a shape-shifter becomes a soot-bird to slip into a locked foundry and free a worker", + "A coal-streaked feather falling into a palm then turning to soot again", + "A small silhouette unlocking a barred window with beak and then hand", + "A foundry worker passed a discreet note by a winged visitor", + "A hurried escape across smoke before dawn" + ], + "actions": [ + "Beak transforming into a clamp-like hand to open a catch", + "Soot sliding into cloth and then washing away when fully human again", + "A whispered instruction exchanged and the worker slipping out", + "A final lift into night as alarms stir but fail to catch the thief" + ], + "camera": "Noir-tinged handheld with smoky micro-inserts and slick wet metal close-ups", + "accents": [ + "soot micro-texture on feathers and fabric", + "hot-iron micro-reflections peeking through smoke" + ], + "mood": "urgent rescue", + "lighting": "dusk with foundry embers and street lamps", + "style": "urban rescue fantasy" + }, + { + "subGenre": "Shape-shifters", + "scene": "A moonlit library tower where a book-wisp becomes a scholar to add margin-notes before dawn readers arrive", + "sceneVariants": [ + "A moonlit library tower where a book-wisp becomes a scholar to add margin-notes before dawn readers arrive", + "A flickering page that curls into a hand and writes", + "A scholar-form lingering between stacks then returning to wisp as dawn tips in", + "A lamp-snuffing routine that leaves neat annotations", + "A small trail of ink-motes that rearrange into a footnote" + ], + "actions": [ + "Page-turns morphing into thoughtful gestures and back", + "A quill dipping and writing a single helpful margin-suggestion", + "A lamp being lifted, the shadow briefly human then flicking away", + "A hidden smile detected in a marginalia flourish" + ], + "camera": "Gentle push-ins on page and quill with soft diffusion to evoke quiet magic", + "accents": [ + "ink micro-sheen on parchment", + "lamplight micro-halo on page edges" + ], + "mood": "quiet benevolence", + "lighting": "warm lamp pools against midnight blue", + "style": "scholarly whimsy" + } +] \ No newline at end of file diff --git a/src/data/fantasy_talking_animals.json b/src/data/fantasy_talking_animals.json new file mode 100644 index 0000000..4f3807c --- /dev/null +++ b/src/data/fantasy_talking_animals.json @@ -0,0 +1,402 @@ +[ + { + "subGenre": "Talking Animals", + "scene": "A moonlit hedgerow where foxes hold a whispered parliament in rustle-language", + "sceneVariants": [ + "A moonlit hedgerow where foxes hold a whispered parliament in rustle-language", + "A thicket council lit by bioluminescent mushrooms", + "A fox elder telling mapped-star stories to kits", + "A clandestine exchange beneath an overturned root", + "A ring of foxes passing a tiny carved totem between paws" + ], + "actions": [ + "Fox elders tapping tails to mark speaking turns", + "A young kit blurting an earnest, comedic aside", + "A messenger slipping a folded leaf-note between two ranks", + "Firefly punctuation as each new idea is spoken aloud" + ], + "camera": "Low handheld at hedge level with soft focus on faces and tail-language gestures", + "accents": [ + "soft rim-light on fur catching dew", + "micro-speculars on mushroom caps and leaf veins" + ], + "mood": "intimate conspiratorial warmth", + "lighting": "cool moonlight with warm fungus pockets", + "style": "quiet folklore" + }, + { + "subGenre": "Talking Animals", + "scene": "A sun-drenched farmyard where chickens negotiate egg-rotas in clipped poultry prose", + "sceneVariants": [ + "A sun-drenched farmyard where chickens negotiate egg-rotas in clipped poultry prose", + "A rooster chairing the meeting atop a haybale", + "A hen scribbling a tally in feed-straw with a claw", + "Young pullets whispering giggling side-comments", + "A pig listening in and nodding with muddy approval" + ], + "actions": [ + "The rooster crowing to call order and to break ties", + "A hen tapping an egg to illustrate a point", + "Chickens pecking at seeds that mark poll positions", + "A bored goose loudly interjecting at inopportune moments" + ], + "camera": "Eye-level steadycam with occasional top-down on the tally-scratches", + "accents": [ + "warm sun-caustics on feather detail", + "hay-fiber micro-texture when scratched" + ], + "mood": "bustling pragmatic humor", + "lighting": "bright midday sun", + "style": "rustic comic realism" + }, + { + "subGenre": "Talking Animals", + "scene": "A twilight quay where harbor gulls trade weather-tips and fish-rumors in squeaky accents", + "sceneVariants": [ + "A twilight quay where harbor gulls trade weather-tips and fish-rumors in squeaky accents", + "A gull elder holding up a shiny scrap as proof", + "Flock gossip spreading like a line of dropped breadcrumbs", + "A gull plucking a message bottle and reading aloud", + "A chorus of gull-calls translating into short punchy statements" + ], + "actions": [ + "Gulls assembling a quick peck-vote on reported shoals", + "A juvenile gull mistaking a tin can for a prize and causing laughter", + "A sudden wind shifting the flock and the rumor-chain adapting", + "A keeper offering a sardine that buys a private update" + ], + "camera": "Handheld over-shoulder from pier edge with gull-eye POV insert", + "accents": [ + "wet-feather sheen catching dock halogens", + "salt-spray micro-sparkles on beaks" + ], + "mood": "rummaging camaraderie", + "lighting": "dusk with cool blue and warm dock spots", + "style": "gritty seaside fable" + }, + { + "subGenre": "Talking Animals", + "scene": "A midnight owl parlour where elders settle disputes in slow measured syllables", + "sceneVariants": [ + "A midnight owl parlour where elders settle disputes in slow measured syllables", + "A hollow tree interior lined in carved perches and soft moss", + "A feathered judge calling for hoots of assent", + "Young owls practicing the old legal forms in whispers", + "A damp autumn scent curling through the hollow" + ], + "actions": [ + "An elder owl rapping a talon to enforce order", + "A scribe-owl noting precedents on a scrap of bark", + "A hush falling as the oldest recounts a binding tale", + "A small feathery handshake to symbolize pact" + ], + "camera": "Slow glide with tight inserts on eyes, talons and parchment-bark scrolls", + "accents": [ + "moon rim on feather edges", + "moss micro-texture with dew micro-highlights" + ], + "mood": "sage calm", + "lighting": "silver moonlight filtered through canopy", + "style": "nocturnal judiciary fable" + }, + { + "subGenre": "Talking Animals", + "scene": "A dawn riverbank where beavers run engineering briefs about the next dam patch", + "sceneVariants": [ + "A dawn riverbank where beavers run engineering briefs about the next dam patch", + "A beaver superintendent pointing at driftwood diagrams", + "A junior crew measuring and passing mud-buckets", + "A partially-built dam acting as a physical whiteboard", + "A fish audience watching the logistics from below" + ], + "actions": [ + "Chisel-like gnawing demonstrations to show joinery", + "A nuisance otter suggesting a shortcut that is laughed off", + "Team-building splashes to test new buttresses", + "A final plank set with a communal tail-thump applause" + ], + "camera": "Low floatcam gliding along waterline with medium tracking of construction lanes", + "accents": [ + "mud micro-grain on fur and timber", + "water caustic highlights on log edges" + ], + "mood": "practical industriousness", + "lighting": "soft dawn", + "style": "eco-engineering realism" + }, + { + "subGenre": "Talking Animals", + "scene": "A midday city rooftop where pigeons manage the communal seed-economy and message exchange", + "sceneVariants": [ + "A midday city rooftop where pigeons manage the communal seed-economy and message exchange", + "A pigeon bank with pigeon-post ledgers tucked into tiles", + "A clutch of juveniles watching older couriers negotiate flight fees", + "A rooftop market of shiny trinkets for favored perches", + "A rooftop turf defined by faded colored cloths" + ], + "actions": [ + "A courier pigeon exchanging a stamped seed-note and taking direction", + "Factions bargaining for access to the best corn line", + "A rooftop scramble when a sudden rain threatens cache", + "A scribe-pigeon preening the ledger to keep ink legible" + ], + "camera": "High-angle rooftop sweep with close telephoto inserts for ledger detail", + "accents": [ + "urban dust micro-highlights on feathers", + "sun-catch on tiled ledger covers" + ], + "mood": "efficient urban bustle", + "lighting": "bright high noon", + "style": "social micro-economy satire" + }, + { + "subGenre": "Talking Animals", + "scene": "A dusk hedgehog reading where small mammals exchange bedtime tales in hushed snuffles", + "sceneVariants": [ + "A dusk hedgehog reading where small mammals exchange bedtime tales in hushed snuffles", + "A communal nest beneath a hedgerow with soft leaf cushions", + "A mole ambassador reading by snout-lamp", + "A child-mouse offering crumbs as applause", + "A slow turning wheel of story-roles rotating with each tell" + ], + "actions": [ + "A narrator hedgehog curling and punctuating with a gentle spiny sigh", + "Listeners tucking tails and eyes close as imagery blooms", + "A whispered correction offered and accepted with tiny paw shakes", + "A sleepy chorus yawning when moral is delivered" + ], + "camera": "Intimate close inserts at nest level with shallow DOF and warm tactile textures", + "accents": [ + "leaf-fiber micro textural detail", + "soft subsurface scattering on fur" + ], + "mood": "cozy gentle", + "lighting": "twilight with warm nest glow", + "style": "bedtime pastoral" + }, + { + "subGenre": "Talking Animals", + "scene": "A stormy cliff where sea-otters convene to adjudicate driftwood salvage rights", + "sceneVariants": [ + "A stormy cliff where sea-otters convene to adjudicate driftwood salvage rights", + "A kelp-ringed cove used as an arbitration circle", + "An elder otter slapping a pebble for emphasis", + "A raft-assembly line arguing over knot techniques", + "A stranded gull watching from a rock as judge-adjunct" + ], + "actions": [ + "An otter demonstrating a superior knot with rock and whisker", + "A squeaky mob vote decided by pebble toss", + "Kelp used to bind a temporary contract that floats away if oath broken", + "A cooperative tug to haul a prized log to neutral ground" + ], + "camera": "Handheld low surf perspective with splashed macro inserts on knotwork", + "accents": [ + "salt-sheen micro-reflections on whiskers", + "kelp wetness micro-texture" + ], + "mood": "gritty fair arbitration", + "lighting": "overcast surf light", + "style": "coastal commons realism" + }, + { + "subGenre": "Talking Animals", + "scene": "A moonlit fox-and-crow court where reputations are traded for shiny trinkets", + "sceneVariants": [ + "A moonlit fox-and-crow court where reputations are traded for shiny trinkets", + "A crow prosecutor pointing a wing at a misdeed", + "A fox lawyer spinning plausible-sounding excuses", + "An audience of other animals murmuring scales of repute", + "A twig gavel rapped to call order" + ], + "actions": [ + "A crow's testimony accompanied by clacking beaks for emphasis", + "Fox counsel offering a shiny button as plea-bargain", + "A jury of field mice voting with a silent ballot of seeds", + "A final judgement declared with a tail-flick and a chorus of hoots" + ], + "camera": "Tight court-shot with low angles on prosecutor and defendant, whip-pans to jury", + "accents": [ + "feather-edge rim-lights", + "fur micro-detail on fox counsel" + ], + "mood": "wry legal farce", + "lighting": "cool moon with small warm lanterns", + "style": "animal courtroom comedy" + }, + { + "subGenre": "Talking Animals", + "scene": "A dawn meadow where deer poets recite seasonal couplets to the grasses", + "sceneVariants": [ + "A dawn meadow where deer poets recite seasonal couplets to the grasses", + "A stag bard standing on a low knoll with antler-microphone", + "A doe-chorus harmonizing in bell-like calls", + "A fawn scribbling hoof-notes in soft earth", + "A wind-annotator carrying lines to distant grazing herds" + ], + "actions": [ + "A stag lowering head in cadence and stamping a rhythmic hoof", + "Deer voices weaving in layered harmonies that ripple the grass", + "A listener-leaf falling in the exact beat to mark applause", + "A post-poem grazing bout where verses are digested literally" + ], + "camera": "Gentle wide dolly across meadow with long lens close-ins on antlers and mouth shapes", + "accents": [ + "dawn dew micro-speculars on fur and grass", + "soft subsurface glow on antler rims" + ], + "mood": "lyrical pastoral", + "lighting": "soft dawn gold", + "style": "poetic naturalism" + }, + { + "subGenre": "Talking Animals", + "scene": "A highland corral where mountain goats trade climbing routes and weather-lore", + "sceneVariants": [ + "A highland corral where mountain goats trade climbing routes and weather-lore", + "A ledge-map scratched into rock showing safe holds", + "An elder goat giving route warnings in clipped bleats", + "Kids practicing a tricky traverse under tutelage", + "A storm-queue forming when wind-symptoms are announced" + ], + "actions": [ + "A goat circling and tapping a hoof to indicate hold strength", + "A chorus counting cadence for a jump sequence", + "A goat testing a grip and nodding approval", + "A weather-lore chant that causes loose scree to settle" + ], + "camera": "Telephoto compressed ledge shots with tight balance on hoof placements", + "accents": [ + "stone grain micro-contrast on hooves", + "alpine rim-light on fur and horns" + ], + "mood": "practical alpine mentorship", + "lighting": "clear highland daylight", + "style": "rugged instructional realism" + }, + { + "subGenre": "Talking Animals", + "scene": "A dusk urban backlot where raccoons run a salvage exchange and barter midnight goods", + "sceneVariants": [ + "A dusk urban backlot where raccoons run a salvage exchange and barter midnight goods", + "A stacked alley market of found trinkets and human-food relics", + "A raccoon foreman tallying caps and buttons", + "A juvenile demonstrating a new lock-pick trick for trade", + "A furtive exchange under a flickering neon sign" + ], + "actions": [ + "Raccoons comparing stamps and choosing best-value lids", + "A barter concluded with a ceremonious lick and tail-signal", + "A lookout flicking an ear to warn of roaming dogs", + "A quick sorting of edible versus decorative salvage" + ], + "camera": "Low alley handheld with gritty close-in texture and reflective puddle inserts", + "accents": [ + "trash-metal micro-sheen", + "neon puddle micro-reflections" + ], + "mood": "streetwise hustle", + "lighting": "dusk neon pockets", + "style": "urban survivalist fable" + }, + { + "subGenre": "Talking Animals", + "scene": "A polar night seal-assembly where elders read the ice-charts and forecast currents with deep clicks", + "sceneVariants": [ + "A polar night seal-assembly where elders read the ice-charts and forecast currents with deep clicks", + "A haul-out with ringed leaders draped in kelp honors", + "A youngster brought forward to learn drift-timing", + "An elder tapping the ice with a claw to indicate crack-lines", + "A distant whale-song amplifier used to coordinate migratory timing" + ], + "actions": [ + "Elders clicking codes that translate into drift maps", + "Pups practicing call-response patterns to mark rendezvous", + "A chorus echoing to test sound propagation across ice", + "A final consensus marked by synchronized belly-thumps" + ], + "camera": "Low-wide icy plane with tight microphones capturing click responses and long lens compression", + "accents": [ + "ice micro-crystalline sparkle", + "cold rim-light on wet fur" + ], + "mood": "stoic communal planning", + "lighting": "polar twilight and auroral tint", + "style": "arctic communal naturalism" + }, + { + "subGenre": "Talking Animals", + "scene": "A morning orchard where bees hold a scent-parliament and delegate foraging routes", + "sceneVariants": [ + "A morning orchard where bees hold a scent-parliament and delegate foraging routes", + "A hive-hall with waggle-dance ritual choreography", + "A scout-buzz projecting floral-heat maps in air", + "A swarm debate over the richest blossom patch", + "A small honey-board where allocations are recorded in propolis" + ], + "actions": [ + "Scouts performing waggle-dances to propose routes", + "A quorum deciding which meadow to prioritize for nectar", + "A drone-hum chorus validating a chosen plan", + "A quick sortie test to confirm floral yield" + ], + "camera": "Macro floating with motion-synced cuts to dance patterns and pollen micro-detail", + "accents": [ + "pollen micro-grain on fur", + "nectar caustic highlights on petal lips" + ], + "mood": "efficient communal purpose", + "lighting": "soft morning with warm floral bounce", + "style": "micro-ecology realism" + }, + { + "subGenre": "Talking Animals", + "scene": "An evening grotto where bats convene to share echolocation maps of insect swarms", + "sceneVariants": [ + "An evening grotto where bats convene to share echolocation maps of insect swarms", + "A chalk-map of echo-lines drawn in guano", + "A young bat learning a turn-cue from an elder", + "A temporary debate where fluttering consensus decides night patrol", + "A stalactite gallery used as acoustic amplifier for the meeting" + ], + "actions": [ + "Elder bats emitting patterned clicks and a chorus mapping an aerial net", + "Young bats practicing precision turns under soft correction", + "A sudden call sending the group into coordinated launch", + "A listening sentinel marking large prey swarms on a damp panel" + ], + "camera": "Handheld acoustic-synced inserts with blurred wings and focused ear-level close-ups", + "accents": [ + "moisture-lens micro-highlights on cave surfaces", + "soft echo-wave visualized as faint glyph traces" + ], + "mood": "nocturnal expertise", + "lighting": "low interior with subtle warm exit glow", + "style": "acoustic field realism" + }, + { + "subGenre": "Talking Animals", + "scene": "A dusk marsh parliament where frogs arbitrate breeding ponds and lily-rights", + "sceneVariants": [ + "A dusk marsh parliament where frogs arbitrate breeding ponds and lily-rights", + "A lily-pad council ring with reed-scribes", + "A chorus deciding mating-time windows by quorum croaks", + "A territorial dispute settled by a dew-dipping test", + "A juvenile frog presenting a small insect as tribute" + ], + "actions": [ + "Quorum croaks oscillating to indicate majority", + "A territorial raid being mediated by an elder frog showing scars", + "A ceremonial dive marking a boundary line in silt", + "A coordinated chorus lifting to a celebratory trill once resolved" + ], + "camera": "Low-water macro with rhythmic croak-synced cuts and floating lantern reflections", + "accents": [ + "water micro-caustics on lily rims", + "soft wet-skin micro-reflects on amphibian backs" + ], + "mood": "soggy democratic charm", + "lighting": "twilight with cool damp hue and lanterns", + "style": "marshland civic fable" + } +] \ No newline at end of file diff --git a/src/data/fantasy_wizards.json b/src/data/fantasy_wizards.json new file mode 100644 index 0000000..f9ecf09 --- /dev/null +++ b/src/data/fantasy_wizards.json @@ -0,0 +1,502 @@ +[ + { + "subGenre": "Wizards", + "scene": "A moonlit tower library where tomes orbit a central lectern like slow satellites", + "sceneVariants": [ + "A moonlit tower library where tomes orbit a central lectern like slow satellites", + "A circular alcove of books spiraling around a floating rune-desk", + "A vaulted study with parchment pages drifting in a slow eddy", + "A librarian-wizard turning a hovering atlas that opens star-maps", + "A spiral stairwell lined with suspended scrolls tracing constellations" + ], + "actions": [ + "Tomes turning pages by themselves and whispering soft glyphs", + "A wizard tracing a finger through the air to pull a book closer", + "Candles bending their flames toward the open atlas", + "Dust motes aligning into syllables as they pass the lectern" + ], + "camera": "Slow crane from floor to ceiling with gentle rotation to show orbital books", + "accents": [ + "soft rim-light on gilded edges of pages", + "micro-speculars on inked glyphs catching moonlight" + ], + "mood": "contemplative reverence", + "lighting": "cool moonlit interior with warm candle halos", + "style": "scholarly baroque fantasy" + }, + { + "subGenre": "Wizards", + "scene": "A sunlit street-side apothecary where a wizard brews weather in clay pots", + "sceneVariants": [ + "A sunlit street-side apothecary where a wizard brews weather in clay pots", + "A market stall of bottled breezes and captured drizzle", + "A small courtyard with chimneys puffing miniature cloud puffs", + "A vendor mixing sunlight and rainfall into decorative jars", + "A cobbled lane where steam and perfume swirl into pattern spells" + ], + "actions": [ + "A wizard tilting a ladle and pouring a gust across the stall", + "Shoppers sniffing jars that exhale micro-weather", + "Tiny rainfalls forming only above certain herbs", + "A cat weaving through steam ribbons and coming out ruffled" + ], + "camera": "Handheld shoulder tracking with bright daylight contrast and close inserts on jars", + "accents": [ + "golden rim-light on glass bottles", + "warm subsurface glow on brewed mixtures" + ], + "mood": "cheerful curiosity", + "lighting": "bright midday sun with soft steam bloom", + "style": "whimsical market realism" + }, + { + "subGenre": "Wizards", + "scene": "A storm-altar at cliff edge where a weather-wizard raises thunder with a staff", + "sceneVariants": [ + "A storm-altar at cliff edge where a weather-wizard raises thunder with a staff", + "A lightning-summoning stone circle on the headland", + "A cliff-top ritual with storm-streams pulled from the sky", + "A robed figure channeling bolt-chords into a runic basin", + "A raised dais where clouds coil like serpents around a staff" + ], + "actions": [ + "Electric arcs threading through carved runes and striking the sea", + "A wizard chanting as wind spirals upward", + "Spray-lashed cloaks whipping dramatically in summoned gusts", + "Seabirds banking around arcs of crackling energy" + ], + "camera": "Wide dramatic crane and sweeping horizontal pans to emphasize scale and force", + "accents": [ + "hard specular highlights on wet stone", + "crackling micro-glow along rune edges" + ], + "mood": "raw, charged intensity", + "lighting": "staccato lightning punctuations against dark cloud backdrops", + "style": "epic elemental fantasy" + }, + { + "subGenre": "Wizards", + "scene": "A twilight observatory where a star-mapper bends light into living charts", + "sceneVariants": [ + "A twilight observatory where a star-mapper bends light into living charts", + "A domed room with holographic constellations spinning above a brass table", + "A terrace with a telescope projecting miniature suns into ink", + "A rotating orrery filling with spectral planets", + "A balcony where starmaps unfurl as delicate ribbons of light" + ], + "actions": [ + "Hands drawing arcs that become visible light-threads", + "A pupil touching a star ribbon and seeing a memory", + "Chart-lines rearranging to show future alignments", + "A scholar making small corrections with a glowing stylus" + ], + "camera": "Medium crane with slow 3-axis rotations to capture orbital motion and intimate touches", + "accents": [ + "cold rim-light on brass instruments", + "soft lens flares on star ribbons" + ], + "mood": "focused curiosity", + "lighting": "deep twilight accented by cool celestial glows", + "style": "steampunk-astral fusion" + }, + { + "subGenre": "Wizards", + "scene": "A hidden glade classroom where elder wizards teach elemental sigils to children at dawn", + "sceneVariants": [ + "A hidden glade classroom where elder wizards teach elemental sigils to children at dawn", + "A ring of runestones acting as blackboards for flame and wind glyphs", + "A mossy amphitheater where lessons drift on dew", + "A grove where small conjurations practice forming leaves of water", + "An outdoor desk carved from living root with chalk that writes in rain" + ], + "actions": [ + "Young apprentices practicing small controlled sparks and failing gracefully", + "An elder correcting hand signs that bend small roots", + "Dew droplets arranging into transient letters as teaching aids", + "A novice concentrating until a petal-lamp ignites softly" + ], + "camera": "Gentle handheld following apprentices with soft focus on faces and gestures", + "accents": [ + "morning rim-light on hair and leaves", + "tiny caustic highlights on water-based glyphs" + ], + "mood": "warm pedagogy", + "lighting": "soft golden dawn with filtered green canopy light", + "style": "pastoral instructive fantasy" + }, + { + "subGenre": "Wizards", + "scene": "A dusky chessboard courtyard where duel-wizards animate pieces into spectral combat", + "sceneVariants": [ + "A dusky chessboard courtyard where duel-wizards animate pieces into spectral combat", + "A marble plaza with living stone knights facing off", + "A rooftop duel where towers become pawns and balconies slide", + "A formal garden transformed into a battlefield of animated hedges", + "A rain-spattered terrace where each move calls a small storm" + ], + "actions": [ + "Game pieces rising and weaving around players to clash and reform", + "Wizards whispering commands that alter a piece's appearance", + "Spectral echoes of past matches flickering at board edges", + "An audience gasping as a late gambit shifts the light pattern" + ], + "camera": "Steadicam circling the board with quick inserts on animated piece motion and spell sigils", + "accents": [ + "cool rim-light on marble edges", + "soft particle bloom on animated pieces" + ], + "mood": "tense theatricality", + "lighting": "dusk with focused spot-illumination on the board", + "style": "theatrical duel fantasy" + }, + { + "subGenre": "Wizards", + "scene": "A midnight mirror-lab where a reflection-wizard steps through framed glass into other selves", + "sceneVariants": [ + "A midnight mirror-lab where a reflection-wizard steps through framed glass into other selves", + "A hall of antique mirrors showing alternate timelines", + "A small parlor where a hand disappears into a polished pane", + "A shopfront of mirrored doors that lead to different memory-rooms", + "A chamber where each glass holds a different weather of the past" + ], + "actions": [ + "A hand pressing into glass and leaving ripples of reflected light", + "Mirrors blinking and exchanging subtle images between each other", + "A wizard stepping through to briefly exchange garments with their reflection", + "Candles burning oppositely in mirrored rooms" + ], + "camera": "Tight, slightly disorienting dolly with rack-focus between glass planes", + "accents": [ + "prismatic flares on mirror bevels", + "micro-reflections creating layered depth" + ], + "mood": "uncanny introspection", + "lighting": "low interior with pinpoint mirror highlights", + "style": "psychological fantasy" + }, + { + "subGenre": "Wizards", + "scene": "A saltflat conclave at sunset where sea-wizards sculpt tides from bottles of brine", + "sceneVariants": [ + "A saltflat conclave at sunset where sea-wizards sculpt tides from bottles of brine", + "A circle of mages kneeling around a tidal basin", + "A dune-side ritual where bottles are uncorked to birth mini-waves", + "A shoreline terrace of braided rope and water-charms", + "A low table of conch instruments that resonate with ocean memory" + ], + "actions": [ + "Bottles uncorking to release miniature wavelets that grow", + "Wizards weaving foam-lace into temporary sculptures", + "Salt crystals rearranging into delicate script as the tide breathes", + "A child sealing a small current into a flask and handing it to a sage" + ], + "camera": "Wide sunset sweep with slow individual inserts on hands and brine patterns", + "accents": [ + "golden rim-light on spray", + "wet-surface micro-highlights on salt crystals" + ], + "mood": "sacred maritime calm", + "lighting": "warm sunset with reflective ocean light", + "style": "ritual coastal fantasy" + }, + { + "subGenre": "Wizards", + "scene": "A subterranean rune-smith where a rune-wizard forges sigils into living metal", + "sceneVariants": [ + "A subterranean rune-smith where a rune-wizard forges sigils into living metal", + "A cavern-smithing hall with molten glyphs simmering", + "A workshop of anvils clamped with glowing runes", + "A smith etching a sigil that crawls across iron like ivy", + "A bell-forge where sound-waves shape hardened metal into charms" + ], + "actions": [ + "Hammer strikes sending ripple-signatures through the metal", + "Runes walking across curved blades and locking into place", + "Sparks forming temporary pictograms that linger as motes", + "An apprentice cooling a sigil in an enchanted quenching basin" + ], + "camera": "Macro to mid shots with sharp focus on metal textures and slow reveals of cavern scale", + "accents": [ + "hot-spot bloom on molten runes", + "metal micro-speculars along forged edges" + ], + "mood": "intent craftsmanship", + "lighting": "low forge glow with concentrated hot highlights", + "style": "industrial arcane fantasy" + }, + { + "subGenre": "Wizards", + "scene": "A mobile sky-lecture aboard a floating aether-ship where professors annotate clouds", + "sceneVariants": [ + "A mobile sky-lecture aboard a floating aether-ship where professors annotate clouds", + "A classroom deck with students tethered to moving desks", + "Aboard a dirigible where chalk becomes visible vapor trails", + "A lecture bubble floating among thin stratus with diagrams etched in air", + "A symposium of wizards exchanging annotated thunderheads" + ], + "actions": [ + "Instructors carving diagrams into vapor and polishing the lines with a wand", + "Students passing tiny cloud-notebooks that condense notes", + "A gust rearranging a diagram mid-argument", + "A demonstration pulling a small cumulonimbus into a scale model" + ], + "camera": "Aerial steadycam with parallax between ship rail and distant cloudforms", + "accents": [ + "aerial haze micro-flares", + "translucent rim-light on vapor diagram edges" + ], + "mood": "animated intellectualism", + "lighting": "bright high-altitude sun with soft atmospheric scatter", + "style": "scholarly sky fantasy" + }, + { + "subGenre": "Wizards", + "scene": "A desert oasis sage circle where sand-wizards weave dunes into ephemeral pathways", + "sceneVariants": [ + "A desert oasis sage circle where sand-wizards weave dunes into ephemeral pathways", + "A ring of hooded mages coaxing sand into arches", + "A mirage-lecture where paths appear only to the learned", + "A night-camp where hourglass-magic is taught", + "A shaded pavilion where sand patterns tell old stories" + ], + "actions": [ + "Hands sweeping and calling forth temporary dune-bridges", + "Elders teaching time-glyphs that slow or hasten grain fall", + "Students carving small labyrinths that reconfigure with wind", + "Water from the oasis responding with delicate spray-patterns" + ], + "camera": "Low lateral tracks with compressed long-lens views across dunes and intimate inserts on handwork", + "accents": [ + "sunlit edge-glow on sand grains", + "tiny refractive highlights on oasis droplets" + ], + "mood": "sage-like stillness", + "lighting": "warm desert dusk with long shadows", + "style": "desert mystic fantasy" + }, + { + "subGenre": "Wizards", + "scene": "A lantern-lit caravan lecture where traveling magi teach crossroads lore under starlight", + "sceneVariants": [ + "A lantern-lit caravan lecture where traveling magi teach crossroads lore under starlight", + "A ring of carts forming an impromptu amphitheater", + "A traveling hooded lecturer unrolling maps of ley-lines", + "A roadside fire where students practice path-scribing", + "A night road-show exchanging charms and small rituals" + ], + "actions": [ + "Lantern-light revealing ink that moves across maps to show live ley shifts", + "Hands marking crossroads with chalk that glows faintly", + "A caravanist handing a charm that hums when passed", + "A novice reciting route-songs that cause lanterns to step aside" + ], + "camera": "Intimate circle shots with warm candlelight close-ups and occasional wide camp vistas", + "accents": [ + "warm lantern rim on faces", + "soft ember-particles in the air" + ], + "mood": "communal knowledge-sharing", + "lighting": "soft nocturnal lantern glow", + "style": "traveling folk-fantasy" + }, + { + "subGenre": "Wizards", + "scene": "A ruined battlefield where a battle-mage collects echoing spells from fallen banners at dusk", + "sceneVariants": [ + "A ruined battlefield where a battle-mage collects echoing spells from fallen banners at dusk", + "A field of rusted weaponry humming with trapped hexes", + "A lone mage kneeling among ghostly banners that whisper orders", + "A shallow crater where surge-signatures rise from scorched soil", + "A line of charred sigils pulsing in sequence across the plain" + ], + "actions": [ + "A mage sweeping a staff and drawing out residual flare-echoes", + "Banners trembling and releasing spiral motes that circle the collector", + "A small storm of old sparks coalescing into a visible memory", + "Footsteps causing faint rune-sparks to flare then die" + ], + "camera": "Low wide with slow push-ins on the mage and sweeping tracking across the battlefield", + "accents": [ + "smoke micro-glints on charred metal", + "cold rim-light on collected motes" + ], + "mood": "solemn reclamation", + "lighting": "dusky orange with lingering ember glows", + "style": "melancholic epic fantasy" + }, + { + "subGenre": "Wizards", + "scene": "A woodland hermit's hut where a hedge-wizard grows spells as climbing vines", + "sceneVariants": [ + "A woodland hermit's hut where a hedge-wizard grows spells as climbing vines", + "A green-walled cottage with living script curling over posts", + "A vine-arch that writes protective runes as it climbs", + "A windowsill garden where charms bloom as flowers", + "A fence woven from twining enchantments that sings softly in wind" + ], + "actions": [ + "Vines tracing letters and tightening into knots that hold weather charms", + "A wizard pruning a glyph-flower to tune its potency", + "Birds perching and triggering small playful spells", + "Herbal infusions bubbling and adjusting vine behavior" + ], + "camera": "Cozy handheld with warm close-ups on hands and plant textures, slow outward reveal", + "accents": [ + "soft subsurface scattering through leaves", + "dewy micro-highlights on vine edges" + ], + "mood": "domestic wonder", + "lighting": "dappled midday under leafy canopy", + "style": "ecological cottage fantasy" + }, + { + "subGenre": "Wizards", + "scene": "A lighthouse-wizard tending a beacon that guides ghosts across fog-choked shipping lanes", + "sceneVariants": [ + "A lighthouse-wizard tending a beacon that guides ghosts across fog-choked shipping lanes", + "A coastal tower where light is woven with memory-thread", + "A beacon-room full of bottled fog and spectral charts", + "A keeper polishing a lens that shows passage-spirits", + "A shore watch where beams draw paths on the mist" + ], + "actions": [ + "Light-beams knitting temporary bridges of safe passage", + "The wizard chanting to steady a wavering glow", + "Ghostly vessels aligning to the beacon and drifting through", + "A bell tolling in time with each beam shift" + ], + "camera": "Long lens compression from shore to tower with occasional interior close-ups of lens-work", + "accents": [ + "moisture-lensed flares on lens facets", + "soft halo bloom on ghost-paths" + ], + "mood": "solemn guardianship", + "lighting": "fog-diffused night with strong lighthouse spot", + "style": "maritime spectral fantasy" + }, + { + "subGenre": "Wizards", + "scene": "A clockwork-mage workshop where arcane engineers sync gears with spell-tempered springs", + "sceneVariants": [ + "A clockwork-mage workshop where arcane engineers sync gears with spell-tempered springs", + "A bench of tiny animated cogs that recite incantations when wound", + "A room of ticking wards and rhythmic pulse-engines", + "A mage oiling a living escapement that keeps time for enchantments", + "A wall of brass regulators reading ley flow like clock faces" + ], + "actions": [ + "Gears clicking and releasing inked sigils into the air", + "A small automaton bowing and reciting a charm", + "Springs humming with latent warmth as spells load", + "Hands calibrating tension while reading glowing meter-glyphs" + ], + "camera": "Macro mechanical inserts and medium workshop sweeps with tight focus on gear teeth", + "accents": [ + "brass specular highlights", + "tiny particle sparkles in gear meshing" + ], + "mood": "meticulous ingenuity", + "lighting": "warm tungsten-esque interior with brass gleam", + "style": "clockpunk arcane" + }, + { + "subGenre": "Wizards", + "scene": "A dawn summit council where arch-mages convene on a floating island to vote on ley changes", + "sceneVariants": [ + "A dawn summit council where arch-mages convene on a floating island to vote on ley changes", + "A round table carved from storm-rock with chairs of woven light", + "A balcony debate among robed elders with map-clouds drifting between them", + "A public piazza where chants are broadcast as visible glyph-streams", + "A ceremonial quorum drawing new boundary-runes into the air" + ], + "actions": [ + "Hands drawing long boundary-lines that become visible arcs", + "A gavelling elder stamping a decision that ripples ley currents", + "Scribes copying arc-notations that float away as birds", + "A protester releasing a small counter-spell that blossoms into color" + ], + "camera": "Wide formal compositions with slow dolly-ins to capture gestures and ceremonial detail", + "accents": [ + "golden rim on robe edges", + "soft volumetric beams highlighting glyph arcs" + ], + "mood": "weighty deliberation", + "lighting": "dawn gold with soft high-altitude clarity", + "style": "ceremonial epic fantasy" + }, + { + "subGenre": "Wizards", + "scene": "A twilight potion-parlor with stained-glass windows where elixirs sing when shaken", + "sceneVariants": [ + "A twilight potion-parlor with stained-glass windows where elixirs sing when shaken", + "A cramped shop of bubbling vials and singing spoons", + "A backroom where glowing brews float and trade murmured advice", + "A counter where patrons trade recipes that animate like ribbons", + "A rear garden where potion vapors plant luminous seeds" + ], + "actions": [ + "Vials chiming in harmonic sequences when stirred", + "A brewer adjusting heat with a small gesture that warps color", + "A customer inhaling and seeing quick visions of effect", + "Bubbles forming miniature landscapes that evaporate into scent" + ], + "camera": "Warm handheld with intimate inserts on glass and liquid textures, occasional macro on bubbling surfaces", + "accents": [ + "stained-glass colored rim-light", + "wet-glass micro-specular highlights" + ], + "mood": "cozy curiosity", + "lighting": "twilight interior with colorful stained-glass scatter", + "style": "apothecary fantasy" + }, + { + "subGenre": "Wizards", + "scene": "A frost-wizard's garden at blue hour where frost-scripts bloom on hedges", + "sceneVariants": [ + "A frost-wizard's garden at blue hour where frost-scripts bloom on hedges", + "A terrace where ice-letters climb trellises", + "A pathway of crystalline glyphs underfoot that chime when stepped on", + "A formal hedge maze with frozen-runic gates", + "A small pavilion where breath forms shimmering text" + ], + "actions": [ + "Frost blossoming into temporary runes with a breath", + "A wizard walking and leaving a luminescent script trail", + "Footsteps ringing like glass chimes over icy letters", + "A child tracing a rune with a warm hand and watching it dissolve" + ], + "camera": "Low wide with crisp cold-lens clarity and slow push-in on glyph textures", + "accents": [ + "ice micro-crystal sparkle", + "cold rim-light with slight blue tint" + ], + "mood": "calm, crystalline focus", + "lighting": "pale blue twilight with high-contrast glints", + "style": "wintry spellcraft realism" + }, + { + "subGenre": "Wizards", + "scene": "A market of curiosities where street-wizards trade living maps, mood-threads and memory-bottles", + "sceneVariants": [ + "A market of curiosities where street-wizards trade living maps, mood-threads and memory-bottles", + "A bazaar canal of stalls with animated wares", + "A back-alley exchange dealing in ephemeral artifacts", + "A stall where a map folds itself to point the buyer to what they need", + "A covered arcade where charms tangle overhead like banners" + ], + "actions": [ + "Tradesmen exchanging goods that hum lightly when touched", + "A buyer sampling a memory-bottle and blinking as a short scene plays", + "Maps shifting to rearrange the stall layout", + "A thief trying and failing to pick a self-locking trinket" + ], + "camera": "Handheld weaving through stalls with close inserts on wares and vendor faces", + "accents": [ + "warm market rim-light on wood and cloth", + "tiny motes around animated items" + ], + "mood": "lively, slightly dangerous charm", + "lighting": "patchy daylight filtered through awnings", + "style": "colorful urban fantasy" + } +] \ No newline at end of file diff --git a/src/data/food_and_drink_bakeries.json b/src/data/food_and_drink_bakeries.json new file mode 100644 index 0000000..3981d13 --- /dev/null +++ b/src/data/food_and_drink_bakeries.json @@ -0,0 +1,617 @@ +{ + "food_and_drink": [ + { + "subGenre": "Bakeries", + "scene": "Early-morning bakery with steam-laced windows and a line forming at dawn", + "sceneVariants": [ + "Early-morning bakery with steam-laced windows and a line forming at dawn", + "Flour-dusted glass and chalkboard menu outside", + "A baker sliding tray after tray of croissants from the oven", + "Patrons clutching paper cups and warm parcels", + "A bicycle messenger collecting a bulk order" + ], + "actions": [ + "Baker folding buttery croissant dough with practiced hands", + "Customer tasting a warm sample and smiling", + "Camera wide establishing the shop then close on hands dusting flour", + "A tray being placed on the counter while a bell rings" + ], + "camera": "Warm lateral push from window into counter with macro pastry inserts", + "accents": [ + "golden oven rim-glow on crusts", + "fine flour micro-dust in air catching light" + ], + "mood": [ + "cozy anticipation", + "sunrise comfort" + ], + "lighting": [ + "soft warm morning key with steam diffusion" + ], + "style": [ + "artisan morning vignette", + "small-business portrait" + ] + }, + { + "subGenre": "Bakeries", + "scene": "Artisan sourdough lab where starters bubble in rows of jars (light)", + "sceneVariants": [ + "Artisan sourdough lab where starters bubble in rows of jars", + "Long proofing benches and numbered loaves on boards", + "pH meters and weight scales in neat rows", + "A slow-rise table covered in linen", + "An apprentice recording batch notes" + ], + "actions": [ + "Baker scoring a boules top with a swift blade", + "Starter being fed and gently stirred", + "Camera macro on crumb micro-structure and starter bubbles", + "A gentle pull to reveal an airy window-pane" + ], + "camera": "Static overhead on bench with tactile macro pull-ins", + "accents": [ + "warm crumb micro-highlight", + "linen fiber micro-texture" + ], + "mood": [ + "methodical craft", + "quiet pride" + ], + "lighting": [ + "even soft key with cool ambient lab fill" + ], + "style": [ + "artisan process short", + "sourdough studio vignette" + ] + }, + { + "subGenre": "Bakeries", + "scene": "Late-night ovens where bakers pull emergency batches for a morning rush (dark)", + "sceneVariants": [ + "Late-night ovens where bakers pull emergency batches for a morning rush", + "Gloved hands working under tungsten spots", + "Trays piled and a clock nearing dawn", + "Coffee steaming in chipped mugs", + "A radio softly playing a distant program" + ], + "actions": [ + "Rapid pipeline of shaping, loading, and cooling with sense of urgency", + "Camera close on wrist movement and oven door swings", + "A baker wiping sweat and smiling at a good loaf", + "A timer clanging and immediate handoffs to racks" + ], + "camera": "Kinetic handheld to mirror frantic tempo with selective slow-motion on perfect crust", + "accents": [ + "oven micro-specular and warm practical rim", + "cool flour micro-haze" + ], + "mood": [ + "driven intensity", + "sleepless dedication" + ], + "lighting": [ + "hot tungsten key with deep ambient shadows" + ], + "style": [ + "nocturnal hustle vignette", + "workshop short" + ] + }, + { + "subGenre": "Bakeries", + "scene": "Festival pop-up stall where bakers sell small ornate tarts (light)", + "sceneVariants": [ + "Festival pop-up stall where bakers sell small ornate tarts", + "Colorful bunting and rustic pastry boxes", + "Taste testers lined up with sampling spoons", + "A baker piping delicate rosettes", + "Festival-goers browsing with sun hats" + ], + "actions": [ + "Piping rosettes and glazing fruit tarts in quick succession", + "Camera warm pushes on color pops and hands presenting samples", + "A child clapping in delight after a first bite", + "A seller wrapping a box for takeaway" + ], + "camera": "Handheld immersion with shallow depth to emphasize color and texture", + "accents": [ + "fruit-glaze micro-specular", + "sugar micro-crystal highlights" + ], + "mood": [ + "festive cheer", + "playful indulgence" + ], + "lighting": [ + "bright natural key with warm fill" + ], + "style": [ + "market delight vignette", + "sweet highlight short" + ] + }, + { + "subGenre": "Bakeries", + "scene": "Pastry kitchen where laminated dough is folded on a cold steel bench (dark)", + "sceneVariants": [ + "Pastry kitchen where laminated dough is folded on a cold steel bench", + "Precision measuring tools and chilled trays", + "A refrigerated window showing flaking layers", + "A silence broken by the knife on steel", + "A baker in a heavy apron concentrating" + ], + "actions": [ + "Elegant lamination turns and timed refrigeration rests", + "Camera macro on laminated layer separation and butter sheen", + "A measured dusting of flour and a decisive cut", + "A tray transferred gently into a low oven" + ], + "camera": "Controlled close-inserts and slow lateral moves to emphasize craft", + "accents": [ + "butter micro-sheen and steel micro-reflection" + ], + "mood": [ + "disciplined focus", + "quiet mastery" + ], + "lighting": [ + "low cool key with narrow practical accents" + ], + "style": [ + "technical pastry vignette", + "craftsmanship short" + ] + }, + { + "subGenre": "Bakeries", + "scene": "Neighborhood corner shop where ritual morning baguette runs are exchanged (light)", + "sceneVariants": [ + "Neighborhood corner shop where ritual morning baguette runs are exchanged", + "Familiar faces leaning on the counter", + "Paper-wrapped baguettes steaming as they are handed over", + "A bicycle bell as someone departs", + "Small handwritten loyalty signs" + ], + "actions": [ + "Rapid handoffs of baguettes and a knowing nod between regulars", + "Camera lateral to capture rhythm of exchange and street context", + "A child peeking into the pastry case to pick a sweet", + "A brief conversation about the day's weather" + ], + "camera": "Warm handheld with medium coverage and reaction inserts", + "accents": [ + "baguette micro-crust spec and warm paper micro-texture" + ], + "mood": [ + "community ritual", + "daily comfort" + ], + "lighting": [ + "bright natural key with warm interior fill" + ], + "style": [ + "local ritual vignette", + "neighborhood short" + ] + }, + { + "subGenre": "Bakeries", + "scene": "Vegan bakery testing plant-based doughs with innovative substitutes (light)", + "sceneVariants": [ + "Vegan bakery testing plant-based doughs with innovative substitutes", + "Bowls of aquafaba and nut milks neatly labeled", + "Chalkboard listing allergen-free options", + "A tester biting into a vegan muffin with surprise", + "A scientist-like approach to recipe notes" + ], + "actions": [ + "Swapping traditional ingredients for plant-based ones and gauging texture", + "Camera macro on crumb structure and moisture micro-appearance", + "A small tasting panel giving thumbs-up or suggestions", + "A new recipe being jotted into the notebook" + ], + "camera": "Clinical close-ins combined with warm human reaction coverage", + "accents": [ + "nut-milk micro-gloss and crumb micro-porosity" + ], + "mood": [ + "experimental optimism", + "inclusive craft" + ], + "lighting": [ + "bright even key with soft fill" + ], + "style": [ + "innovation vignette", + "inclusive kitchen short" + ] + }, + { + "subGenre": "Bakeries", + "scene": "Luxury patisserie arranging sculptural entremets behind glass (light)", + "sceneVariants": [ + "Luxury patisserie arranging sculptural entremets behind glass", + "Mirror-polished plating tools and tempered chocolate shards", + "Pastry chefs in crisp whites and tall hats", + "A display cooling cabinet with glossy glossed tops", + "Customers admiring ornate miniatures" + ], + "actions": [ + "Precise mirror-glazing and gold-leaf application with tweezers", + "Camera macro on reflective mirror-glaze and micro-bubble-free surfaces", + "A chef presenting a plated entremet to a patron", + "A small, satisfied acceptance nod from an expert patron" + ], + "camera": "Studio-style macro and telephoto portrait inserts", + "accents": [ + "mirror-glaze micro-reflection and gold micro-lamé" + ], + "mood": [ + "refined indulgence", + "meticulous elegance" + ], + "lighting": [ + "soft studio key with selective specular highlights" + ], + "style": [ + "patisserie portrait", + "luxury display short" + ] + }, + { + "subGenre": "Bakeries", + "scene": "Community oven where villagers bake communally on a hearth day (light)", + "sceneVariants": [ + "Community oven where villagers bake communally on a hearth day", + "Children bringing dough balls to be baked", + "Communal benches and wicker baskets", + "A volunteer master turning loaves in the communal hearth", + "Neighbours trading small gifts" + ], + "actions": [ + "Collective kneading and a communal song to mark the bake", + "Camera wide to capture social choreography then close on floury hands", + "A child proudly carrying a fresh roll home", + "Shared tasting with passing smiles" + ], + "camera": "Warm wide coverage with intimate hand macro inserts", + "accents": [ + "coal micro-glow on hearth rims", + "woven-basket micro-texture" + ], + "mood": [ + "communal warmth", + "tradition upheld" + ], + "lighting": [ + "warm natural key with hearth practical fill" + ], + "style": [ + "community ritual vignette", + "hearth-day short" + ] + }, + { + "subGenre": "Bakeries", + "scene": "Gluten-free artisan bench where precise chemistry replaces gluten networks (dark)", + "sceneVariants": [ + "Gluten-free artisan bench where precise chemistry replaces gluten networks", + "Hydrocolloid jars and stabilized dough testers", + "Close notes with ratio formulas taped to cupboards", + "A baker testing tensile window by stretching crumb", + "A heated debate over hydration ratios" + ], + "actions": [ + "Careful weighing, hydration tweaks, and test bakes with notes", + "Camera macro on gel-network micro-structure and crumb micro-fiber", + "A successful small loaf producing an open crumb and quiet celebration", + "A baker writing a final approved ratio in a bound notebook" + ], + "camera": "Clinical macro inserts and tight reaction shots", + "accents": [ + "gel micro-fiber sheen and controlled steam diffusion" + ], + "mood": [ + "experimental rigor", + "quiet satisfaction" + ], + "lighting": [ + "low cool key with focused practicals" + ], + "style": [ + "specialty craft vignette", + "technical bakery short" + ] + }, + { + "subGenre": "Bakeries", + "scene": "Historic rye bakery preserving ancient milling and fermentation techniques (light)", + "sceneVariants": [ + "Historic rye bakery preserving ancient milling and fermentation techniques", + "Stone mill in the corner and sackcloth bags of flour", + "Black bread recipes pinned with old stamps", + "Elder baker demonstrating a traditional fold", + "A wooden sieve sifting coarse bran" + ], + "actions": [ + "Grinding on the stone mill, slow fermentation, and communal shaping", + "Camera macro on bran texture and dense crumb", + "A young apprentice learning the old scoring marks", + "An elder nodding in approval at the final loaf" + ], + "camera": "Respectful cross-cut between mill and oven with tactile macro inserts", + "accents": [ + "stone micro-grain and bran micro-surface" + ], + "mood": [ + "ancestral continuity", + "textured authenticity" + ], + "lighting": [ + "soft warm key with diffused heritage fill" + ], + "style": [ + "heritage craft vignette", + "historic bakery short" + ] + }, + { + "subGenre": "Bakeries", + "scene": "Window-display bakery at dusk where the last pastries glow in shoplight (dark)", + "sceneVariants": [ + "Window-display bakery at dusk where the last pastries glow in shoplight", + "Frosting-smeared glass and a final worker sweeping crumbs", + "A muted street reflected in the pane", + "A lone customer peering in from the cold", + "Warm tip jars and stamped bags on the shelf" + ], + "actions": [ + "A final delicate glazing applied before cover-up", + "Camera intimate window macro and reflection interplay", + "The baker flipping the closed sign and breathing a small sigh", + "A passing car slowing as a smell drifts outward" + ], + "camera": "Moody window-composition with telephoto reflections and close pastry inserts", + "accents": [ + "shoplight micro-bloom and glazed-sugar micro-spark" + ], + "mood": [ + "wistful closure", + "tender completion" + ], + "lighting": [ + "warm interior key with cool exterior fill" + ], + "style": [ + "evening window vignette", + "shop-close short" + ] + }, + { + "subGenre": "Bakeries", + "scene": "Wedding-order kitchen producing dozens of custom cakes under deadline (light)", + "sceneVariants": [ + "Wedding-order kitchen producing dozens of custom cakes under deadline", + "Tiered prototypes lined against a wall", + "Piping bags labeled by flavor and tier", + "A timeline whiteboard with pickup slots", + "A photographer shooting a plated sample" + ], + "actions": [ + "Team piping, stacking, and assembling with choreography and checklists", + "Camera multi-angle to capture assembly line flow and detail", + "A final quality-check and boxed handover to a courier", + "A celebratory small cheer after a perfect polish" + ], + "camera": "Multi-cam style coverage with close macro and wide shop reveals", + "accents": [ + "buttercream micro-peak sheen and ribbon micro-texture" + ], + "mood": [ + "professional calm", + "ceremonial preparation" + ], + "lighting": [ + "bright studio key with practical highlights" + ], + "style": [ + "order-fulfillment vignette", + "event pastry short" + ] + }, + { + "subGenre": "Bakeries", + "scene": "Pastry school classroom where students attempt their first croissant (light)", + "sceneVariants": [ + "Pastry school classroom where students attempt their first croissant", + "Checklist posters on the wall and scoring rubrics", + "Instructors demonstrating folding technique", + "A row of student trays with uneven laminations", + "Tasting panel judges hovering with clipboards" + ], + "actions": [ + "Students nervously folding and counting turns under tutor watch", + "Camera close on hands, knives, and final oven reveal", + "A student's perfect pastry earning a brief round of applause", + "Notes scrawled and a quick demonstration correction" + ], + "camera": "Instructional coverage with macro learning inserts and reaction cuts", + "accents": [ + "flaky micro-layer highlight and sheet flour dust" + ], + "mood": [ + "learning excitement", + "supportive challenge" + ], + "lighting": [ + "bright classroom key with high fill" + ], + "style": [ + "educational vignette", + "student practice short" + ] + }, + { + "subGenre": "Bakeries", + "scene": "Hyper-local grain bakery trialing single-origin flours and heirloom wheats (light)", + "sceneVariants": [ + "Hyper-local grain bakery trialing single-origin flours and heirloom wheats", + "Labeled sacks with varietal descriptions", + "A small tasting table with crumb samples", + "A local farmer delivering a new mill batch", + "Notebooks with terroir tasting notes" + ], + "actions": [ + "Comparative bakes and tasting notes catalogued for flavor profiles", + "Camera macro on crumb color differences and seed micro-inclusions", + "A farmer and baker debating ideal hydration", + "A small community tasting passing informed nods" + ], + "camera": "Documentary close-ins with tactile macro comparisons", + "accents": [ + "seed micro-texture and grain micro-sheen" + ], + "mood": [ + "curated curiosity", + "local pride" + ], + "lighting": [ + "soft natural key with neutral fill" + ], + "style": [ + "terroir bakery vignette", + "local grain short" + ] + }, + { + "subGenre": "Bakeries", + "scene": "Emergency community bake for relief where volunteers turn over thousands of loaves (light)", + "sceneVariants": [ + "Emergency community bake for relief where volunteers turn over thousands of loaves", + "Large tables of unbaked dough and routing queues", + "Volunteers in matching aprons and hairnets", + "Boxes labeled for distribution centers", + "A van arriving to collect a pallet" + ], + "actions": [ + "Organized assembly-line shaping, boxing, and palletizing", + "Camera wide to capture scale and close human reaction shots", + "A volunteer offering a quiet reassurance to a newcomer", + "A final pallet loaded as horn-blasts of departure" + ], + "camera": "Documentary wide shots with intimate close-ups to show scale and humanity", + "accents": [ + "box micro-label texture and mass bread micro-detail" + ], + "mood": [ + "purposeful solidarity", + "hardworking compassion" + ], + "lighting": [ + "bright industrial key with practical fill" + ], + "style": [ + "relief bake vignette", + "community aid short" + ] + }, + { + "subGenre": "Bakeries", + "scene": "Concept bakery testing savory-bakery hybrids for dinner service (dark)", + "sceneVariants": [ + "Concept bakery testing savory-bakery hybrids for dinner service", + "Buns stuffed with braised meats and seasonal veg", + "Cheese melts under a salamander torch", + "Plating tests with micro-herb garnish", + "A head chef tasting and adjusting salt" + ], + "actions": [ + "Savory proofing and finishing touches with chef critique", + "Camera macro on filling micro-texture and cheese pull", + "A dish approved and plated for a menu shot", + "A small chef's laugh at an unexpected success" + ], + "camera": "Controlled gastronomic macro with tight chef portrait inserts", + "accents": [ + "cheese micro-stretch and glaze micro-sheen" + ], + "mood": [ + "culinary experimentation", + "savory curiosity" + ], + "lighting": [ + "warm focused key with cool ambient fill" + ], + "style": [ + "concept cuisine vignette", + "savory bakery short" + ] + }, + { + "subGenre": "Bakeries", + "scene": "Holiday morning where a bakery produces seasonal stollen and panettone (light)", + "sceneVariants": [ + "Holiday morning where a bakery produces seasonal stollen and panettone", + "Spiced ribbons and candied peel lined on trays", + "A small tree and seasonal garland behind the counter", + "Customers buying gift-wrapped loaves", + "A radio carol in the background" + ], + "actions": [ + "Dough enriched with butter and candied inclusions being folded carefully", + "Camera warm pushes on sliced crumb studded with fruit", + "A patron choosing a gift-wrapped panettone for a family", + "A baker placing a decorative ribbon with practiced flourish" + ], + "camera": "Warm lateral dolly with close pastry macro and human reaction", + "accents": [ + "candied micro-spark and spice micro-fleck" + ], + "mood": [ + "festive generosity", + "seasonal ritual" + ], + "lighting": [ + "soft warm key with decorative practicals" + ], + "style": [ + "holiday bakery vignette", + "seasonal short" + ] + }, + { + "subGenre": "Bakeries", + "scene": "Micro-bakery incubator where start-ups rent bench space and share knowledge (light)", + "sceneVariants": [ + "Micro-bakery incubator where start-ups rent bench space and share knowledge", + "Numbered benches and shared ovens", + "A mentor reviewing a small business plan", + "A whiteboard with marketing notes and delivery routes", + "A pop-up tasting scheduled for the afternoon" + ], + "actions": [ + "Teams rotating oven time and sharing best practices", + "Camera documentary passes between small founders and their products", + "A mentor providing a critical packaging tip", + "A small sampling event drawing local press interest" + ], + "camera": "Handheld documentary coverage with business micro-inserts", + "accents": [ + "sticker micro-print detail and box micro-fold" + ], + "mood": [ + "entrepreneurial warmth", + "collaborative hustle" + ], + "lighting": [ + "bright incubator key with mixed practicals" + ], + "style": [ + "startup vignette", + "incubator short" + ] + } + ] +} \ No newline at end of file diff --git a/src/data/food_and_drink_bbq.json b/src/data/food_and_drink_bbq.json new file mode 100644 index 0000000..baef258 --- /dev/null +++ b/src/data/food_and_drink_bbq.json @@ -0,0 +1,452 @@ +[ + { + "subGenre": "BBQ", + "scene": "A sunlit backyard pit where a family flips brisket and passes paper plates", + "sceneVariants": [ + "A sunlit backyard pit where a family flips brisket and passes paper plates", + "A suburban lawn with folding chairs and a spare cooler", + "Grandparents tending coals while kids chase a frisbee", + "A long picnic table with sauce jars and sliced sides", + "A grill-side chalkboard listing rubs and smoking times" + ], + "actions": [ + "A spatula turning a well-charred brisket and releasing smoke", + "A host slicing across the grain into tender ribbons", + "Guests piling brisket on soft buns and drizzling sauce", + "Laughter and clinking of disposable cutlery as plates are handed out" + ], + "camera": "Warm handheld family POV with close macros on meat fibers and sauce drips", + "accents": [ + "golden crust micro-gloss on sliced meat", + "char micro-edge highlights against warm sunlight" + ], + "mood": "homey convivial warmth", + "lighting": "bright afternoon sun with soft fill", + "style": "documentary family food film" + }, + { + "subGenre": "BBQ", + "scene": "A predawn competition pit where teams check temps and apply last-minute rubs", + "sceneVariants": [ + "A predawn competition pit where teams check temps and apply last-minute rubs", + "Portable smokers lined in neat rows with official banners", + "A leader marking logs and inspecting smoke color", + "Volunteer judges arriving with clipboards and timing gear", + "A quiet tension as teams exchange nods before service" + ], + "actions": [ + "A meat thermometer slid deep to confirm stall timing", + "A chef spritzing cider to maintain moisture and smoke", + "A quick glaze applied minutes before the table is set", + "Team members polishing presentation platters for judges" + ], + "camera": "Low early-light crane with close tool and hand inserts and wide pit rows", + "accents": [ + "steel micro-reflect on smoker lids", + "smoke micro-veil catching the cold predawn light" + ], + "mood": "focused anticipatory concentration", + "lighting": "cool predawn ambient with portable task lamps", + "style": "competitive pit reportage" + }, + { + "subGenre": "BBQ", + "scene": "A dusk roadside smokehouse loading whole hogs into an ancient brick pit", + "sceneVariants": [ + "A dusk roadside smokehouse loading whole hogs into an ancient brick pit", + "A weathered awning with a hand-painted sign and stacked wood", + "A crew sliding a whole hog on a spit toward ember heat", + "Blackened aprons and seasoned hands moving with practiced rhythm", + "Long communal benches for the evening crowd" + ], + "actions": [ + "A whole hog being trussed and mounted onto a spit", + "The pit master raking glowing coals for even heat", + "A slow rotation catching occasional flare and basting", + "Guests congregating with paper cups and sharing anticipation" + ], + "camera": "Low cinematic pull-ins on spit rotation and embers with wide crowd establishes", + "accents": [ + "ember micro-flares on spit surface", + "basted glaze micro-sheen in slow motion" + ], + "mood": "ancestral ritual warmth", + "lighting": "dusk amber with pit-glow key", + "style": "textural regional BBQ cinema" + }, + { + "subGenre": "BBQ", + "scene": "A bright coastal shack smoking fish and serving platters with citrus and slaw", + "sceneVariants": [ + "A bright coastal shack smoking fish and serving platters with citrus and slaw", + "A breezy deck overlooking a harbor with nets and buoys", + "Hanging racks of smoking fillets swaying in the breeze", + "A counter with cornmeal and sea-salted lemon wedges", + "Locals queuing for the day's smoked catch" + ], + "actions": [ + "A fillet being removed from a cedar plank and flaked onto a plate", + "A squeeze of lemon brightening smoky oil and a sprinkle of herbs", + "A guest balancing fish and slaw on a single forkful", + "A server calling out orders to the passing crowd" + ], + "camera": "Wind-aware wide deck shots with close food macros and salt-spray bokeh", + "accents": [ + "sea-salt micro-crystals on skin", + "cedar micro-grain reflections on plank edge" + ], + "mood": "salty relaxed conviviality", + "lighting": "bright coastal daylight with hard rim highlights", + "style": "coastal rustic BBQ" + }, + { + "subGenre": "BBQ", + "scene": "A night-time urban pop-up with smoked ribs served under neon and steam", + "sceneVariants": [ + "A night-time urban pop-up with smoked ribs served under neon and steam", + "A converted shipping container with a sizzle station", + "Patrons clustered around high tables with beer in hand", + "Neon signs reflecting on foil-wrapped platters", + "A DJ providing low beats for the dinner crowd" + ], + "actions": [ + "Racks being sauced and wrapped for a final glaze before serving", + "A taster pulling back tender meat to reveal smoke rings", + "Sauce being brushed in a quick theatrical pass", + "A server handing over a tray and a napkin-laden stack" + ], + "camera": "Kinetic handheld with low-light close-ups and neon bokeh", + "accents": [ + "gloss micro-sheen on sauced ribs under neon", + "steam micro-lensing against colored lights" + ], + "mood": "electric urban indulgence", + "lighting": "neon night with practical spot rim", + "style": "streetwise BBQ performance" + }, + { + "subGenre": "BBQ", + "scene": "A slow afternoon Texas-style pit under a mesquite canopy with low-slung smoke", + "sceneVariants": [ + "A slow afternoon Texas-style pit under a mesquite canopy with low-slung smoke", + "A massive offset smoker and a shaded pit-master chair", + "Sacks of seasoned wood stacked against a corrugated wall", + "A hand-held fan stoking a small flare for temperature control", + "Pit-side benches where locals swap seasoning tips" + ], + "actions": [ + "Thin slices being pressed to reveal perfect smoke ring edges", + "Pit master nursing a stubborn hotspot with practiced fuel shifts", + "A team tasting a crumb to check for tenderness", + "A slow pour of house sauce into a small tasting ramekin" + ], + "camera": "Low slow-pan across smoker faces with tactile close-ups on meat cross-sections", + "accents": [ + "smoke micro-ripples through beams", + "mesquite micro-char grain on bark edges" + ], + "mood": "legendary methodical patience", + "lighting": "soft late-afternoon with shade balance", + "style": "heroic regional BBQ documentary" + }, + { + "subGenre": "BBQ", + "scene": "A dawn Korean BBQ market where charcoal grills steam and small plates rotate nearby", + "sceneVariants": [ + "A dawn Korean BBQ market where charcoal grills steam and small plates rotate nearby", + "Compact grills built into tables with banchan lined up", + "Chefs slicing thin marinated short ribs directly onto hot grids", + "A steady clack of tongs and chatter as morning traders converge", + "A board listing marinade styles from sweet to fiery" + ], + "actions": [ + "Thin slices searing quickly with visible sizzle and smoke", + "A diner wrapping meat in lettuce with precise condiments", + "A quick glaze of sesame-scallion oil finishing a bite", + "Small plates being shared and replenished in fast rhythm" + ], + "camera": "Table-level intimate shots with tight grill macros and shared hands", + "accents": [ + "sizzle micro-spark on rendered fat", + "sesame micro-oil sheen on garnish" + ], + "mood": "communal bustling delight", + "lighting": "soft dawn ambient with warm grill highlights", + "style": "street-Asian BBQ reportage" + }, + { + "subGenre": "BBQ", + "scene": "A twilight island luau roasting pig in an imu with torches and woven palms", + "sceneVariants": [ + "A twilight island luau roasting pig in an imu with torches and woven palms", + "A ground oven smoking beneath banana leaves and coals", + "Dancers and drums circling flame-lit service tables", + "A woven canopy and tiki torches punctuating the dusk sky", + "A communal plate piled high and passed between families" + ], + "actions": [ + "A roasted pig lifted from earth with tender, steaming flesh exposed", + "A chef carving with rhythmic strokes while guests cheer", + "Banana leaves peeled back to reveal fragrant meat", + "A communal first bite shared in ceremonial fashion" + ], + "camera": "Epic dusk wide with ceremonial pull-ins on carved meat and torchlight faces", + "accents": [ + "torch micro-flares on glossy skin", + "banana-leaf micro-texture catching ember light" + ], + "mood": "ceremonial communal jubilation", + "lighting": "twilight with abundant torch and firelight", + "style": "ethnographic BBQ spectacle" + }, + { + "subGenre": "BBQ", + "scene": "A rainy evening under a tarped canopy where a small crew sells smoked sausages to commuters", + "sceneVariants": [ + "A rainy evening under a tarped canopy where a small crew sells smoked sausages to commuters", + "Steam and rain competing as patrons huddle with umbrellas", + "Paper cones filled with sausages and mustard passed through a small slit", + "A ladle of braised beans ladled alongside for warmth", + "A single heat lamp creating a small glowing island of service" + ], + "actions": [ + "Sausages being snipped and placed into paper cones with relish", + "A quick ladle of warm beans poured into small cups for extra comfort", + "Hands exchanging bills and getting change under a shared hood", + "A hasty grateful bite between umbrella snaps" + ], + "camera": "Moody low-light handheld with close vapor and raindrop inserts", + "accents": [ + "rain micro-beads on foil and paper", + "steam micro-halo around serving rim" + ], + "mood": "gritty nocturnal comfort", + "lighting": "damp night with single heat lamp key", + "style": "street-level rainy BBQ" + }, + { + "subGenre": "BBQ", + "scene": "A bright community fundraiser grilling kebabs for a long charity line", + "sceneVariants": [ + "A bright community fundraiser grilling kebabs for a long charity line", + "Volunteer aprons and labeled donation jars on the counter", + "A variety of veg and meat skewers labeled for dietary needs", + "A chalkboard tally showing funds raised so far", + "A local band playing acoustic between service waves" + ], + "actions": [ + "Volunteers rotating skewers with synchronized motions", + "A quick pack-and-go assembly handing over to grateful patrons", + "A volunteer counting cash and noting totals on a pad", + "A kid selling lemonade alongside and cheering for the effort" + ], + "camera": "Civic wide establish with energetic close-ups on skewers and hands", + "accents": [ + "sauce micro-drip on skewer tips", + "char micro-crisp on pepper edges" + ], + "mood": "community spirited uplift", + "lighting": "bright high-key outdoor daylight", + "style": "charity event BBQ lifestyle" + }, + { + "subGenre": "BBQ", + "scene": "A late-night strip of food stalls serving burnt ends and sticky wings to club-goers", + "sceneVariants": [ + "A late-night strip of food stalls serving burnt ends and sticky wings to club-goers", + "Fluorescent stall lights, grease-splattered counters and steady foot traffic", + "Servers using tongs and napkins to send quick orders down the line", + "A buzz of voices and music mixing with rich smoke scents", + "A condensation-slick menu taped to the stall front" + ], + "actions": [ + "A freehand toss of sticky wings into a waiting paper tray", + "A quick napkin wrap and handoff to a dancing patron", + "A server flipping a tray to ensure even sauce coverage", + "A rapid thumbs-up exchange to signal satisfaction" + ], + "camera": "Edgy handheld with strobe-like cut-ins and high-contrast night textures", + "accents": [ + "sauce micro-gloss under neon strip lights", + "grease micro-spark on hot metal" + ], + "mood": "raw nocturnal appetite", + "lighting": "harsh stall fluorescents with neon spill", + "style": "gritty urban BBQ scenes" + }, + { + "subGenre": "BBQ", + "scene": "A serene countryside smoke-cabin slow-smoking trout over alder in clear morning mist", + "sceneVariants": [ + "A serene countryside smoke-cabin slow-smoking trout over alder in clear morning mist", + "A small wooden shack with a single smoke stack and mossy roof", + "Fishermen bringing in morning catch to be cured and smoked", + "A simple bench with tin plates and crisp bread", + "Mist hovering low over a nearby pond as wood crackles gently" + ], + "actions": [ + "Fish fillets being hung on racks to accept slow-smoke infusions", + "A measured sprinkle of salt and herb before the final smoke", + "A thin slice torn and tasted with brown bread", + "A small nod between fishermen acknowledging the fresh flavor" + ], + "camera": "Pastoral wide with quiet close texture on scaled skin and smoke tendrils", + "accents": [ + "mist micro-wisp among smoke lanes", + "wood micro-char texture on rack edges" + ], + "mood": "quiet contemplative sustenance", + "lighting": "soft misty morning light", + "style": "pastoral smokehouse vignette" + }, + { + "subGenre": "BBQ", + "scene": "A high-end restaurant plating smoked lamb with molecular sides under gallery lights", + "sceneVariants": [ + "A high-end restaurant plating smoked lamb with molecular sides under gallery lights", + "Chef's counter with precise tweezers and plated micro-garnishes", + "A tasting menu ticket indicating smoked course timing", + "A sommelier suggesting pairing with an aged red", + "A slow pacing of courses with measured presentation" + ], + "actions": [ + "A chef shaving thin slices of smoked lamb and arranging micro-herbs", + "A dropper placing reduced jus with surgical precision", + "A server carrying the plate with gloved hands to the table", + "A guest making a small appreciative note before tasting" + ], + "camera": "Clinical close-ins and elegant glides across plated surfaces and chef hands", + "accents": [ + "juss micro-silvers catching gallery spotlights", + "herb micro-gloss on finish dots" + ], + "mood": "refined appreciative pleasure", + "lighting": "focused gallery spot with neutral fill", + "style": "fine-dining smoked cuisine" + }, + { + "subGenre": "BBQ", + "scene": "A dusky pier-side grill where locals flip sticky glazed octopus over charcoal embers", + "sceneVariants": [ + "A dusky pier-side grill where locals flip sticky glazed octopus over charcoal embers", + "Mooring ropes and crates forming the backdrop to a hot plate", + "A smoky sweet glaze brushed across tentacles", + "A small crowd leaning on railings watching the action", + "A distant lighthouse blinking as flavor smoke drifts" + ], + "actions": [ + "Tentacle ends crisping and being lifted to rest before serving", + "A finishing brush of sweet soy glaze and sesame scatter", + "A patron breaking off a hot piece and chewing contemplatively", + "A server handing over a paper plate with lemon wedges" + ], + "camera": "Moody seaside wide with tactile food macros and low-angle ember shots", + "accents": [ + "glaze micro-stick catching pier light", + "sea-spray micro-spark on nearby metal" + ], + "mood": "salty smoky nostalgia", + "lighting": "dusk with cool horizon and warm grill key", + "style": "nautical BBQ hybrid" + }, + { + "subGenre": "BBQ", + "scene": "A midday vegan BBQ festival serving smoked cauliflower steaks with vibrant slaws", + "sceneVariants": [ + "A midday vegan BBQ festival serving smoked cauliflower steaks with vibrant slaws", + "Tents labeled by chef and technique with plant-forward signage", + "Plates piled with charred veg and colorful fermented sides", + "Instructional banners describing smoke time and wood types", + "Families sampling small plates while listening to live acoustic music" + ], + "actions": [ + "Cauliflower steaks flipped to reveal charred lace edges", + "A drizzle of fermented chili oil and herb crumb finishing the plate", + "A chef explaining the smoke profile and suggested pairing", + "Guests comparing textures and savoring bites between sips" + ], + "camera": "Festival wide with close plant-macro details and lively crowd cuts", + "accents": [ + "char micro-lace on cauliflower florets", + "slaw micro-sparkle from vinegar droplets" + ], + "mood": "festive progressive optimism", + "lighting": "bright festival noon with soft fill", + "style": "plant-forward BBQ celebration" + }, + { + "subGenre": "BBQ", + "scene": "A slow dusk in an Appalachian hollow where smoked beans and ham come off a cast iron pot", + "sceneVariants": [ + "A slow dusk in an Appalachian hollow where smoked beans and ham come off a cast iron pot", + "A wood-splintered cabin and a low-hung smoking rig", + "A kettle of beans bubbling slowly beside stacked firewood", + "Local stories trading across the table as ladles are passed", + "A dog curled near the hearth as plates are filled" + ], + "actions": [ + "A ladle scooping thick bean stew into enamel bowls", + "A small crumble of smoked ham scattered on top for flavor contrast", + "A guest inhaling the smoky-spiced aroma before tasting", + "A final sprinkle of pepper and a slow satisfied nod" + ], + "camera": "Intimate hearth-level shots with slow pushes on stew surface and hands", + "accents": [ + "stew micro-bubble gloss", + "cast-iron micro-patina around pot rim" + ], + "mood": "rooted homestead comfort", + "lighting": "soft dusk with low hearth glow", + "style": "regional homestyle BBQ documentary" + }, + { + "subGenre": "BBQ", + "scene": "A twilight backyard with kids roasting corn and marshmallow-adjacent smoky corn-on-the-cob", + "sceneVariants": [ + "A twilight backyard with kids roasting corn and marshmallow-adjacent smoky corn-on-the-cob", + "A string of tired fairy lights and sticky fingers", + "Corn husks peeled back and charred kernels glistening", + "Parents laughing and swapping sauces and butter blends", + "A small pile of napkins and half-eaten ears on a tray" + ], + "actions": [ + "Hands turning corn over open flame to achieve even char", + "Butter and spice blends being wiped across hot kernels", + "A child offering a piece to a friend with pride", + "A quick shake of chili-lime salt and a big collective bite" + ], + "camera": "Playful low-angle handheld with close kernel macros and glowing faces", + "accents": [ + "butter micro-melt beads on kernels", + "char micro-sheen catching twilight points" + ], + "mood": "nostalgic playful warmth", + "lighting": "twilight with fairy-light bokeh", + "style": "family-oriented BBQ vignette" + }, + { + "subGenre": "BBQ", + "scene": "A late-night hotel rooftop smokehouse serving refined smoked duck and reduction glazes", + "sceneVariants": [ + "A late-night hotel rooftop smokehouse serving refined smoked duck and reduction glazes", + "Metropolitan skyline behind a small smoke station and valet carts", + "Chefs plating with microgreens and precise sauces", + "A small selection of curated cocktails paired with each course", + "A hushed crowd enjoying elevated smoked offerings" + ], + "actions": [ + "Thin slices of smoked duck fanned and finished with truffle oil dots", + "A reduction spooned with a steady hand into precise pools", + "A sommelier offering a sniff before the first bite", + "Diners murmuring approval in low tones" + ], + "camera": "Sleek rooftop cinematic with elegant close-ins and skyline silhouettes", + "accents": [ + "reduction micro-gloss reflecting skyline lights", + "duck micro-crisp on skin edges" + ], + "mood": "urban refined indulgence", + "lighting": "low rooftop ambient with city light rim", + "style": "luxury smokehouse fusion" + } +] \ No newline at end of file diff --git a/src/data/food_and_drink_breakfasts.json b/src/data/food_and_drink_breakfasts.json new file mode 100644 index 0000000..2d5f79c --- /dev/null +++ b/src/data/food_and_drink_breakfasts.json @@ -0,0 +1,452 @@ +[ + { + "subGenre": "Breakfasts", + "scene": "A sunlit bakery at opening with trays of croissants and a queue forming", + "sceneVariants": [ + "A sunlit bakery at opening with trays of croissants and a queue forming", + "Steam rising from a fresh batch of pain au chocolat", + "A glass display filled with jams and morning tarts", + "A barista pulling the first espresso shots of the day", + "Customers peeking at pastry windows while the street wakes" + ], + "actions": [ + "A baker pulling trays and placing them on wooden racks", + "A customer pointing and a server wrapping a warm croissant", + "An espresso shot pouring with crema settling", + "A quick butter spread and first bite into flakey layers" + ], + "camera": "Warm handheld counter POV with close macro on pastry layers and espresso crema", + "accents": [ + "butter micro-flake gloss on layers", + "steam micro-lacing from a slotted tray" + ], + "mood": "bright morning anticipation", + "lighting": "golden early-morning window light", + "style": "artisanal bakery lifestyle" + }, + { + "subGenre": "Breakfasts", + "scene": "A neon-lit 24-hour diner serving eggs and coffee to night-shift workers", + "sceneVariants": [ + "A neon-lit 24-hour diner serving eggs and coffee to night-shift workers", + "Hue of late-night neon reflecting on chrome", + "Short-order cooks flipping eggs on a sizzling griddle", + "A sleepy regular nursing a bottomless cup", + "A stack of pie slices warming under a dome" + ], + "actions": [ + "A server pouring endless coffee into a chipped mug", + "A cook flipping eggs and folding an omelet with speed", + "A patron stirring sugar and blowing on a hot spoonful", + "A quiet exchange of small talk over counters" + ], + "camera": "Low diner POV with tight table-level inserts and neon reflections", + "accents": [ + "chrome micro-reflects on counter edges", + "table micro-heat shimmer around coffee cup" + ], + "mood": "nocturnal comfort", + "lighting": "neon and overhead fluorescents", + "style": "retro diner realism" + }, + { + "subGenre": "Breakfasts", + "scene": "A sunrise coastal pier where fisherfolk share grilled sardines and bread for breakfast", + "sceneVariants": [ + "A sunrise coastal pier where fisherfolk share grilled sardines and bread for breakfast", + "Smoke and sea-spray mixing with early light", + "Lanterns turning off as the sun climbs", + "A small wooden table with oil, lemon and crusty loaves", + "A boat returning and fish passed directly to the shore table" + ], + "actions": [ + "Grilled sardines flaked onto shared plates with lemon", + "Hands passing a loaf around the table", + "A quick dip of bread into olive oil and brine", + "A hush as the first warm bite is tasted" + ], + "camera": "Wide pier establish with tactile close-ups on fish scales and lemon zest", + "accents": [ + "sea-spray micro-salt crystals on skin", + "char micro-edge on fish flesh" + ], + "mood": "salt-warmed camaraderie", + "lighting": "cool sunrise with soft rim highlights", + "style": "coastal documentary breakfast" + }, + { + "subGenre": "Breakfasts", + "scene": "An upscale hotel buffet at dawn with juice stations and delicate platters", + "sceneVariants": [ + "An upscale hotel buffet at dawn with juice stations and delicate platters", + "Polished chafing dishes and a chilled fruit display", + "Concierge-style staff offering fresh-pressed juices", + "A quiet lounge where early travelers sip and read", + "A pastry tower with glistening fruit tarts" + ], + "actions": [ + "A server arranging platters with surgical precision", + "A guest selecting a small, composed plate and smiling", + "A juice being pressed and poured into a glass", + "A fork teasing at a poached egg atop hollandaise" + ], + "camera": "Smooth glide across buffet with elegant close-ins on plated detail", + "accents": [ + "juice micro-caustics on glass", + "fruit micro-gloss under soft ceiling lights" + ], + "mood": "calm polished luxury", + "lighting": "soft controlled interior morning key", + "style": "hotel lifestyle editorial" + }, + { + "subGenre": "Breakfasts", + "scene": "A communal monastery refectory where monks serve plain porridge at dawn ritual", + "sceneVariants": [ + "A communal monastery refectory where monks serve plain porridge at dawn ritual", + "Long wooden tables with simple bowls and ladles", + "A quiet procession of quiet exchanges and bowed heads", + "Steam rising from a large cauldron of gruel", + "A single bell marking meal time" + ], + "actions": [ + "A measured ladle portioned into each bowl in silence", + "A hand placing a small piece of bread beside each setting", + "A communal murmur of a chant before the first taste", + "A slow, synchronized tasting by the gathered group" + ], + "camera": "Steady contemplative wide with slow detail pushes on hands and steam", + "accents": [ + "wood micro-grain under soft rim-light", + "porridge micro-pearling around ladle edge" + ], + "mood": "contemplative restraint", + "lighting": "cool dawn through high windows", + "style": "meditative documentary breakfast" + }, + { + "subGenre": "Breakfasts", + "scene": "A bustling farmers' market breakfast stall serving shakshuka and flatbreads at first light", + "sceneVariants": [ + "A bustling farmers' market breakfast stall serving shakshuka and flatbreads at first light", + "Smoky spice sacks and fresh herb bundles on display", + "A cast-iron pan bubbling with tomato and pepper", + "Customers standing with small plates sampling hearty portions", + "A handwritten menu taped to a stall post" + ], + "actions": [ + "A spoon breaking yolk and folding it into tomato base (or eggless substitute)", + "Flatbread torn and used to scoop and share", + "Herb sprigs scattered for aroma", + "A quick tuck of napkins and a continuing market stroll" + ], + "camera": "Handheld market rhythm with close sauce macros and overhead prep shots", + "accents": [ + "tomato micro-gloss in bubbling pockets", + "herb micro-sheen catching early sun" + ], + "mood": "vibrant communal hunger", + "lighting": "cool-into-warm morning market light", + "style": "street-food breakfast reportage" + }, + { + "subGenre": "Breakfasts", + "scene": "A cozy home kitchen at dawn where a parent prepares pancakes for sleepy children", + "sceneVariants": [ + "A cozy home kitchen at dawn where a parent prepares pancakes for sleepy children", + "A small stack of pancakes with butter and maple", + "A sleepy child in pajamas reaching for a plate", + "A kettle steaming and a newspaper half-folded", + "Sunlight through curtains onto a gingham tablecloth" + ], + "actions": [ + "A spatula flipping golden pancakes and stacking them", + "A child blowing on a hot piece before tasting", + "Butter melting and syrup poured in a slow ribbon", + "Laughter and sleepy chatter between bites" + ], + "camera": "Intimate domestic close-ups with warm bokeh on syrup drips and child's face", + "accents": [ + "syrup micro-gloss pooling on stack", + "butter micro-melt beads on warm surface" + ], + "mood": "tender familial comfort", + "lighting": "soft dawn indoor lamp with window fill", + "style": "home-cooking vignette" + }, + { + "subGenre": "Breakfasts", + "scene": "A rooftop sunrise yoga-and-breakfast pop-up serving smoothie bowls and granola", + "sceneVariants": [ + "A rooftop sunrise yoga-and-breakfast pop-up serving smoothie bowls and granola", + "Mats rolled out and people moving in gentle sequences", + "A small station offering bright smoothie bowls topped with seeds", + "A DJ with soft ambient tunes and herbal tea station", + "City skyline glowing as participants cool down" + ], + "actions": [ + "A bowl arranged with layered fruit, granola and edible flowers", + "Participants sipping herbal tea and comparing notes", + "A quick sprinkle of toasted seeds for texture", + "A group photo shared before people disperse" + ], + "camera": "Airy wide rooftop establishes with close-up tactile food macros", + "accents": [ + "fruit micro-gloss on bowl surface", + "seed micro-crunch highlights in motion" + ], + "mood": "energized calm", + "lighting": "clear sunrise with soft top light", + "style": "wellness lifestyle breakfast" + }, + { + "subGenre": "Breakfasts", + "scene": "A cramped hostel kitchen at dawn where travelers trade toast-and-jam stories", + "sceneVariants": [ + "A cramped hostel kitchen at dawn where travelers trade toast-and-jam stories", + "Shared toaster and a jar-laden shelf of mismatched jams", + "Maps and backpacks propped against a table", + "A kettle whistling and a toothbrush on a sink ledge", + "A communal board of recommended routes and cafes" + ], + "actions": [ + "Guests toasting bread and swapping exotic jam samples", + "A quick trade of coffee grounds and a cheerful nod", + "A last-minute repack as people finish and head out", + "A small language lesson passed over a buttered slice" + ], + "camera": "Documentary tight-space framing with intimate hand and plate macros", + "accents": [ + "jam micro-sheen catching kitchen light", + "toast micro-crumb highlights against a plate" + ], + "mood": "transient conviviality", + "lighting": "dim dawn kitchen lamp with cool window ambient", + "style": "travelogue breakfast scene" + }, + { + "subGenre": "Breakfasts", + "scene": "A busy train dining car serving boiled eggs and kippers as the countryside flashes by", + "sceneVariants": [ + "A busy train dining car serving boiled eggs and kippers as the countryside flashes by", + "Wagons of hot water and a small counter of plates", + "Passengers reading newspapers while waiting for coffee", + "Trolleys clattering through narrow aisles with steaming plates", + "Window reflections doubling interior scenes" + ], + "actions": [ + "A waiter balancing a tray as he navigates the aisle", + "A guest cracking a soft-boiled egg into a cup and dipping toast", + "A small napkin folded into a pocket and handed with a smile", + "A quick exchange of change and a polite thank-you" + ], + "camera": "Moving platform POV with window-compressed backgrounds and intimate plate cuts", + "accents": [ + "egg micro-run catching light", + "kippers micro-oil sheen on skin" + ], + "mood": "efficient travel ritual", + "lighting": "soft morning interior with window backlight", + "style": "transport documentary breakfast" + }, + { + "subGenre": "Breakfasts", + "scene": "A late-night airport lounge offering quick continental options to red-eye travelers", + "sceneVariants": [ + "A late-night airport lounge offering quick continental options to red-eye travelers", + "Dimmed seating areas with subdued signage and snack counters", + "Travelers with headsets and carry-ons grabbing quick bites", + "A small refrigerated case with yogurt, fruit and wraps", + "Announcements murmuring in the background" + ], + "actions": [ + "A traveler unwrapping a small granola bar and checking flight status", + "A server replenishing a tray of small pastries with gloved hands", + "A quick sip of coffee and a return to a laptop screen", + "A gentle exchange directing a passenger to a gate" + ], + "camera": "Low energy wide with quiet inserts on hands and small plates", + "accents": [ + "pack micro-gloss on yogurt lids", + "pastry micro-flake under soft lounge lights" + ], + "mood": "weary functional calm", + "lighting": "dim lounge with accent cool LEDs", + "style": "travel lifestyle breakfast" + }, + { + "subGenre": "Breakfasts", + "scene": "A riverside food-boat serving instant noodles and boiled eggs at predawn for laborers", + "sceneVariants": [ + "A riverside food-boat serving instant noodles and boiled eggs at predawn for laborers", + "A tiny steaming pot and a queue of dockworkers", + "Chopsticks and paper bowls balanced on the deck rail", + "A lantern swinging as the boat rocks in shallow current", + "A distant city silhouette across the water" + ], + "actions": [ + "A brisk ladle filling bowls from the central boiling pot", + "Workers slurping noodles and slapping down payment", + "A quick egg halved and sunk into a steaming bowl", + "A thank-you nod and a hurried push back into colder work" + ], + "camera": "Low-waterline framing with steam macros and quick action inserts", + "accents": [ + "broth micro-vapor catching lantern light", + "noodle micro-gloss in motion" + ], + "mood": "hardworking predawn ritual", + "lighting": "low predawn with lantern and soft horizon glow", + "style": "street-level survival breakfast" + }, + { + "subGenre": "Breakfasts", + "scene": "A local pancake festival where syrup stalls line a community green at morning", + "sceneVariants": [ + "A local pancake festival where syrup stalls line a community green at morning", + "Contest flags fluttering and smell of batter in the air", + "Families tasting different artisan syrups and compotes", + "A judged flip competition with pots of butter ready", + "Kids with pancake-on-a-stick and bright face paint" + ], + "actions": [ + "A batter ladle dispatched and pancake fried to golden finish", + "Syrup artisan drizzling samples onto small tasting plates", + "A child holding up a pancake for a photo", + "Judges taking bites and writing quick notes" + ], + "camera": "Wide festival coverage with tight food macros and lively crowd cuts", + "accents": [ + "syrup micro-drip catching sun", + "batter micro-bubble crisp edge highlighting" + ], + "mood": "playful communal celebration", + "lighting": "bright festival morning sun", + "style": "event breakfast storytelling" + }, + { + "subGenre": "Breakfasts", + "scene": "A quiet hospital ward where nurses bring warm porridge and tea in soft morning rounds", + "sceneVariants": [ + "A quiet hospital ward where nurses bring warm porridge and tea in soft morning rounds", + "A trolley with thermoses and enamel bowls", + "Patients sitting up and accepting small, gentle portions", + "A nurse checking vitals between spoonfuls", + "A calm hallway with faint monitor beeps" + ], + "actions": [ + "A nurse placing a warming bowl and a cup at a patient's side", + "A patient sipping broth and offering a small thank-you", + "A soft exchange about appetite and medication timing", + "A quick tidy of tray and polite departure" + ], + "camera": "Quiet steady medical documentary framing with close hands and face inserts", + "accents": [ + "porridge micro-gloss under soft ward lights", + "steam micro-lens around spoon tip" + ], + "mood": "gentle care and recuperation", + "lighting": "soft clinical morning light", + "style": "medical humanist breakfast scene" + }, + { + "subGenre": "Breakfasts", + "scene": "A commuter bicycle stall serving bagels and espresso near a busy junction at first light", + "sceneVariants": [ + "A commuter bicycle stall serving bagels and espresso near a busy junction at first light", + "A compact cart with a small oven and a coffee burner", + "Cyclists grabbing a bagel and pedaling off with a paper cup", + "A chalkboard menu with 'ride special' listed", + "Wind catching paper napkins as traffic hums" + ], + "actions": [ + "A barista handing a perfectly toasted bagel to a cyclist mid-zip", + "A rapid espresso pull and a lid snapped on to-go cups", + "A customer buttering and biting while riding slowly through signal lights", + "A quick high-five between regulars as they depart" + ], + "camera": "Kinetic handheld with motion blur and close food/action inserts", + "accents": [ + "bagel micro-crisp on edge", + "espresso micro-crema texture on pour" + ], + "mood": "brisk energised commotion", + "lighting": "cool morning with harsh street rim", + "style": "urban micro-business breakfast" + }, + { + "subGenre": "Breakfasts", + "scene": "A tranquil orchard-side picnic at dawn with thermos coffee and warm scones", + "sceneVariants": [ + "A tranquil orchard-side picnic at dawn with thermos coffee and warm scones", + "Dew on grass and baskets with linen napkins", + "A small group wrapped in shawls sipping from tin mugs", + "A picnic blanket dotted with preserves and fruit", + "A distant rooster crowing as sunlight pours in" + ], + "actions": [ + "A scone split open and spread with jam and clotted cream", + "Coffee poured from a thermos into enamel cups", + "A quiet conversation about plans before a day's work", + "A peaceful toast to a new morning with small smiles" + ], + "camera": "Soft pastoral wide with intimate food macros and dew close-ups", + "accents": [ + "jam micro-gloss on scone interior", + "dew micro-lens on grass blades" + ], + "mood": "serene gentle joy", + "lighting": "soft golden sunrise", + "style": "pastoral lifestyle breakfast" + }, + { + "subGenre": "Breakfasts", + "scene": "A compact high-rise studio where a single person prepares quick overnight oats at dusk for next morning", + "sceneVariants": [ + "A compact high-rise studio where a single person prepares quick overnight oats at dusk for next morning", + "A small jar assembled with layers of oats, chia and fruit", + "A tiny balcony with city light peeking in", + "A closing laptop on a tidy counter and a planner beside it", + "A soft kettle noise in the evening as routine winds down" + ], + "actions": [ + "A hand layering ingredients into a jar and closing the lid", + "A quick note on the fridge reminding of the morning plan", + "A brief stretch before bed with satisfaction at prepared breakfast", + "A muffled city sound seeping through the window" + ], + "camera": "Tight domestic macro shots with neat overhead composition", + "accents": [ + "jar micro-layer shimmer", + "chia micro-gel sheen between fruit" + ], + "mood": "organized quiet contentment", + "lighting": "soft dusk interior lamp", + "style": "urban solo breakfast vignette" + }, + { + "subGenre": "Breakfasts", + "scene": "A sunrise wellness retreat serving detox juices and chia bowls beside a calm lake", + "sceneVariants": [ + "A sunrise wellness retreat serving detox juices and chia bowls beside a calm lake", + "Participants in robes receiving small nutrient bowls", + "A serene boardwalk where servers pass balanced platters", + "A small speaker giving a short stretch guide before eating", + "A calm mist hovering on the water" + ], + "actions": [ + "A server placing a bright green juice and a small bowl with artful toppings", + "A guest taking a mindful sip and closing eyes in appreciation", + "A quick tutorial on seed-soak times and texture notes", + "A group breath and communal exhale before eating" + ], + "camera": "Expansive lakeside wide with intimate food and face inserts", + "accents": [ + "juice micro-caustics shimmering in glass", + "seed micro-gloss on bowl surface" + ], + "mood": "cleansing rejuvenation", + "lighting": "gentle sunrise haze", + "style": "wellness breakfast editorial" + } +] \ No newline at end of file diff --git a/src/data/food_and_drink_chocolate_making.json b/src/data/food_and_drink_chocolate_making.json new file mode 100644 index 0000000..15ad324 --- /dev/null +++ b/src/data/food_and_drink_chocolate_making.json @@ -0,0 +1,527 @@ +[ + { + "subGenre": "Chocolate Making", + "scene": "A sunlit cocoa processing farm where fermentation boxes bubble and farmers inspect beans", + "sceneVariants": [ + "A sunlit cocoa processing farm where fermentation boxes bubble and farmers inspect beans", + "Long wooden fermentation boxes lined up beneath shade trees", + "Workers turning heaps and checking temperature with a stick", + "Freshly harvested pods split open and beans scooped into boxes", + "Baskets of wet pulp waiting to be emptied into the next box" + ], + "actions": [ + "A farmer stirring and aerating a fermentation box to distribute heat", + "Hands scooping a handful of pulp and smelling for fermentation notes", + "A worker marking a batch with a date and variety on a wooden tag", + "A quick transfer of beans to a drying rack as the sun climbs" + ], + "camera": "Wide agricultural establish with close macro on wet bean mucilage and thumb-pressure checks", + "accents": [ + "wet-bean micro-sheen under sun", + "pulp micro-froth bubbles catching rim-light" + ], + "mood": "grounded attentive craft", + "lighting": "bright morning tropical sun with soft shade", + "style": "field-to-ferment documentary" + }, + { + "subGenre": "Chocolate Making", + "scene": "A rooftop drying yard mid-afternoon where beans fan out on woven trays to cure", + "sceneVariants": [ + "A rooftop drying yard mid-afternoon where beans fan out on woven trays to cure", + "A breeze lifting light chaff between trays", + "Workers raking beans for even sun exposure", + "A small notebook with moisture checks taped to a post", + "A distant town skyline visible beyond the yard edge" + ], + "actions": [ + "A raker smoothing beans into thin layers for consistent drying", + "A hand sampling a bean to test for interior dryness", + "A quick sweep to remove stray leaves and debris", + "A crate filled and moved to shaded storage for overnight" + ], + "camera": "Low-angle rooftop wide with tactile closeups of drying bean skins and thumb-tests", + "accents": [ + "bean micro-crackle catching sun", + "woven-tray micro-texture in shadow" + ], + "mood": "methodical warm focus", + "lighting": "hot afternoon sun with bright overhead key", + "style": "artisan agricultural vignette" + }, + { + "subGenre": "Chocolate Making", + "scene": "A small-scale bean-to-bar microfactory where a chocolatier roasts and winnows single-origin beans", + "sceneVariants": [ + "A small-scale bean-to-bar microfactory where a chocolatier roasts and winnows single-origin beans", + "A compact roaster churning brittle-surfaced beans", + "A winnowing fan sending husks across a dim workshop", + "Jars labeled with origin, roast profile and batch date", + "A wooden table of cupping spoons and aroma strips" + ], + "actions": [ + "A roast profile dialed and a scoop tested for optimal aroma", + "Husks separating from nibs at a winnower and being swept away", + "A microcup tasting where the chocolatier slurps for acidity and fruit notes", + "A batch weighed and logged into a small paper ledger" + ], + "camera": "Intimate workshop inserts with roaster motion, husk drift and close cupping macro", + "accents": [ + "roast micro-carbon fleck on nib surface", + "aroma micro-waft visible near cup rim" + ], + "mood": "focused experimental craftsmanship", + "lighting": "cool workshop daylight with task-lamp highlights", + "style": "artisan bean-to-bar portrait" + }, + { + "subGenre": "Chocolate Making", + "scene": "A late-night tempering bench where pastry chefs hand-temper chocolate under pass lights", + "sceneVariants": [ + "A late-night tempering bench where pastry chefs hand-temper chocolate under pass lights", + "Shiny tempered sheets cooling on marble with precise spirals", + "Small infrared thermometers and heat lamps in use", + "A small team trading technique and timing notes quietly", + "Spoons tracing glossy temper patterns across work surfaces" + ], + "actions": [ + "A chef stirring melted chocolate to exact temperature and checking for bloom resistance", + "A spatula feathering a glossy sheen onto a cold slab", + "A quick temper-test flip to watch for snap and shine", + "A molded bar poured and tapped to remove air" + ], + "camera": "Close low-motion inserts on thermal readouts, glossy swirls and knife-edge snaps", + "accents": [ + "gloss micro-mirror on tempered surface", + "heat micro-halo around lamp edge" + ], + "mood": "concentrated nocturnal precision", + "lighting": "low warm pass-light with cool ambient", + "style": "craft pastry atelier" + }, + { + "subGenre": "Chocolate Making", + "scene": "A bustling chocolate factory line with conches rotating and chocolate pumps flowing midday", + "sceneVariants": [ + "A bustling chocolate factory line with conches rotating and chocolate pumps flowing midday", + "Large stainless conches with digital readouts and hoppers of sugar", + "Conveyor belts carrying glossy liquid into molds", + "Operators in hairnets monitoring baths and viscosities", + "A quality-control station with temper tests and weight checks" + ], + "actions": [ + "A conche lid lifted to reveal shiny churned mass and aromatic steam", + "A pump metering chocolate into molds with rhythmic clanks", + "A QC tech sampling a small bar for texture and logging results", + "A pallet of demolded bars moving to cooling tunnels" + ], + "camera": "Industrial wide with machine-macro inserts and sterile process closeups", + "accents": [ + "metal micro-reflect on conche rims", + "flow micro-gloss in pumped streams" + ], + "mood": "efficient industrial cadence", + "lighting": "bright factory fluorescents", + "style": "manufacturing process documentary" + }, + { + "subGenre": "Chocolate Making", + "scene": "A cozy shopfront chocolatier at dusk crafting hand-filled pralines for an evening crowd", + "sceneVariants": [ + "A cozy shopfront chocolatier at dusk crafting hand-filled pralines for an evening crowd", + "Glass cases lined with ganache-centered shells and small handwritten tags", + "A chocolatier piping ganache into shells with a steady hand", + "A late couple selecting a box as soft music plays", + "A paper ribbon and wax-stamped sticker finishing each purchase" + ], + "actions": [ + "A nozzle filling each shell and a quick dust of cocoa powder as finish", + "A customer asking about flavor layers and the chocolatier describing notes", + "Boxes assembled and tied with twine for a delicate gift", + "A tasting sample slid across the counter and tasted with quiet delight" + ], + "camera": "Warm shop-level medium with detailed hand-and-shell macros and glass-case reflections", + "accents": [ + "ganache micro-satin sheen in molds", + "powder micro-fine dust settling on edges" + ], + "mood": "intimate artisanal indulgence", + "lighting": "soft dusk shop warm light", + "style": "boutique chocolatier vignette" + }, + { + "subGenre": "Chocolate Making", + "scene": "A daytime chocolate tasting bar pairing single-origin bars with coffee and tea", + "sceneVariants": [ + "A daytime chocolate tasting bar pairing single-origin bars with coffee and tea", + "Stacks of tasting squares and annotated flavor wheels", + "A barista and chocolatier collaborating on pairing notes", + "A small group of tasters with notepads and neutral palate crackers", + "A flight arranged with increasing cocoa percentage" + ], + "actions": [ + "A taster breaking a square and letting it melt on the tongue to note acidity", + "A barista pouring a complementary brew and watching for cross-notes", + "A quick palate-cleanse with water and plain cracker between samples", + "A scribe marking descriptors and scoring balance" + ], + "camera": "Intimate overhead tasting layout with close macro on square texture and sip caustics", + "accents": [ + "bar micro-caustic on coffee surface", + "chocolate micro-gloss showing bloom-resistance" + ], + "mood": "curious educational savoring", + "lighting": "bright interior daytime key", + "style": "sensory tasting session" + }, + { + "subGenre": "Chocolate Making", + "scene": "A midnight hot-chocolate stall at a winter market ladling spiced drinking chocolate into waiting mugs", + "sceneVariants": [ + "A midnight hot-chocolate stall at a winter market ladling spiced drinking chocolate into waiting mugs", + "Steam curling into frosty air and decorations of cinnamon sticks", + "Gloved hands accepting warm mugs and tucking into mittens", + "String lights and carol music in the background", + "A line of bundled customers awaiting a comforting pour" + ], + "actions": [ + "A ladle pouring thick spiced chocolate into ceramic mugs", + "A quick dust of chili or cinnamon on foam for a final note", + "A customer cradling a mug and exhaling a visible warm breath", + "A vendor offering a small cookie for dunking" + ], + "camera": "Cozy night handheld with steam macros and warm-cup closeups", + "accents": [ + "steam micro-lens rolling off mug rims", + "spice micro-dust catching lantern light" + ], + "mood": "nocturnal cozy warmth", + "lighting": "market practicals and string-lights", + "style": "seasonal comforting street food" + }, + { + "subGenre": "Chocolate Making", + "scene": "A molecular chocolate lab where chefs use siphons and transglutaminase for avant-garde textures", + "sceneVariants": [ + "A molecular chocolate lab where chefs use siphons and transglutaminase for avant-garde textures", + "Stainless benches with vacuum rigs and precise micro-pipettes", + "Small domes of chocolate foam and crunchy nitrogen-textured shards", + "Chefs in black discussing mouthfeel and gelation times", + "A plated molecular dessert with sterile, exact garnishes" + ], + "actions": [ + "A siphon dispensing an ethereal chocolate foam onto a delicate wafer", + "A pipette micro-dropping a gelled puree into a tasting spoon", + "A chef contacting a sensor to time gel set precisely", + "A guest experiencing a powder that dissolves into chocolate aroma" + ], + "camera": "Clinical low-motion close-ups on lab-tech instruments and ephemeral chocolate textures", + "accents": [ + "foam micro-bubble sheen under studio light", + "gel micro-translucent droplet glints" + ], + "mood": "experimental refined curiosity", + "lighting": "cool studio task-light with neutral fill", + "style": "modernist chocolate R&D" + }, + { + "subGenre": "Chocolate Making", + "scene": "A community workshop teaching children to temper and drizzle chocolate onto marshmallows in the afternoon", + "sceneVariants": [ + "A community workshop teaching children to temper and drizzle chocolate onto marshmallows in the afternoon", + "Small apron-clad kids with oversized wooden spoons and wide smiles", + "A long table with dipping stations and sprinkles jars", + "Parents snapping photos while volunteers supervise", + "Little hands learning safety and sugar chemistry basics" + ], + "actions": [ + "A child dipping a marshmallow into warm tempered chocolate and shaking off excess", + "A volunteer sprinkling colorful crumbs and confetti for decoration", + "A quick wipe of stray chocolate from small fingers and an encouraging nod", + "A proud display of handcrafted sticks lined up to set" + ], + "camera": "Playful low-angle with close macro on dripping chocolate and small hands", + "accents": [ + "sprinkle micro-sparkle on wet chocolate", + "marshmallow micro-foam catching light through glaze" + ], + "mood": "joyful hands-on learning", + "lighting": "bright indoor afternoon workshop light", + "style": "community craft activity" + }, + { + "subGenre": "Chocolate Making", + "scene": "A twilight bean auction on a cooperative dock where rare varietals are bid for by chocolatiers", + "sceneVariants": [ + "A twilight bean auction on a cooperative dock where rare varietals are bid for by chocolatiers", + "Sample boxes opened and aroma passes exchanged between buyers", + "Auctioneer calling lots and hands raised in rapid bids", + "Crates labeled with terroir notes and fermentation history", + "A quiet side table where private deals are confirmed" + ], + "actions": [ + "A bidder sniffing a small sample and scribbling a brief note", + "Hands raised in quick increments as the auctioneer calls the next lot", + "A confidential handshake and a scribbled paper as a side agreement", + "Crates tagged and loaded for transport once the gavel falls" + ], + "camera": "Dramatic dusk-wide with tight aroma-pass and hand-gesture macro inserts", + "accents": [ + "crate micro-wood grain under twilight rim", + "sample micro-aroma fog in close inhalation shots" + ], + "mood": "tense acquisitive excitement", + "lighting": "dusk with focused auction spotlights", + "style": "marketplace drama vignette" + }, + { + "subGenre": "Chocolate Making", + "scene": "A quiet home kitchen where a single maker practices ganache ratios late at night, notebook open", + "sceneVariants": [ + "A quiet home kitchen where a single maker practices ganache ratios late at night, notebook open", + "A small pot of cream simmering and a bowl of chopped chocolate awaiting temper", + "Careful weight notes scribbled beside a thermometer", + "A single lamp over the bench and a steaming mug nearby", + "A tray of small truffles cooling on parchment" + ], + "actions": [ + "A gentle pour of hot cream over chopped chocolate and patient emulsification", + "A quick tasting and an adjusting spoonful of butter to refine mouthfeel", + "A maker jotting ratio tweaks and tasting notes in a small journal", + "Truffles rolled and finished with a dust of cocoa or finely chopped nuts" + ], + "camera": "Intimate domestic close with warm lamplight and slow tactile macros", + "accents": [ + "ganache micro-satin sheen on spoon", + "cocoa micro-fine dust settling on truffle surface" + ], + "mood": "solitary reflective craft", + "lighting": "low warm kitchen lamp", + "style": "personal culinary practice vignette" + }, + { + "subGenre": "Chocolate Making", + "scene": "A bright culinary school afternoon class where students learn enrobing and molding techniques", + "sceneVariants": [ + "A bright culinary school afternoon class where students learn enrobing and molding techniques", + "Rows of benches and small tempering stations set up for practice", + "Instructors guiding hand placement and motion for even coating", + "A small feedback circle where technique is critiqued kindly", + "A drying rack lined with perfectly enrobed bars" + ], + "actions": [ + "Students enrobing truffles and using tongs to transfer with minimal drip", + "A quick gloved finger test for tempered snap before demolding", + "An instructor demonstrating correct tap-and-lift to remove excess chocolate", + "Molds filled and tapped to remove air bubbles then chilled" + ], + "camera": "Workshop overview with close technique inserts and overhead motion shots", + "accents": [ + "enrobe micro-gloss reflecting workshop light", + "mold micro-edge capturing small air bubble pop" + ], + "mood": "focused educational momentum", + "lighting": "bright instructional studio light", + "style": "culinary school technique piece" + }, + { + "subGenre": "Chocolate Making", + "scene": "A daytime bean-curation room where samples from different farms are sorted by flavor archetype", + "sceneVariants": [ + "A daytime bean-curation room where samples from different farms are sorted by flavor archetype", + "Rows of small labeled trays with raw and roasted samples", + "A tasting wheel on the wall dividing fruit, floral, nutty and earthy categories", + "A curator checking lot numbers and cross-referencing journals", + "A window letting in calm daylight and a faint breeze" + ], + "actions": [ + "A curator placing a sample into a category tray and annotating descriptors", + "A quick comparative sniff between two adjacent varietals", + "A tagging of preferred lots for an upcoming single-origin release", + "A brief conference call with a remote partner to confirm selections" + ], + "camera": "Quiet overhead and close assortment macros with tidy label inserts", + "accents": [ + "tray micro-tag reflect under daylight", + "bean micro-surface texture in tight macro" + ], + "mood": "analytical appreciative calm", + "lighting": "soft daylight with neutral fill", + "style": "curation-focused chocolate study" + }, + { + "subGenre": "Chocolate Making", + "scene": "A twilight street-food stall executing flambéed chocolate desserts for a night crowd", + "sceneVariants": [ + "A twilight street-food stall executing flambéed chocolate desserts for a night crowd", + "Small pans of warm batter and a keg of high-proof spirit for flash flambé", + "Crowd oohs and a vendor's practiced torching motion", + "A portable grill and a line of eager patrons", + "A sign advertising 'torch-show' desserts and late-night sweets" + ], + "actions": [ + "A quick pour of warmed spirit and a brief flare as chocolate caramelizes", + "A fork lifting crispy caramel shards to crown a plated dessert", + "A vendor handing a tasting spoon to an applauding guest", + "A clean sweep of the station between theatrical batches" + ], + "camera": "Handheld kinetic with slow-motion flame macros and crowd reaction close-ups", + "accents": [ + "flame micro-flicker reflecting on caramel glaze", + "sugar micro-haze lifting from toasted shards" + ], + "mood": "theatrical nocturnal excitement", + "lighting": "spot practicals and passing street glow", + "style": "street-dessert performance" + }, + { + "subGenre": "Chocolate Making", + "scene": "A serene pairing evening where chocolate is matched with single-malt whiskies at a candlelit bar", + "sceneVariants": [ + "A serene pairing evening where chocolate is matched with single-malt whiskies at a candlelit bar", + "Small tasting spoons, bars and measured whisky nosing glasses", + "A sommelier guiding the tasting and noting finish interplay", + "A hushed group leaning into aroma comparisons", + "A printed tasting card listing cacao percentage and suggested sip order" + ], + "actions": [ + "A host offering a small square and a measured whisky nose for a comparative inhale", + "A guest describing a mid-palate note and scribbling a note", + "A synchronized soft sip and a consideration of finish length", + "A pause for water cleanse and a reset between pairings" + ], + "camera": "Low intimate candle-lit close with glass and chocolate macro interplay", + "accents": [ + "whisky micro-caustic shimmer under candle", + "chocolate micro-matte vs gloss contrast on square edge" + ], + "mood": "refined contemplative savor", + "lighting": "low warm candle and bar practicals", + "style": "pairing tasting editorial" + }, + { + "subGenre": "Chocolate Making", + "scene": "A dawn volunteer-run workshop turning surplus bakery scraps into chocolate-coated delights for a community bake sale", + "sceneVariants": [ + "A dawn volunteer-run workshop turning surplus bakery scraps into chocolate-coated delights for a community bake sale", + "A cluttered table of odds-and-ends breads, croissant bits and trimmings", + "A kettle of tempered chocolate and trays for dipping", + "Volunteers laughing as they create imperfect but charming treats", + "Boxes labeled for charity sale and a schedule for pickup" + ], + "actions": [ + "A volunteer dipping a crunchy scrap into chocolate and placing it on parchment", + "A team stamping small paper flags and tying bundles with twine", + "A quick quality check and a smile at a creative finish", + "A box filled and set aside for transport to the sale venue" + ], + "camera": "Warm early-morning hand-held with friendly closeups on dipped morsels and hands", + "accents": [ + "chocolate micro-coat gloss on dipped edges", + "paper micro-fiber catching chocolate smears" + ], + "mood": "community resourceful cheer", + "lighting": "soft dawn workshop fill", + "style": "charity bake-craft vignette" + }, + { + "subGenre": "Chocolate Making", + "scene": "A small artisan stall at a chocolate festival showcasing spiced and salted bar variants at midday", + "sceneVariants": [ + "A small artisan stall at a chocolate festival showcasing spiced and salted bar variants at midday", + "Rows of labeled bars leaning in display and small tasting spoons", + "A crowd of chocolate lovers sampling and debating favorites", + "A chalk sign indicating single-origin vs blended offerings", + "Festival banners and live demos scheduled on a small board" + ], + "actions": [ + "A vendor breaking a bar into tasting squares and offering them to passersby", + "A quick dust of smoked salt applying to a finishing bar", + "A pair of tasters exchanging notes and recommending a bar to their friend", + "A vendor restocking fragile display after a busy rush" + ], + "camera": "Festival-wide with close macro on bar cross-section and salt fleck detail", + "accents": [ + "salt micro-crystal sparkle on bar surface", + "spice micro-dust motes visible on edges" + ], + "mood": "playful comparative joy", + "lighting": "bright festival midday", + "style": "event-driven tasting reportage" + }, + { + "subGenre": "Chocolate Making", + "scene": "A quiet confectioner's studio at dusk where painted bonbons are finished with brushed metallic pigments", + "sceneVariants": [ + "A quiet confectioner's studio at dusk where painted bonbons are finished with brushed metallic pigments", + "Rows of pristine domed chocolates awaiting final lacquer", + "Delicate brushes and edible metallic powders laid out neatly", + "A single lamp highlighting artisan wrist motion", + "A tray of finished pieces cooling in a protective box" + ], + "actions": [ + "A brush flicking a whisper of gold dust across a single bonbon", + "A careful finger test for surface adhesion and shine", + "A tiny label added to note the flavor beneath the paint", + "A boxed order wrapped and prepared for a boutique client" + ], + "camera": "Intimate low-motion close with metallic micro-sparkle and slow brush macros", + "accents": [ + "metal micro-powder glint on glossy domes", + "lacquer micro-sheen beneath brush strokes" + ], + "mood": "meticulous refined artistry", + "lighting": "low warm lamp with cool ambient", + "style": "luxury confection portrait" + }, + { + "subGenre": "Chocolate Making", + "scene": "A sunrise cacao nursery where young seedlings are tended before being planted into a new plot", + "sceneVariants": [ + "A sunrise cacao nursery where young seedlings are tended before being planted into a new plot", + "Seed trays sprouting fragile leaves and numbered tags", + "A volunteer team carefully pricking out seedlings for potting", + "A small greenhouse with humidity panels warming growth", + "A wheelbarrow of compost and fresh soil nearby" + ], + "actions": [ + "A gentle transplanting of a seedling into a nutrient-rich pot", + "A measured water mist applied to avoid shock", + "A notation of genetic line and expected yield written on a tag", + "A volunteer moving trays to a shaded bench as sun strengthens" + ], + "camera": "Soft close macro on tiny leaf venation and tender root tucks", + "accents": [ + "soil micro-grit on leaf edge", + "new-leaf micro-translucence under sun" + ], + "mood": "hopeful nurturing growth", + "lighting": "gentle sunrise greenhouse glow", + "style": "agricultural nursery vignette" + }, + { + "subGenre": "Chocolate Making", + "scene": "A dim intimate salon hosting a pairing of chocolate with rare teas at night", + "sceneVariants": [ + "A dim intimate salon hosting a pairing of chocolate with rare teas at night", + "Low tables, velvet chairs and small tasting sets in front of each guest", + "A tea master explaining steep times and a chocolatier noting cacao weights", + "A hush as guests evaluate successive pairings", + "Small notecards listing flavor marriage notes beside each set" + ], + "actions": [ + "A guest inhaling steam from a fine tea cup and then tasting a matching chocolate square", + "A tea master adjusting steep time live to demonstrate contrast", + "A quiet side discussion about terroir influence between sips", + "A small applause at an unexpected pairing revelation" + ], + "camera": "Low-light intimate macro sequences with tea caustics and chocolate melt closeups", + "accents": [ + "tea micro-steam catching candle rim", + "chocolate micro-silky melt under soft light" + ], + "mood": "sophisticated contemplative delight", + "lighting": "candle-and-salon warm practicals", + "style": "sensory pairing experience" + } +] \ No newline at end of file diff --git a/src/data/food_and_drink_cocktails.json b/src/data/food_and_drink_cocktails.json new file mode 100644 index 0000000..f4b3b6d --- /dev/null +++ b/src/data/food_and_drink_cocktails.json @@ -0,0 +1,502 @@ +[ + { + "subGenre": "Cocktails", + "scene": "A neon-soaked speakeasy where a bartender crafts a smoky old fashioned", + "sceneVariants": [ + "A neon-soaked speakeasy where a bartender crafts a smoky old fashioned", + "A low-bar alley hideout lit by a single red tube", + "A private booth where smoke cones are served under glass", + "A narrow counter with brass rail and ash-tray accents", + "A back-room bar with vintage stereo and low chatter" + ], + "actions": [ + "The bartender lighting a cinnamon stick and trapping smoke under a cloche", + "A cube of ice cleaved and set to slowly melt in the glass", + "A patron inhaling the smoke then taking a measured sip", + "A quick garnish shave of orange zest finishing the pour" + ], + "camera": "Over-the-shoulder bar-level track with close macro on smoke and ice leg", + "accents": [ + "warm rim-light on glass shoulders", + "tiny ember micro-flares in the smoking bowl" + ], + "mood": "sultry intimacy", + "lighting": "deep neon contrast with warm rim highlights", + "style": "noir cocktail craft" + }, + { + "subGenre": "Cocktails", + "scene": "A sunlit rooftop bar mixing bright citrus spritzes at golden hour", + "sceneVariants": [ + "A sunlit rooftop bar mixing bright citrus spritzes at golden hour", + "A wicker-lounge terrace with crowd murmurs and iced trays", + "A long bar counter facing a city skyline and warm breeze", + "A small DJ corner dropping chilled house while servers spin spritz pitchers", + "A table-side spritz trolley rolled between guests" + ], + "actions": [ + "A shaker spun open to reveal cold sparkling combination", + "An operator topping glasses with soda to create lively fizz", + "A garnish of candied citrus placed at the rim", + "Guests clinking and a sunlight flare catching the bubbles" + ], + "camera": "Wide rooftop establish with rhythmic cut-ins to pouring action", + "accents": [ + "sparkling micro-caustics over bubbles", + "citrus resin micro-gloss on peel edges" + ], + "mood": "uplifted conviviality", + "lighting": "warm golden hour backlight", + "style": "bright lifestyle mixology" + }, + { + "subGenre": "Cocktails", + "scene": "A quiet winter lounge where a citrus-spiced hot toddy is prepared for two", + "sceneVariants": [ + "A quiet winter lounge where a citrus-spiced hot toddy is prepared for two", + "A leather-chair nook with fireplace and wool throws", + "A low table with steaming mugs and folded napkins", + "Snow visible at the window while a kettle hisses", + "A dim corner where soft conversation accompanies steam" + ], + "actions": [ + "Honey stirred into hot amber spirit and lemon peel added", + "A cinnamon stick tapped and set into the mug as a stirrer", + "Steam inhalation followed by slow appreciative sipping", + "A shared small plate of candied ginger passed between two" + ], + "camera": "Close compassionate inserts on hands, steam threads and peel oils", + "accents": [ + "lamplight micro-halation on mug glaze", + "steam micro-lenses catching ember glow" + ], + "mood": "cozy intimacy", + "lighting": "low warm interior with fireplace flicker", + "style": "domestic seasonal mix" + }, + { + "subGenre": "Cocktails", + "scene": "An upscale tasting room where molecular cocktails are presented under glass domes", + "sceneVariants": [ + "An upscale tasting room where molecular cocktails are presented under glass domes", + "A lab-like bar with pipettes and chilled metal surfaces", + "A tasting flight of micro-cocktails with vapor effects", + "A chef mixologist unveiling a dome cloud filled with aromatic fog", + "A precision pour measured in sub-ounces" + ], + "actions": [ + "A dome lifted to release a fragrant fog that perfumes the glass", + "Micro-spherification beads added to impart burst textures", + "A quick palate-cleansing interlude between flights", + "A guest making a note and nodding toward the experimental balance" + ], + "camera": "Macro vignettes on droplets combined with sterile wide lab aesthetics", + "accents": [ + "cold metal micro-reflections", + "fog micro-diffusion catching backlight" + ], + "mood": "curious astonishment", + "lighting": "cool gallery light with spot practicals", + "style": "avant-garde culinary mixology" + }, + { + "subGenre": "Cocktails", + "scene": "A beachside tiki bar where rum-based tiki cocktails are flambéed tableside", + "sceneVariants": [ + "A beachside tiki bar where rum-based tiki cocktails are flambéed tableside", + "A thatch-roofed counter with carved totems and neon surf signs", + "A lantern-lined bar with a shaker full of tropical fruits", + "A giant shared bowl of tiki punch passed among friends", + "A thatch-roof deck at sunset with ukulele strains" + ], + "actions": [ + "A server igniting overproof rum to flash flambé flames", + "A garnish of flaming lime sprayed with rum flame", + "A communal bowl passed with long straws and loud cheer", + "Tropical mist sprayed for theatrical aroma" + ], + "camera": "Dynamic wide with burst slow-mo on the flame and reflection in glasses", + "accents": [ + "fiery caustic micro-flares on rum surface", + "tropical fruit micro-juices bead on rim" + ], + "mood": "exuberant tropical revel", + "lighting": "warm sunset with lantern flicker", + "style": "spectacle beach mix" + }, + { + "subGenre": "Cocktails", + "scene": "A craft cocktail bar focusing on local botanicals and foraged garnishes", + "sceneVariants": [ + "A craft cocktail bar focusing on local botanicals and foraged garnishes", + "A window herb-shelf with labeled sprigs and small tools", + "A bartender with leather apron plucking fresh herbs before each pour", + "A plate of foraged citrus blossoms offered as aroma pairing", + "A local farmer bringing in a batch of seasonal botanicals" + ], + "actions": [ + "Herbs lightly bruised to release volatile oils before muddling", + "A smoke infusion with foraged wood chips for an earthy accent", + "Micro-garnish placement with tweezers for aroma focal points", + "Discussion of provenance and seasonality with each pour" + ], + "camera": "Close artisanal inserts on herb texture and micro-garnish placement", + "accents": [ + "leaf-subsurface micro-glow", + "wood-grain micro-contrast on bar surface" + ], + "mood": "earthy craftsmanship", + "lighting": "soft natural with focused task light", + "style": "farm-to-bar mixology" + }, + { + "subGenre": "Cocktails", + "scene": "A celebratory wedding bar mixing signature cocktails named after the couple", + "sceneVariants": [ + "A celebratory wedding bar mixing signature cocktails named after the couple", + "A flower-wreathed bar cart with custom menu cards", + "A neon script of the couple's name behind the bar", + "A champagne-cocktail toast with edible glitter", + "A midnight last-call specialty drink served in flutes" + ], + "actions": [ + "A bartender shaking the couple's signature blend and lining up glasses", + "Guests lifting a customized garnish as a nod to the couple's story", + "A confetti sprinkle timed with a shared sip", + "A slow clink of flutes to mark a ceremonial instance" + ], + "camera": "Medium event coverage with intimate close-ups on garnish gestures and toast reactions", + "accents": [ + "edible glitter micro-sparkle", + "floral micro-petal highlights" + ], + "mood": "festive personal warmth", + "lighting": "twilight festoon light", + "style": "event-driven mixology" + }, + { + "subGenre": "Cocktails", + "scene": "A rustic alpine hut where warming spirit cocktails are served after skiing", + "sceneVariants": [ + "A rustic alpine hut where warming spirit cocktails are served after skiing", + "A wood-beamed interior with drying racks and ski poles", + "A hot brandy-and-honey pressed in a small mug with cinnamon", + "A towel-wrapped patron sipping slowly while boots steam", + "A snow-streaked window framing the après crowd" + ], + "actions": [ + "A steaming brandy poured over a twist of lemon and honey", + "A napkin passed between hands to blot snow melt from gloves", + "A collective exhale as warming notes hit the palate", + "A folded comment on the ski run shared between sips" + ], + "camera": "Cozy medium with tactile inserts on steam and glove-worn hands", + "accents": [ + "snow micro-melt beads on fabric", + "steam micro-halo on mug lip" + ], + "mood": "relaxing warmth", + "lighting": "soft indoor tungsten with cool window balance", + "style": "alpine comfort mixology" + }, + { + "subGenre": "Cocktails", + "scene": "A daytime garden party offering low-ABV spritzers and botanical mocktails", + "sceneVariants": [ + "A daytime garden party offering low-ABV spritzers and botanical mocktails", + "A pastel-linen table with small carafes and tasting spoons", + "A sommelier describing low-alcohol technique for long summer sipping", + "Children's corner with non-alcoholic house spritz in jars", + "A gentle breeze carrying floral top-notes across plates" + ], + "actions": [ + "Delicate pours of low-ABV blend with soda and herb sprigs", + "A tasting of non-alcoholic alternatives and vote for best balance", + "A server recommending food pairings to lengthen the session", + "A communal pitcher refill in a gentle choreography" + ], + "camera": "Soft wide party establishes with close palette-refreshing inserts", + "accents": [ + "pastel micro-gloss on glass", + "herb micro-bead condensation" + ], + "mood": "light communal leisure", + "lighting": "bright midday with soft fill", + "style": "sober-friendly social" + }, + { + "subGenre": "Cocktails", + "scene": "A mid-century cocktail lounge reviving classic martini rituals at midnight", + "sceneVariants": [ + "A mid-century cocktail lounge reviving classic martini rituals at midnight", + "Eames-inspired chairs and teak bar with chrome accents", + "A silver shaker ritual and a precise olive skewer ritual", + "A low-jazz trio setting the mood behind the bar", + "A guest choosing between dry, dirty and perfect martini variants" + ], + "actions": [ + "A masterful stir with clear ice and quick polish on the coupe", + "A ceremonial olive drop and a precise lemon twist express", + "A soft clink as the glass settles then a measured sip", + "A brief commentary on historical provenance between guests" + ], + "camera": "Smooth crane and glide with classic wides and elegant close-ups on glass silhouette", + "accents": [ + "chrome micro-reflect on bar edge", + "ice micro-clarity showing perfect optical legs" + ], + "mood": "retro sophistication", + "lighting": "low warm lounge key with spot practicals", + "style": "timeless cocktail cinema" + }, + { + "subGenre": "Cocktails", + "scene": "A street-food night market pop-up mixing fruity tiki-leaning cocktails in neon stalls", + "sceneVariants": [ + "A street-food night market pop-up mixing fruity tiki-leaning cocktails in neon stalls", + "A compact cart with stacked rums and portable shakers", + "A queue of patrons picking up quick bright drinks to roam", + "A neon sign menu flipping seasonal feature blends", + "A late-night breeze cooling toothsome tropical notes" + ], + "actions": [ + "A rapid shake-and-pour rhythm serving many patrons", + "A garnish skewer passed through each drink for quick identity", + "A quick taste approval with a thumbs-up from the server", + "A patron juggling food and drink while hunting a seat" + ], + "camera": "Roaming handheld with energetic cuts and handheld neon bokeh", + "accents": [ + "neon micro-halation on plastic cups", + "fruit micro-moisture on garnish skewers" + ], + "mood": "hungry exuberance", + "lighting": "neon night market glow", + "style": "street-food cocktail cross" + }, + { + "subGenre": "Cocktails", + "scene": "A silent tea-house by day turned cocktail lounge by night offering tea-infused martinis", + "sceneVariants": [ + "A silent tea-house by day turned cocktail lounge by night offering tea-infused martinis", + "A low-traffic room with warm wood and paper textures repurposed", + "Tea leaves steeped for hours then distilled into spirit bases", + "A tiny menu describing leaf provenance and infusion time", + "A late-night quiet crowd sipping contemplative martinis" + ], + "actions": [ + "A slow infusion decanted into a neutral spirit and chilled", + "A tasting sip with an emphasis on tannin-bridging and smooth finish", + "A neat pour with a single leaf garnish floating on the surface", + "A hushed conversation about the fusion of tea and spirit culture" + ], + "camera": "Intimate low-light inserts with long lens bokeh and tactile leaf macros", + "accents": [ + "paper micro-fibers catching warm rim-light", + "leaf micro-oil sheen on garnish" + ], + "mood": "reflective fusion", + "lighting": "soft warm interior with focused task light", + "style": "quiet hybrid mixology" + }, + { + "subGenre": "Cocktails", + "scene": "A community bar hosting a cocktail masterclass teaching bitters and house-made syrups", + "sceneVariants": [ + "A community bar hosting a cocktail masterclass teaching bitters and house-made syrups", + "A bench of participants with measuring spoons and small bottles", + "A teacher demonstrating maceration techniques with fresh citrus", + "Hands muddling and straining in sync under guidance", + "A group taste-and-compare among homemade syrups" + ], + "actions": [ + "A demo of infusion time and dosage for aromatic balance", + "Participants measuring bitter dashes and noting tolerance", + "A small tasting panel scoring sweetness and acidity balance", + "A final mixed cocktail made from class components" + ], + "camera": "Workshop-style coverage with close technique inserts and overhead pour shots", + "accents": [ + "syrup micro-viscosity sheen", + "measuring spoon micro-reflect on stainless" + ], + "mood": "hands-on learning", + "lighting": "bright workshop key with clean tone", + "style": "educational community mixology" + }, + { + "subGenre": "Cocktails", + "scene": "A twilight cigar bar pairing barrel-aged cocktails with premium cigars", + "sceneVariants": [ + "A twilight cigar bar pairing barrel-aged cocktails with premium cigars", + "A leather-and-wood den with humidors and velvet seating", + "A bartender selecting barrel samples to match tobacco intensity", + "A somber discussion about aging synergy between spirit and leaf", + "A small etched coaster marking the pairing night's theme" + ], + "actions": [ + "A measured pour of barrel-aged blend and a coordinated cigar cut", + "A slow draw and sip rhythm walked through by the host", + "Ash management and palate-cleansing notes delivered between draws", + "A final glass left to mellow as the smoke trail dissipates" + ], + "camera": "Low-slung moody coverage with close ash and glass macro", + "accents": [ + "leather micro-grain highlights", + "smoke micro-halo around ember" + ], + "mood": "sober refinement", + "lighting": "low warm club light with spot accents", + "style": "luxury pairing realism" + }, + { + "subGenre": "Cocktails", + "scene": "A late-night underground rave bar where energy-boosting cocktails are served in LED tumblers", + "sceneVariants": [ + "A late-night underground rave bar where energy-boosting cocktails are served in LED tumblers", + "A pulsating dance floor with LED-lit counter and glow cups", + "A neon-lit server sliding glow-cups to revving patrons", + "A menu labeling blends by BPM and intensity", + "A DJ booth with a specialty drink drop timed to the set" + ], + "actions": [ + "A quick top-up pour keeping the glow-cup full between songs", + "A server swapping to chilled shots timed on beat", + "Guests sipping and nodding as the tempo shifts", + "A momentary blackout followed by a bright LED splash effect" + ], + "camera": "Handheld kinetic with strobed motion sync to music beats and cup glow close-ins", + "accents": [ + "LED micro-glows diffused by condensation", + "neon micro-reflect on plastic rims" + ], + "mood": "high-energy nocturnal", + "lighting": "pulsed neon and strobe", + "style": "club-performance mixology" + }, + { + "subGenre": "Cocktails", + "scene": "A botanical greenhouse bar blending floral cocktails surrounded by hanging orchids", + "sceneVariants": [ + "A botanical greenhouse bar blending floral cocktails surrounded by hanging orchids", + "A glasshouse counter with living walls and plant labels", + "A bartender nibbling a petal to test aroma before infusion", + "A table with floral pairing notes and edible blossom plates", + "A mossy corner serving a chilled floral spritzer" + ], + "actions": [ + "Cold infusions prepared and strain-filtered using floral macerates", + "Edible petals floated atop the drink as perfume focus", + "A slow tasting of floral tiers from nose to finish", + "A gardener explaining harvest timing impact on aroma" + ], + "camera": "Lush green close-ins with soft bokeh on blooms and glass rim macros", + "accents": [ + "petal micro-sheen and nectar droplets", + "glass micro-condensation with leaf reflections" + ], + "mood": "botanical serenity", + "lighting": "diffused greenhouse daylight", + "style": "sensory botanical mixology" + }, + { + "subGenre": "Cocktails", + "scene": "An artisanal mezcal bar where smoky cocktails are paired with Oaxacan tasting bites", + "sceneVariants": [ + "An artisanal mezcal bar where smoky cocktails are paired with Oaxacan tasting bites", + "A clay-and-wood interior with agave fiber decor", + "A mezcalero explaining varietal differences and worm impact", + "Small roasted corn bites and mole spooned to match smoky notes", + "A tasting flight progressing from joven to añejo expressions" + ], + "actions": [ + "A smoky pour served neat and a small sip of tasting bite for contrast", + "A host demonstrating a mezcal wash and scent reflex", + "A communal tortilla crisp passed to neutralize palate", + "Notes taken on vegetal, smoke, and mineral descriptors" + ], + "camera": "Textural inserts on clay copitas, smoke curls and food micro-bites", + "accents": [ + "clay micro-porosity on cup rims", + "smoke micro-halation on food surface" + ], + "mood": "earthy ritual", + "lighting": "warm low-key interior", + "style": "regional craft mixology" + }, + { + "subGenre": "Cocktails", + "scene": "A sunrise brunch bar where daytime cocktails like bloody marys are prepared with house-made mixers", + "sceneVariants": [ + "A sunrise brunch bar where daytime cocktails like bloody marys are prepared with house-made mixers", + "A bright airy counter with pickled garnish wall", + "A slow pour of savory mix into tall glass with celery spear high", + "A communal pitcher of brunch sangria shared among tables", + "A chef plating small breakfast bites alongside each drink" + ], + "actions": [ + "A build-in-glass technique layering savory, spicy and bright notes", + "Garnishes skewered with miniature tasting items", + "Quick splash of house hot sauce adjusted per guest preference", + "A final salt-rim finish and a hearty cheers to morning" + ], + "camera": "Bright overhead into intimate handheld for garnish and pour detail", + "accents": [ + "condiment micro-droplets on garnish skewers", + "glass micro-fizzle on carbonation" + ], + "mood": "brisk conviviality", + "lighting": "fresh morning interior key", + "style": "daytime cocktail practicality" + }, + { + "subGenre": "Cocktails", + "scene": "A late-night improvisational bar where bartenders compete in speed-crafted cocktails", + "sceneVariants": [ + "A late-night improvisational bar where bartenders compete in speed-crafted cocktails", + "A small stage with showdown bar and cheering audience", + "A random ingredient revealed mid-round that must be incorporated", + "A timed pour with judges sampling quickly", + "A rapid-fire garnish creativity judged on balance and theatrics" + ], + "actions": [ + "A rapid shake-spin-pour under a 60-second countdown", + "A creative garnish flip and lighting moment for effect", + "Judges tasting and scoring immediately with quick descriptors", + "A winner announced with celebratory confetti and cheers" + ], + "camera": "Fast-cut competition cinema with tight bartender hands macro and crowd reaction", + "accents": [ + "bar tool micro-glints", + "spray micro-flares on theatrical garnish" + ], + "mood": "adrenal competitive fun", + "lighting": "spotlight event lighting with audience dim", + "style": "performance-based mixology" + }, + { + "subGenre": "Cocktails", + "scene": "A sunset orchard pop-up serving cider cocktails shaken with autumn spices", + "sceneVariants": [ + "A sunset orchard pop-up serving cider cocktails shaken with autumn spices", + "A wooden cart with pressed cider cartons and spice jars", + "A firepit nearby where cinnamon sticks are toasted for garnish", + "Small tasting flights comparing raw cider and spiced cocktail", + "A dusty orchard path with picnic tables and plaid blankets" + ], + "actions": [ + "Shaking cider with spice syrup and fine apple brandy", + "A warm rinse of glass with brandy flame to lift aromatics", + "A guest sampling and noting the balance of acid and spice", + "A final garnish of toasted apple chip perched on rim" + ], + "camera": "Warm pastoral handheld with close cider micro-bubbles and chip textures", + "accents": [ + "apple micro-sheen on chip surface", + "spice micro-particle dust in air" + ], + "mood": "rustic warmth", + "lighting": "soft sunset orchard glow", + "style": "seasonal farm-to-bar" + } +] \ No newline at end of file diff --git a/src/data/food_and_drink_coffee_culture.json b/src/data/food_and_drink_coffee_culture.json new file mode 100644 index 0000000..35ef256 --- /dev/null +++ b/src/data/food_and_drink_coffee_culture.json @@ -0,0 +1,412 @@ +{ + "food_and_drink": [ + { + "subGenre": "Coffee Culture", + "scene": "Sunlit specialty café with single-origin beans and barista station", + "sceneVariants": [ + "Sunlit specialty café with single-origin beans and barista station", + "Large windows with plants on the sill and soft wood counters", + "Rows of labeled origin bags on a back shelf", + "A barista tamping and steaming milk at a gleaming espresso machine", + "Patrons at communal tables working on laptops" + ], + "actions": [ + "Precise tamping, timed dosing and machine pull with crema reveal", + "Latte art finished with a final feather or heart flourish", + "Barista wiping the portafilter and exchanging a nod with a regular", + "A patron closing a laptop to inhale the first warm sip" + ], + "camera": "Slow lateral move from window to bar with macro pulls on crema and steam", + "accents": [ + "warm rim-light on crema gloss", + "micro-detail on bean texture and wood grain" + ], + "mood": [ + "quiet focus", + "crafted comfort" + ], + "lighting": [ + "soft morning key with interior warm fill", + "gentle rim from window backlight" + ], + "style": [ + "artisan café portrait", + "lifestyle coffee vignette" + ] + }, + { + "subGenre": "Coffee Culture", + "scene": "Busy roastery floor with burlap sacks and humming drum roaster", + "sceneVariants": [ + "Busy roastery floor with burlap sacks and humming drum roaster", + "Engineers checking roast profiles on laptops", + "A scale and sample station where cupping occurs", + "Stacks of neatly boxed freshly roasted bags ready for shipment", + "A mezzanine overlooking the production floor" + ], + "actions": [ + "Beans moving through the roaster and exiting in a warm cascade", + "A roaster adjusting airflow and monitoring color charts", + "Cupping spoons lifted in synchronized slurps and notes written down", + "Boxes being labeled with roast date and origin codes" + ], + "camera": "Handheld moving through the roastery with close macro on chaff and rotating drum", + "accents": [ + "amber glow from the roaster mouth", + "fine chaff dust motes lit in shafts of light" + ], + "mood": [ + "industrial craft", + "methodical pride" + ], + "lighting": [ + "warm practical roaster glow with cool shopfill", + "selective spot to accent machinery texture" + ], + "style": [ + "process documentary", + "artisan production short" + ] + }, + { + "subGenre": "Coffee Culture", + "scene": "Neighborhood espresso cart on a rainy morning serving commuters", + "sceneVariants": [ + "Neighborhood espresso cart on a rainy morning serving commuters", + "Umbrellas huddled together as people take quick orders", + "A single steaming paper cup warming gloved hands", + "Cart canopy dripping and reflecting neon", + "A regular exchanging a friendly quip with the vendor" + ], + "actions": [ + "Quick tamp, shot pull and swift milk foam pour into paper cup", + "Vendor sliding a coffee across a wet counter to a waiting hand", + "Steam rising visibly in cool, rainy air", + "A commuter taking a revitalizing first sip before stepping back into the rain" + ], + "camera": "Tight handheld macro on steam and cup then pull back to show street context", + "accents": [ + "wet-surface specular doubling umbrella neon", + "crisp steam micro-detail against cool air" + ], + "mood": [ + "practical warmth", + "urban routine" + ], + "lighting": [ + "soft overcast daylight with warm cart practicals", + "specular pops on wet metal surfaces" + ], + "style": [ + "street-culture vignette", + "commuter coffee portrait" + ] + }, + { + "subGenre": "Coffee Culture", + "scene": "Slow morning cupping session in a bright tasting room", + "sceneVariants": [ + "Slow morning cupping session in a bright tasting room", + "White countertops with rows of identical cups", + "Score sheets and aroma bowls arranged neatly", + "Trained tasters inhaling and slurping in rhythm", + "A presenter discussing origin notes and processing" + ], + "actions": [ + "Steam and aroma lifted from each cup as tasters lean in", + "Palate notes recorded and shared aloud in methodical cadence", + "A presenter pointing to origin maps while explaining the profile", + "A slow reveal of a rare micro-lot pour" + ], + "camera": "Static overhead on cupping rows intercut with close macro on surface tension and spoon angles", + "accents": [ + "clean white bounce emphasizing color clarity", + "micro-foam sheen and oil beads on surface" + ], + "mood": [ + "analytical calm", + "sincere curiosity" + ], + "lighting": [ + "even diffuse key to preserve color fidelity", + "soft fill to avoid harsh shadow on tasting sheets" + ], + "style": [ + "educational tasting short", + "sensory cupping vignette" + ] + }, + { + "subGenre": "Coffee Culture", + "scene": "Home pour-over ritual at a sunlit kitchen counter", + "sceneVariants": [ + "Home pour-over ritual at a sunlit kitchen counter", + "A ceramic dripper sitting on a glass server", + "Fresh grounds in a wooden scoop and a gooseneck kettle", + "A favorite mug warming on the counter", + "A cat watching from the windowsill" + ], + "actions": [ + "Circular bloom pour unlocking aromatics then slow steady pours to finish", + "Hand-held scales steadying the brew weight and time", + "A slow inhale before the first sip and a satisfied exhale", + "A camera catching the spiral of coffee dripping into the server" + ], + "camera": "Intimate macro sequence on kettle tip, grounds bed, liquid viscosity and final pour", + "accents": [ + "soft sunlight rim through steam", + "wood-grain micro-detail and ceramic glaze specular" + ], + "mood": [ + "domestic ritual", + "mindful tranquility" + ], + "lighting": [ + "warm morning sidelight with gentle fill", + "backlit steam for visible aroma" + ], + "style": [ + "home ritual short", + "slow-living vignette" + ] + }, + { + "subGenre": "Coffee Culture", + "scene": "Coffee and bookshop hybrid with oak shelves and low lighting", + "sceneVariants": [ + "Coffee and bookshop hybrid with oak shelves and low lighting", + "Patrons half-buried behind novels with a cup nearby", + "A small reading nook illuminated by wall lamps", + "Stacks of used books and hand-written notes tucked between pages", + "A barista serving coffee to a book club table" + ], + "actions": [ + "Quiet pouring and pages turning in a harmonized hush", + "A small group discussing a passage between sips", + "A camera sliding past spines to land on a steaming cup", + "Barista marking coffee origin on the chalkboard daily special" + ], + "camera": "Slow dolly among shelves with soft focus transitions to bar and patrons", + "accents": [ + "warm lamplight highlighting paper fiber texture", + "soft book-dust motes visible in narrow shafts" + ], + "mood": [ + "cozy introspection", + "cultivated quiet" + ], + "lighting": [ + "low warm lamp pools with dark ambient", + "gentle rim on tableware to keep it readable" + ], + "style": [ + "bookshop-café portrait", + "quiet cultural vignette" + ] + }, + { + "subGenre": "Coffee Culture", + "scene": "Industrial-chic café with slow-brew stations and hand grinders", + "sceneVariants": [ + "Industrial-chic café with slow-brew stations and hand grinders", + "Concrete counters and brass fixtures", + "Manual grinders turning with satisfying resistance", + "A line of beautiful glass chemex servers lined up", + "Barista explaining extraction ratios to a curious patron" + ], + "actions": [ + "Hand-crank grinding and synchronized pour-overs being prepared", + "Scale-and-timer disciplined brewing with deliberate motions", + "A slow close on filter bed saturation and channeling avoidance", + "A camera capturing mechanical detail and tactile interactions" + ], + "camera": "Clean wide with methodical macro inserts on grinder burrs and filter bloom", + "accents": [ + "metallic specular on brass fixtures", + "glass clarity highlights on chemex curves" + ], + "mood": [ + "mechanical elegance", + "crafted precision" + ], + "lighting": [ + "balanced cool studio fill with warm practical accents", + "narrow shafts for texture emphasis" + ], + "style": [ + "design-focused short", + "craft-brewing vignette" + ] + }, + { + "subGenre": "Coffee Culture", + "scene": "Weekend open-mic café evening with spoken word and mellow jazz", + "sceneVariants": [ + "Weekend open-mic café evening with spoken word and mellow jazz", + "Small stage lit by a single spotlight", + "Patrons leaning in with cups cradled", + "A vintage microphone and a battered stool", + "A late-night pastry case glowing" + ], + "actions": [ + "A poet reciting into the mic between low-volume jazz interludes", + "Barista quietly topping off cappuccinos for attentive listeners", + "A camera catching micro-expressions and emotional cadence", + "Applause and soft clapping punctuating quiet lines" + ], + "camera": "Intimate stage-to-table coverage with close emotional portraits", + "accents": [ + "spotlight warm key on performer", + "low ambient lamplight on audience faces" + ], + "mood": [ + "reflective warmth", + "gentle community" + ], + "lighting": [ + "theatrical warm spot with soft fill across the room", + "hazy spotlight diffusion for mood" + ], + "style": [ + "intimate performance short", + "cultural coffeehouse vignette" + ] + }, + { + "subGenre": "Coffee Culture", + "scene": "Pop-up cold-brew bar at a summer street fair", + "sceneVariants": [ + "Pop-up cold-brew bar at a summer street fair", + "Kegs and infusion towers lined with fruit and spice infusions", + "Ice-filled dispensers and branded cups with straw flags", + "A line of festival-goers seeking caffeinated relief", + "A small signage explaining steep time and concentrate ratios" + ], + "actions": [ + "Tapping chilled concentrate into tall cups and topping with citrus or tonic", + "Staff swapping carafes and refreshing ice beds", + "A camera capturing condensation beads and pour flow", + "Passersby reacting to a brisk caffeinated chill" + ], + "camera": "Vibrant lateral with close macro on pour and wide festival context", + "accents": [ + "cold specular on glass and ice", + "bright color pops from festival signage" + ], + "mood": [ + "refreshing energy", + "summery sociability" + ], + "lighting": [ + "bright outdoor sun softened by tent diffusion", + "high-key to preserve color saturation" + ], + "style": [ + "festival-beverage short", + "modern cold-brew portrait" + ] + }, + { + "subGenre": "Coffee Culture", + "scene": "Historic European-style café with marble tables and espresso ritual", + "sceneVariants": [ + "Historic European-style café with marble tables and espresso ritual", + "Patrons reading newspapers with demitasse cups", + "Marble-topped tables scuffed with years of use", + "A barista wearing a classic apron tamping by hand", + "A small bell chiming as orders are called" + ], + "actions": [ + "Short, dense espresso pulls served in tiny porcelain demitasses", + "A patron stirring sugar in rhythmic motion before a first sip", + "A camera catching crema and small steam pin-dots", + "Servers balancing trays on palms as they cross tight aisles" + ], + "camera": "Polished tripod coverage with close macro on porcelain and hand gestures", + "accents": [ + "marble specular and antique brass rim highlights", + "soft ambient crowd murmur as texture" + ], + "mood": [ + "timeless ritual", + "sophisticated ease" + ], + "lighting": [ + "soft indoor warm with subtle window backlight", + "gentle fill to preserve interior texture" + ], + "style": [ + "classic café portrait", + "heritage coffee vignette" + ] + }, + { + "subGenre": "Coffee Culture", + "scene": "Late-night study café with espresso shots fueling students", + "sceneVariants": [ + "Late-night study café with espresso shots fueling students", + "Tables full of open books and sticky notes", + "A quiet hum punctuated by the clack of keys", + "Stressed-but-determined faces illuminated by laptop glow", + "A thermos of extra shots set beside a group" + ], + "actions": [ + "Quick double-shot pulls passed between hands", + "A student raising a cup in a tired toast then sipping resolutely", + "A camera capturing focused eyes and coffee rings on notepaper", + "A barista offering a refill with a knowing smile" + ], + "camera": "Close humanist coverage with shallow depth to emphasize focus faces", + "accents": [ + "cool laptop glow contrasting warm cup rims", + "micro-sweat on brow and steam swirl to show late-night effort" + ], + "mood": [ + "determined camaraderie", + "purposeful fatigue" + ], + "lighting": [ + "low warm interior lighting with laptop-key cool fill", + "soft directional to keep faces legible" + ], + "style": [ + "study-night vignette", + "youthful perseverance short" + ] + }, + { + "subGenre": "Coffee Culture", + "scene": "Artisan latte competition with timed rounds and scoring judges", + "sceneVariants": [ + "Artisan latte competition with timed rounds and scoring judges", + "Multiple barista stations with clocked runs", + "Judges sipping silently and jotting notes", + "Intricate latte art revealed under bright judge lights", + "Crowds forming to watch the live pours" + ], + "actions": [ + "Rapid sequence of pours concluding with a judged reveal", + "Close macro on latte art symmetry and micro-foam texture", + "Judges tasting and marking criteria like balance and creativity", + "A camera capturing the tension of the final hold" + ], + "camera": "Broadcast-style multi-angle with macro top-down inserts for art reveals", + "accents": [ + "clean competition spot key to preserve detail", + "micro-foam sheen emphasized by angled rim" + ], + "mood": [ + "competitive craft", + "focused showmanship" + ], + "lighting": [ + "bright stage-key with soft backfill", + "no harsh reflection on cups allowed" + ], + "style": [ + "competitive craft short", + "broadcast latte highlight" + ] + } + ] +} \ No newline at end of file diff --git a/src/data/food_and_drink_desserts.json b/src/data/food_and_drink_desserts.json new file mode 100644 index 0000000..6599996 --- /dev/null +++ b/src/data/food_and_drink_desserts.json @@ -0,0 +1,548 @@ +{ + "food_and_drink": [ + { + "subGenre": "Desserts", + "scene": "Rustic patisserie at dawn with bakers glazing tarts", + "sceneVariants": [ + "Rustic patisserie at dawn with bakers glazing tarts", + "Flour-dusted counters and stacked tart pans", + "Warm oven light spilling onto cooling racks", + "A baker using a fine brush to add mirror glaze", + "Window display being arranged as morning light rises" + ], + "actions": [ + "Glazing tarts with slow glossy passes", + "Dusting powdered sugar through a sieve", + "Placing delicate fruit slices in concentric patterns", + "A camera capturing steam and glaze reflections" + ], + "camera": "Low lateral macro of glaze brushwork with wider shop reveal", + "accents": [ + "mirror-glaze speculars and warm oven rim-light", + "micro-detail on sugar crystals and flake" + ], + "mood": [ + "quiet craft", + "early-morning promise" + ], + "lighting": [ + "warm workshop key with cool window fill", + "soft speculars to bring out glaze shine" + ], + "style": [ + "artisan baking vignette", + "sensory pastry short" + ] + }, + { + "subGenre": "Desserts", + "scene": "Elegant restaurant dessert trolley service at candlelight", + "sceneVariants": [ + "Elegant restaurant dessert trolley service at candlelight", + "Silver trolley wheels creaking softly", + "Tableside caramel flambe with gentle flame", + "Diners watching small theatrical reveals", + "Satin-clothed servers moving with choreographed care" + ], + "actions": [ + "Trolley reveal and plated finishing touches", + "Tableside pouring of warm sauce and torching sugar", + "Guests reacting with soft audible delight", + "A camera capturing slow-motion sugar bloom" + ], + "camera": "Over-the-shoulder dolly with close-ups on flame and caramel threads", + "accents": [ + "amber flame rim and mirror sugar micro-specular", + "soft candle halos to heighten theatre" + ], + "mood": [ + "ceremonial indulgence", + "sophisticated delight" + ], + "lighting": [ + "warm candle key with low ambient", + "selective highlights for plated textures" + ], + "style": [ + "tableside culinary portrait", + "luxury dessert vignette" + ] + }, + { + "subGenre": "Desserts", + "scene": "Street festival crepe stall at twilight with sugar steam", + "sceneVariants": [ + "Street festival crepe stall at twilight with sugar steam", + "Paper cones and jam jars glinting under string lights", + "Families lining up for sweet treats", + "Battery-powered grill sizzling edges", + "Colorful banners fluttering overhead" + ], + "actions": [ + "Thin batter spread and flipped with practiced wrist", + "Filling with jam, cream, and fruit then fold and serve", + "Customers taking first bubbly bite and smiling", + "Slow wide of festival lane dotted with warm stalls" + ], + "camera": "Handheld weave through queue with close macro on batter sizzle", + "accents": [ + "sugar-gloss micro-highlights and colored-lamp bokeh", + "soft steam halos to suggest warmth" + ], + "mood": [ + "playful indulgence", + "communal sweetness" + ], + "lighting": [ + "warm festival practicals with soft twilight fill", + "specular highlights to preserve texture" + ], + "style": [ + "festival dessert short", + "family-friendly street vignette" + ] + }, + { + "subGenre": "Desserts", + "scene": "High-tech pastry lab crafting molecular desserts", + "sceneVariants": [ + "High-tech pastry lab crafting molecular desserts", + "Silicone molds and precision dispensers", + "Liquid nitrogen fog pooling at foot level (controlled)", + "Chefs using pipettes and syringes for flavor drops", + "Display of sculptural plated domes" + ], + "actions": [ + "Droplet encapsulation and spherification", + "Flash-freezing a delicate shell for crunch contrast", + "Assembly of multi-component plated constructions", + "A camera macro on delicate membrane burst" + ], + "camera": "Clinical macro inserts intercut with slow glides to show scale", + "accents": [ + "cold vapor diffusion and crystalline micro-glint", + "sterile high-clarity highlights to emphasize technique" + ], + "mood": [ + "technical wonder", + "playful experimentation" + ], + "lighting": [ + "cool lab key with narrow accent beams", + "high-clarity illumination for micro-detail" + ], + "style": [ + "modernist pastry short", + "experimental dessert vignette" + ] + }, + { + "subGenre": "Desserts", + "scene": "Classic bakery display window lined with layered cakes", + "sceneVariants": [ + "Classic bakery display window lined with layered cakes", + "Fluted cake stands and handwritten price tags", + "Early shoppers peering into the glass", + "Buttercream roses and piped borders", + "A patina of morning condensation on the glass" + ], + "actions": [ + "Slicing through cake to reveal layers and crumb structure", + "Applying a last piped detail or edible gold leaf", + "Customer choosing by pointing and smiling", + "A camera capturing cross-section reveal in macro" + ], + "camera": "Slow push into display glass followed by macro cross-section shots", + "accents": [ + "buttercream specular and soft pastry crumb micro-detail", + "warm morning rim to invite visual taste" + ], + "mood": [ + "nostalgic comfort", + "simple charm" + ], + "lighting": [ + "soft daylight through glass with warm interior fill", + "gentle specular to highlight frosting textures" + ], + "style": [ + "heritage bakery portrait", + "comfort-food vignette" + ] + }, + { + "subGenre": "Desserts", + "scene": "Ice cream parlor with artisan flavors and spinning scoops", + "sceneVariants": [ + "Ice cream parlor with artisan flavors and spinning scoops", + "Colorful tubs with engraved labels", + "Waffle cone station and toppings bar", + "Children pointing excitedly at options", + "Soft-serve machine whirring in the corner" + ], + "actions": [ + "Scoop twirl on cone and topping cascade", + "Taster spoon passed and reaction recorded", + "Slow-motion drip captured as cone tilts", + "A camera wide to show parlour bustle" + ], + "camera": "Playful dolly with slow-motion drip macro inserts", + "accents": [ + "cold specular on frozen surface and syrup sheen", + "bright saturated color pops on flavor tubs" + ], + "mood": [ + "joyful nostalgia", + "childlike delight" + ], + "lighting": [ + "bright indoor key with cool fill to suggest chill", + "specular highlights to preserve frozen texture" + ], + "style": [ + "fun confection portrait", + "family-friendly dessert short" + ] + }, + { + "subGenre": "Desserts", + "scene": "Chocolate workshop where truffles are hand-rolled", + "sceneVariants": [ + "Chocolate workshop where truffles are hand-rolled", + "Cocoa dust and tempered glossy ganache", + "Rows of cooling truffles on acetate", + "Master chocolatier piping ganache centers", + "Boxes being assembled for artisan orders" + ], + "actions": [ + "Pinch of cocoa dust coating and gentle roll", + "A master applying decorative transfer sheets", + "Taste testing small ganache pearls", + "A camera macro on sheen, texture and snap" + ], + "camera": "Macro hand-level inserts with tactile slow pans", + "accents": [ + "ganache mirror gloss and cocoa-dust micro-texture", + "warm brown chroma to maximize appetite appeal" + ], + "mood": [ + "decadent focus", + "luxury craft" + ], + "lighting": [ + "controlled warm key with soft rim", + "narrow shafts to bring out sheen" + ], + "style": [ + "chocolate craft vignette", + "artisan confection short" + ] + }, + { + "subGenre": "Desserts", + "scene": "Home kitchen pie-baking afternoon with family laughter", + "sceneVariants": [ + "Home kitchen pie-baking afternoon with family laughter", + "Roughly rolled dough and flour-smeared hands", + "Kids crimping pie edges with pride", + "Steam escaping a lattice-topped pie", + "A porch light and sunbeam through the window" + ], + "actions": [ + "Hand-rolling and crimping with playful instruction", + "Filling scoops and smoothing before top insertion", + "Family gathered to sample warm slices with cream", + "Camera capturing crumbs and warm steam macro" + ], + "camera": "Warm handheld close to capture familial candid moments", + "accents": [ + "golden crust specular and flour dust motes", + "soft home-light rim to emphasize intimacy" + ], + "mood": [ + "homey warmth", + "nostalgic togetherness" + ], + "lighting": [ + "warm interior sidelight with gentle fill", + "soft highlight to show crust goldenness" + ], + "style": [ + "family baking short", + "nostalgic cooking vignette" + ] + }, + { + "subGenre": "Desserts", + "scene": "Patisserie window at Christmas with spiced desserts and garland", + "sceneVariants": [ + "Patisserie window at Christmas with spiced desserts and garland", + "Gingerbread stacks and sugared orange slices", + "Twinkling fairy lights and evergreen sprigs", + "Customers peeking at holiday specials", + "A festive soundtrack faintly playing" + ], + "actions": [ + "Dusting spice and powdered sugar for holiday finish", + "Arranging seasonal platters and gift tins", + "A camera drifting through festive display capturing sheen", + "Patrons exchanging warm greetings as they order" + ], + "camera": "Cozy lateral with festive close-ups on sugared textures", + "accents": [ + "sugar glint micro-specular and warm holiday bokeh", + "soft garland rim-light to frame displays" + ], + "mood": [ + "festive indulgence", + "seasonal warmth" + ], + "lighting": [ + "warm festive practicals with soft ambient", + "accent lights to highlight seasonal detail" + ], + "style": [ + "holiday pastry vignette", + "seasonal bakery short" + ] + }, + { + "subGenre": "Desserts", + "scene": "Minimalist plated dessert tasting in a modern restaurant", + "sceneVariants": [ + "Minimalist plated dessert tasting in a modern restaurant", + "Small precise portions on matte plates", + "Edible flowers and micro-herbs as garnish", + "White-clad server presenting silent courses", + "Neutral-toned dining room to emphasize plate" + ], + "actions": [ + "A sequence of tiny contrasting bites building flavor", + "Chef explaining concept in a whisper", + "Patrons sipping neutral palate cleansers between bites", + "Camera close on precise plating geometry" + ], + "camera": "Tight shallow depth of field on plate geometry with slow pullbacks", + "accents": [ + "minimal specular on sauces and herb micro-detail", + "high micro-clarity to show textural contrast" + ], + "mood": [ + "contemplative savoring", + "culinary minimalism" + ], + "lighting": [ + "soft directional key with low ambient", + "controlled highlights to preserve plate contrast" + ], + "style": [ + "minimalist dessert short", + "contemporary tasting vignette" + ] + }, + { + "subGenre": "Desserts", + "scene": "Bakery school class learning sugar pulling and showpieces", + "sceneVariants": [ + "Bakery school class learning sugar pulling and showpieces", + "Students in white jackets and protective gloves", + "Molten sugar pools and timed cooling stations", + "Practice showpiece frames and glossy ribbons", + "Instructor demonstrating hand speed and safety" + ], + "actions": [ + "Pulling sugar ribbons and shaping into petals", + "Tempering sugar to desired elasticity", + "Students trying slow controlled pulls under watchful eye", + "Camera macro on glasslike sugar structure" + ], + "camera": "Instructional close-ups with safety-aware wide shots", + "accents": [ + "sugar glass micro-reflections and warm process glow", + "sharp micro-detail on edges" + ], + "mood": [ + "focused craftsmanship", + "educational excitement" + ], + "lighting": [ + "bright workshop key with safety fill", + "narrow beams to emphasize translucence" + ], + "style": [ + "instructional craftsmanship short", + "sugar-art vignette" + ] + }, + { + "subGenre": "Desserts", + "scene": "Pop-up doughnut stand offering exotic glazes at a night market", + "sceneVariants": [ + "Pop-up doughnut stand offering exotic glazes at a night market", + "Glaze bowls with matcha, yuzu, and roasted sesame", + "Crowds nibbling and comparing favorite glazes", + "Steaming oil and sugary glaze drip", + "Bright handwritten flavor boards" + ], + "actions": [ + "Dunking and glazing hot doughnuts then sprinkling final toppings", + "Customers sampling mini tasting rounds", + "Slow-motion glaze drip shots as doughnuts rotate", + "A camera wide of the night market energy" + ], + "camera": "Dynamic handheld with macro on glaze and topping textures", + "accents": [ + "glaze wet-specular and topping micro-contrast", + "neon market bokeh to set locale" + ], + "mood": [ + "playful indulgence", + "late-night treat joy" + ], + "lighting": [ + "warm practicals with ambient neon fill", + "specular highlight control for sugary sheen" + ], + "style": [ + "street-dessert vignette", + "playful confection short" + ] + }, + { + "subGenre": "Desserts", + "scene": "Afternoon tea service with petit fours and delicate pastries", + "sceneVariants": [ + "Afternoon tea service with petit fours and delicate pastries", + "Fine bone china and silver tea service", + "Tiered cake stands with miniature confections", + "Guests in soft conversation over sips", + "A harp or quiet piano providing gentle background" + ], + "actions": [ + "Selecting petite pastry and biting into refined textures", + "Pouring tea with delicate pacing and scent inhalation", + "Server replenishing stands and clearing crumbs", + "Camera close on layered petits and delicate sugar work" + ], + "camera": "Elegant lateral dolly with macro on petit-four detail", + "accents": [ + "porcelain specular and pastel micro-texture", + "soft filmic glow for genteel mood" + ], + "mood": [ + "refined leisure", + "civilized delight" + ], + "lighting": [ + "soft daylight with warm fill", + "gentle highlight on pastry edges" + ], + "style": [ + "high-tea vignette", + "elegant dessert short" + ] + }, + { + "subGenre": "Desserts", + "scene": "Molten lava cake served tableside with dramatic pour reveal", + "sceneVariants": [ + "Molten lava cake served tableside with dramatic pour reveal", + "Hot ramekin steam and molten center oozing out", + "Sauce poured to release warm flow", + "Close reactions from patrons as chocolate spills", + "A saucier crafting final flourish of ice cream or berry" + ], + "actions": [ + "Tapping ramekin and flipping to release molten core", + "Slow-motion pour of warm ganache spreading across plate", + "Guest scooping to reveal hot center", + "Camera macro capturing the melt and steam interplay" + ], + "camera": "Hero close with slow-motion reveal and wide table reaction", + "accents": [ + "molten gloss micro-specular and steaming vapor halos", + "rich deep chocolate chroma to invoke appetite" + ], + "mood": [ + "decadent thrill", + "shared delight" + ], + "lighting": [ + "warm spot key with soft ambient fill", + "controlled highlights to preserve sheen" + ], + "style": [ + "dramatic dessert short", + "decadent culinary vignette" + ] + }, + { + "subGenre": "Desserts", + "scene": "Fruit-tart market stall showcasing seasonal produce and caramel lattices", + "sceneVariants": [ + "Fruit-tart market stall showcasing seasonal produce and caramel lattices", + "Heaps of berries and citrus segments arranged artfully", + "Caramel threads spun over finished tarts", + "Local growers chatting with pastry chefs", + "A camera capturing bright color arrays" + ], + "actions": [ + "Placing perfectly cut fruit and brushing apricot glaze", + "Spinning caramel threads and placing final garnish", + "Customers choosing by color and shine", + "Macro of fruit juice beads and pastry flake" + ], + "camera": "Vibrant lateral with macro on fruit micro-texture", + "accents": [ + "fruit gloss micro-specular and caramel threads sparkle", + "bright natural color saturation to emphasize freshness" + ], + "mood": [ + "vibrant freshness", + "market delight" + ], + "lighting": [ + "natural daylight with tent diffusion", + "high color fidelity to preserve fruit tones" + ], + "style": [ + "market tart portrait", + "seasonal produce vignette" + ] + }, + { + "subGenre": "Desserts", + "scene": "Dessert food truck collaborating with a nightclub for late-night sweets", + "sceneVariants": [ + "Dessert food truck collaborating with a nightclub for late-night sweets", + "Glow of club lights reflecting off stainless counters", + "Crowds exiting the club and queuing for churros and ice cream", + "DJ booth near the truck adding soundtrack", + "LED signage with rotating flavor names" + ], + "actions": [ + "Serving churros dusted with cinnamon and sugar", + "Scooping late-night ice cream floats with boozy notes", + "Customers laughing and sharing bites", + "Camera capturing motion streaks and sugar dust micro-detail" + ], + "camera": "Dynamic handheld with neon streaks and close sugar macro", + "accents": [ + "neon rim on sugar and metallic truck surfaces", + "motion-bokeh from club lights" + ], + "mood": [ + "nocturnal decadence", + "playful hedonism" + ], + "lighting": [ + "neon practicals with low ambient", + "specular highlight control to preserve texture" + ], + "style": [ + "late-night dessert vignette", + "urban nightlife confection short" + ] + } + ] +} \ No newline at end of file diff --git a/src/data/food_and_drink_farmers_market.json b/src/data/food_and_drink_farmers_market.json new file mode 100644 index 0000000..b88e15f --- /dev/null +++ b/src/data/food_and_drink_farmers_market.json @@ -0,0 +1,402 @@ +[ + { + "subGenre": "Farmers Market", + "scene": "A bright weekend farmers' market with overflowing vegetable stalls and early-morning bakers", + "sceneVariants": [ + "A bright weekend farmers' market with overflowing vegetable stalls and early-morning bakers", + "Long rows of colorful produce under canvas canopies", + "A baker arranging crusty loaves while customers sample jams", + "A child pointing at a pumpkin while a vendor smiles", + "Local artisans arranging honey jars and hand-labeled preserves" + ], + "actions": [ + "A vendor weighing and bagging heirloom tomatoes for a customer", + "A baker slicing a honeyed loaf for taste testers", + "A shopper selecting basil bunches and smelling herb aroma", + "A hand-written receipt tacked and cash exchanged with a laugh" + ], + "camera": "Handheld market walkthrough with close macro on produce texture and currency exchange", + "accents": [ + "sun micro-caustics on glossy tomato skins", + "flour micro-dust on baker's hands" + ], + "mood": "buoyant communal morning", + "lighting": "bright morning daylight with soft fill", + "style": "lifestyle market reportage" + }, + { + "subGenre": "Farmers Market", + "scene": "A twilight evening market lit by strings and lanterns selling cooked street-food and late produce", + "sceneVariants": [ + "A twilight evening market lit by strings and lanterns selling cooked street-food and late produce", + "Warm lantern pools between vendor tables and small heaters", + "A queue for a single grill stall releasing savory steam", + "A crowded lane with bundled shoppers and carry bags", + "A violinist playing near a cider stall" + ], + "actions": [ + "A cook ladling a savory stew into a compostable bowl for a hungry patron", + "Lantern light catching oil-slicked roasted squash slices", + "A vendor packing mixed greens into paper wraps for a night customer", + "A small group sharing a tasting platter under an awning" + ], + "camera": "Low lantern-lit handheld with kinetic close-ups on steam and hands", + "accents": [ + "lantern micro-glow on oil sheen", + "smoke micro-haze drifting across frames" + ], + "mood": "nocturnal convivial warmth", + "lighting": "twilight with string-lantern practicals", + "style": "evening market cinematic" + }, + { + "subGenre": "Farmers Market", + "scene": "An organic produce coop stall at dawn where growers discuss heirloom seed varieties", + "sceneVariants": [ + "An organic produce coop stall at dawn where growers discuss heirloom seed varieties", + "Seed packets pinned to a board and labeled in neat handwriting", + "A dusty pickup truck unloaded with crates of microgreens", + "Grower pointing at root structure while explaining soil techniques", + "A volunteer bagging small salad mixes for a subscription box" + ], + "actions": [ + "A vendor explaining provenance and pointing to a field map", + "Small sample trays offered and politely tasted by curious shoppers", + "A membership sign-up sheet being filled with names and emails", + "Tasting notes scribbled into a small notebook" + ], + "camera": "Documentary early-morning wide with intimate close-ins on soil and seed textures", + "accents": [ + "soil micro-grit visible on root skins", + "microgreen micro-dew catching sun" + ], + "mood": "informed appreciative curiosity", + "lighting": "cool predawn with first-sun rim", + "style": "producer-focused market documentary" + }, + { + "subGenre": "Farmers Market", + "scene": "A mid-morning flower corner with buckets of peonies and sunflowers drawing an Instagram crowd", + "sceneVariants": [ + "A mid-morning flower corner with buckets of peonies and sunflowers drawing an Instagram crowd", + "Bouquets being wrapped in kraft paper with twine", + "A young couple picking stems for a table centerpiece", + "A florist pinning a sprig into a small posy for a walk-by", + "Pollen dust drifting in bright sunlight" + ], + "actions": [ + "Hands tying a bouquet and the slow ribbon knot ceremonial finish", + "A passerby leaning in to smell and closing eyes in delight", + "A florist trimming stems and discarding leaves to a bucket", + "A quick phone photo of the bouquet held aloft" + ], + "camera": "Bright shallow-depth close-ups on petals and ribbon with occasional pullbacks to crowd", + "accents": [ + "petal micro-velvet catching specular highlights", + "pollen micro-dust motes in sunbeams" + ], + "mood": "joyful sensory indulgence", + "lighting": "high-key natural daylight", + "style": "vibrant floral lifestyle" + }, + { + "subGenre": "Farmers Market", + "scene": "A rainy-market morning under plastic covers where vendors hustle to keep goods dry", + "sceneVariants": [ + "A rainy-market morning under plastic covers where vendors hustle to keep goods dry", + "Plastic tarps flapping and puddles forming between stalls", + "A vendor propping a crate higher to avoid splashes", + "Customers huddling under umbrellas making quick purchases", + "A kettle warming soups and warming shoppers at a small stand" + ], + "actions": [ + "A vendor stretching a new tarp and fast-setting clips to secure it", + "A shopper wrapping vegetables in extra paper before tucking into a bag", + "Steam rising from a pot as a vendor ladles small soups for sheltering patrons", + "A brief friendly argument over the last box of mushrooms resolved with a laugh" + ], + "camera": "Moody handheld with close wet-surface macros and umbrella-frame compositions", + "accents": [ + "rain micro-beads on plastic and produce", + "steam micro-halo rising above bowls" + ], + "mood": "practical resilient camaraderie", + "lighting": "diffuse overcast with practical tent lights", + "style": "gritty market reportage" + }, + { + "subGenre": "Farmers Market", + "scene": "A late-summer harvest fair at the market featuring grilled corn, preserves and canning demos", + "sceneVariants": [ + "A late-summer harvest fair at the market featuring grilled corn, preserves and canning demos", + "A canning booth demonstrating jar sterilization and label techniques", + "A smoky grill turning ears of corn and vendors offering butter pats", + "A children’s corner with pumpkin-painting and hay bale seating", + "A signboard listing seasonal festival programs and workshops" + ], + "actions": [ + "A demo of hot-water canning followed by careful jar placement", + "A patron biting into buttered corn and nodding with approval", + "A child presenting a painted pumpkin to proud parents", + "A vendor handing out small sample spoons of new chutney" + ], + "camera": "Festival-style wide with tactile close-ups on jars, corn kernels and hands", + "accents": [ + "jar micro-glass caustics", + "corn micro-gloss where butter melts into kernels" + ], + "mood": "celebratory harvest warmth", + "lighting": "late-morning sun with warm fill", + "style": "community harvest documentary" + }, + { + "subGenre": "Farmers Market", + "scene": "An artisan cheese counter midday with tasting flights and textured rind displays", + "sceneVariants": [ + "An artisan cheese counter midday with tasting flights and textured rind displays", + "A chalkboard describing cheese notes and affinage times", + "Crackers and honey jars offered for palate pairing", + "A cheesemonger cutting perfect portions with finesse", + "A guest comparing texture and making a careful selection" + ], + "actions": [ + "A thin plane of cheese shaved and placed on a tasting toothpick", + "A drizzle of honey paired with a bite and a pondering nod", + "A guest asking about milk provenance and aging cave notes", + "A wedge wrapped and labeled for takeaway" + ], + "camera": "Delicate close-in on rind texture and honey drip with rich tactile macros", + "accents": [ + "cream micro-gloss on paste", + "rind micro-crumb texture catching light" + ], + "mood": "curated gustatory curiosity", + "lighting": "soft natural midday with focused task light", + "style": "artisan culinary portrait" + }, + { + "subGenre": "Farmers Market", + "scene": "A small live-music corner where buskers attract shoppers to specialty preserves and hot pastries", + "sceneVariants": [ + "A small live-music corner where buskers attract shoppers to specialty preserves and hot pastries", + "A guitarist singing beside a pie table and a tip jar", + "A crowd clustering and clapping between tunes", + "A vendor offering a free sample slice to keep the crowd engaged", + "A youngster dancing near a jam stall" + ], + "actions": [ + "A busker finishing a verse and being cheered as a vendor hands out samples", + "A baker cutting a small slice and passing it to a smiling listener", + "A quick barter of a tune for a tin of preserves between a musician and a vendor", + "Clapping and coin drops into a small hat" + ], + "camera": "Roaming handheld with musical rhythm editing and close food-music intercuts", + "accents": [ + "crumb micro-flake caught in mid-air", + "wood micro-grain on guitar catching sunlight" + ], + "mood": "playful communal energy", + "lighting": "sunlit patchy shade under canopy", + "style": "market music-lifestyle vignette" + }, + { + "subGenre": "Farmers Market", + "scene": "An early-afternoon spice stall where a vendor grinds fresh pepper and sells small spice blends", + "sceneVariants": [ + "An early-afternoon spice stall where a vendor grinds fresh pepper and sells small spice blends", + "Jars labeled with origin and recommended pairings stacked neatly", + "A mortar and pestle demonstration drawing a small crowd", + "Sample sachets of blends offered for sniffing", + "A handwritten card with pairings for seasonal vegetables" + ], + "actions": [ + "A vendor grinding peppercorns into a small tasting cup for a curious guest", + "A quick jar label being hand-written with batch date", + "A shopper inhaling a sachet and nodding appreciatively", + "A small sale where two blends are bundled as a gift set" + ], + "camera": "Tight aromatic close-ups with macro on spice granules and hand-writing detail", + "accents": [ + "grain micro-sparkle under sun", + "powder micro-dust motes in air" + ], + "mood": "sensory exploratory delight", + "lighting": "bright midday market light", + "style": "artisan spice reportage" + }, + { + "subGenre": "Farmers Market", + "scene": "A dusk charity table where surplus produce is boxed and donated to a community pantry", + "sceneVariants": [ + "A dusk charity table where surplus produce is boxed and donated to a community pantry", + "Volunteers with reflective vests and clipboards organizing crates", + "A small line of community members collecting pre-boxed items", + "Signage explaining donation partners and schedules", + "Torches and battery lamps used to manage last-minute sorting" + ], + "actions": [ + "A volunteer checking boxes against a packing list and sealing lids", + "A community member receiving a box with a thankful smile", + "A quick tally and a final load placed into a van", + "A hand-off handshake between organizer and recipient" + ], + "camera": "Respectful documentary wide with close human micro-interactions and hands", + "accents": [ + "box micro-label reflection under task light", + "crate micro-wood texture catching dusk glow" + ], + "mood": "practical generous warmth", + "lighting": "dusk with practical work lamps", + "style": "community aid reportage" + }, + { + "subGenre": "Farmers Market", + "scene": "A noon weekend demo where a chef teaches quick pickling techniques using market veg", + "sceneVariants": [ + "A noon weekend demo where a chef teaches quick pickling techniques using market veg", + "Jars lined up with colorful sliced vegetables and brine labels", + "A chalkboard with ratios and timing tips for attendees", + "A small crowd jotting notes and sampling tiny spoons", + "A table of vinegar varieties to smell and compare" + ], + "actions": [ + "A chef pouring hot brine into pre-packed jars and sealing lids", + "A participant tasting a pickled cucumber sample and nodding", + "A quick Q&A about salt-to-vinegar ratios", + "A hand passing a sample plate to a neighbor" + ], + "camera": "Workshop-style steady inserts with macro on brine pour and slice textures", + "accents": [ + "brine micro-bubbles clinging to veg surfaces", + "jar micro-glass caustic catching sunlight" + ], + "mood": "educational hands-on enthusiam", + "lighting": "bright midday demo light", + "style": "culinary how-to market piece" + }, + { + "subGenre": "Farmers Market", + "scene": "A small breakfast nook inside the market offering fresh smoothies and warm pastries", + "sceneVariants": [ + "A small breakfast nook inside the market offering fresh smoothies and warm pastries", + "Baristas spinning fruit into bright blends behind a tiny counter", + "A bench where shoppers sit and compare purchases", + "A chalkboard menu offering juice-of-the-day", + "A steady trickle of families grabbing morning snacks" + ], + "actions": [ + "A blender whirling a bright green smoothie and a server pouring into recyclable cups", + "A patron unwrapping a warm pastry and taking a mindful first bite", + "A quick napkin pass as bags are juggled", + "A small child being given a tiny sample to taste" + ], + "camera": "Cozy counter-level inserts with brisk handheld motion and close food macros", + "accents": [ + "fruit micro-gloss on cut surfaces", + "pastry micro-flake falling in slow motion" + ], + "mood": "cheerful communal bustle", + "lighting": "soft interior market light with window fill", + "style": "market food-lifestyle vignette" + }, + { + "subGenre": "Farmers Market", + "scene": "A late-night clean-up crew sweeping empty stalls under dim overhead lights", + "sceneVariants": [ + "A late-night clean-up crew sweeping empty stalls under dim overhead lights", + "Folding tables stacked and tarps rolled for storage", + "A vacuum motor and brooms creating a quiet rhythm", + "A lone leftover crate of unsold apples being boxed for donation", + "A small van idling as volunteers prepare to leave" + ], + "actions": [ + "A broom sweeping scattered straw into tidy piles for disposal", + "A tarp being rolled tight and bungee-corded to a crate", + "A volunteer labeling a donation box before sliding it into a van", + "A final lock turned on a gate as the crew departs into night" + ], + "camera": "Quiet dusk-to-night steady shot with practical-light close detail", + "accents": [ + "trash micro-crisp under dim light", + "tarpaulin micro-fold shadow textures" + ], + "mood": "tired satisfied closure", + "lighting": "dim practical work lamps with deep shadows", + "style": "after-hours market documentary" + }, + { + "subGenre": "Farmers Market", + "scene": "A specialty tea and herb stall midday with drying herbs and tasting sachets", + "sceneVariants": [ + "A specialty tea and herb stall midday with drying herbs and tasting sachets", + "Bunches of thyme, lavender and mint hung to dry from a beam", + "A small kettle brewing tiny sample cups", + "Handmade sachets labeled with recommended steep times", + "A patron inhaling steam and closing eyes to read aroma" + ], + "actions": [ + "A vendor spooning a small cup of brewed tea for a tentative sip", + "A guest purchasing a custom blend and requesting an extra sachet", + "A quick note written on a packet advising infusion temperature", + "A small bundle tied and handed over as a fragrant gift" + ], + "camera": "Soft intimate macros on leaf texture and steam ribbons with pastoral backdrops", + "accents": [ + "leaf micro-fuzz catching rim-light", + "steam micro-lensing above sample cups" + ], + "mood": "calm aromatic curiosity", + "lighting": "soft midday filter through canopy", + "style": "sensory market portrait" + }, + { + "subGenre": "Farmers Market", + "scene": "A late-afternoon bread swap where small bakers trade loaves and techniques", + "sceneVariants": [ + "A late-afternoon bread swap where small bakers trade loaves and techniques", + "A circle of bakers exchanging samples and recipe cards", + "A table piled with laminated notes on hydration and proof times", + "A collaborative scoring of crumb and crust", + "A small crowd tasting and discussing differences" + ], + "actions": [ + "A baker breaking a warm loaf and sharing a torn corner for tasting", + "Notes passed and amicable critique shared over coffee", + "A small barter where a jar of jam trades for a rye loaf", + "Hands scribbling a recipe tip on the back of a business card" + ], + "camera": "Warm social wide with tactile crumb and hand-exchange close-ins", + "accents": [ + "crumb micro-porosity visible at torn edge", + "crust micro-blister textured under pass light" + ], + "mood": "collegial experimental community", + "lighting": "soft late-afternoon glow", + "style": "artisan collaborative vignette" + }, + { + "subGenre": "Farmers Market", + "scene": "An evening ferment booth showcasing kimchi, kombucha and lacto-ferments under moody light", + "sceneVariants": [ + "An evening ferment booth showcasing kimchi, kombucha and lacto-ferments under moody light", + "Rows of jars labeled with dates and flavor notes", + "A demo of a quick ferment technique with cabbage and spice", + "Samples offered on small wooden spoons", + "A small line of curious late shoppers willing to try bold flavors" + ], + "actions": [ + "A spoon tasting offered and a quick discerning nod given in return", + "A vendor explaining the role of time and temperature for each jar", + "A sample pour of kombucha fizzed into a tiny cup", + "A bag of small jars purchased as a sampler pack" + ], + "camera": "Low moody handheld with tight jar macros and fizz motion inserts", + "accents": [ + "brine micro-bubble clings", + "jar micro-glass caustic highlights" + ], + "mood": "curious experimental night energy", + "lighting": "moody evening practicals with warm fill", + "style": "artisan ferment showcase" + } +] \ No newline at end of file diff --git a/src/data/food_and_drink_fine_dining.json b/src/data/food_and_drink_fine_dining.json new file mode 100644 index 0000000..35aede2 --- /dev/null +++ b/src/data/food_and_drink_fine_dining.json @@ -0,0 +1,616 @@ +{ + "food_and_drink": [ + { + "subGenre": "Fine Dining", + "scene": "Candlelit tasting room with white-gloved servers and a single long table", + "sceneVariants": [ + "Candlelit tasting room with white-gloved servers and a single long table", + "Low vaulted ceiling and soft fabric drapes", + "Place settings with gleaming silver and crystal glassware", + "A central chef's pass visible in the background", + "Patrons seated in hushed clusters sharing small plates" + ], + "actions": [ + "Servers placing plated courses in synchronized rhythm", + "A sommelier pouring with practiced flourish", + "Close forks and knives tracing delicate bites", + "A short tasting speech delivered before the next course" + ], + "camera": "Slow lateral glide along the table with periodic tight push-ins on plated detail", + "accents": [ + "soft candle rim-light on porcelain and glass", + "subtle micro-detail on sauce gloss and herb micro-structure" + ], + "mood": [ + "intimate refinement", + "reverent anticipation" + ], + "lighting": [ + "warm candle pools with soft fill to preserve faces", + "low-key ambiance keeping backgrounds in velvet shadow" + ], + "style": [ + "luxury culinary portrait", + "slow cinematic tasting vignette" + ] + }, + { + "subGenre": "Fine Dining", + "scene": "Rooftop degustation at night with skyline lights and discreet jazz trio", + "sceneVariants": [ + "Rooftop degustation at night with skyline lights and discreet jazz trio", + "Linear table with low-slung bowls and sculptural centerpieces", + "Glass balustrade reflecting city pinpricks", + "Luggage-style wooden wine crates used as side tables", + "A waiter balancing a tray with delicate amuse-bouches" + ], + "actions": [ + "Server sequences choreographed to the music tempo", + "Wine decants lifted against the skyline", + "Forks lifting synchronized to a jazz brush roll", + "A camera capturing glints of city light on cutlery" + ], + "camera": "Wide rooftop sweep intercut with slow telephoto close-ups on plates and skyline bokeh", + "accents": [ + "city pin-prism rim highlights on glass", + "warm skin-key balanced against cool skyline tone" + ], + "mood": [ + "cosmopolitan elegance", + "quiet celebration" + ], + "lighting": [ + "warm table lamps with cool skyline backlight", + "gentle ambient to keep detail in midtones" + ], + "style": [ + "urban luxury short", + "nocturnal gastronomic postcard" + ] + }, + { + "subGenre": "Fine Dining", + "scene": "Underground wine cellar tasting with oak barrels and candle sconces", + "sceneVariants": [ + "Underground wine cellar tasting with oak barrels and candle sconces", + "Brick arches and damp stone floor", + "Rows of labeled barrels and vintage bottles on racks", + "Small tasting table draped in linen", + "A corkscrew and decanter arranged ceremonially" + ], + "actions": [ + "Hands swirling glass to release aromatics", + "A vintner explaining barrel nuance in hushed tone", + "Careful pouring into crystal and gentle sniffing", + "A camera detailing sediment and aged labels" + ], + "camera": "Low dolly with macro inserts on glass refraction and wood grain", + "accents": [ + "amber barrel-side rim highlighting wood texture", + "soft particulate haze to suggest cool cellar air" + ], + "mood": [ + "historic gravitas", + "measured connoisseurship" + ], + "lighting": [ + "warm amber sconces with deep cool shadows", + "selective spot to preserve reflective glass detail" + ], + "style": [ + "archival tasting vignette", + "material-focused documentary" + ] + }, + { + "subGenre": "Fine Dining", + "scene": "Speakeasy chef's table at midnight with theater-style plating reveals", + "sceneVariants": [ + "Speakeasy chef's table at midnight with theater-style plating reveals", + "Low ceiling, tufted leather seating, and tiny overhead pendants", + "Open kitchen within arm's reach of guests", + "A theatrical cloche lifted to reveal a smoky plate", + "Bartenders crafting bespoke aperitifs in the background" + ], + "actions": [ + "Chef unveiling a course beneath a plume of aromatic smoke", + "Guests leaning in for the reveal with audible reactions", + "Bartender finishing a signature cocktail at pace", + "Close overlays of micro-herb placement and finishing oil" + ], + "camera": "Tight over-the-shoulder and table-top macro cuts with theatrical reveal timing", + "accents": [ + "smoke diffusion catching warm pendant rims", + "high micro-clarity on garnish textures" + ], + "mood": [ + "expectant secrecy", + "intimate theatricality" + ], + "lighting": [ + "pin-lit pendants with soft fill to maintain facial readability", + "selective low-key pools for reveal moments" + ], + "style": [ + "culinary noir", + "small-theater tasting film" + ] + }, + { + "subGenre": "Fine Dining", + "scene": "Cliffside private tasting under moonlight with sound of waves far below", + "sceneVariants": [ + "Cliffside private tasting under moonlight with sound of waves far below", + "A sculptural table carved from local stone", + "Wind-swept linens and weighted napkins", + "Lanterns anchored to rock with soft chains", + "A distant lighthouse blinking on the horizon" + ], + "actions": [ + "Dishes served in slow reverence with oceanic garnish", + "Guests pausing between bites to listen to the surf", + "A server steadying a glass against wind gusts", + "A camera pulling back to show the small human imprint against vast sea" + ], + "camera": "Crane out to reveal cliff scale with intermittent intimate macro coverage", + "accents": [ + "moonlight silver on shells and mirrors", + "high micro-detail on sea-spray textures" + ], + "mood": [ + "awe-laced intimacy", + "solemn indulgence" + ], + "lighting": [ + "cool moon fill with warm lantern accents", + "soft rim to preserve horizon silhouette" + ], + "style": [ + "epic private tasting", + "minimalist cinematic food portrait" + ] + }, + { + "subGenre": "Fine Dining", + "scene": "Midnight sushi omakase bar where the chef works in near silence", + "sceneVariants": [ + "Midnight sushi omakase bar where the chef works in near silence", + "Polished wood counter and impeccably arranged knives", + "Single row of guests watching the master's hands", + "A tray of glinting nigiri arranged like jewels", + "A lacquered sake set waiting for pour" + ], + "actions": [ + "Chef shaping rice with practiced economy of motion", + "A single delicate brush of sauce across fresh fish", + "Guests closing eyes to savor a single bite", + "Slow pour of aged sake into porcelain cups" + ], + "camera": "Macro handcam on chef's hands intercut with tight reaction portraits", + "accents": [ + "warm lacquer rim and high specular on fresh fish", + "extreme micro-detail on rice grain and fish sheen" + ], + "mood": [ + "sacred concentration", + "refined restraint" + ], + "lighting": [ + "focused warm bar-key with black surround", + "tiny specular highlights to showcase freshness" + ], + "style": [ + "zen culinary short", + "ritualized tasting portrait" + ] + }, + { + "subGenre": "Fine Dining", + "scene": "Late-night tasting in a neon-accented modernist dining room", + "sceneVariants": [ + "Late-night tasting in a neon-accented modernist dining room", + "Minimalist furniture and sculptural plates", + "Neon wall art casting colored glows", + "Sparse guests clustered in small groups", + "A chef placing a finishing dust with tweezers" + ], + "actions": [ + "Precise micro-placements of components", + "Guests tasting and exchanging whispered impressions", + "A mixologist spraying ephemeral aromatics over a course", + "A camera capturing the neon wash refracting through glassware" + ], + "camera": "Slow push-in with occasional stylized rack focus to emphasize neon geometry", + "accents": [ + "neon color rims altering food hue for stylized photography", + "polished plate speculars as focal glints" + ], + "mood": [ + "modernist curiosity", + "stylized delight" + ], + "lighting": [ + "colored neon accents with controlled warm key", + "low ambient to retain high-contrast mood" + ], + "style": [ + "stylized trend-short", + "editorial food film" + ] + }, + { + "subGenre": "Fine Dining", + "scene": "Private tasting at a heritage manor in candle and hearth glow", + "sceneVariants": [ + "Private tasting at a heritage manor in candle and hearth glow", + "Antique silver and embroidered linens", + "Fireplace crackle and a rug underfoot", + "Servants in period-inspired service attire", + "A sideboard with vintage decanters and tasting notes" + ], + "actions": [ + "Courses presented with ritualistic timing near the hearth", + "Guests reading tasting notes between sips", + "A server polishing a glass before pour", + "A slow camera pan over ornate tableware" + ], + "camera": "Classical dollied coverage with warm hearth pull-ins and slow crossfades", + "accents": [ + "fire-kernel rim highlighting metalwork", + "ornate texture detail on linen and wood" + ], + "mood": [ + "historic luxury", + "ceremonial comfort" + ], + "lighting": [ + "warm hearth and candle pockets with deep ambient shadow", + "soft diffusion to preserve period texture" + ], + "style": [ + "period culinary portrait", + "hearthside vignette" + ] + }, + { + "subGenre": "Fine Dining", + "scene": "Moonlit vineyard table where a tasting is paired with nocturnal harvest rituals", + "sceneVariants": [ + "Moonlit vineyard table where a tasting is paired with nocturnal harvest rituals", + "Long rustic table set between low trellises", + "Harvesters moving in the distance with lanterns", + "A chef finishing courses over a field-plated board", + "Breezy vine movement providing soft motion" + ], + "actions": [ + "A vintner explaining terroir while gesturing over vines", + "Servers passing small seasonal courses gleaned from the land", + "Guests tasting and noting subtle soil-driven aromas", + "A camera pulling back to show rows receding into darkness" + ], + "camera": "Low wide to capture vine geometry with sparse macro plates inserts", + "accents": [ + "moon-kissed grape rim and soft lantern glows", + "leaf micro-texture emphasized to suggest place" + ], + "mood": [ + "earthy ceremony", + "place-based intimacy" + ], + "lighting": [ + "cool moon fill with warm handheld lanterns", + "soft directional fill to keep faces legible" + ], + "style": [ + "terroir-driven short", + "field-to-fork nocturnal portrait" + ] + }, + { + "subGenre": "Fine Dining", + "scene": "Sunlit veranda tasting with linen curtains and sea-breeze", + "sceneVariants": [ + "Sunlit veranda tasting with linen curtains and sea-breeze", + "Whitewashed railings and potted herbs", + "Guests in light summer clothes leaning into breeze", + "Plates featuring citrus and fresh herb oils", + "A server carrying a tray of sun-warmed bread" + ], + "actions": [ + "Light forks raised for first bright bites", + "A sommelier describing acid and minerality", + "Curtains flutter signaling the breeze", + "A camera capturing micro-spritz of citrus zest" + ], + "camera": "Gentle lateral pushes with soft focus background and crisp foreground detail", + "accents": [ + "sunlit rim on oil sheen and citrus zest", + "air-soft bloom to convey heat and breeze" + ], + "mood": [ + "cheerful refinement", + "sunlit conviviality" + ], + "lighting": [ + "broad warm sunlight with soft fill from white fabrics", + "high-key daytime mood with gentle contrast" + ], + "style": [ + "coastal daytime culinary portrait", + "light-filled tasting vignette" + ] + }, + { + "subGenre": "Fine Dining", + "scene": "Greenhouse chef’s table at midday with intense plant freshness", + "sceneVariants": [ + "Greenhouse chef’s table at midday with intense plant freshness", + "Glass panes and hanging herb baskets", + "A table set among succulents and aromatic pots", + "Dew on leaves and sun-dappled tablecloth", + "Chef plucking herbs directly to finish a plate" + ], + "actions": [ + "Chef harvesting microgreens and placing them directly on plates", + "Guests inhaling fragrance before tasting", + "A camera capturing water beads and leaf vein detail", + "Light conversation about provenance and seasonality" + ], + "camera": "Intimate macro inserts balanced with wide greenhouse reveals", + "accents": [ + "translucent leaf backlight emphasizing texture", + "bright green saturation to convey freshness" + ], + "mood": [ + "vibrant freshness", + "seasonal delight" + ], + "lighting": [ + "bright diffused greenhouse sunlight with soft fill", + "high-key clarity to show color accuracy" + ], + "style": [ + "farm-to-table portrait", + "botanical tasting short" + ] + }, + { + "subGenre": "Fine Dining", + "scene": "Seaside terrace brunch with bright plates and chatter", + "sceneVariants": [ + "Seaside terrace brunch with bright plates and chatter", + "Umbrellas casting playful shade patterns", + "Mains arriving in bright ceramic", + "Servers balancing plates across narrow wooden paths", + "Children running at the terrace edge under supervision" + ], + "actions": [ + "Guests passing bites and commenting aloud", + "A waiter topping plates with finishing herbs", + "Small toasts raised with chilled sparkling wine", + "A camera capturing reflection on wine and plates" + ], + "camera": "Fluid lateral moves with occasional aerial table reveal from above", + "accents": [ + "sunlit specular on chilled glass", + "bright color pop on fresh produce and garnishes" + ], + "mood": [ + "lighthearted indulgence", + "summery sociability" + ], + "lighting": [ + "strong natural daylight with umbrella-diffused soft shadows", + "balanced fill to keep faces readable" + ], + "style": [ + "casual upscale brunch short", + "lifestyle culinary portrait" + ] + }, + { + "subGenre": "Fine Dining", + "scene": "Farm-to-table midday tasting in an orchard with natural seating", + "sceneVariants": [ + "Farm-to-table midday tasting in an orchard with natural seating", + "Rustic tables beneath fruit trees", + "Plates carrying freshly picked produce", + "Farmworkers in the distance taking a break", + "A chef explaining the day’s harvest" + ], + "actions": [ + "Hands passing tongs and sampling plates", + "Guests sampling raw produce then cooked variations", + "A camera documenting soil-to-plate transitions", + "Laughter and casual storytelling around the table" + ], + "camera": "Ground-level lateral with cut-ins on hands and produce micro-detail", + "accents": [ + "leafy rim light and soil micro-texture", + "saturated natural colors to emphasize freshness" + ], + "mood": [ + "earthy delight", + "communal humility" + ], + "lighting": [ + "hard natural midday with gentle fill from canopy", + "natural bounce to brighten faces" + ], + "style": [ + "farm-anchored culinary short", + "documentary tasting vignette" + ] + }, + { + "subGenre": "Fine Dining", + "scene": "Bright winery barrel-room lunch with sunbeams through high windows", + "sceneVariants": [ + "Bright winery barrel-room lunch with sunbeams through high windows", + "Rows of barrels forming warm corridors", + "A long rustic table with tasting placards", + "Dust motes dancing in shafts of light", + "Servers pouring light-bodied whites in stemware" + ], + "actions": [ + "Sommeliers guiding pairings between barrel samples and small bites", + "Guests noting oak influence and acidity shifts", + "A camera capturing wood grain and glowing wine tones", + "Casual laughter rising over tasting notes" + ], + "camera": "Slow slider along barrel rows with cross-cut macro on glass and grain", + "accents": [ + "golden wood rim-light and translucent wine tones", + "fine dust motes highlighted in sun shafts" + ], + "mood": [ + "learned pleasure", + "sunlit conviviality" + ], + "lighting": [ + "strong beam sunlight with soft ambient fill", + "warm natural bounce from oak surfaces" + ], + "style": [ + "didactic tasting short", + "sunlit vineyard vignette" + ] + }, + { + "subGenre": "Fine Dining", + "scene": "Mediterranean patio degustation in late morning with citrus and olive accents", + "sceneVariants": [ + "Mediterranean patio degustation in late morning with citrus and olive accents", + "Terracotta tiles and blue ceramic plates", + "Olive trees casting patterned shade", + "A breezy table with citrus half-plates for garnish", + "Local bread and olive oil carafes on the table" + ], + "actions": [ + "A chef zesting citrus over bright fish courses", + "Guests passing oil-and-bread boards and discussing texture", + "A camera capturing oil sheen and crust micro-detail", + "Toasts made with local fortified wine" + ], + "camera": "Warm wide coverage with intimate tabletop macro inserts", + "accents": [ + "sun-kissed citrus rim rays", + "textural emphasis on crust and oil micro-reflections" + ], + "mood": [ + "sunny refinement", + "relaxed epicurean joy" + ], + "lighting": [ + "hard late-morning sun with soft canopy diffusion", + "high color fidelity to preserve Mediterranean tones" + ], + "style": [ + "regional culinary portrait", + "daytime tasteful vignette" + ] + }, + { + "subGenre": "Fine Dining", + "scene": "Bright conservatory luncheon where botanicals are integrated into plates", + "sceneVariants": [ + "Bright conservatory luncheon where botanicals are integrated into plates", + "Glass-roofed space with abundant potted herbs", + "Tables set with botanical place-cards", + "A chef delicately placing edible flowers", + "Guests sipping light aromatic aperitifs" + ], + "actions": [ + "Guests smelling botanical-infused apertifs before tasting", + "Chef demonstrating edible flower placements", + "A camera capturing translucent petal textures in macro", + "Soft conversation about sustainable sourcing" + ], + "camera": "Macro-focused lens work paired with airy wide shots of the conservatory", + "accents": [ + "leaf backlight emphasizing petal translucence", + "high chroma for edible florals and herb greens" + ], + "mood": [ + "delicate curiosity", + "botanical delight" + ], + "lighting": [ + "diffused greenhouse sunlight with soft fill", + "bright high-key to preserve color fidelity" + ], + "style": [ + "sustainable culinary short", + "botanical tasting vignette" + ] + }, + { + "subGenre": "Fine Dining", + "scene": "Sunlit bistro terrace on a narrow city lane at lunchtime", + "sceneVariants": [ + "Sunlit bistro terrace on a narrow city lane at lunchtime", + "Patrons leaning over small round tables", + "Steam rising gently from a freshly plated amuse", + "Cyclists and pedestrian traffic passing nearby", + "A server balancing multiple plates to a corner table" + ], + "actions": [ + "Light repartee between diners while sampling small plates", + "A chef popping out to greet a regular guest", + "A camera capturing steam curls and sauce gloss close-ups", + "Servers orchestrating an efficient midday service flow" + ], + "camera": "Handheld strolling coverage with tabletop macro contrasts", + "accents": [ + "sunlit rim on steam and oil sheen", + "urban ambient sound design to situate the lane" + ], + "mood": [ + "urban charm", + "casual refinement" + ], + "lighting": [ + "high midday sun with shadow from nearby buildings", + "balanced fill to keep faces readable" + ], + "style": [ + "lively culinary postcard", + "street-level tasting short" + ] + }, + { + "subGenre": "Fine Dining", + "scene": "Bright coastal tasting where local seafood is plated with citrus and sea herbs", + "sceneVariants": [ + "Bright coastal tasting where local seafood is plated with citrus and sea herbs", + "Open-air tent with ocean sounds and gulls distant", + "Chilled seafood on shells and recycled glass plates", + "Servers bringing plates across sand-protected boardwalks", + "Live shucking station at the edge of the service line" + ], + "actions": [ + "Shucker revealing fresh oysters and guests squeezing citrus", + "A chef explaining brine vs salinity while gesturing to the sea", + "A camera capturing shell micro-texture and brine droplets", + "Groups toasting with light coastal wines" + ], + "camera": "Low angled macro of seafood with intermittent wide ocean reveals", + "accents": [ + "specular brine on shells and wet micro-detail", + "cool blue rim from ocean reflections" + ], + "mood": [ + "briny freshness", + "sunlit ease" + ], + "lighting": [ + "bright coastal sun with diffused tent fill", + "specular highlights calibrated to preserve plate detail" + ], + "style": [ + "coastal tasting short", + "material-driven culinary vignette" + ] + } + ] +} \ No newline at end of file diff --git a/src/data/food_and_drink_food_trucks.json b/src/data/food_and_drink_food_trucks.json new file mode 100644 index 0000000..f2e1649 --- /dev/null +++ b/src/data/food_and_drink_food_trucks.json @@ -0,0 +1,327 @@ +[ + { + "subGenre": "Food Trucks", + "scene": "A neon-lined night strip where a ramen truck serves steaming bowls to a hungry queue", + "sceneVariants": [ + "A neon-lined night strip where a ramen truck serves steaming bowls to a hungry queue", + "Steam pluming from a single central pot and chopsticks clacking", + "Patrons clustered on nearby barrels slurping noodles", + "A small handwritten menu taped to the hatch with specials", + "A glowing 'open' sign reflected in puddles" + ], + "actions": [ + "A ladle scooping a fragrant broth and placing it into bowls", + "Chopsticks lifting a tangle of noodles with steam trailing", + "A guest blowing on a hot spoonful before tasting", + "A vendor calling out orders and handing bowls through the hatch" + ], + "camera": "Handheld night POV with steam macros and neon bokeh", + "accents": [ + "steam micro-lensing around noodle strands", + "neon micro-halation on metallic truck surfaces" + ], + "mood": "nocturnal hungry comfort", + "lighting": "neon and practical low-light", + "style": "street-night food reportage" + }, + { + "subGenre": "Food Trucks", + "scene": "A daytime food-truck festival with dozens of trucks circling a park and families sampling bites", + "sceneVariants": [ + "A daytime food-truck festival with dozens of trucks circling a park and families sampling bites", + "Colorful tents and kids running with mini tacos", + "Local bands playing on a small stage while people queue", + "A map board showing truck locations and menu highlights", + "A community table where strangers share benches" + ], + "actions": [ + "Servers handing small sample spoons to curious patrons", + "A vendor flipping mini patties on a hot griddle", + "A family passing plates and trading bites", + "A chef announcing a limited midday special" + ], + "camera": "Festival-wide roaming with quick handheld food macros", + "accents": [ + "spray micro-gloss on sauces under sun", + "crumb micro-crisp sparkle in bright light" + ], + "mood": "festive communal appetite", + "lighting": "bright midday festival light", + "style": "event food-lifestyle" + }, + { + "subGenre": "Food Trucks", + "scene": "A rainy evening where a single taco truck creates a warm island under its awning", + "sceneVariants": [ + "A rainy evening where a single taco truck creates a warm island under its awning", + "Steam and vapor mixing with dripping umbrellas and neon signs", + "A small queue huddled close for heat and spice", + "Bright salsa jars lined up by the serving window", + "Patrons balancing tacos and umbrellas in a quick retreat" + ], + "actions": [ + "A server sliding warm tacos on corn tortillas into small paper wraps", + "A quick squirt of lime and scatter of cilantro finishing each order", + "A patron taking a big bite and nodding despite the rain", + "A vendor handing over napkins and a hot sauce smile" + ], + "camera": "Moody handheld with wet-surface close-ups and steam halos", + "accents": [ + "rain micro-beads on paper wraps", + "oil micro-gloss on taco fillings under lamp light" + ], + "mood": "cozy resilient delight", + "lighting": "damp night with warm awning light", + "style": "rainy-street food cinema" + }, + { + "subGenre": "Food Trucks", + "scene": "An upscale gastropod truck pairing small-plate seafood with curated craft beers at dusk", + "sceneVariants": [ + "An upscale gastropod truck pairing small-plate seafood with curated craft beers at dusk", + "A micro-bar set up beside the truck with tasting flights", + "A chalkboard pairing list with tasting notes", + "Glasses clinking and hushed conversation among an older crowd", + "A tidy service flow with plated micro-portions" + ], + "actions": [ + "A small oyster topped with a bright mignonette placed on a tasting spoon", + "A server explaining pairing notes with measured gestures", + "Guests swirling beer and sampling to note contrast", + "A quick tasting notation made by a serious guest" + ], + "camera": "Sleek dusk close-ups with refined plate-insert macros", + "accents": [ + "shell micro-moisture catching twilight", + "beer micro-caustic reflections on glass" + ], + "mood": "refined convivial discovery", + "lighting": "soft dusk with practical warm fill", + "style": "mobile fine-dining vignette" + }, + { + "subGenre": "Food Trucks", + "scene": "A pre-dawn breakfast run where a coffee-and-bagel truck serves commuters heading to work", + "sceneVariants": [ + "A pre-dawn breakfast run where a coffee-and-bagel truck serves commuters heading to work", + "Steam and the smell of fresh roast drifting into morning fog", + "A short line of workers in coats clutching paper cups", + "A small sandwich press doing continuous duty", + "A schedule taped to the side noting 'rush hour special'" + ], + "actions": [ + "A barista pulling long espresso shots and steaming milk quickly", + "A server buttering a toasted bagel and sliding it into a paper sleeve", + "Customers accepting cups with grateful half-smiles and hasty goodbyes", + "A cashier swapping orders in a practiced sequence" + ], + "camera": "Brisk handheld morning POV with close cup-crema and bagel macros", + "accents": [ + "crema micro-waves on espresso", + "butter micro-melt beads on toasted bagel" + ], + "mood": "efficient wakeful ritual", + "lighting": "cool predawn with truck task light", + "style": "commuter food vignette" + }, + { + "subGenre": "Food Trucks", + "scene": "A grilled-cheese truck at midnight attracting students with oozy cheese and inventive fillings", + "sceneVariants": [ + "A grilled-cheese truck at midnight attracting students with oozy cheese and inventive fillings", + "A handwritten menu board with 'late-night melts'", + "Stacks of bread and multiple cheese wheels in view", + "A group of friends sharing a loaded sandwich", + "A small disposable plate with melting cheese pooling" + ], + "actions": [ + "A cheese pull captured as a toasted sandwich is opened", + "A quick sweep of a spatula sliding a hot sandwich onto a plate", + "A guest tearing off a corner and passing it to a friend", + "A vendor adding a surprisingly sweet chutney to one order" + ], + "camera": "Tactile close handheld with molten cheese macro and slow-motion pull", + "accents": [ + "cheese micro-thread glints as it stretches", + "crust micro-crisp reflecting hot press light" + ], + "mood": "playful indulgent hunger", + "lighting": "neon night with warm truck glow", + "style": "comfort late-night street food" + }, + { + "subGenre": "Food Trucks", + "scene": "A small farmer-operated truck at lunchtime selling hearty seasonal soups and stews", + "sceneVariants": [ + "A small farmer-operated truck at lunchtime selling hearty seasonal soups and stews", + "A rustic vehicle with harvest crates stacked around it", + "A ladle station and a stack of enamel bowls", + "Locals tucking into bowls at nearby picnic tables", + "A small sign indicating 'farm to truck' provenance" + ], + "actions": [ + "A ladle pouring a vegetable stew into a warm bowl with a crusty bread wedge", + "A server sprinkling parsley and cracking pepper onto the top", + "A patron savoring a spoonful and nodding at a friend", + "A farmer describing the day's harvest between orders" + ], + "camera": "Warm midday hand-held with close stew-surface macros", + "accents": [ + "stew micro-gloss on spoonfuls", + "bread micro-crust sparkle at tear points" + ], + "mood": "earthy nourishing comfort", + "lighting": "soft midday sun with gentle fill", + "style": "producer-driven food mobile" + }, + { + "subGenre": "Food Trucks", + "scene": "A late-evening fusion truck mixing Korean fried chicken flavors with American sides under string lights", + "sceneVariants": [ + "A late-evening fusion truck mixing Korean fried chicken flavors with American sides under string lights", + "Boxes of pickled sides and sauces lined up by the hatch", + "Crispy wings being tossed in sweet-spicy glaze", + "A mixed crowd of locals and visitors sharing benches", + "A small stack of napkins and plastic forks abundant on the rail" + ], + "actions": [ + "A server shaking a basket to drain excess glaze and transfer wings", + "A quick scatter of sesame seeds and scallions as finish", + "A guest wiping sticky fingers and offering a thumbs-up", + "A vendor calling out combo deals to passing groups" + ], + "camera": "Kinetic handheld with close crisp-surface macros and sauce fleck motion", + "accents": [ + "glaze micro-gloss catching string-light bokeh", + "crisp micro-crunch texture on wing edges" + ], + "mood": "energetic cross-cultural thrill", + "lighting": "warm string-light night", + "style": "fusion street-food reportage" + }, + { + "subGenre": "Food Trucks", + "scene": "A tiny dessert van at sunset serving artisanal ice-cream sandwiches on warm cookies", + "sceneVariants": [ + "A tiny dessert van at sunset serving artisanal ice-cream sandwiches on warm cookies", + "A small queue of couples balancing cones and sandwiches", + "A chalkboard listing unique seasonal flavors", + "A child with a melting scoop and sticky chin", + "A lid pop revealing tubs of flavors and mix-ins" + ], + "actions": [ + "A scoop pressed between two freshly baked cookies with a careful hand", + "A quick roll of the sandwich in mini-chocolate chips for finish", + "A guest biting down and closing eyes as cold and warm meet", + "A vendor handing a napkin and offering a smile" + ], + "camera": "Golden-hour close with cold-warm contrast macros", + "accents": [ + "ice micro-crystal gloss on exposed edge", + "cookie micro-crisp crumb highlights" + ], + "mood": "sweet playful delight", + "lighting": "sunset warm rim and soft fill", + "style": "dessert mobile charm" + }, + { + "subGenre": "Food Trucks", + "scene": "A pre-concert plaza where a pizza truck pulls large slices for music-goers in a rush", + "sceneVariants": [ + "A pre-concert plaza where a pizza truck pulls large slices for music-goers in a rush", + "Excited crowds with wristbands and backpacks pushing to the front", + "A quick-serve window with stacked pizza boxes", + "A scent of melted cheese carried across the plaza", + "A streetlight-lit queue and a busker nearby" + ], + "actions": [ + "A server sliding a long peel and cutting wide party slices", + "Guests grabbing slices and running toward the venue", + "A vendor shouting a last-call for gluten-free slices before doors", + "A quick exchange of cash and thanks as people sprint" + ], + "camera": "Fast-paced handheld with crowd motion and close cheese-pull macros", + "accents": [ + "cheese micro-thread glints under streetlight", + "box micro-ridge crisp under hand" + ], + "mood": "urgent excited energy", + "lighting": "evening plaza lights and vendor lamp", + "style": "event-driven food-service vignette" + }, + { + "subGenre": "Food Trucks", + "scene": "A weekend craft-beer and food-truck pairing event with small tasting plates and flights", + "sceneVariants": [ + "A weekend craft-beer and food-truck pairing event with small tasting plates and flights", + "Brewery tents nearby and flight paddles exchanged for token stamps", + "Servers offering tiny forkfuls to complement tasting notes", + "A mellow crowd discussing hops and acidity between bites", + "A printed flyer of pairing suggestions pinned to a board" + ], + "actions": [ + "A server sliding a tasting spoon of barbecued mushroom to pair with an IPA", + "A guest rotating a beer to study color and aroma before tasting", + "A quick exchange of pair-recommendation cards", + "A small applause when a pairing surprise delights" + ], + "camera": "Relaxed wide with refined close-ups on spoon and glass rim", + "accents": [ + "beer micro-caustic sparkle in light", + "mushroom micro-char texture on bite" + ], + "mood": "curated casual discovery", + "lighting": "late-afternoon mellow light", + "style": "pairing festival editorial" + }, + { + "subGenre": "Food Trucks", + "scene": "A tiny vegan taco truck opening at midday with bright plant-based bowls and bowls of salsa", + "sceneVariants": [ + "A tiny vegan taco truck opening at midday with bright plant-based bowls and bowls of salsa", + "A chalkboard proudly listing zero-animal-ingredients", + "Colorful vegetable slaws and fermented salsas in jars", + "Regulars waving as they approach the window", + "A small herb garden box strapped to the truck side" + ], + "actions": [ + "A server scooping marinated jackfruit into soft tortillas", + "A spritz of lime and a scattering of pickled onions as finish", + "A guest asking about fermentation times and taking a sample", + "A vendor offering a loyalty stamp to a returning patron" + ], + "camera": "Bright midday handheld with plant-texture macros and quick service cuts", + "accents": [ + "slaw micro-sparkle from vinegar droplets", + "herb micro-dew on freshly torn leaves" + ], + "mood": "fresh progressive optimism", + "lighting": "bright midday natural fill", + "style": "plant-forward street food" + }, + { + "subGenre": "Food Trucks", + "scene": "A small community outreach truck distributing free warm meals to people in need at dusk", + "sceneVariants": [ + "A small community outreach truck distributing free warm meals to people in need at dusk", + "Volunteers with aprons loading bowls and handing them down", + "A respectful queue under a community center awning", + "A sign indicating partnership with local shelters", + "Blankets and care packs set beside serving tables" + ], + "actions": [ + "A warm bowl handed through the hatch with a polite greeting", + "A volunteer adding a small extra packet of tea or bread", + "A brief chat and a compassionate exchange between server and guest", + "A final 'take care' and a gentle wave as people go" + ], + "camera": "Respectful documentary wide with intimate human-close inserts", + "accents": [ + "steam micro-halo above warm bowls", + "foil micro-crinkle under practical lamp" + ], + "mood": "compassionate pragmatic warmth", + "lighting": "dusk with practical work lamps", + "style": "community outreach reportage" + } +] \ No newline at end of file diff --git a/src/data/food_and_drink_fruit_platters.json b/src/data/food_and_drink_fruit_platters.json new file mode 100644 index 0000000..5272e98 --- /dev/null +++ b/src/data/food_and_drink_fruit_platters.json @@ -0,0 +1,477 @@ +[ + { + "subGenre": "Fruit Platters", + "scene": "A sunlit brunch patio with a communal fruit platter of sliced stone fruit and edible flowers", + "sceneVariants": [ + "A sunlit brunch patio with a communal fruit platter of sliced stone fruit and edible flowers", + "A long wooden table with linen and tall glasses of iced tea", + "Guests gathering plates and sampling different peaches and plums", + "Small bowls of honey and ricotta for pairing on the side", + "A server carving a perfect wedge and placing it at a place setting" + ], + "actions": [ + "A hand reaching to drizzle honey over a sliced peach", + "Guests passing a platter and trading tasting notes", + "A fork lifting a blossom-adorned bite to lips", + "A casual toast and slice-sharing between friends" + ], + "camera": "Warm wide table establish with periodic macro push-ins on fruit flesh and droplets", + "accents": [ + "nectar micro-beads on cut stone fruit", + "petal micro-sheen where flowers contact fruit" + ], + "mood": "sunny convivial leisure", + "lighting": "bright morning patio light", + "style": "lifestyle brunch editorial" + }, + { + "subGenre": "Fruit Platters", + "scene": "A late-night rooftop party where neon-lit platters of tropical fruit are passed around", + "sceneVariants": [ + "A late-night rooftop party where neon-lit platters of tropical fruit are passed around", + "String lights and a city skyline providing backdrop", + "Guests with cocktails sampling pineapple and mango slices", + "A DJ booth in the corner and a cluster of laughing friends", + "A platter rimmed with lime and chili salt" + ], + "actions": [ + "A guest sprinkling chili salt on a pineapple wedge", + "A server offering a toothpick and a grin", + "A quick taste reaction followed by laughter", + "An energetic gesture as someone recommends a pairing" + ], + "camera": "Handheld kinetic with neon bokeh and close macro on wet fruit surfaces", + "accents": [ + "tropical micro-gloss on mango flesh", + "lime micro-droplet highlights on rind" + ], + "mood": "electric sociable indulgence", + "lighting": "neon dusk mixed with soft string lights", + "style": "nocturnal party food cinematography" + }, + { + "subGenre": "Fruit Platters", + "scene": "A coastal picnic at sunrise with citrus platter and sea breeze", + "sceneVariants": [ + "A coastal picnic at sunrise with citrus platter and sea breeze", + "A woven blanket near a tide pool with small cups of citrus segments", + "A fisherman passing by nodding at the spread", + "A bright carafe of infused water chilled beside the platter", + "A few children chasing waves at the edge of frame" + ], + "actions": [ + "A hand squeezing a wedge into a small tasting cup", + "A guest popping a segment into their mouth and inhaling sharply at the acidity", + "A quick wipe of juice from a cheek with a napkin", + "A mellow exchange about favorite citrus varieties" + ], + "camera": "Soft wide coastal establish with tactile close-ins on segmented citrus and sea-spray", + "accents": [ + "citrus micro-pulp sparkle in morning light", + "salt micro-crystal sheen where spray touches rind" + ], + "mood": "brisk reflective freshness", + "lighting": "cool sunrise rim with soft fill", + "style": "pastoral coastal lifestyle" + }, + { + "subGenre": "Fruit Platters", + "scene": "A high-end hotel breakfast buffet with curated fruit platters and single-serve taster spoons", + "sceneVariants": [ + "A high-end hotel breakfast buffet with curated fruit platters and single-serve taster spoons", + "Marble counters with minimalist plating and labels describing origin", + "A concierge pouring mimosas as a guest selects fruit", + "Delicate glassware and linen napkins near the platters", + "A staff member replenishing a sliced melon display" + ], + "actions": [ + "A server placing a tiny tasting spoon beside a segment for flavor pairing", + "A guest reading a provenance card and smiling appreciatively", + "A chef adjusting a micro-garnish for a platter", + "A precise drizzle of aged syrup over a composed slice" + ], + "camera": "Sleek glide across buffet with clinical close-ups on label and pulp clarity", + "accents": [ + "melon micro-gloss reflecting lobby light", + "glass micro-caustics on small tasting spoons" + ], + "mood": "polished tasteful calm", + "lighting": "soft controlled interior morning light", + "style": "luxury hospitality food portrait" + }, + { + "subGenre": "Fruit Platters", + "scene": "A dusk orchard-tasting event where platters showcase late-season pears and quinces", + "sceneVariants": [ + "A dusk orchard-tasting event where platters showcase late-season pears and quinces", + "Long farm tables under trees with lanterns beginning to glow", + "Growers describing varietals and hand-cut sample slices", + "A maple-syrup glaze station for finishing", + "A small crowd with blankets tasting and chatting" + ], + "actions": [ + "A grower carving thin slices for the group to taste", + "A guest dunking a pear sliver into a small glaze for contrast", + "A quick mapping of varietal notes shared across the table", + "A child dropping a small seeded core into a compost bucket" + ], + "camera": "Warm pastoral wide with gentle close-ins on seed texture and orchard light", + "accents": [ + "pear micro-flesh translucence under lantern rim", + "quince micro-granular sheen where syrup clings" + ], + "mood": "harvestal attentive appreciation", + "lighting": "dusk orchard glow with lantern fill", + "style": "field-to-plate tasting vignette" + }, + { + "subGenre": "Fruit Platters", + "scene": "A late-night street stall offering chilled melon and grapes to club-goers", + "sceneVariants": [ + "A late-night street stall offering chilled melon and grapes to club-goers", + "Plastic cups stacked and a cooler humming behind the counter", + "Patrons grabbing cold cups between dance sets", + "A small pile of crushed ice keeping fruit chilled", + "A neon sign advertising 'Fresh Cups' flickering above" + ], + "actions": [ + "A vendor scooping melon and ice into a portable cup", + "A guest taking a brisk cold bite then dancing away", + "A quick napkin pass as juice drips down a chin", + "A vendor calling out a two-for special to passing groups" + ], + "camera": "Kinetic handheld with neon bokeh and cold-surface macro details", + "accents": [ + "ice micro-facet sparkle around fruit", + "juice micro-drip glisten under neon" + ], + "mood": "nocturnal playful refreshment", + "lighting": "neon street plus cooler light", + "style": "urban night snack reportage" + }, + { + "subGenre": "Fruit Platters", + "scene": "A children's birthday party with colorful fruit skewers and playful arrangements", + "sceneVariants": [ + "A children's birthday party with colorful fruit skewers and playful arrangements", + "Balloon garlands and paper crowns around a low table", + "Small hands reaching eagerly for strawberry halves", + "A parent arranging skewers into a smiling fruit face", + "Paper plates with themed napkins and juice boxes" + ], + "actions": [ + "A child grabbing a skewer and offering one to a friend", + "An adult pressing a marshmallow between fruit for whimsy", + "A quick clean-up of sticky hands and a wipe of a cheek", + "Laughter and a small chorus as the cake comes out later" + ], + "camera": "Playful low-angle with close macro on bright fruit colors and small hands", + "accents": [ + "berry micro-seed sparkle in bright daylight", + "skewer micro-wood graining catching soft fill" + ], + "mood": "cheerful festive energy", + "lighting": "bright party daytime light", + "style": "family event food-cinematography" + }, + { + "subGenre": "Fruit Platters", + "scene": "A serene temple offering fruit platters as part of a morning ritual and blessing", + "sceneVariants": [ + "A serene temple offering fruit platters as part of a morning ritual and blessing", + "Wooden altar with neatly arranged citrus and banana offerings", + "Monks performing a quiet blessing as devotees present platters", + "Incense curling near the edge of a fruit tray", + "A hush across courtyard as pieces are placed with reverence" + ], + "actions": [ + "A caretaker placing a small segment into the offering bowl with care", + "A bow and a gentle clap as a blessing is concluded", + "A hand passing an offering plate between participants silently", + "A small fan moving incense smoke away from the fruit surface" + ], + "camera": "Steady contemplative wide with close respectful food and hand inserts", + "accents": [ + "incense micro-halo over platter rims", + "peel micro-patina showing age and care" + ], + "mood": "calm reverent simplicity", + "lighting": "soft morning temple light", + "style": "ritual food documentary" + }, + { + "subGenre": "Fruit Platters", + "scene": "A luxury tasting where exotic fruit platters (dragonfruit, rambutan) are paired with sake", + "sceneVariants": [ + "A luxury tasting where exotic fruit platters (dragonfruit, rambutan) are paired with sake", + "Minimalist black plates with small notation cards describing each fruit", + "A sommelier explaining pairing notes and mouthfeel", + "Glassware reflecting dim gallery lights", + "A tight-knit guest circle sampling each small item with focus" + ], + "actions": [ + "A guest tasting a small piece and softly noting aromatic impressions", + "A sommelier pouring a precise sake measure for palate contrast", + "A tiny garnish brushed across a fruit slice to highlight nuance", + "A whispered exchange comparing textures" + ], + "camera": "Low-light intimate close macro with refined slow pans across exotic fruit textures", + "accents": [ + "rambutan micro-hair sheen under soft light", + "dragonfruit micro-pit visual contrast and pulp translucence" + ], + "mood": "refined exploratory curiosity", + "lighting": "low gallery spot with neutral fill", + "style": "fine-dining tasting vignette" + }, + { + "subGenre": "Fruit Platters", + "scene": "A farmers market stall with rustic platters of seasonal berries and jam pairings", + "sceneVariants": [ + "A farmers market stall with rustic platters of seasonal berries and jam pairings", + "Small wooden platters labeled with berry names and suggested jam pairings", + "A vendor offering toasted bread for sampling with different preserves", + "A crowd lingering to taste the sweetest local picks", + "A sign advertising 'berry-of-the-day' tests" + ], + "actions": [ + "A vendor handing a sample spoon of jam to a taster", + "A customer comparing two berries and selecting the sweetest for jam", + "A quick jar-label being handwritten and sealed for a purchase", + "A child licking a finger and giggling at the sweetness" + ], + "camera": "Handheld market close-ups with bright berry macros and label detail", + "accents": [ + "berry micro-gloss showing juice saturation", + "jam micro-viscous sheen on sampling spoons" + ], + "mood": "natural seasonal delight", + "lighting": "bright open-air market light", + "style": "producer-focused tasting reportage" + }, + { + "subGenre": "Fruit Platters", + "scene": "A twilight wedding reception with elegant fruit platters as palate cleansers between courses", + "sceneVariants": [ + "A twilight wedding reception with elegant fruit platters as palate cleansers between courses", + "Long banquet tables with plated fruit on small glass coups", + "Soft music and low conversation as platters circulate", + "A floral centerpiece echoing fruit colors", + "A sommelier guiding a palate-cleanse routine" + ], + "actions": [ + "A server placing a small coupe of segmented melon and pear at a guests' place", + "A synchronized clearing and replacement of plates after each course", + "A guest grateful for the fresh finish and smiling", + "A careful sprinkle of micro-herbs for aromatic lift" + ], + "camera": "Medium event coverage with intimate table-level inserts on fruit and expressions", + "accents": [ + "melon micro-condensation catching twilit light", + "pear micro-sheen after a light sugar glaze" + ], + "mood": "refined communal warmth", + "lighting": "twilight festoon and candle practicals", + "style": "event-driven palate-cleanse cinematography" + }, + { + "subGenre": "Fruit Platters", + "scene": "A small roadside vendor selling hand-assembled citrus platters to commuters at dawn", + "sceneVariants": [ + "A small roadside vendor selling hand-assembled citrus platters to commuters at dawn", + "Paper wraps with neat wedges of orange, grapefruit and pomelo", + "A steaming commuter line and sun just beginning to rise", + "A chalk sign listing 'morning vitamin boost' specials", + "A vendor juggling a portable cooler and quick hands" + ], + "actions": [ + "A vendor slicing citrus wedges and packing them into paper cones", + "A commuter accepting a cone and taking a refreshing bite between steps", + "A quick hand-tally of small payments and coins exchanged", + "A vendor topping a cone with a dusting of salt or chili for local taste" + ], + "camera": "Energetic handheld morning POV with close macro on pulp and coin exchange", + "accents": [ + "citrus micro-juice shimmer under predawn light", + "paper micro-fleece texture where juice soaks edge" + ], + "mood": "practical brisk rejuvenation", + "lighting": "cool predawn with first-sun rim", + "style": "commuter street-food vignette" + }, + { + "subGenre": "Fruit Platters", + "scene": "A quiet art-house café where a meditative fruit platter of minimal slices is served with tea", + "sceneVariants": [ + "A quiet art-house café where a meditative fruit platter of minimal slices is served with tea", + "Clay plates with three perfect slices and a single micro-green", + "A small counter of quiet readers and slow sippers", + "A framed print on the wall and soft ambient music", + "A server placing a small teapot and a precise fruit plate" + ], + "actions": [ + "A guest slowly tasting each slice and pausing between sips of tea", + "A server adjusting a micro-garnish for symmetry", + "A small notebook opened and a brief tasting note written", + "A couple sharing a quiet, reflective moment over the simplicity" + ], + "camera": "Meditative stills with tight macro on slice edge and tea swirl", + "accents": [ + "slice micro-translucence in soft interior light", + "tea micro-swirl caustic in porcelain" + ], + "mood": "quiet contemplative simplicity", + "lighting": "soft indoor fill with focused task light", + "style": "artisanal minimal food portrait" + }, + { + "subGenre": "Fruit Platters", + "scene": "A late-night supermarket deli where pre-packed fruit platters are bought by shift workers", + "sceneVariants": [ + "A late-night supermarket deli where pre-packed fruit platters are bought by shift workers", + "Plastic clamshells stacked with neat melon and grape assortments", + "Buzzing fluorescent lights and a minimal cashier area", + "A quick grab-and-pay flow as people clock in and out", + "A sign for discount platters near closing time" + ], + "actions": [ + "A worker grabbing a clamshell and sliding it toward the scanner", + "A clerk bagging and folding for to-go convenience", + "A hurried bite in the car under streetlights after a long shift", + "A small appreciative comment and a tired smile shared between strangers" + ], + "camera": "Cold fluorescent documentary POV with tight plastic-gloss macro", + "accents": [ + "clamshell micro-condensation under cool light", + "melon micro-gloss contrasting with plastic sheen" + ], + "mood": "practical nocturnal solace", + "lighting": "harsh fluorescent late-night", + "style": "utility food vignette" + }, + { + "subGenre": "Fruit Platters", + "scene": "A botanical garden private event where delicate fruit platters are paired with floral-infused honey", + "sceneVariants": [ + "A botanical garden private event where delicate fruit platters are paired with floral-infused honey", + "Glass platters perched on pedestals among planted displays", + "A guide describing floral notes and pollination background", + "A honey-tasting spoon service complementing each fruit type", + "Soft instrumental music drifting among the hedgerows" + ], + "actions": [ + "A server offering a honey-dipped spoon to brush across a slice", + "A guest inhaling floral aroma before tasting", + "A discussion about pollinator seasons between sips", + "A careful placement of a micro-flower atop a slice for scent" + ], + "camera": "Lush wide with refined close-ups on honey micro-gloss and petal detail", + "accents": [ + "honey micro-viscous glint on fruit", + "petal micro-fuzz catching garden rim-light" + ], + "mood": "sensory refined delight", + "lighting": "dappled garden daylight", + "style": "botanical tasting editorial" + }, + { + "subGenre": "Fruit Platters", + "scene": "A nighttime hotel minibar tray with a compact, perfectly arranged fruit plate for in-room service", + "sceneVariants": [ + "A nighttime hotel minibar tray with a compact, perfectly arranged fruit plate for in-room service", + "A small chilled plate with grapes, sliced kiwi and a folded napkin", + "A bedside lamp casting intimate amber light", + "A key card left on the desk and a soft robe on the chair", + "A small bottle of sparkling water in the frame" + ], + "actions": [ + "A staff member placing the chilled plate on a bedside table with gloved hands", + "A guest reaching and popping a single grape into their mouth before sleep", + "A soft unwrapping of a napkin and a quiet sigh of approval", + "A quick glass pour and a toast to a restful stay" + ], + "camera": "Intimate low-light close with microfiber and chilled-gloss macros", + "accents": [ + "grape micro-dew catching bedside lamp glow", + "kiwi micro-seed contrast under warm amber" + ], + "mood": "restful private indulgence", + "lighting": "low warm bedside lamp", + "style": "hospitality in-room vignette" + }, + { + "subGenre": "Fruit Platters", + "scene": "A festive holiday spread where fruit platters are decorated with sugared cranberries and sprigs of rosemary", + "sceneVariants": [ + "A festive holiday spread where fruit platters are decorated with sugared cranberries and sprigs of rosemary", + "A long family table with garlands and candles", + "Children reaching for sugared bits and adults pouring hot cider", + "Plates arranged with seasonal citrus and pomegranate arils", + "A small bowl of warm glaze for dipping" + ], + "actions": [ + "A hand placing sugared cranberries carefully across a platter for sparkle", + "A guest popping a glazed citrus segment and reacting with delight", + "A parent reminding a child gently about manners around the centerpiece", + "A final sprinkling of tiny edible gold flakes for a festive finish" + ], + "camera": "Warm family-wide coverage with close holiday macro moments", + "accents": [ + "cranberry micro-sugar sparkle under candlelight", + "pomegranate micro-seed gem highlights" + ], + "mood": "celebratory familial warmth", + "lighting": "candle-and-warm-ambient holiday light", + "style": "seasonal event food film" + }, + { + "subGenre": "Fruit Platters", + "scene": "A late-night quiet gallery opening offering minimalist fruit plates as a sober refreshment", + "sceneVariants": [ + "A late-night quiet gallery opening offering minimalist fruit plates as a sober refreshment", + "White walls and angular contemporary sculptures nearby", + "Small plates arrayed on a minimalist table for attendees", + "A curator guiding a short talk with attentive listeners", + "A coat check and soft ambient music in the background" + ], + "actions": [ + "A guest selecting a neat slice and nodding while returning to an exhibit", + "A server topping a plate with a thin micro-herb to echo an artwork palette", + "A sip of water and a thoughtful pause before another gallery circuit", + "A small exchange of critique near the plate table" + ], + "camera": "Cool elegant stills with precise close macro on plate composition", + "accents": [ + "slice micro-clean edge under gallery spot", + "plate micro-porcelain caustic reflecting art-light" + ], + "mood": "quiet cultured restraint", + "lighting": "gallery spot with neutral fill", + "style": "contemporary event food portrait" + }, + { + "subGenre": "Fruit Platters", + "scene": "A street-food cooperative at dusk offering grilled fruit platters drizzled with spiced syrup", + "sceneVariants": [ + "A street-food cooperative at dusk offering grilled fruit platters drizzled with spiced syrup", + "Sizzling plates and a line of locals eager for evening snacks", + "Charred peach halves and grilled pineapple skewers visible on the pass", + "A spice tent adjacent adding smoky-sugar dusting", + "A local radio DJ spinning low beats for the crowd" + ], + "actions": [ + "A chef turning peach halves on a grill to caramelize sugars", + "A quick brush of spiced syrup applied tableside", + "A guest tearing a piece and passing it for a friend to try", + "A vendor sprinkling toasted nut dust for texture contrast" + ], + "camera": "Warm dusk handheld with sizzling macro and syrup motion close-ins", + "accents": [ + "caramel micro-glaze on grilled flesh", + "char micro-lace highlighting grill textures" + ], + "mood": "rustic communal indulgence", + "lighting": "dusk with food-stand practicals", + "style": "street-food smoky-sweet vignette" + } +] \ No newline at end of file diff --git a/src/data/food_and_drink_pasta.json b/src/data/food_and_drink_pasta.json new file mode 100644 index 0000000..ecb6a42 --- /dev/null +++ b/src/data/food_and_drink_pasta.json @@ -0,0 +1,402 @@ +[ + { + "subGenre": "Pasta Dishes", + "scene": "A sunlit Italian agriturismo kitchen where fresh tagliatelle is rolled and served family-style", + "sceneVariants": [ + "A sunlit Italian agriturismo kitchen where fresh tagliatelle is rolled and served family-style", + "Long farmhouse table with bowls of steaming pasta and rustic wine", + "Grandmother rolling dough while grandchildren watch", + "Olive branches and drying herbs hanging from ceiling beams", + "A courtyard table with checkered linens and mason jars for water" + ], + "actions": [ + "Hands cutting fresh ribbons of pasta and dusting them with semolina", + "A server sliding a wooden bowl across the table for sharing", + "A drizzle of rich ragù ladled over the steaming noodles", + "Guests twirling forkfuls and passing the Parmesan wheel" + ], + "camera": "Warm handheld family POV with close macro on dough texture and steam", + "accents": [ + "semolina micro-dust catching sunbeams", + "steam micro-lens over sauced strands" + ], + "mood": "generational warmth", + "lighting": "bright midday farmhouse light", + "style": "rustic communal food cinema" + }, + { + "subGenre": "Pasta Dishes", + "scene": "A bright coastal trattoria serving clam linguine at lunchtime with sea breeze", + "sceneVariants": [ + "A bright coastal trattoria serving clam linguine at lunchtime with sea breeze", + "Whitewashed walls and blue shutters with small round tables", + "Fresh clams piled in a basket behind the pass", + "Salt-sprayed tablecloths and lemon wedges in bowls", + "Servers carrying plates out to sunlit terraces" + ], + "actions": [ + "A pan tossed with wine and garlic to lift the shellfish juices", + "A quick squeeze of lemon and scatter of parsley finishing each plate", + "Guests exchanging forks and tasting bites between conversation", + "A waiter wiping a rim and sliding another dish to a neighboring table" + ], + "camera": "Wind-aware wide with dynamic close-ins on clam shells and pasta gloss", + "accents": [ + "sea-spray micro-salt on shell edges", + "olive oil micro-gloss on linguine strands" + ], + "mood": "salty relaxed indulgence", + "lighting": "harsh coastal noon with soft fill", + "style": "Mediterranean seaside culinary" + }, + { + "subGenre": "Pasta Dishes", + "scene": "A quiet weekday bistro offering a simple cacio e pepe plated to precision at lunch", + "sceneVariants": [ + "A quiet weekday bistro offering a simple cacio e pepe plated to precision at lunch", + "A single chef's station with a gleaming stainless pan", + "A compact counter with a handful of stools for quick dining", + "A window table where a lone reader dines", + "A chalkboard listing the day's single special" + ], + "actions": [ + "Black pepper freshly cracked over a steaming nest of pasta", + "A vigorous toss and emulsification with starchy water and cheese", + "A fork twirl taste-test and slight nod of approval", + "A plate wipe and quick pass to the waiting guest" + ], + "camera": "Intimate counter-level inserts with tight food macros and motion blurs", + "accents": [ + "cheese micro-melt threads", + "pepper micro-spark against creamy surface" + ], + "mood": "focused culinary simplicity", + "lighting": "soft interior midday key", + "style": "minimalist pasta craft" + }, + { + "subGenre": "Pasta Dishes", + "scene": "A bustling weekend piazza festival where trucks serve gourmet pasta bowls to a crowd", + "sceneVariants": [ + "A bustling weekend piazza festival where trucks serve gourmet pasta bowls to a crowd", + "String lights and bunting overhead with music stages nearby", + "Temporary counters with bright signage describing sauces", + "People standing with disposable bowls and forks", + "A line of chefs plating to order under pressure" + ], + "actions": [ + "Rapid scoops of pasta into compostable bowls with garnish flurries", + "A quick sprinkle of herb-fleck and grated pecorino", + "Customers weaving through the crowd while balancing bowls", + "A vendor calling out to promote a seasonal special" + ], + "camera": "Roaming handheld festival coverage with energetic close food macros", + "accents": [ + "steam micro-haze rising from bowls", + "herb micro-sparkle under string-light bokeh" + ], + "mood": "communual festive hunger", + "lighting": "late-afternoon festival light", + "style": "street-food pasta reportage" + }, + { + "subGenre": "Pasta Dishes", + "scene": "A modern test kitchen where chefs experiment with squid-ink pappardelle for a tasting menu", + "sceneVariants": [ + "A modern test kitchen where chefs experiment with squid-ink pappardelle for a tasting menu", + "Stainless benches with precise scales and tasting spoons", + "Jars of preserved citrus and microgreens lined up", + "Chefs in whites debating plating gestures", + "Sticky notes and timing charts pinned to a wall" + ], + "actions": [ + "A chef tasting and adjusting salt-acidity balance in a micro-plate", + "A precise twirl of pappardelle with minimal garnish for palate focus", + "A quick dropper placing a concentrated reduction on the rim", + "A colleague nodding and making a timing note" + ], + "camera": "Clinical close technique inserts and narrow depth macros on pasta weave", + "accents": [ + "ink micro-sheen on ribbon edges", + "reduction micro-glossed droplet highlights" + ], + "mood": "experimental precision", + "lighting": "cool studio light with focused task lamps", + "style": "modernist pasta lab" + }, + { + "subGenre": "Pasta Dishes", + "scene": "A sunrise mountain refuge serving hearty genereous bowl of pappardelle with game ragù", + "sceneVariants": [ + "A sunrise mountain refuge serving hearty generous bowl of pappardelle with game ragù", + "Rugged wooden tables and wool blankets draped over chairs", + "A simmering cauldron behind a stone hearth", + "Hikers wiping mud and gathering to eat warm bowls", + "A distant ridge catching first light" + ], + "actions": [ + "A ladle delivering rich ragù over broad noodles", + "A diner blowing and tasting a steaming forkful for sustained energy", + "A server offering a chunk of rustic bread for mopping", + "Hands passing a thermos of hot broth between seats" + ], + "camera": "Cozy wide refuge shots with tactile ragù close-ups and steam detail", + "accents": [ + "fat micro-gloss on ragù surface", + "steam micro-lens around fork tines" + ], + "mood": "reassuring sustenance", + "lighting": "soft warm dawn through small windows", + "style": "hearty alpine food film" + }, + { + "subGenre": "Pasta Dishes", + "scene": "A neighborhood trattoria at twilight serving mushroom ravioli to couples", + "sceneVariants": [ + "A neighborhood trattoria at twilight serving mushroom ravioli to couples", + "Candles on tables and a slow dinner crowd", + "A pianist in the corner playing soft standards", + "A chef plating by pass light with gentle choreography", + "A chalkboard wine pairing suggestion propped by the host" + ], + "actions": [ + "A spoon smoothing butter-sage sauce over plump ravioli", + "A guest cutting into pillowy pasta to release aromatic steam", + "A server pouring from a small decanter to finish a dish", + "A quiet clink of glasses to accompany the first bite" + ], + "camera": "Warm low-motion glide with soft focus on plate and diners", + "accents": [ + "butter micro-glint on sauce ribbons", + "mushroom micro-fiber texture catching rim-light" + ], + "mood": "romantic mellow comfort", + "lighting": "warm candle and dim interior key", + "style": "intimate trattoria cinema" + }, + { + "subGenre": "Pasta Dishes", + "scene": "A bustling industrial factory line where dried pasta shapes are extruded and packed for shipment", + "sceneVariants": [ + "A bustling industrial factory line where dried pasta shapes are extruded and packed for shipment", + "Conveyor belts carrying uniform ridged pasta through drying tunnels", + "Operators in hairnets sampling for quality control", + "Boxes stacked and labeled ready for transport", + "A control room with temperature graphs on screens" + ], + "actions": [ + "A machine extruding golden spaghetti and cutting with mechanical precision", + "An operator taking a random sample into a lab tray", + "Boxes being sealed and pallet-stacked with forklifts", + "A quick mechanical maintenance check at a cooling tunnel" + ], + "camera": "Clinical wide factory coverage with tight machine detail macros", + "accents": [ + "flour micro-dust in air near extruder", + "machine micro-polish glints on metallic edges" + ], + "mood": "efficient industrial rhythm", + "lighting": "high-key factory fluorescent", + "style": "industrial process documentary" + }, + { + "subGenre": "Pasta Dishes", + "scene": "A twilight street-corner pop-up in a university town handing out bowls of spicy arrabbiata for students", + "sceneVariants": [ + "A twilight street-corner pop-up in a university town handing out bowls of spicy arrabbiata for students", + "A small kettle bubbling and a line of backpacks", + "Handwritten signs advertising student discounts", + "A group huddled sharing spicy bowls between classes", + "A chalkboard with the day's hot topics scribbled by customers" + ], + "actions": [ + "A quick scoop into takeaway bowls with basil scatter", + "A student fanning a steaming bowl while texting", + "A vendor adding extra chili flakes to a regular's order", + "Boxes passed out with quick 'enjoy' shouts" + ], + "camera": "Fast handheld night-market style with close steam and sauce macros", + "accents": [ + "chili micro-spark on surface", + "sauce micro-vapor around rim" + ], + "mood": "hungry nocturnal urgency", + "lighting": "streetlight and stall lamp mix", + "style": "urban student-food kinetic" + }, + { + "subGenre": "Pasta Dishes", + "scene": "A sunrise wet market stall where homemade rice-based pasta variants are sold to early risers", + "sceneVariants": [ + "A sunrise wet market stall where homemade rice-based pasta variants are sold to early risers", + "Steam and wet pavement reflecting morning light", + "Bundles of fresh noodles hung to dry in mesh baskets", + "A tiny wok stir-frying a simple sauce alongside", + "Neighbors exchanging recipes and gossip" + ], + "actions": [ + "Noodles portioned and blanched in quick sequence for orders", + "A wok flash-cooking seasonal greens to toss through pasta", + "A vendor weighing portions and handing over in paper wraps", + "A quick slurp and compliment exchanged between regulars" + ], + "camera": "Low-waterline market coverage with tactile noodle macros", + "accents": [ + "wet micro-reflect on pavement", + "noodle micro-sheen when lifted" + ], + "mood": "communal morning hustle", + "lighting": "cool predawn with market lamp fill", + "style": "street-market pasta reportage" + }, + { + "subGenre": "Pasta Dishes", + "scene": "A moonlit late-night osteria where carbonara is whipped tableside with theatrical flair", + "sceneVariants": [ + "A moonlit late-night osteria where carbonara is whipped tableside with theatrical flair", + "Dark lacquered tables and a glowing pass light", + "A single chef demonstrating the perfect egg emulsification", + "Patrons leaning forward to watch the final toss", + "A tight dining room with muffled conversation" + ], + "actions": [ + "A vigorous toss of pasta with hot water and cheese to create a silky emulsion", + "A crack of fresh pepper and an appreciative chorus as forks dig in", + "A quick flourish of grated pecorino from the wheel", + "A guest asking for a precise technique tip from the chef" + ], + "camera": "Low-motion intimate night coverage with close emulsion macros", + "accents": [ + "cheese micro-threads catching pass light", + "pepper micro-clouds dispersing over surface" + ], + "mood": "nocturnal craft intimacy", + "lighting": "low warm pass-light with ambient moon glow", + "style": "tableside performance pasta" + }, + { + "subGenre": "Pasta Dishes", + "scene": "A quiet home kitchen at dusk where a student practices making gnocchi for the first time", + "sceneVariants": [ + "A quiet home kitchen at dusk where a student practices making gnocchi for the first time", + "Floured counter and sticky potato dough being rolled into ropes", + "A small window with city lights beginning to twinkle", + "A laptop open to a tutorial video on the wing", + "A radiator clanking softly as dough rests" + ], + "actions": [ + "A rolling motion forming ropes and cutting pillowed gnocchi", + "A fork impression pressed into each dumpling", + "A gentle boil as gnocchi float and are fished out", + "A simple sage-butter finish flicked over the plate" + ], + "camera": "Intimate handheld home-cooking shot with macro on dough texture and hands", + "accents": [ + "flour micro-dust on counter edges", + "butter micro-sheen on finished gnocchi" + ], + "mood": "tentative hopeful practice", + "lighting": "soft dusk interior lamp with cool window ambient", + "style": "personal learning food vignette" + }, + { + "subGenre": "Pasta Dishes", + "scene": "A daytime culinary school where students knead, sheet and cut pasta in synchronized stations", + "sceneVariants": [ + "A daytime culinary school where students knead, sheet and cut pasta in synchronized stations", + "Rows of worktops with identical shiny mixers and pasta machines", + "Instructors demonstrating proper hydration and resting times", + "A tasting panel near the end of class sampling each group's plates", + "A whiteboard with technique diagrams and timing schedules" + ], + "actions": [ + "Hands jogging machines and feeding dough through rollers in rhythm", + "An instructor demonstrating the right way to dust and lift sheets", + "Students plating and receiving immediate critique", + "A collective tidy-up and celebratory group picture" + ], + "camera": "Workshop-style coverage with overhead technique shots and steady inserts", + "accents": [ + "flour micro-cloud in air near rollers", + "sheet micro-translucent glow under pass light" + ], + "mood": "focused communal learning", + "lighting": "bright workshop key with high windows", + "style": "educational culinary media" + }, + { + "subGenre": "Pasta Dishes", + "scene": "A coastal seafood festival at dusk where squid-ink spaghetti is paired with local shellfish", + "sceneVariants": [ + "A coastal seafood festival at dusk where squid-ink spaghetti is paired with local shellfish", + "Tents of seafood vendors and a smoky grill corner", + "Paper cones of garlic sauce and lemon halves handed out", + "Musicians providing a maritime soundtrack as lights come on", + "A small tasting tent with sampling flights" + ], + "actions": [ + "A quick toss of squid-ink pasta with shellfish and bright salsa verde", + "A squeeze of lemon over the plate and a communal cheer", + "A vendor describing catch provenance between pours", + "Guests slurping and discussing texture contrast" + ], + "camera": "Dynamic dusk wide with close macros on black strands and shell sheen", + "accents": [ + "ink micro-gloss against shell highlights", + "shell micro-moisture reflecting string lights" + ], + "mood": "festive maritime indulgence", + "lighting": "twilight with festival string lights", + "style": "event-driven coastal pasta" + }, + { + "subGenre": "Pasta Dishes", + "scene": "A late-night basement supper club where underground chefs serve deconstructed lasagna in low light", + "sceneVariants": [ + "A late-night basement supper club where underground chefs serve deconstructed lasagna in low light", + "Rough-hewn tables and mismatched glassware creating an intimate vibe", + "A limited menu scrawled on a napkin with course timings", + "Guests leaning close to taste experimental layers", + "An open pass where chef plating is exposed to the crowd" + ], + "actions": [ + "A careful layering of thin pasta sheets with micro-dollops of concentrated components", + "An ember-brush to add a smoky finish to one element", + "Guests sharing a whispered critique between bites", + "A final flourish of micro-green and edible crisp" + ], + "camera": "Low intimate handheld with grainy cinematic texture and tight plate inserts", + "accents": [ + "crumb micro-crisp catching candle glint", + "smoke micro-halo over experimental elements" + ], + "mood": "subversive intimate curiosity", + "lighting": "low warm candle-and-pass-light", + "style": "underground experimental pasta" + }, + { + "subGenre": "Pasta Dishes", + "scene": "A breakfast trattoria offering leftover spaghetti fritters as a morning pick-me-up to early workers", + "sceneVariants": [ + "A breakfast trattoria offering leftover spaghetti fritters as a morning pick-me-up to early workers", + "A hot pan of fritters crisping and a small queue of laborers", + "Paper napkins and squeeze bottles of lemon and aioli", + "A chalkboard with 'today's fritter' specials", + "A side table where patrons dunk fritters into coffee" + ], + "actions": [ + "A spoonful of cooled spaghetti formed into patties and fried until golden", + "A quick squeeze of lemon and sprinkle of coarse salt", + "A worker biting into a crunchy fritter while checking a phone", + "A vendor stacking a few fritters into a paper cone for takeaway" + ], + "camera": "Kinetic morning handheld with close crisp-chunk macros", + "accents": [ + "fritter micro-crisp edge shimmer", + "oil micro-sheen under hot light" + ], + "mood": "practical cheerful energy", + "lighting": "early morning warm lamp with bustling street fill", + "style": "street-breakfast pasta hybrid" + } +] \ No newline at end of file diff --git a/src/data/food_and_drink_pizza.json b/src/data/food_and_drink_pizza.json new file mode 100644 index 0000000..746ba08 --- /dev/null +++ b/src/data/food_and_drink_pizza.json @@ -0,0 +1,402 @@ +[ + { + "subGenre": "Pizza", + "scene": "A sunlit Neapolitan pizzeria where blistered wood-fired pies are pulled from a roaring oven", + "sceneVariants": [ + "A sunlit Neapolitan pizzeria where blistered wood-fired pies are pulled from a roaring oven", + "A crowded counter with flour-dusted aprons and hanging basil", + "A master pizzaiolo opening the oven and reaching in with a peel", + "A chalkboard of daily toppings leaning by the pass", + "Fresh mozzarella balls cooling in a bowl near the window" + ], + "actions": [ + "A pie slid onto a peel, rotated and launched into the oven", + "A charred crust tapped to test for perfect spring", + "A quick scatter of basil and a drizzle of olive oil as it exits", + "A guest tearing into a hot slice, steam lifting the aroma" + ], + "camera": "Close low-angle dough-to-oven prowl with quick macro on blistered crust and cheese stretch", + "accents": [ + "oven-fire micro-glow on crust blisters", + "cheese micro-thread glints on pull" + ], + "mood": "artisan communal warmth", + "lighting": "warm midday oven glow with natural window fill", + "style": "authentic Neapolitan food cinema" + }, + { + "subGenre": "Pizza", + "scene": "A late-night corner shop where students queue for greasy triangular slices under neon", + "sceneVariants": [ + "A late-night corner shop where students queue for greasy triangular slices under neon", + "Thin paper plates and foil-wrapped to-go stacks", + "A squeaky door and a counter with late-night specials", + "Graffitied walls and a jukebox in the corner", + "A late bus stop visible through the window" + ], + "actions": [ + "A server cutting a large pie into quick slices and stacking them to-go", + "A student balancing pizza and a soda while checking a phone", + "A quick grime-wipe of the counter between orders", + "A shared bite among friends under a flickering sign" + ], + "camera": "Handheld nocturnal street POV with neon bokeh and quick close cheese macros", + "accents": [ + "neon micro-halation on oily crust edges", + "grease micro-sheen on paper plates" + ], + "mood": "hungry nocturnal camaraderie", + "lighting": "neon night with interior fluorescent spill", + "style": "gritty late-night pizza reportage" + }, + { + "subGenre": "Pizza", + "scene": "A coastal wood-fired shack grilling seafood-topped pizzas at sunset", + "sceneVariants": [ + "A coastal wood-fired shack grilling seafood-topped pizzas at sunset", + "Sand underfoot and boats rocking nearby", + "Pizzas finished with local clams, lemon and herb sprinkles", + "Driftwood seating and a bottle of chilled white", + "A tide-scented breeze carrying savory smoke" + ], + "actions": [ + "A chef lifting a finished pie off a cedar peel and flaking shellfish as garnish", + "A squeeze of lemon brightening the smoky cheese", + "Guests tearing strips and comparing briny notes", + "A waiter balancing a tray and weaving patrons to a bench" + ], + "camera": "Warm golden-hour wide with close macros on shellfish gleam and crust char", + "accents": [ + "sea-spray micro-salt on topping edges", + "citrus micro-zest glints in sun" + ], + "mood": "salty relaxed indulgence", + "lighting": "sunset amber with ocean breeze rim", + "style": "coastal rustic pizza film" + }, + { + "subGenre": "Pizza", + "scene": "A trendy rooftop pop-up serving deconstructed pizza flights with micro-herb accents", + "sceneVariants": [ + "A trendy rooftop pop-up serving deconstructed pizza flights with micro-herb accents", + "Minimal plateware and theatrical micro-portions", + "A DJ spinning chilled beats while servers circulate", + "Skyline silhouettes punctuating low communal tables", + "A menu card describing tasting order and pairing spritz" + ], + "actions": [ + "Small composed bites plated with concentrated tomato gels", + "A server explaining sequential tasting and recommended sip", + "A guest photographing the miniature course before tasting", + "A micro-herb garnish placed with tweezers for finish" + ], + "camera": "Sleek rooftop glide with tight tabletop macro and slow tilt to skyline", + "accents": [ + "micro-gel mirror on tomato beads", + "herb micro-gloss under soft rooftop light" + ], + "mood": "stylish playful curiosity", + "lighting": "soft twilight with city rim-light", + "style": "modern tasting pizza" + }, + { + "subGenre": "Pizza", + "scene": "A rustic farmhouse where a family makes cereal-thick sourdough pizza from starter fed overnight", + "sceneVariants": [ + "A rustic farmhouse where a family makes cereal-thick sourdough pizza from starter fed overnight", + "Sunlight through pantry windows and a floured table", + "Children poking dough while elders knead slowly", + "A list of starter feeding times scribbled on a jar", + "A wood-oven prepping with a settled ember bed" + ], + "actions": [ + "Dough folded and shaped, given long rest to develop tang", + "A heavy hand pressing crust edges to trap air pockets", + "A wedge tasted with a smear of olive oil to check crumb", + "A communal plate passed across the table after slicing" + ], + "camera": "Warm tactile close-ups on crumb development and hands dusted in flour", + "accents": [ + "starter micro-bubble texture in cross-section", + "flour micro-fleck catching sunbeams" + ], + "mood": "homey patient craft", + "lighting": "bright morning farmhouse light", + "style": "sourdough artisanal portrait" + }, + { + "subGenre": "Pizza", + "scene": "A night-market stall offering spicy Sichuan-style pizza with numbing peppercorn oil", + "sceneVariants": [ + "A night-market stall offering spicy Sichuan-style pizza with numbing peppercorn oil", + "Red lanterns and a smoky wok nearby", + "A spicy oil brushed in quick sweeps for an extra kick", + "A queue of adventurous eaters seeking a local twist", + "A chalkboard translating ingredients for tourists" + ], + "actions": [ + "A brush of chili oil applied in a circular motion just before serving", + "A guest gasping and grinning as the numbing note hits", + "A vendor tossing cilantro and scallion for contrast", + "A quick drizzle of sweet soy to temper heat" + ], + "camera": "Energetic handheld night POV with spice-spray macro and steam hazes", + "accents": [ + "oil micro-sheen catching lantern light", + "pepper micro-spark dust motes in air" + ], + "mood": "excited spicy thrill", + "lighting": "warm night-market lamp glow", + "style": "fusion street-pizza kinetic" + }, + { + "subGenre": "Pizza", + "scene": "A late-night delivery kitchen where boxes stack and drivers swap tips before heading out", + "sceneVariants": [ + "A late-night delivery kitchen where boxes stack and drivers swap tips before heading out", + "A heated table for box assembly and neon 'open' sign blinking", + "Thermal bags lined up and route sheets taped to a wall", + "A timer counting down for the next batch", + "A small radio playing local news" + ], + "actions": [ + "A box folded and closed with a practiced flick", + "A driver slinging a thermal bag and darting into traffic", + "A quick order check and a phone call confirming an address", + "A high-five as a rush settles and the next ten orders prep" + ], + "camera": "Fast handheld backstage POV with close box-glue and printer label macros", + "accents": [ + "box micro-ridge catching fluorescent light", + "steam micro-escape as a lid lifts briefly" + ], + "mood": "efficient nocturnal hustle", + "lighting": "interior fluorescent with street rim", + "style": "operational delivery documentary" + }, + { + "subGenre": "Pizza", + "scene": "A cozy winter chalet where truffle pizza and mulled wine are served after skiing", + "sceneVariants": [ + "A cozy winter chalet where truffle pizza and mulled wine are served after skiing", + "Fireplace crackle and wet boots lined by the door", + "A tray of individual truffle pizzas with shaved black truffle", + "Wool blankets and rustic plates for sharing", + "A window framing snowy pines and falling light" + ], + "actions": [ + "Thin truffle shavings scattered over pizza just before serving", + "A guest inhaling aromatic steam and sipping mulled wine", + "A slow savory bite spread around as people compare run notes", + "A host offering a secret garnish to a curious friend" + ], + "camera": "Warm hearth-level shots with tight truffle macro and steam detail", + "accents": [ + "truffle micro-veil aroma shimmer", + "butter micro-melt on crust under pass-light" + ], + "mood": "luxurious cozy warmth", + "lighting": "soft indoor tungsten with cold window contrast", + "style": "alpine indulgent pizza" + }, + { + "subGenre": "Pizza", + "scene": "A competitive pizza contest where chefs race to create the most inventive pie under time pressure", + "sceneVariants": [ + "A competitive pizza contest where chefs race to create the most inventive pie under time pressure", + "A ringed stage with judges and a loud scoreboard", + "Strange ingredient reveals mid-round and gasps from the crowd", + "Searing passes with flambé and smoke for effect", + "A trophy displayed on a pedestal awaiting the winner" + ], + "actions": [ + "A timed assembly with a rapid choreography of toppings and torching", + "A judge tasting, scribbling notes and exchanging glances", + "A final flourish judged on balance and spectacle", + "A confetti burst and winner embracing their team" + ], + "camera": "Sporty handheld competition coverage with rapid cut-ins and reaction close-ups", + "accents": [ + "spray micro-gloss from torching flames", + "scoreboard micro-reflect in crowd faces" + ], + "mood": "adrenal competitive thrill", + "lighting": "spotlight stage with audience dim", + "style": "performance culinary contest" + }, + { + "subGenre": "Pizza", + "scene": "A tiny village oven built into a stone wall where neighbors bring dough to bake communally at dusk", + "sceneVariants": [ + "A tiny village oven built into a stone wall where neighbors bring dough to bake communally at dusk", + "Children playing as elders slide pies and bread into the hearth", + "A shared wood pile and a long serving plank", + "Communal mugs and mismatched plates set out on a bench", + "A bell rung when the oven cycles are complete" + ], + "actions": [ + "A neighbor passing a peel with a pie and dusting flour off gently", + "A potluck style sharing where slices are swapped and tasted", + "A child stealing a crust and being playfully admonished", + "A final group cheer as the oven clears and plates pass" + ], + "camera": "Warm community wide with hands-and-crust intimate inserts", + "accents": [ + "stone micro-char texture near oven mouth", + "wood micro-ember glints at peel edge" + ], + "mood": "communal homestead joy", + "lighting": "dusk candle and ember light", + "style": "villager oven documentary" + }, + { + "subGenre": "Pizza", + "scene": "A vegan pizzeria experimenting with cashew cheese and fermented tomato umami mid-afternoon", + "sceneVariants": [ + "A vegan pizzeria experimenting with cashew cheese and fermented tomato umami mid-afternoon", + "Jars of fermentation on a side shelf and herb planters on windowsill", + "Smiles from a small counter of regulars swapping recipes", + "A bright menu describing plant-based techniques", + "A chef tasting a fermented spoonful before final plating" + ], + "actions": [ + "Cashew cream spread and a quick torch to add a roasted note", + "A sprinkle of nutritional yeast and micro-herbs for aroma", + "A guest remarking on surprising umami depth and nodding", + "A small sample plate sent to a curious passerby" + ], + "camera": "Clinical bright inserts on texture and fermentation jars with friendly wide counters", + "accents": [ + "nutritional micro-flake sheen on surface", + "ferment micro-bubble gloss in jars" + ], + "mood": "inventive progressive optimism", + "lighting": "bright natural midday fill", + "style": "plant-forward pizza craft" + }, + { + "subGenre": "Pizza", + "scene": "A midnight convenience store where pre-sliced cold pizza is eaten under fluorescent light", + "sceneVariants": [ + "A midnight convenience store where pre-sliced cold pizza is eaten under fluorescent light", + "A disco of cooler hums and slushy machines in the back", + "Paper napkins and single-serve hot-sauce packets on a shelf", + "Customers seated at a small counter with takeout boxes", + "A security camera blinking in a corner" + ], + "actions": [ + "A patron opening a cold cardboard slice and taking a quick bite", + "A clerk tossing the last box into the oven for a brief reheat", + "A hand reaching for a hot-sauce packet and squeezing freely", + "A hurried chewing while glancing at a late-night message" + ], + "camera": "Cold fluorescent close-ups with retro bodega texture and handheld intimacy", + "accents": [ + "cardboard micro-wrinkle catching store light", + "cheese micro-streak under fluorescent sheen" + ], + "mood": "lonely practical hunger", + "lighting": "harsh fluorescent midnight", + "style": "noir convenience pizza vignette" + }, + { + "subGenre": "Pizza", + "scene": "A daytime pizza festival where dozens of ovens compete to sell the crispiest slice", + "sceneVariants": [ + "A daytime pizza festival where dozens of ovens compete to sell the crispiest slice", + "A maze of tents and aromatic smoke drifting across a park", + "Judges sampling small wedge plates between vendor chats", + "A scoreboard updating vendor rankings and crowd applause", + "A family area with kid-friendly mini-pizzas" + ], + "actions": [ + "Quick shuttles of pizza from oven to tasting station with eager hands", + "A judge leaning in for scent and texture notes before tasting", + "Kids dancing with sticky fingers as they enjoy mini slices", + "A vendor taking a breath and adjusting wood type for char" + ], + "camera": "Festival wide with tight crust macros and crowd reaction cut-ins", + "accents": [ + "crumb micro-crisp sparkle under sun", + "smoke micro-veil crossing vendor signs" + ], + "mood": "playful competitive community", + "lighting": "bright festival noon", + "style": "event-driven pizza celebration" + }, + { + "subGenre": "Pizza", + "scene": "A quiet artisan shop hand-shaping Roman-style pizza al taglio for lunch service", + "sceneVariants": [ + "A quiet artisan shop hand-shaping Roman-style pizza al taglio for lunch service", + "Long rectangular trays of topped dough cooling under glass", + "A small queue of office workers ordering by weight", + "A weighing scale and tongs used for precise servings", + "A daily rotation of seasonal veg toppings displayed in stainless trays" + ], + "actions": [ + "A server lifting a wedge, weighing it and cutting a neat portion", + "A customer pointing and the server sliding the piece onto a tray", + "A quick sprinkle of finishing sea salt and herb oil", + "A satisfied bite while walking the streets back to work" + ], + "camera": "Clean medium shots with precise hand-and-scale macros", + "accents": [ + "crumb micro-cell structure visible in cross-cut", + "oil micro-pool shimmering near topping edge" + ], + "mood": "efficient refined midday", + "lighting": "soft interior daylight", + "style": "Roman al taglio craft" + }, + { + "subGenre": "Pizza", + "scene": "A pizza-making class where amateurs learn dough stretching and sauce balancing in the afternoon", + "sceneVariants": [ + "A pizza-making class where amateurs learn dough stretching and sauce balancing in the afternoon", + "Individual stations with rolling pins and small flourscales", + "An instructor demonstrating stretch technique to a ring of students", + "A tasting table lined with olive oils and salts for finish", + "A group photo at the end with proud handmade pies" + ], + "actions": [ + "Hands stretching dough in circular motion and tossing gently", + "A small sauce spread with a heel technique for proper coverage", + "A first bake and a quick taste-test with instructor feedback", + "A student beaming while presenting a slightly misshapen but delicious pie" + ], + "camera": "Workshop-style overhead and close technique cuts, with warm interaction inserts", + "accents": [ + "flour micro-cloud in motion", + "dough micro-translucent thinness at stretch points" + ], + "mood": "playful learning camaraderie", + "lighting": "bright workshop key", + "style": "educational hands-on pizza" + }, + { + "subGenre": "Pizza", + "scene": "A high-end degustation where a chef pairs miniature pizzas with fortified wines in low light", + "sceneVariants": [ + "A high-end degustation where a chef pairs miniature pizzas with fortified wines in low light", + "Minimalist plates and precise micro-portions", + "A sommelier describing pairing rationale between courses", + "Guests leaning in to catch tiny aromatic cues", + "A black-clad service team executing timed pours" + ], + "actions": [ + "A miniature pizza presented with a pipette of flavored oil at the side", + "A measured sip and a slow savor as the course is discussed", + "A tiny garnish placed with tweezers for aromatic impact", + "A guest making a brief appreciative note into a tasting booklet" + ], + "camera": "Sleek low-light glide with intimate close macro on bite and wine surface", + "accents": [ + "oil micro-drop reflections under low light", + "crumb micro-crisp catching pass spot" + ], + "mood": "refined sensory curiosity", + "lighting": "low warm spot with neutral fill", + "style": "fine dining pizza pairing" + } +] \ No newline at end of file diff --git a/src/data/food_and_drink_seafood.json b/src/data/food_and_drink_seafood.json new file mode 100644 index 0000000..41e37b0 --- /dev/null +++ b/src/data/food_and_drink_seafood.json @@ -0,0 +1,378 @@ +{ + "food_and_drink": [ + { + "subGenre": "Seafood", + "scene": "Working fish pier at dawn with crates and netters unloading catch", + "sceneVariants": [ + "Working fish pier at dawn with crates and netters unloading catch", + "Fog rolling off the water and gulls circling", + "Men and women in waterproof gear checking boxes", + "Ice-chilled crates labelled by boat and time", + "A small truck waiting to take the load to market" + ], + "actions": [ + "Crates opened to reveal gleaming fish and shellfish", + "Hands sorting by size and quality with practiced speed", + "A buyer inspecting gills and eyes for freshness", + "A camera capturing wet-sheen and texture close-ups" + ], + "camera": "Handheld documentary passes with macro on scale pattern and gill detail", + "accents": [ + "wet-specular highlights on scales", + "cool-blue ice reflections balancing warm skin tones" + ], + "mood": [ + "purposeful bustle", + "raw freshness" + ], + "lighting": [ + "cool pre-dawn key with warm practicals from lamps", + "narrow shafting to bring out texture" + ], + "style": [ + "market documentary", + "ingredient-origin portrait" + ] + }, + { + "subGenre": "Seafood", + "scene": "Seaside shuck bar at sunset with trays of oysters and pilgrims", + "sceneVariants": [ + "Seaside shuck bar at sunset with trays of oysters and pilgrims", + "Salt breeze ruffling napkins and hair", + "Long communal benches and wooden trays", + "A shucker working rapidly with practiced flicks", + "Lemon and mignonette in small pewter bowls" + ], + "actions": [ + "Oyster shells pried open and brine glinting inside", + "Patrons squeezing lemon and tipping shells", + "A camera catching micro-brine beads and reflective pearls", + "Servers stacking shells into dramatic piles" + ], + "camera": "Low angle macro on oyster interior with warm sunset wide reveals", + "accents": [ + "brine micro-specular and shell nacre sheen", + "golden rim on clam edges" + ], + "mood": [ + "salty conviviality", + "laid-back indulgence" + ], + "lighting": [ + "warm sunset key with soft sea-reflection fill", + "specular control to preserve wet detail" + ], + "style": [ + "coastal tasting vignette", + "sensory seafood short" + ] + }, + { + "subGenre": "Seafood", + "scene": "High-end seafood counter with live tanks and plated ceviche", + "sceneVariants": [ + "High-end seafood counter with live tanks and plated ceviche", + "Glass tanks with lobsters and live shellfish", + "Chef plating tartare with micro-herb precision", + "Minimalist white plates emphasizing bright colors", + "A sommelier suggesting wine pairings" + ], + "actions": [ + "Chef slicing raw fish and assembling citrus-cured ceviche", + "Micro-garnish placement with tweezers", + "Guest sampling with delicate spoons and nods", + "Camera capturing crystalline citrus beads and fish translucency" + ], + "camera": "Tight macro plates intercut with sterile wide counter reveals", + "accents": [ + "crystalline citrus specular and fish-translucence highlight", + "clean white bounce for color fidelity" + ], + "mood": [ + "refined freshness", + "culinary focus" + ], + "lighting": [ + "even high-key with targeted plate accent", + "controlled speculars to prevent glare" + ], + "style": [ + "fine dining seafood portrait", + "modern tasting vignette" + ] + }, + { + "subGenre": "Seafood", + "scene": "Coastal smokehouse where fish are cured on racks over low embers", + "sceneVariants": [ + "Coastal smokehouse where fish are cured on racks over low embers", + "Hand-hewn wood planks and salted fish hanging", + "Smoke tendrils weaving through rafters", + "Workers basting with seasoned brines", + "Aged wooden signage and bucket tools" + ], + "actions": [ + "Fish trays rotated and inspected for color and texture", + "Basting adding seasoned oils and herbs", + "A camera capturing wood-smoke diffusion and cured flake detail", + "Samples sliced thin and passed to the team" + ], + "camera": "Gritty handheld with slow lateral reveals and macro on flake structure", + "accents": [ + "smoke diffusion halos and warm ember rim-light", + "saline crystal micro-speculars" + ], + "mood": [ + "primitive craft", + "smoky authenticity" + ], + "lighting": [ + "warm low-key ember with cool ambient", + "volumetric shafts to reveal smoke" + ], + "style": [ + "traditional craft short", + "smokehouse documentary" + ] + }, + { + "subGenre": "Seafood", + "scene": "Beachfront seafood grill with skewers and clams over open fire", + "sceneVariants": [ + "Beachfront seafood grill with skewers and clams over open fire", + "Sandy feet and low benches facing the waves", + "Flame tongues licking skewers and shells", + "Tongs passing charred delights to waiting hands", + "Charcoal smoke perfuming local herbs" + ], + "actions": [ + "Skewers flipped in rhythmic motion over coals", + "Clams popping open and emitting steam", + "Salt-spray and smoke blending as garnish", + "Camera capturing flame-lit gloss on grilled flesh" + ], + "camera": "Low waterline with close fire macros and panoramic sea pulls", + "accents": [ + "ember-edge specular and salt micro-crystal highlights", + "warm flame rim on char texture" + ], + "mood": [ + "rough-hewn joy", + "coastal feast energy" + ], + "lighting": [ + "warm grill key with cool sea ambient", + "specular control to maintain texture" + ], + "style": [ + "coastal feast vignette", + "open-fire culinary short" + ] + }, + { + "subGenre": "Seafood", + "scene": "Sushi-boat experience where chefs prepare on a drifting boat table", + "sceneVariants": [ + "Sushi-boat experience where chefs prepare on a drifting boat table", + "Guests seated around a small movable counter", + "Gentle rocker of motion underfoot with horizon backdrop", + "Fresh tuna loin on ice between courses", + "Salt spray occasionally hitting the deck" + ], + "actions": [ + "Chef preparing nigiri between small waves", + "Guests clapping softly at a perfect slice", + "A camera split above/below showing water movement and plate", + "Sake warmed and shared as waves lap" + ], + "camera": "Split-frame above/below water reveals with table-level macro shots", + "accents": [ + "sea-surface micro-reflections and wet-plate shine", + "cool-blue rim balancing warm plate tones" + ], + "mood": [ + "adventurous luxury", + "intimate maritime dining" + ], + "lighting": [ + "natural open-sky daylight with boat shadow fill", + "specular on wet fish surfaces" + ], + "style": [ + "experiential dining short", + "nautical tasting vignette" + ] + }, + { + "subGenre": "Seafood", + "scene": "Shellfish farm visit with rows of mussel ropes and oyster beds", + "sceneVariants": [ + "Shellfish farm visit with rows of mussel ropes and oyster beds", + "Wading workers checking lines and bags", + "Buckets of black mussels glistening on decks", + "Birds following the small skiff", + "Ropes coiled and labeled by harvest" + ], + "actions": [ + "Harvest lines hauled and inspected", + "Workers removing bio-growth and sorting sizes", + "Camera capturing rope texture and shell micro-detail", + "A small demonstration of shucking and cleaning on the boat" + ], + "camera": "Documentary lateral with macro on rope-fouling and shell grain", + "accents": [ + "wet rope specular and shell nacre shine", + "natural blue-green palette to emphasize sea" + ], + "mood": [ + "hands-on industry", + "sustainable craft" + ], + "lighting": [ + "bright overcast daylight for even exposure", + "soft fill to reveal texture" + ], + "style": [ + "agricultural documentary", + "shellfish farm vignette" + ] + }, + { + "subGenre": "Seafood", + "scene": "Back-alley fish smoker turned late-night pop-up plate spot", + "sceneVariants": [ + "Back-alley fish smoker turned late-night pop-up plate spot", + "Neon from nearby bars mixing with smoke", + "Small crowds gathered on crates eating small plates", + "Chopped herbs scattering across smoky fish", + "A small playlist adding rhythm to service" + ], + "actions": [ + "Swift plating of smoky fish with bright acid jewels", + "Handfuls passed to waiting patrons amid chatter", + "Camera close on smoke ribbons and char texture", + "Server exchanging banter as plates are handed" + ], + "camera": "Gritty handheld with tight food macro and crowd reaction cuts", + "accents": [ + "smoke rim-light and neon color pops", + "gritty micro-detail on char and flake" + ], + "mood": [ + "nocturnal appetite", + "communal street energy" + ], + "lighting": [ + "neon-practical mixed with warm smoke glow", + "soft diffusion from smoke to soften contrast" + ], + "style": [ + "street-food noir", + "afterhours culinary vignette" + ] + }, + { + "subGenre": "Seafood", + "scene": "Family clam bake on a rocky shore with seaweed steam pits", + "sceneVariants": [ + "Family clam bake on a rocky shore with seaweed steam pits", + "Large trays covered with seaweed and fabric", + "Children playing on nearby rocks and tide pools", + "Family passing platters and shared bottles", + "A bonfire crackling to one side" + ], + "actions": [ + "Uncovering steaming trays to reveal cooked shellfish and vegetables", + "Sharing bowls and using hands for communal eating", + "Camera capturing steam, brine and familial laughter", + "Seaweed aroma and salt tang filling the air" + ], + "camera": "Wide convivial reveal with close macro on steam and shellburst", + "accents": [ + "seaweed glossy sheen and steam halos", + "warm human-scale rim on faces" + ], + "mood": [ + "family ritual", + "coastal celebration" + ], + "lighting": [ + "natural late-afternoon sun with warm fill", + "specular highlights to enhance steam detail" + ], + "style": [ + "communal food portrait", + "ritual coastal vignette" + ] + }, + { + "subGenre": "Seafood", + "scene": "Urban seafood bistro plating a signature whole-fish centerpiece", + "sceneVariants": [ + "Urban seafood bistro plating a signature whole-fish centerpiece", + "Modern tiled service pass and open kitchen", + "Chef finishing citrus and herb oil over a roasted fish", + "Guests photographing the dramatic serve", + "Side dishes of seasonal accompaniments arrayed" + ], + "actions": [ + "Carving and serving the whole fish with theatrical flourish", + "Guests lifting flaked flesh with small forks and sharing", + "Camera capturing skin crispness and moisture sheen", + "A server recommending pairings for each mouthful" + ], + "camera": "Hero wide to show the pass with tight macro on flake and skin", + "accents": [ + "crispy-skin specular and moist flake micro-detail", + "warm pass-lighting to enhance texture" + ], + "mood": [ + "theatrical feast", + "communal sophistication" + ], + "lighting": [ + "warm kitchen key with targeted pass accents", + "controlled highlights to preserve moisture sheen" + ], + "style": [ + "bistro moment short", + "showpiece culinary vignette" + ] + }, + { + "subGenre": "Seafood", + "scene": "Sustainable seafood cooperative meeting with small-boat fishers", + "sceneVariants": [ + "Sustainable seafood cooperative meeting with small-boat fishers", + "Long table with maps and quotas written on paper", + "Representatives discussing seasons and catch limits", + "Samples and research papers on the table", + "A camera capturing hands pointing to charts and local faces" + ], + "actions": [ + "Debating sustainable quotas and best practices", + "Sampling recorded fish products for quality assessment", + "Camera capturing community faces and hand gestures", + "A cooperative taking a collective pledge on responsible harvesting" + ], + "camera": "Documentary-style mid-shots with cut-ins on documents and samples", + "accents": [ + "natural practical rim on faces and paper texture", + "neutral color grade to preserve documentary tone" + ], + "mood": [ + "responsible stewardship", + "communal resolve" + ], + "lighting": [ + "even indoor fill with practical window backlight", + "soft highlights for faces and documents" + ], + "style": [ + "issue-focused documentary", + "community process vignette" + ] + } + ] +} \ No newline at end of file diff --git a/src/data/food_and_drink_spices_and_herbs.json b/src/data/food_and_drink_spices_and_herbs.json new file mode 100644 index 0000000..b482f90 --- /dev/null +++ b/src/data/food_and_drink_spices_and_herbs.json @@ -0,0 +1,377 @@ +[ + { + "subGenre": "Spices and Herbs", + "scene": "A sunlit spice market alley with sacks of turmeric, cumin and bright cardamom pods", + "sceneVariants": [ + "A sunlit spice market alley with sacks of turmeric, cumin and bright cardamom pods", + "A narrow lane with vendors measuring fragrant piles into paper cones", + "Colorful pennants fluttering above crates of dried roots and seeds", + "A small scale balancing a neat pouch while a buyer inspects aroma", + "A warm breeze lifting powdered halos from spice mounds" + ], + "actions": [ + "A vendor scooping fragrant powder into a paper cone and tying it shut", + "A curious customer rubbing a few seeds between fingers to smell", + "A merchant recommending a regional blend while gesturing to provenance", + "A child sneaking a pinch of toasted cumin and wincing at the heat" + ], + "camera": "Handheld market walkthrough with close macro on seed textures and aromatic dust motes", + "accents": [ + "powder micro-haze catching sunlight", + "seed micro-luster on cardamom skins" + ], + "mood": "sensory bustling delight", + "lighting": "bright open-air midday light", + "style": "market sensory reportage" + }, + { + "subGenre": "Spices and Herbs", + "scene": "A twilight laneway where a single coriander-and-chili stall glows under paper lanterns", + "sceneVariants": [ + "A twilight laneway where a single coriander-and-chili stall glows under paper lanterns", + "Red chilies strung like garlands and bunches of coriander tied in bundles", + "Steam from a nearby food-wok drifting through aromatic air", + "A cook adding a spice pinch to a sizzling pan as diners wait", + "Lantern reflections glinting off metal spice scoops" + ], + "actions": [ + "A vendor grinding fresh coriander seeds with a mortar for a custom blend", + "A cook tossing a chili pinch into a wok and wincing with pleasure", + "A guest tasting a small spoonful of chili oil and fanning their mouth", + "A quick wrap of purchased bundles and a lantern-lit goodbye" + ], + "camera": "Low-light handheld with tight mortar-and-pestle macros and lantern-bokeh", + "accents": [ + "oil micro-sheen on crushed chili flecks", + "mortar micro-powder dust motes in air" + ], + "mood": "nocturnal intimate spice thrill", + "lighting": "warm lantern glow with soft shadows", + "style": "night-market aromatics" + }, + { + "subGenre": "Spices and Herbs", + "scene": "A quiet herb-growing rooftop with neat rows of basil, thyme and microgreens at dawn", + "sceneVariants": [ + "A quiet herb-growing rooftop with neat rows of basil, thyme and microgreens at dawn", + "Dew-lined leaves and hand-labeled planters in recycled crates", + "A small watering can and a notebook of harvest times", + "A gardener snipping a morning bouquet of herbs for a nearby cafe", + "City skyline compressed behind the green rows" + ], + "actions": [ + "A careful snip of basil and gentle bunching for immediate use", + "A hand misting leaves and inspecting for pests with a magnifier", + "A small crate packed for bike-delivery to a downtown kitchen", + "A gardener tasting a leaf to check aroma intensity" + ], + "camera": "Soft aerial rooftop establishes with tactile close-ins on leaf veins and dew", + "accents": [ + "dew micro-lens on leaf edges", + "leaf micro-fuzz catching rim-light" + ], + "mood": "calm purposeful cultivation", + "lighting": "cool dawn soft fill", + "style": "urban farm documentary" + }, + { + "subGenre": "Spices and Herbs", + "scene": "A narrow smoky workshop where a spice-roaster toasts cinnamon and fennel over charcoal", + "sceneVariants": [ + "A narrow smoky workshop where a spice-roaster toasts cinnamon and fennel over charcoal", + "A low fire and a cast pan where spices tumble and darken", + "Sacks of raw seeds awaiting the roast cycle in the corner", + "A small jar of roasted results lined up for tasting", + "A hood collecting aromatic smoke and drawing it outside" + ], + "actions": [ + "A master roaster shaking a cast pan to coax even caramelization", + "A pinch tested between fingers and inhaled to evaluate toast level", + "A small batch ground and sifted into a fine aromatic powder", + "A jar sealed and labeled with roast-date and suggested uses" + ], + "camera": "Close roaster-level inserts with slow-motion pan toss and smoke curls", + "accents": [ + "char micro-edge on toasted bark", + "smoke micro-veil lifting from pan" + ], + "mood": "ritual focused craft", + "lighting": "low warm workshop key with vent highlight", + "style": "artisanal roasting portrait" + }, + { + "subGenre": "Spices and Herbs", + "scene": "A late-night apothecary-style stall selling medicinal herb sachets and tinctures", + "sceneVariants": [ + "A late-night apothecary-style stall selling medicinal herb sachets and tinctures", + "Glass jars labeled with Latin names stacked on shelves", + "A small scale and amber dropper bottles arrayed for mixing", + "A handwritten remedy list for seasonal ailments", + "A caretaker offering a measured sip of lavender infusion" + ], + "actions": [ + "A measured dropper adding tincture to a small cup for a careful sip", + "A vendor weighing a small sachet and folding it in wax paper", + "A customer asking provenance and usage instructions in low voice", + "A heat-steeped sample handed for a scented inhale" + ], + "camera": "Intimate close apothecary macros with amber-glass caustics and low-light warmth", + "accents": [ + "amber micro-reflect in tincture vials", + "leaf micro-textile captured under focused beam" + ], + "mood": "quiet healing reassurance", + "lighting": "low warm lamp with glass highlights", + "style": "herbal apothecary vignette" + }, + { + "subGenre": "Spices and Herbs", + "scene": "A bright commercial mill where peppercorns are sorted, cracked and vacuum-packed for export", + "sceneVariants": [ + "A bright commercial mill where peppercorns are sorted, cracked and vacuum-packed for export", + "Conveyor belts moving raw berries into cracking machines", + "Workers in hairnets sampling crack-size and aroma", + "Pallets of sealed vacuum packs stacked for shipping", + "Quality-control labels and country-of-origin stamps" + ], + "actions": [ + "Machine cracking measured batches to exact granularity", + "An inspector tasting for freshness and recording batch notes", + "Vacuum packs sealed and weighed into shipping cartons", + "Forklift moving pallets toward an awaiting truck" + ], + "camera": "Clinical factory coverage with fast machine-macro inserts and sterile wide", + "accents": [ + "crack micro-fraction dust motes near hopper", + "plastic micro-seal gloss under fluorescent" + ], + "mood": "efficient industrial precision", + "lighting": "high-key factory fluorescents", + "style": "industrial spice processing" + }, + { + "subGenre": "Spices and Herbs", + "scene": "A coastal herb garden where sea-salt blends with sorrel and samphire for unique salts", + "sceneVariants": [ + "A coastal herb garden where sea-salt blends with sorrel and samphire for unique salts", + "Shallow pans of evaporating brine and hand-raked crystals", + "Wind-bleached benches with drying herb bundles", + "A small label station where blends are tasted and adjusted", + "Local fishermen bringing a tray of fresh seaweed for infusion" + ], + "actions": [ + "A hand folding chopped samphire into coarse sea salt for maceration", + "A small taste test to calibrate brine intensity", + "Brine pans skimmed and crystals raked into drying sheets", + "Bottles filled and corked with hand-tied tags" + ], + "camera": "Pastoral coastal wide with tactile close salt-crystal macros", + "accents": [ + "salt micro-crystal sparkle under sun", + "seaweed micro-gloss on wet leaves" + ], + "mood": "briny contemplative craft", + "lighting": "bright coastal morning with wind rim", + "style": "coastal artisan salt-making" + }, + { + "subGenre": "Spices and Herbs", + "scene": "A backyard smoker where rosemary and bay leaves are used to cold-smoke salts and oils at dusk", + "sceneVariants": [ + "A backyard smoker where rosemary and bay leaves are used to cold-smoke salts and oils at dusk", + "A small rig of wooden trays with herbs tucked between salt beds", + "Scent drifting and neighbors peeking across the fence", + "A mason jar of smoked oil cooling on a rail", + "A hand-scribbled label noting smoke time and wood type" + ], + "actions": [ + "Wood chips lit and a slow cold-smoke diffusing into trays", + "A hand stirring salt beds to ensure even exposure", + "A small tasting dab of smoked oil spread on bread", + "A jar sealed and dated with a felt-tip note" + ], + "camera": "Intimate dusk close with smoke lanes and herb silhouette macros", + "accents": [ + "smoke micro-veil over salt surface", + "herb micro-silhouette catching ember rim" + ], + "mood": "experimental homestead ritual", + "lighting": "dusk with ember and ambient lamp", + "style": "home-smoked herb craft" + }, + { + "subGenre": "Spices and Herbs", + "scene": "A bustling spice blending workshop hosting a weekend class on garam masala and ras el hanout", + "sceneVariants": [ + "A bustling spice blending workshop hosting a weekend class on garam masala and ras el hanout", + "Bowls of whole spices arrayed in neat rows for students", + "Sticky-note recipes and timed roast charts on a wall", + "Participants in aprons grinding and sniffing intensely", + "Small labeled jars waiting to be filled and taken home" + ], + "actions": [ + "Students toasting seeds and grinding with mortar and electric mill", + "A teacher guiding pinch-balance adjustments for heat and floral notes", + "Jars sealed and labeled as each student departs with a sample", + "A group photo with spoons raised like trophies" + ], + "camera": "Workshop-style steady inserts on technique and sensory close-in", + "accents": [ + "toast micro-browning flecks on seed surfaces", + "powder micro-porous bloom catching task light" + ], + "mood": "playful educational aroma-focus", + "lighting": "bright workshop key", + "style": "hands-on spice pedagogy" + }, + { + "subGenre": "Spices and Herbs", + "scene": "A late-night kitchen where herb-infused butter is made tableside for a chef's tasting menu", + "sceneVariants": [ + "A late-night kitchen where herb-infused butter is made tableside for a chef's tasting menu", + "A quiet pass with focused chefs assembling finishing elements", + "Nets of micro-herbs retrieved and finely chopped", + "A small whisk finishing butter emulsion with warm pan drippings", + "Plated components circling the pass awaiting the final herb dot" + ], + "actions": [ + "A micro-herb chop folded into softened butter and piped into quenelles", + "A spoon of warm jus swirled and a butter quenelle placed to melt theatrically", + "A chef offering a precise aroma explanation to a guest", + "A plated course pushed and a satisfied nod exchanged" + ], + "camera": "Low pass-light intimate macros with slow melts and herb-sheen inserts", + "accents": [ + "butter micro-melt bead catching pass-light", + "herb micro-gloss on quenelle tip" + ], + "mood": "refined tactical warmth", + "lighting": "low focused pass-light with cool kitchen ambient", + "style": "chef's-table aromatics" + }, + { + "subGenre": "Spices and Herbs", + "scene": "A coastal spice-research lab where chemists analyze volatile terpene profiles from basil cultivars", + "sceneVariants": [ + "A coastal spice-research lab where chemists analyze volatile terpene profiles from basil cultivars", + "Glass vials and GC-MS printouts on cluttered benches", + "A lab coat pinning a sample tag to a cold-room tray", + "Tiny pipettes transferring extracts to test plates", + "A whiteboard scribbled with terpene ratios and cultivar IDs" + ], + "actions": [ + "A technician pipetting a micro-extract for analysis", + "A printed chromatogram being compared and annotated", + "A researcher sniffing a small vial and making volatile notes", + "A sample logged into the cold storage with barcode scan" + ], + "camera": "Clinical close lab macros with instrument-lit caustics and crisp sterile framing", + "accents": [ + "vial micro-reflect under instrument light", + "print micro-ink contrast on chromatogram" + ], + "mood": "analytical inspired curiosity", + "lighting": "cool sterile lab light", + "style": "research-driven aromatic study" + }, + { + "subGenre": "Spices and Herbs", + "scene": "An outdoor herb-foraging walk led by a botanist through bramble and verge at golden hour", + "sceneVariants": [ + "An outdoor herb-foraging walk led by a botanist through bramble and verge at golden hour", + "Small groups crouching to identify edible leaves and stems", + "A notebook of foraging rules and a small plant press", + "Sunlight slicing through hedgerows onto mossy rocks", + "A shared basket collecting safe-picked herbs" + ], + "actions": [ + "A botanist pointing and explaining leaf-scent markers for identification", + "A careful cut of a sprig with pruning shears into a basket", + "A participant pressing a sample into a notebook for later reference", + "A brief tasting of a single leaf to learn aroma note" + ], + "camera": "Pastoral golden-hour wide with tactile leaf macro and low-angle nature inserts", + "accents": [ + "leaf micro-translucence under sun", + "moss micro-fiber catching rim-light" + ], + "mood": "curious pastoral serenity", + "lighting": "golden hour warm rim", + "style": "foraging documentary" + }, + { + "subGenre": "Spices and Herbs", + "scene": "A busy coastal spice-boat where rare saffron threads and dried citrus peels are traded at market dock", + "sceneVariants": [ + "A busy coastal spice-boat where rare saffron threads and dried citrus peels are traded at market dock", + "Nets and crates stacked with protected goods alongside sacks of threads", + "Buyers haggling and sampling tiny saffron threads for potency", + "A paper-wrapped bundle of candied peels handed across a plank", + "Seaside gull calls undercutting the trading noise" + ], + "actions": [ + "A tiny pinch of saffron dissolved into a small tasting cup for strength assessment", + "A vendor weighing rare spice by the gram and wrapping in secure foil", + "A quick notation of dampness levels and drying date", + "A buyer nodding and exchanging a coded verification with the seller" + ], + "camera": "Dock-level gritty wide with close saffron-thread and peel-sheen macros", + "accents": [ + "saffron micro-thread sheen under daylight", + "peel micro-candy gloss catching sun" + ], + "mood": "curious acquisitive commerce", + "lighting": "bright dock-side morning light", + "style": "maritime spice trade vignette" + }, + { + "subGenre": "Spices and Herbs", + "scene": "A small urban herb drying loft where lavender bunches hang and scent jars are curated", + "sceneVariants": [ + "A small urban herb drying loft where lavender bunches hang and scent jars are curated", + "Strings of purple bunches swinging gently and a scent-sampling table", + "A hand-labeled jar station with blend cards and gift tags", + "A transom window catching dust motes and sunlight", + "A quiet counter where orders are packed for local shops" + ], + "actions": [ + "Bunches strung and rotated during the drying cycle for uniformity", + "Scent testing by rubbing a small sprig and inhaling deeply", + "Small glass sample jars filled and shrink-sealed for retail", + "A final bow-tied bundle placed into a kraft gift box" + ], + "camera": "Quiet loft close-ups with soft dust motes and tactile lavender macros", + "accents": [ + "petal micro-texture in dried bunches", + "glass micro-caustics on sample jars" + ], + "mood": "gentle artisanal calm", + "lighting": "soft filtered loft light", + "style": "small-batch herb craft" + }, + { + "subGenre": "Spices and Herbs", + "scene": "A midnight roadside stall where toasted sesame and roasted garlic powders are flashed for a late crowd", + "sceneVariants": [ + "A midnight roadside stall where toasted sesame and roasted garlic powders are flashed for a late crowd", + "A single spotlight on jars while traffic hums past", + "A small espresso-like grinder spinning seeds into fragrant dust", + "Patrons buying small packets to finish their late-night meals", + "A vendor offering tiny shake samples on napkins" + ], + "actions": [ + "A grinder spinning and a cloud of toasted aroma released with each batch", + "A patron sprinkling a small sample on a piece of bread and tasting", + "A vendor packaging a fresh small tube and handing it across the counter", + "A casual tip and a 'thanks' as the buyer disappears into night" + ], + "camera": "Moody low-light handheld with texture macros and high-contrast highlights", + "accents": [ + "powder micro-cloud glints in spotlight", + "jar micro-reflect under single lamp" + ], + "mood": "nocturnal savory temptation", + "lighting": "spotlight with deep surrounding shadow", + "style": "late-night spice vignette" + } +] \ No newline at end of file diff --git a/src/data/food_and_drink_street_food.json b/src/data/food_and_drink_street_food.json new file mode 100644 index 0000000..abeaf40 --- /dev/null +++ b/src/data/food_and_drink_street_food.json @@ -0,0 +1,684 @@ +{ + "food_and_drink": [ + { + "subGenre": "Street Food", + "scene": "Bustling night hawker street with steam rising from woks", + "sceneVariants": [ + "Bustling night hawker street with steam rising from woks", + "Neon signs reflected on wet asphalt", + "Long lines at a popular stall with hanging skewers", + "Stools squeezed around low tables under tarps", + "Smoke and spice aroma drifting through the crowd" + ], + "actions": [ + "Wok-tossing with dramatic flare and oil pops", + "A vendor slapping dough and stretching noodles by hand", + "Patrons balancing plates and chopsticks while jostling", + "A vendor ladling soup into waiting bowls in a practiced rhythm" + ], + "camera": "Handheld weave through queues with close macro on sizzling oil and steam", + "accents": [ + "steamy speculars catching neon and flame", + "high micro-detail on char and glaze" + ], + "mood": [ + "hungry exhilaration", + "communal warmth" + ], + "lighting": [ + "bright neon and practical flame highlights with deep shadows", + "spotty warm pools over serving counters" + ], + "style": [ + "gritty nocturnal food portrait", + "sensory street vignette" + ] + }, + { + "subGenre": "Street Food", + "scene": "Morning market alley with vendors frying flatbreads on portable griddles", + "sceneVariants": [ + "Morning market alley with vendors frying flatbreads on portable griddles", + "Sunlight slanting into a narrow lane of stalls", + "Baskets of herbs and fresh produce stacked beside pans", + "Locals grabbing quick breakfasts between errands", + "Steam rising in thin ribbons from lamplight" + ], + "actions": [ + "Dough slapped and spun then pressed to a hot griddle", + "A vendor brushing melted butter with a practiced hand", + "Customers wrapping bread around savory fillings and biting in", + "Cash exchanged quickly as orders are passed down the line" + ], + "camera": "Low-angle push-ins on hands and griddle surface with lateral pass-bys", + "accents": [ + "golden day-rim on oil sheen", + "textural emphasis on flour dust and char" + ], + "mood": [ + "brisk contentment", + "everyday ritual" + ], + "lighting": [ + "warm morning fill with narrow lane contrast", + "soft reflect from nearby produce creating color pops" + ], + "style": [ + "documentary morning short", + "intimate vendor portrait" + ] + }, + { + "subGenre": "Street Food", + "scene": "Seaside fish-stand at dusk where grilled skewers smoke into salty air", + "sceneVariants": [ + "Seaside fish-stand at dusk where grilled skewers smoke into salty air", + "Fishing boats bobbing in the near-dark", + "Plastic stools and paper plates used by hurried diners", + "Salt-splashed wooden counters holding lemon wedges", + "A fire-managed grill framed by netting and ropes" + ], + "actions": [ + "Skewers flipped rhythmically over glowing coals", + "Patrons squeezing citrus and sprinkling chili flake", + "A vendor scaling and filleting fish for immediate cook", + "Servers balancing plates while avoiding spray from the sea" + ], + "camera": "Low waterline lateral with warm fire-closeups and cool ocean bokeh", + "accents": [ + "ember-edge on wet fish skin", + "cool-blue ocean rim balancing warm grill tones" + ], + "mood": [ + "salt-stung satisfaction", + "slow seaside revelry" + ], + "lighting": [ + "warm grill glow with cool ambient dusk", + "subtle rim from passing boats' lights" + ], + "style": [ + "coastal street-food portrait", + "sensory culinary snapshot" + ] + }, + { + "subGenre": "Street Food", + "scene": "Busy plaza food-truck cluster during a lunchtime rush", + "sceneVariants": [ + "Busy plaza food-truck cluster during a lunchtime rush", + "Lines wrapping around trucks with menus in chalk", + "Office workers balancing boxes on knees", + "A DJ or busker adding soundtrack to the queue", + "Steam vents under truck hatches" + ], + "actions": [ + "Fast assembly of bowls and sandwiches to meet demand", + "Trucks handing orders through open windows in rapid succession", + "Customers chopping into warm sandwiches and reteaming for tables", + "A vendor calling out names and order numbers" + ], + "camera": "Gimbal lateral moves between trucks and overhead insert of order boards", + "accents": [ + "metallic sheen on truck panels reflecting city light", + "warm steam halos making order numbers readable" + ], + "mood": [ + "corporate hustle relief", + "communal midday energy" + ], + "lighting": [ + "broad daylight with truck-window warm pools", + "soft open-sky fill to avoid deep shadows" + ], + "style": [ + "urban lunchtime short", + "lively food-truck reel" + ] + }, + { + "subGenre": "Street Food", + "scene": "Late-night taco cart under a flickering streetlamp", + "sceneVariants": [ + "Late-night taco cart under a flickering streetlamp", + "Taxi cabs idling and neon signs across the street", + "A small ring of patrons wrapped in jackets", + "Salsa jars and lime wedges lined like trophies", + "An old radio playing ranchera or late-night talk" + ], + "actions": [ + "Corn tortillas warmed then filled and folded", + "A vendor sprinkling onion and cilantro with swift hands", + "Patrons taking quick, savory bites between conversations", + "A camera catching the steam and steam-slicked tortillas in macro" + ], + "camera": "Tight handheld close-ups with slow pullback to capture the city frame", + "accents": [ + "lime-green speculars and chili-gloss highlights", + "wet pavement doubling warm lamp pools" + ], + "mood": [ + "late-night comfort", + "city intimacy" + ], + "lighting": [ + "single practical streetlamp with soft fill from nearby signs", + "specular pops on fresh salsa and oil" + ], + "style": [ + "nocturnal street vignette", + "sensory snack portrait" + ] + }, + { + "subGenre": "Street Food", + "scene": "Riverside pier with grilled corn stalls and family clusters at sunset", + "sceneVariants": [ + "Riverside pier with grilled corn stalls and family clusters at sunset", + "Kids running between stalls with caramel-coated hands", + "Charred corn stacked like golden logs", + "Seagulls circling above and distant ferries", + "Paper cones of salted corn buttered within" + ], + "actions": [ + "Buttered corn rotating over hot coals and brushed with spice", + "Children laughing while trying sticky kernels", + "Elders bargaining for a second cone politely", + "A camera capturing golden kernels and butter drips in macro" + ], + "camera": "Warm lateral tracking with close macro of butter and char textures", + "accents": [ + "golden kernel specular and charcoal micro-contrast", + "warm sunset rim balancing cool river reflections" + ], + "mood": [ + "familial leisure", + "sunset contentment" + ], + "lighting": [ + "golden-hour backlight with warm practical counterfill", + "specular highlights to bring out oil and butter sheen" + ], + "style": [ + "familial street portrait", + "coastal snack short" + ] + }, + { + "subGenre": "Street Food", + "scene": "Open-air skewer lane with charcoal kebabs and sizzling marinades", + "sceneVariants": [ + "Open-air skewer lane with charcoal kebabs and sizzling marinades", + "Wood-plank tables and communal benches", + "Sauce mops and charred meat dripping glaze", + "A vendor basting repeatedly to build lacquered layers", + "Crowd leaning in to inhale spiced smoke" + ], + "actions": [ + "Rapid skewering and rotation of meats and vegetables", + "A customer nodding approval and asking for extra heat", + "A vendor pressing grill-marked skewers onto paper for quick pickup", + "A camera capturing glaze micro-texture and dripping caramel" + ], + "camera": "Low and tight to show rotation arcs and glaze sheen, intercut with wide crowd shots", + "accents": [ + "charred-edge specular and lacquering highlights", + "spice particle micro-detail caught in air" + ], + "mood": [ + "savage appetite", + "smoky conviviality" + ], + "lighting": [ + "warm charcoal glow with soft surrounding fill", + "smoke diffusion to soften harsh edges" + ], + "style": [ + "raw grill portrait", + "sensory skewer reel" + ] + }, + { + "subGenre": "Street Food", + "scene": "Festival night lane with sweet stall lamps and dessert carts", + "sceneVariants": [ + "Festival night lane with sweet stall lamps and dessert carts", + "Candied fruits on sticks and glowing sugar sculptures", + "Long queues of families and couples", + "Colorful paper lanterns strung overhead", + "Stalls handing out warm pastries in paper boats" + ], + "actions": [ + "Vendors dusting sugar and dusting fried treats with flair", + "Children dancing with sticky hands while parents smile", + "A camera swooping through the lane capturing color and motion", + "A vendor flipping batter into thin, crisply curled wafers" + ], + "camera": "Handheld sweeping coverage with slow-motion snack close-ups", + "accents": [ + "sugar-gloss micro-highlight and colored-lantern bokeh", + "warm pastry rim-light picking up delicate flake" + ], + "mood": [ + "joyous indulgence", + "nostalgic delight" + ], + "lighting": [ + "warm festival practicals with soft ambient fill", + "specular pops on sticky glazes" + ], + "style": [ + "festive dessert vignette", + "family-friendly street short" + ] + }, + { + "subGenre": "Street Food", + "scene": "Mountain village stall serving dumplings to hikers at a midday rest", + "sceneVariants": [ + "Mountain village stall serving dumplings to hikers at a midday rest", + "A small wood bench and steaming bamboo baskets", + "Backpacks leaning against a low wall", + "Clear mountain air carrying broth aroma", + "A small sign with handwritten prices and old stamps" + ], + "actions": [ + "Steaming baskets being opened to release aromatic vapor", + "Hikers sharing dumplings in silent satisfaction", + "A vendor scooping herbal broth into cups for quick hands", + "A camera capturing condensation patterns and pleated dough details" + ], + "camera": "Macro handcam on steam and pleats with wide shots of mountain vistas", + "accents": [ + "soft steam diffusion with crisp dough texture", + "mountain-cold rim sharpening steam edges" + ], + "mood": [ + "restful replenishment", + "simple conviviality" + ], + "lighting": [ + "bright high-altitude daylight with clean shadows", + "soft fill from reflective stone surfaces" + ], + "style": [ + "alpine street-food portrait", + "travel-meets-cuisine vignette" + ] + }, + { + "subGenre": "Street Food", + "scene": "Urban corner stall serving spiced pancakes at dawn to early commuters", + "sceneVariants": [ + "Urban corner stall serving spiced pancakes at dawn to early commuters", + "Steam mixing with cold morning breath", + "A vendor turning batter in a cast iron pan", + "Bags of spices stacked as a colorful backdrop", + "Commuters balancing pancakes in to-go wrappers" + ], + "actions": [ + "Quick pan flips and finishing glazes applied with a cloth", + "Customers walking away while taking the first ravenous bite", + "A camera catching the batter sizzle and spice dust", + "A vendor calling out the last few freshly made orders" + ], + "camera": "Fast handheld pass-by with macro on batter froth and spice sprays", + "accents": [ + "warm steam-lit sheen and spice dust micro-detail", + "cool morning rim on commuters’ jackets" + ], + "mood": [ + "practical delight", + "morning ritual satisfaction" + ], + "lighting": [ + "soft cold dawn fill with warm griddle highlights", + "selective practicals to keep faces legible" + ], + "style": [ + "urban morning short", + "commuter snack portrait" + ] + }, + { + "subGenre": "Street Food", + "scene": "Floating market boat stall where vendors prepare noodle bowls on the water", + "sceneVariants": [ + "Floating market boat stall where vendors prepare noodle bowls on the water", + "Narrow canals lined with trading boats and awnings", + "A vendor balancing a wok on a small stove aboard a boat", + "Bowls stacked like colored rings ready for serving", + "Paddles pushing gently while a customer leans in to receive" + ], + "actions": [ + "Rapid noodle assembly and splash of broth into bowls", + "Boat-to-boat handoffs and quick payments", + "A camera capturing ripples and steam in split water-air frame", + "Vendors shouting abbreviated menu options across the canal" + ], + "camera": "Split-frame above/below water reveals with close macro on broth clarity", + "accents": [ + "liquid-glass highlights on broth and wet wood", + "bright color pops from stacked bowls" + ], + "mood": [ + "kinetic charm", + "riverine commerce" + ], + "lighting": [ + "diffuse tropical daylight with reflective water fill", + "soft under-awnings shadow to keep faces clear" + ], + "style": [ + "floating market vignette", + "waterfront culinary short" + ] + }, + { + "subGenre": "Street Food", + "scene": "Quiet suburban lane with a single legendary vendor selling fried rice at dusk", + "sceneVariants": [ + "Quiet suburban lane with a single legendary vendor selling fried rice at dusk", + "Warm porch lights and distant children's play fading", + "An old wok seasoned dark by years", + "A small chalkboard with the day’s special", + "A single fan stirring fragrant steam" + ], + "actions": [ + "Large wok-to-wok flips building smoky wok-hei flavor", + "An elder vendor ladling final soy hits with measured care", + "Neighbors dropping by for a nostalgic bowl", + "A camera lingering on seasoned pan patina and rice grain separation" + ], + "camera": "Respectful slow-lateral with macro on grain separation and char flecks", + "accents": [ + "warm porch rim-light and seasoned-metal specular", + "fine smoke micro-detail to indicate depth of flavor" + ], + "mood": [ + "nostalgic comfort", + "quiet devotion" + ], + "lighting": [ + "warm residential practicals with low ambient", + "soft diffusion to flatten harsh edges" + ], + "style": [ + "humanist food portrait", + "local legend vignette" + ] + }, + { + "subGenre": "Street Food", + "scene": "Festival pierce-of-the-city with mobile pancake trolleys and syrup steam", + "sceneVariants": [ + "Festival pierce-of-the-city with mobile pancake trolleys and syrup steam", + "Long queues of hungry students and tourists", + "Pancake towers being stacked and drizzled", + "Trolley signage in chalk and stickers", + "A small skyline visible beyond festival tents" + ], + "actions": [ + "Quick crepe flips and syrup spirals creating visual rhythm", + "Vendors tossing last-minute toppings and finishing sugar dust", + "Customers hoisting tall pancake stacks and attempting balance", + "A camera catching syrup ribbons and steam halos" + ], + "camera": "Fast handheld with slow-motion syrup drizzle inserts", + "accents": [ + "syrup-gloss micro-highlight and powdered-sugar bloom", + "warm midday rim to emphasize table textures" + ], + "mood": [ + "playful indulgence", + "festival sugar rush" + ], + "lighting": [ + "strong festival sun with soft tent diffusion", + "specular highlight control to preserve texture detail" + ], + "style": [ + "festival food short", + "playful dessert portrait" + ] + }, + { + "subGenre": "Street Food", + "scene": "Rainy alley ramen stall with steaming bowls and umbrella-dotted queue", + "sceneVariants": [ + "Rainy alley ramen stall with steaming bowls and umbrella-dotted queue", + "Puddles reflecting warm stall light", + "Labelling of broths on plastic menus", + "Chairs soaked and hastily rearranged", + "A small plastic curtain keeping spray off the cook" + ], + "actions": [ + "Broth poured in long warm streams into waiting bowls", + "Patrons slurping noodles with satisfied audible approval", + "Vendor ladling aromatic oil and scallion garnish", + "A camera capturing steam curls and umbrella-bokeh" + ], + "camera": "Low handheld with close steam macros and reflective puddle wide shots", + "accents": [ + "steam diffusion with high micro-vapor detail", + "wet-surface rim doubling warm lamp pools" + ], + "mood": [ + "comfort-in-raw-weather", + "satisfying warmth" + ], + "lighting": [ + "warm under-awnings practicals with cool rain ambient", + "soft diffusion to keep steam legible" + ], + "style": [ + "noir comfort food short", + "rainy-night ramen portrait" + ] + }, + { + "subGenre": "Street Food", + "scene": "Open air pancake grill on a riverside boardwalk at dawn", + "sceneVariants": [ + "Open air pancake grill on a riverside boardwalk at dawn", + "Fishermen folding nets nearby", + "Steam rising against pale morning sky", + "Wooden benches with early walkers sipping coffee", + "A small dog sniffing the air for crumbs" + ], + "actions": [ + "Batter ladled thin and rapidly turned into thin pancakes", + "Patrons adding local honey or preserves by spoon", + "A vendor handing a warm pancake wrapped in paper", + "A camera capturing steam lines against river mist" + ], + "camera": "Gentle crane out revealing river with macro pancake inserts", + "accents": [ + "dew and vapor micro-highlights on food and wood", + "soft golden dawn rim on edges" + ], + "mood": [ + "quiet nourishment", + "placid morning ritual" + ], + "lighting": [ + "soft cool dawn with warm griddle accents", + "natural reflective fill from water" + ], + "style": [ + "serene food portrait", + "dawn market vignette" + ] + }, + { + "subGenre": "Street Food", + "scene": "Busy university campus corner with bao bun cart and student queue", + "sceneVariants": [ + "Busy university campus corner with bao bun cart and student queue", + "Students in hoodies juggling books and steaming buns", + "Brightly colored menu with combo deals", + "A vendor deftly folding soft dough around savory fillings", + "Laughter and rapid conversations while eating crosswalkside" + ], + "actions": [ + "Buns steamed to pillowy softness and handed through a small window", + "A vendor layering sauces and pickles with rhythm", + "Students sharing and trading bites while checking phones", + "A camera focusing on soft bun tear and hot filling pull" + ], + "camera": "Mobile shoulder coverage with close macro on bun pull and filling stretch", + "accents": [ + "soft interior sheen on bao surface", + "bright menu color pops framing human action" + ], + "mood": [ + "college hunger relief", + "friendly bustle" + ], + "lighting": [ + "daylight with soft fill from nearby buildings", + "controlled exposure to handle bright signage" + ], + "style": [ + "youth-focused street short", + "campus culinary vignette" + ] + }, + { + "subGenre": "Street Food", + "scene": "Old-town square with chestnut roaster pushing smoky aroma at dusk", + "sceneVariants": [ + "Old-town square with chestnut roaster pushing smoky aroma at dusk", + "Cobblestones warmed by falling heat", + "Paper cones of roasted chestnuts handed with smiles", + "Steam drifting up from iron roasters", + "Tourists and locals mingling amid market stalls" + ], + "actions": [ + "Chestnuts turned and stirred over hot iron until skins crack", + "Vendors filling cones and handing them warmly", + "Patrons warming hands on paper cones and blowing on hot kernels", + "A camera capturing cracking shells and warm golden interiors" + ], + "camera": "Intimate macro on cracking shells with wide plaza reveals", + "accents": [ + "warm ember micro-highlight and chestnut gloss", + "golden dust motes in low light" + ], + "mood": [ + "old-world comfort", + "shared seasonal joy" + ], + "lighting": [ + "soft dusk fill with warm practical roaster glow", + "low-key ambient to preserve silhouette depth" + ], + "style": [ + "nostalgic market vignette", + "seasonal street-food portrait" + ] + }, + { + "subGenre": "Street Food", + "scene": "Desert roadside stall offering roasted dates and sweet tea at sunset", + "sceneVariants": [ + "Desert roadside stall offering roasted dates and sweet tea at sunset", + "Sand-swept low table and cushions", + "A small brazier smoking dates to caramelization", + "Travelers pausing to sip fragrant teas", + "A wind-carried aroma of roasted sugar" + ], + "actions": [ + "Dates turned and glazed over low heat until sticky", + "Tea poured in thin streams into small glasses", + "Travelers breaking dates and passing them around", + "A camera capturing caramel threads and tea swirl" + ], + "camera": "Slow lateral with macro of syrup threads and wide desert horizon", + "accents": [ + "amber caramel rim on dates", + "fine sand micro-texture providing tactile scale" + ], + "mood": [ + "desert solace", + "quiet hospitality" + ], + "lighting": [ + "golden-hour desert backlight with warm brazier highlights", + "soft diffusion to keep faces readable in harsh light" + ], + "style": [ + "travel-food vignette", + "sensory desert portrait" + ] + }, + { + "subGenre": "Street Food", + "scene": "Late-evening noodle stand lit by paper lanterns and passing scooters", + "sceneVariants": [ + "Late-evening noodle stand lit by paper lanterns and passing scooters", + "Long strands of noodles being pulled by hand", + "Chopstick clatter and spoons scraping bowls", + "Scooter headlights creating motion streaks", + "A small cat curled near the vendor's boot" + ], + "actions": [ + "Noodles stretched and dropped into boiling broth with speed", + "A vendor garnishing with chili oil and scallion", + "Customers slurping noodles loudly in approval", + "A camera focusing on noodle pull texture and broth clarity" + ], + "camera": "Dynamic close macro on noodle pull with vehicular streak wide shots", + "accents": [ + "warm lantern specular and broth-glass clarity", + "motion streak micro-bokeh from passing scooters" + ], + "mood": [ + "energetic satisfaction", + "urban nocturnal ritual" + ], + "lighting": [ + "lantern warm pools with cool street ambient", + "soft diffusion on faces to preserve emotion" + ], + "style": [ + "nocturnal noodle portrait", + "urban ritual short" + ] + }, + { + "subGenre": "Street Food", + "scene": "Suburban weekend bazaar with pie stalls and local bakers showing goods", + "sceneVariants": [ + "Suburban weekend bazaar with pie stalls and local bakers showing goods", + "Flaky pastry displays and seasonal fruit mounds", + "Families sampling and pointing at favorite flavors", + "Parchment-wrapped slices handed over smiling", + "Bakers wearing aprons dusted in flour" + ], + "actions": [ + "Hot slices plated and handed with napkin-wrapped fingers", + "Bakers offering tasting slivers to entice buyers", + "A camera capturing crust flake and steam rising", + "Patrons debating flavors and making selection gestures" + ], + "camera": "Warm lateral tracking with macro on flaky crust and filling pull", + "accents": [ + "buttery specular and sugar dust micro-detail", + "soft warm fill to emphasize homey appeal" + ], + "mood": [ + "comforting nostalgia", + "weekend leisure" + ], + "lighting": [ + "bright morning festival light with soft tent diffusion", + "high-key natural to preserve true pastry color" + ], + "style": [ + "bakerly portrait", + "community market short" + ] + } + ] +} \ No newline at end of file diff --git a/src/data/food_and_drink_sushi.json b/src/data/food_and_drink_sushi.json new file mode 100644 index 0000000..0b64816 --- /dev/null +++ b/src/data/food_and_drink_sushi.json @@ -0,0 +1,548 @@ +{ + "food_and_drink": [ + { + "subGenre": "Sushi", + "scene": "Midnight omakase counter with chef performing precise plating", + "sceneVariants": [ + "Midnight omakase counter with chef performing precise plating", + "Single row of patrons at a polished wood counter", + "Knife glinting under a warm pendant", + "A succession of small, jewel-like plates presented", + "Silence except for soft conversation and tiny utensils" + ], + "actions": [ + "Chef presenting each piece with a short explanation", + "Guest closing eyes to taste and nod in appreciation", + "A quick water rinse and towel wipe between plates", + "Sake poured as an accompagnement for a course" + ], + "camera": "Tight over-the-counter macro cuts on knife, rice, and fish then slow pulls to patrons", + "accents": [ + "warm lacquer rim on wood counter", + "extreme micro-detail on fish sheen and rice grain" + ], + "mood": [ + "ritual reverence", + "intimate luxury" + ], + "lighting": [ + "low warm pendants with selective specular highlights", + "black surround to isolate plates" + ], + "style": [ + "ritual culinary portrait", + "minimalist gastronomic short" + ] + }, + { + "subGenre": "Sushi", + "scene": "Early morning fish market where sushi-grade catch is inspected", + "sceneVariants": [ + "Early morning fish market where sushi-grade catch is inspected", + "Wet slabs of ice with filleted fish on display", + "Buyers in rubber boots moving between crates", + "Scale and inspection with gloved hands", + "A truck unloading a fresh crate" + ], + "actions": [ + "Butchers showing cross-sections to buyers", + "A head buyer tapping flesh to judge freshness", + "Boxes labeled with origin and processing method", + "A camera capturing the wet sheen and fish-eye detail" + ], + "camera": "Handheld documentary passes between stalls with close macro on gills and flesh", + "accents": [ + "wet specular highlights on scales", + "cool blue ice rim balancing warm flesh tones" + ], + "mood": [ + "businesslike precision", + "freshness-focused intensity" + ], + "lighting": [ + "cool daylight with reflective ice highlights", + "narrow shafts to show texture" + ], + "style": [ + "market documentary", + "ingredient-origin vignette" + ] + }, + { + "subGenre": "Sushi", + "scene": "Seaside sushi bar at dusk with a view of fishing boats", + "sceneVariants": [ + "Seaside sushi bar at dusk with a view of fishing boats", + "Breezy open doors and wooden stools", + "Salt air visible on counters", + "Fishermen delivering a last-minute bluefin box", + "Lanterns blinking as daylight fades" + ], + "actions": [ + "Chef slicing fish with long single strokes", + "Guests sipping chilled sake and watching the sea", + "A server stacking small soy dishes and wasabi rosettes", + "A camera pulling back to include ocean horizon" + ], + "camera": "Low-angle counter-level tracking with occasional wide harbor reveals", + "accents": [ + "sea-blue rim on silver scales", + "lantern warm fill on faces" + ], + "mood": [ + "coastal calm", + "relaxed delight" + ], + "lighting": [ + "soft dusk fill with warm interior accents", + "specular on wet surfaces" + ], + "style": [ + "coastal culinary portrait", + "sunset tasting short" + ] + }, + { + "subGenre": "Sushi", + "scene": "Conveyor-belt sushi restaurant bustling at lunchtime", + "sceneVariants": [ + "Conveyor-belt sushi restaurant bustling at lunchtime", + "Color-coded plates passing on the belt", + "Salarymen and students grabbing plates", + "A young couple comparing favorites", + "Sushi chefs working behind the belt" + ], + "actions": [ + "Plates moving steadily with quick snatches", + "Chefs replenishing popular items", + "Customers stacking plates to tally the bill", + "A camera tracking belt rhythm with fast cuts" + ], + "camera": "Gimbal lateral following the belt and close plate macros", + "accents": [ + "color-plate pops and glossy rice sheen", + "fast motion blur to convey tempo" + ], + "mood": [ + "efficient enjoyment", + "everyday sociability" + ], + "lighting": [ + "bright restaurant fluorescent with warm highlights on food", + "even fill for facial readability" + ], + "style": [ + "urban food vignette", + "tempo-driven culinary short" + ] + }, + { + "subGenre": "Sushi", + "scene": "High-end kaiseki meal where sushi is a plated course", + "sceneVariants": [ + "High-end kaiseki meal where sushi is a plated course", + "Seasonal garnishes and lacquer trays", + "A multi-course flow with interstitial teas", + "Tatami-view dining room with low table", + "Host guiding the sequence of plates" + ], + "actions": [ + "Small sushi pieces served between broths and pickles", + "Patron tasting and noting seasonal nuance", + "A camera capturing table composition and hand gestures", + "Chef timing the sequence to palate cleanse" + ], + "camera": "Respectful telephoto and intimate table-level close-ups", + "accents": [ + "seasonal color accent on garnish", + "matte lacquer speculars" + ], + "mood": [ + "ceremonial refinement", + "seasonal mindfulness" + ], + "lighting": [ + "soft warm ambient and low-key accents", + "controlled highlights to reveal plating" + ], + "style": [ + "ceremonial culinary film", + "seasonal tasting portrait" + ] + }, + { + "subGenre": "Sushi", + "scene": "Train station bento and sushi kiosk at the morning commute", + "sceneVariants": [ + "Train station bento and sushi kiosk at the morning commute", + "Grab-and-go packaged nigiri and inari boxes", + "Commuters balancing food while boarding trains", + "Bright refrigerated displays with labels and prices", + "A vendor handing a neatly wrapped box" + ], + "actions": [ + "Quick handoffs and polite bows", + "Customers unwrapping boxes and tasting on the go", + "A camera capturing neat packaging and label detail", + "A vendor restocking popular combos" + ], + "camera": "Fast handheld with macro of packaging opening and rice grain detail", + "accents": [ + "packaging specular and label typography clarity", + "cool display lighting emphasizing freshness" + ], + "mood": [ + "practical convenience", + "morning routine" + ], + "lighting": [ + "bright commercial cool with spot product highlights", + "consistent exposure to show labels" + ], + "style": [ + "commuter-food short", + "packaging/product vignette" + ] + }, + { + "subGenre": "Sushi", + "scene": "Street-side temaki stall where cones are rolled by hand", + "sceneVariants": [ + "Street-side temaki stall where cones are rolled by hand", + "Nori sheets stacked next to bowls of fillings", + "Quick customers grabbing cones to walk away", + "Bright sauce pumps and sesame sprinklers", + "A small grill for slight searing" + ], + "actions": [ + "Quick hand rolls assembled in seconds", + "Vendor toasting edges of nori for crunch", + "Customers taking large first bites and smiling", + "A camera close on the spiral of rice and filling" + ], + "camera": "Handheld dynamic close-ups on roll assembly with lateral walkaway pulls", + "accents": [ + "nori crisp specular and oil-gloss on fillings", + "fast-motion streaks to imply speed" + ], + "mood": [ + "casual satisfaction", + "snack-time delight" + ], + "lighting": [ + "bright street practicals with natural daylight", + "specular to emphasize textures" + ], + "style": [ + "street-snack portrait", + "fast-food vignette" + ] + }, + { + "subGenre": "Sushi", + "scene": "Sushi training school where apprentices practice rice shaping", + "sceneVariants": [ + "Sushi training school where apprentices practice rice shaping", + "Rows of students measuring rice and water ratios", + "Instructors demonstrating single-finger rice forming", + "Stacked practice trays and practice fish (mock)", + "Quiet concentration as hands move precisely" + ], + "actions": [ + "Repetitive rice shaping drills with micro-adjustments", + "Instructor correcting thumb pressure and angle", + "A camera focusing on tiny hand variations and rice texture", + "Apprentices tasting and making notes" + ], + "camera": "Macro hand-level inserts and steady classroom wide shots", + "accents": [ + "soft studio rim on hand and rice grains", + "clean white bounce to preserve color accuracy" + ], + "mood": [ + "disciplined learning", + "quiet focus" + ], + "lighting": [ + "even diffuse studio light to show technique", + "minimal shadows for clarity" + ], + "style": [ + "instructional short", + "craftsmanship vignette" + ] + }, + { + "subGenre": "Sushi", + "scene": "Pop-up fusion sushi stall at an art fair experimenting with toppings", + "sceneVariants": [ + "Pop-up fusion sushi stall at an art fair experimenting with toppings", + "Unconventional garnishes and bright sauces", + "Crowds sampling and debating new flavor combos", + "Hand-painted signage and playful plating", + "A DJ providing low-key background music" + ], + "actions": [ + "Creative topping application and tasting reactions", + "Customers trading bites and giving instant feedback", + "A camera capturing unusual color contrasts and sauce drizzles", + "Vendor explaining inspiration to curious patrons" + ], + "camera": "Energetic handheld moves with macro on topping texture and crowd reactions", + "accents": [ + "bright sauce specular and saturated garnish color", + "playful bokeh to emphasize novelty" + ], + "mood": [ + "creative playfulness", + "experimental curiosity" + ], + "lighting": [ + "bright fair sunlight with tent diffusion", + "high saturation to emphasize novelty" + ], + "style": [ + "pop-up culinary short", + "fusion food vignette" + ] + }, + { + "subGenre": "Sushi", + "scene": "Sushi and sake pairing evening in an intimate tasting room", + "sceneVariants": [ + "Sushi and sake pairing evening in an intimate tasting room", + "Small glasses lined with varying sake styles", + "An expert guiding pairing choices", + "Group of guests comparing notes between sips", + "Small palate-cleansing bites presented between courses" + ], + "actions": [ + "Sake poured and explained with regional context", + "Chef explaining why a fish and sake pairing works", + "Guests noting aroma and mouthfeel changes", + "A camera capturing interplay between drink and bite" + ], + "camera": "Table-level lateral moves with macro on sake legs and rice texture", + "accents": [ + "glass specular and rice micro-clarity", + "soft warm rim on faces to show conviviality" + ], + "mood": [ + "sophisticated delight", + "paired discovery" + ], + "lighting": [ + "warm low-key with soft table fill", + "controlled highlights to preserve glass detail" + ], + "style": [ + "pairing vignette", + "sensory tasting short" + ] + }, + { + "subGenre": "Sushi", + "scene": "Festival sushi stand where giant chirashi bowls are served family-style", + "sceneVariants": [ + "Festival sushi stand where giant chirashi bowls are served family-style", + "Long communal tables with giant wooden bowls", + "Children reaching for colorful roe and slices", + "Vendors calling out to line the bowls", + "Colorful paper lanterns above" + ], + "actions": [ + "Large scoops of rice and topping distribution", + "Families sharing bowls and exchanging stories", + "A camera wide reveal of communal eating and close macro of roe pops", + "Vendors topping with final greenery" + ], + "camera": "Crane out for communal scope and close macro on topping textures", + "accents": [ + "bright roe micro-specular and saturated fish color", + "warm lantern rim to convey festival mood" + ], + "mood": [ + "communal joy", + "festive abundance" + ], + "lighting": [ + "warm festival practicals with gentle ambient fill", + "saturation to emphasize color" + ], + "style": [ + "festival culinary short", + "communal food vignette" + ] + }, + { + "subGenre": "Sushi", + "scene": "Minimalist sushi tasting flight in a zen garden teahouse", + "sceneVariants": [ + "Minimalist sushi tasting flight in a zen garden teahouse", + "Stone path and bamboo elements visible through a window", + "Small pristine plates arranged in a line", + "Silence with faint water trickle background", + "Patron meditating briefly before tasting" + ], + "actions": [ + "Single bite tastings held and savored slowly", + "A host explaining subtle seasonal differences", + "A camera focusing on quiet inhalations and calm faces", + "Hands folded and respectful nods after each bite" + ], + "camera": "Slow meditative handheld with long holds on plates and garden background", + "accents": [ + "soft natural backlight and matte plate texture", + "leaf micro-detail used as garnish accent" + ], + "mood": [ + "tranquil reverence", + "mindful savoring" + ], + "lighting": [ + "diffuse natural daylight with soft fill", + "minimal specular to preserve simplicity" + ], + "style": [ + "zen tasting short", + "meditative culinary portrait" + ] + }, + { + "subGenre": "Sushi", + "scene": "Izakaya late-night sushi snacks with small plates and loud toasts", + "sceneVariants": [ + "Izakaya late-night sushi snacks with small plates and loud toasts", + "Crowded low tables and wooden counters", + "Small grilled sushi skewers and bite-sized nigiri", + "Loud laughter and sake toasts", + "Fried snacks and pickled sides on shared plates" + ], + "actions": [ + "Plates being passed around quickly", + "Customers toasting and shouting kampai", + "A camera capturing the kinetic noise and food close-ups", + "Servers weaving through tight spaces delivering small hits" + ], + "camera": "Handheld energetic coverage with quick cutting to match chatter", + "accents": [ + "warm lamplight rim and grease-gloss on small plates", + "high micro-contrast to emphasize tactile food texture" + ], + "mood": [ + "boisterous warmth", + "late-night revelry" + ], + "lighting": [ + "warm bar lamp practicals with shallow ambient", + "specular pops on skewered char" + ], + "style": [ + "nocturnal street vignette", + "izakaya culture short" + ] + }, + { + "subGenre": "Sushi", + "scene": "Chef’s challenge evening where chefs prepare signature sushi in timed rounds", + "sceneVariants": [ + "Chef’s challenge evening where chefs prepare signature sushi in timed rounds", + "Competition-style setup with clock and judges", + "A live audience watching timed plating", + "Unique ingredient reveals and surprise elements", + "Final tasting by a panel" + ], + "actions": [ + "Timed assembly and creative plating under pressure", + "Judges tasting and scoring based on balance and creativity", + "Camera capturing sweat, precision, and high-stress focus", + "A final judged reveal with applause" + ], + "camera": "Broadcast multi-cam sports-style with close-ups on hands and plates", + "accents": [ + "clean spot key on plates for detail preservation", + "micro-foam and glaze specular for food appeal" + ], + "mood": [ + "competitive craft", + "creative tension" + ], + "lighting": [ + "bright stage-key with soft fill to avoid glare", + "consistent color to preserve food realism" + ], + "style": [ + "competitive culinary short", + "live event vignette" + ] + }, + { + "subGenre": "Sushi", + "scene": "Sushi picnic at a cherry-blossom grove with family-style boxes", + "sceneVariants": [ + "Sushi picnic at a cherry-blossom grove with family-style boxes", + "Blankets spread under blooming trees", + "Colorful bento boxes opened and shared", + "Children chasing petals and parents laughing", + "A small cooler with chilled soy and ginger" + ], + "actions": [ + "Sharing boxes and trading favorite pieces", + "Children snatching maki rolls playfully", + "Camera capturing petals falling onto near-empty boxes", + "A parent lifting a child onto a lap for a close bite" + ], + "camera": "Wide pastoral reveals with close macro on shared bites and petal details", + "accents": [ + "soft pink petal bokeh and saturated food color", + "gentle sunlight rim on faces" + ], + "mood": [ + "family warmth", + "seasonal celebration" + ], + "lighting": [ + "soft spring daylight with light diffusion from blossom canopy", + "warm fill to keep faces readable" + ], + "style": [ + "seasonal picnic vignette", + "familial food short" + ] + }, + { + "subGenre": "Sushi", + "scene": "Sushi chef interview and archive clips tracing apprentice journey", + "sceneVariants": [ + "Sushi chef interview and archive clips tracing apprentice journey", + "Old photos of early attempts and mentor moments", + "Interview seated at counter discussing philosophy", + "Hands demonstrating a classic technique in slow motion", + "Cutaways of passed-down knives and tools" + ], + "actions": [ + "Interviewee narrating while hands demonstrate technique", + "Archive footage intercut showing progression over years", + "A camera capturing documentary-quality close-ups and emotional beats", + "Final present-day serve as a culmination" + ], + "camera": "Polished interview coverage with archival overlays and macro inserts", + "accents": [ + "warm interview rim and archival grain", + "soft highlight on heirloom tools" + ], + "mood": [ + "reflective pride", + "craft legacy" + ], + "lighting": [ + "balanced interview key with gentle fill", + "vintage grade for archival footage" + ], + "style": [ + "craft documentary", + "personal profile short" + ] + } + ] +} \ No newline at end of file diff --git a/src/data/food_and_drink_tea_ceremonies.json b/src/data/food_and_drink_tea_ceremonies.json new file mode 100644 index 0000000..e41f70f --- /dev/null +++ b/src/data/food_and_drink_tea_ceremonies.json @@ -0,0 +1,352 @@ +[ + { + "subGenre": "Tea Ceremonies", + "scene": "A dawn tatami tearoom in a mountain dojo where a master prepares matcha for three students", + "sceneVariants": [ + "A dawn tatami tearoom in a mountain dojo where a master prepares matcha for three students", + "A low wooden alcove with shoji screens and morning mist beyond", + "A narrow tearoom with a single scroll and an incense stick smoldering", + "A quiet kneeling line where bowls are passed with measured reverence", + "A small garden glimpsed through a raised threshold as steam rises" + ], + "actions": [ + "The master sifting powdered tea with precise breaths and silences", + "A student rotating the bowl in a practiced clockwise motion before sipping", + "An assistant carrying hot water in a lacquered kettle and bowing at each pass", + "Hands washing and drying ritualistically between gestures" + ], + "camera": "Low static two-shot focusing on hands and bowl, occasional slow push-in on whisk motion", + "accents": [ + "matte rim-light on lacquered kettle and bamboo whisk", + "soft natural micro-texture of tatami catching steam haze" + ], + "mood": "serene discipline", + "lighting": "soft dawn through rice paper, warm low-key highlights", + "style": "meditative minimalist documentary" + }, + { + "subGenre": "Tea Ceremonies", + "scene": "A sunlit English garden where ladies gather for afternoon tea under striped parasols", + "sceneVariants": [ + "A sunlit English garden where ladies gather for afternoon tea under striped parasols", + "A rose-bordered lawn with a linen-draped table and porcelain sets", + "A formal veranda with silver teapot and tiered cake stands", + "A gentle string quartet playing near the hedge as tea is poured", + "Children chasing bubbles while adults converse in quiet laughter" + ], + "actions": [ + "A server pouring tea with a slow practiced wrist flick to avoid spills", + "Dainty fingers lifting cups with pinkies tucked and polite sips exchanged", + "Cake tiers being offered and small sandwiches selected with tongs", + "A toast murmured for a gathering reason and soft applause" + ], + "camera": "Medium dolly capturing table choreography and close-in on porcelain patterns", + "accents": [ + "porcelain micro-reflections in sunlight", + "petal micro-speculars on rose edges" + ], + "mood": "gentle sociability", + "lighting": "bright midday sun with soft fill", + "style": "classic genteel realism" + }, + { + "subGenre": "Tea Ceremonies", + "scene": "A dusk Moroccan salon where mint tea is poured from height into ornate glasses", + "sceneVariants": [ + "A dusk Moroccan salon where mint tea is poured from height into ornate glasses", + "A tiled courtyard with mosaic fountain and embroidered cushions", + "A low table of brass and filigree with steaming samovars", + "A circle of friends reclining under lanterns with mint sprigs", + "A rooftop terrace with city-sounds softened by citrus breeze" + ], + "actions": [ + "A host lifting a long-spouted kettle and pouring to create aerated foam", + "Glass clinks and small hands offering sweetened cubes in polite measure", + "Mints crushed and added at the last second with a fragrant puff", + "A communal passing of trays while stories are animatedly traded" + ], + "camera": "Handheld lateral with lantern-bokeh and occasional low-angle pour close-ups", + "accents": [ + "brass micro-glow on tray rims", + "steam micro-diffusion catching lantern light" + ], + "mood": "warm conviviality", + "lighting": "dusk with warm lantern pools and cool skyline", + "style": "textural cultural vignette" + }, + { + "subGenre": "Tea Ceremonies", + "scene": "A moonlit Tibetan yurt where butter tea is offered in wooden bowls to pilgrims", + "sceneVariants": [ + "A moonlit Tibetan yurt where butter tea is offered in wooden bowls to pilgrims", + "A low interior of heavy textiles, prayer flags tacked to rafters", + "A hearth-lit circle where elders guide newcomers in tasting", + "A high plateau with yurt doors open to stars as steam drifts", + "A procession bringing fresh yak-milk and churned butter" + ], + "actions": [ + "A ladle scooping thick creamy tea and offering with two-handed reverence", + "Pilgrims murmuring blessings before lifting the bowl to lips", + "An elder stirring ceremonial butter with a carved spoon while reciting a verse", + "Hands warming across the bowl rim before passing it on" + ], + "camera": "Intimate circular shot focusing on faces and bowl texture with slow ambient pans", + "accents": [ + "wood-grain micro-detail on bowls", + "smoke micro-haze around the hearth" + ], + "mood": "earthy sacred sustenance", + "lighting": "warm hearth glow against deep night", + "style": "ritual ethnographic realism" + }, + { + "subGenre": "Tea Ceremonies", + "scene": "A neon-lit cyber-teahouse at midnight where powdered blends are synced with synth rhythms", + "sceneVariants": [ + "A neon-lit cyber-teahouse at midnight where powdered blends are synced with synth rhythms", + "A counter of glass tubes and glowing infusion chambers", + "Baristas wearing augmented visors adjusting nectar viscosity", + "A clustered crowd leaning on holo-tables and sipping luminescent brews", + "A window overlooking rain-slick streets with digital tea-ads blinking" + ], + "actions": [ + "A machine micro-whisking and overlaying taste-profiles on a small holo-display", + "A server sending a tea-drone that hovers and hums at table level", + "Customers tapping to tweak caffeine-spritz levels and color notes", + "A beat-synced foam crest forming in time with bass hits" + ], + "camera": "Stylized glide with strong neon rim and slow-motion micro-pour sequences", + "accents": [ + "neon micro-glow on glass veneer", + "holo micro-refractions in suspended droplets" + ], + "mood": "electric sociability", + "lighting": "high-contrast neon night", + "style": "futuristic urban realism" + }, + { + "subGenre": "Tea Ceremonies", + "scene": "A candlelit Victorian parlor where herbal tea is steeped alongside poetry reading at night", + "sceneVariants": [ + "A candlelit Victorian parlor where herbal tea is steeped alongside poetry reading at night", + "A velvet-clad salon with framed etchings and a low fireplace", + "A small circle of readers sipping chamomile between verses", + "A china teapot passed like a conversational baton", + "A close-up of a steam-wreathed teacup catching candle flicker" + ], + "actions": [ + "A reader pausing to lift a cup and let the line settle", + "A hostess decanting a fragrant infusion with steady hand and gentle smile", + "Pages turning softly as a group listens and nods in measured cadence", + "A soft clink signaling applause at a well-placed metaphor" + ], + "camera": "Warm static medium with close inserts on steam and faces, small handheld for emotional emphasis", + "accents": [ + "candle micro-halation on porcelain rims", + "velvet micro-texture capturing lamplight" + ], + "mood": "intellectual intimacy", + "lighting": "warm candlelight and hearth glow", + "style": "literary period realism" + }, + { + "subGenre": "Tea Ceremonies", + "scene": "A sunrise rooftop yoga-tea session where matcha flows after a morning flow", + "sceneVariants": [ + "A sunrise rooftop yoga-tea session where matcha flows after a morning flow", + "A small mat circle with bamboo whisks and small bowls", + "A city skyline beyond and steam rising from careful bowls", + "Breath-synchronized whisking, each rhythm matched to pose transitions", + "A quiet conversation about intention shared between sips" + ], + "actions": [ + "A teacher guiding breath then handing a bowl for a cleansing sip", + "A gentle whisk motion reflecting the inhalation-exhalation rhythm", + "Bowls passed with a gratitude nod between practitioners", + "A final shared quiet opening to the city as the last sip is taken" + ], + "camera": "Wide rooftop wide for skyline, then intimate close-ins on bowl and whisk textures", + "accents": [ + "early sun rim on whisk bamboo", + "glass micro-frost on rooftop dew" + ], + "mood": "centered uplift", + "lighting": "golden sunrise with clean air", + "style": "wellness-modern minimalism" + }, + { + "subGenre": "Tea Ceremonies", + "scene": "A twilight apothecary where medicinal teas are prescribed and brewed for patient rituals", + "sceneVariants": [ + "A twilight apothecary where medicinal teas are prescribed and brewed for patient rituals", + "A shelf of labeled roots and dried petals arranged like a botanical library", + "A healer pounding herbs then pouring slow infusions into clay cups", + "A patient inhaling aroma as diagnosis and recipe are explained", + "A small bedside serving of warm restorative tea and bandage" + ], + "actions": [ + "Healer weighing herbs precisely and chanting preparation steps aloud", + "A patient sipping and exhaling a visible relief sign as steam touches their face", + "Small stones warmed and placed at cup sides as conductive comfort", + "A recipe written in a careful script then sealed with wax for later use" + ], + "camera": "Close clinical-hand inserts with medium shot on patient-healer rapport; soft crossfade", + "accents": [ + "herb micro-fiber texture in sachets", + "clay micro-matte on cup rims holding steam" + ], + "mood": "humane care", + "lighting": "soft twilight interior with warm task light", + "style": "medicinal craft realism" + }, + { + "subGenre": "Tea Ceremonies", + "scene": "A moonlit forest clearing where a druid circle brews bark and leaf elixirs in iron cauldrons", + "sceneVariants": [ + "A moonlit forest clearing where a druid circle brews bark and leaf elixirs in iron cauldrons", + "A ring of standing stones and a central cauldron simmering with herbal steam", + "Hands adding petals as the circle intones seasonal names", + "A sapling offering added as a living oath within the brew", + "A mist-lift revealing ash-scribed drink bowls for blessing" + ], + "actions": [ + "A synchronized ladling where each person tastes and passes comments quietly", + "Leaves stirred in a clockwise pass to bind an intention", + "A branch dipped to stir then offered to a designated seeker", + "Embers shifted to adjust simmer and release different aromatic notes" + ], + "camera": "Slow circular glide around the cauldron with handheld close-ins on leaf motion and steam glyphs", + "accents": [ + "iron micro-rust texture on cauldron rim", + "leaf-subsurface micro-glow in steam pockets" + ], + "mood": "earthly sanctity", + "lighting": "cool moonlight through canopy, warm cauldron core", + "style": "ritual eco-fantasy" + }, + { + "subGenre": "Tea Ceremonies", + "scene": "A neon night tram-car teahouse where commuters sip adaptogenic blends between stations", + "sceneVariants": [ + "A neon night tram-car teahouse where commuters sip adaptogenic blends between stations", + "A moving kiosk with secure cup-holders and soft jazz overhead", + "A barista strapping a bowl in and handing it to a commuter mid-ride", + "A vertical window showing blurred city-lights as a backdrop to quiet sipping", + "A small conversation about focus rituals between stops" + ], + "actions": [ + "Barista stabilizing a thermos and adjusting foam for motion comfort", + "Commuters pairing breathing rituals with sips to calm commute anxiety", + "A tap to lock-in custom adaptogen blends for personal tolerance", + "A grateful nod as the drink steadies a jitters-prone passenger" + ], + "camera": "Gimbal-stabilized interior with window reflections and small insert focus on cup stability", + "accents": [ + "neon micro-reflect in liquid surface", + "soft seat-texture micro-detail under bowls" + ], + "mood": "urban practical respite", + "lighting": "mixed neon and interior warm", + "style": "modern commuter realism" + }, + { + "subGenre": "Tea Ceremonies", + "scene": "A midnight reading-club in a library conservatory where oolong is poured to heighten clarity", + "sceneVariants": [ + "A midnight reading-club in a library conservatory where oolong is poured to heighten clarity", + "A long table of open books and a steaming silver kettle", + "Members whispering insights and tasting layered leaf notes", + "A vine-curtained dome with city-glow behind and moon above", + "A small ornate strainer being tapped to release a final rhyme" + ], + "actions": [ + "A deliberate double-pour technique to aerate aromatic polysaccharides", + "Members comparing notes on mouthfeel and conceptual clarity", + "A pause to write an inspired margin note and then share aloud", + "A final communal steep to mark the session's end" + ], + "camera": "Intimate pan across faces, close on kettle steam and delicate strainer taps", + "accents": [ + "glass micro-condensation on dome panes", + "silver micro-specs on kettle lid" + ], + "mood": "clarifying collegiality", + "lighting": "soft moon in glass dome with interior warm glows", + "style": "intellectual modern minimalism" + }, + { + "subGenre": "Tea Ceremonies", + "scene": "A dawn alley-ritual where street-teas are prepared for the overnight workers before dawn break", + "sceneVariants": [ + "A dawn alley-ritual where street-teas are prepared for the overnight workers before dawn break", + "A wok-style kettle over a small charcoal ring giving off savory broth-tea", + "A vendor ladling tiny bowls into paper cups for tired laborers", + "A quick blessing muttered before each serving and a pat on the back", + "A steam-scent that marks the end of shift and the start of morning" + ], + "actions": [ + "An efficient pour sequence serving many hands in a row", + "A grateful nod and a quick word of solidarity exchanged", + "A small sharp breath in as hot broth clears lungs and readies arms", + "A last cup saved for a late-arriving friend" + ], + "camera": "Handheld street-level with quick passing inserts of hands and steam and smiling faces", + "accents": [ + "charcoal micro-ash smudges on vendor hands", + "paper cup micro-crease texture catching steam" + ], + "mood": "practical compassion", + "lighting": "pale pre-dawn with warm vendor lamp", + "style": "gritty humanist realism" + }, + { + "subGenre": "Tea Ceremonies", + "scene": "A sunset vineyard teahouse serving herb infusions paired with cheese before harvest dinners", + "sceneVariants": [ + "A sunset vineyard teahouse serving herb infusions paired with cheese before harvest dinners", + "A rustic wooden bar with small tasting bowls and local cheeses", + "A sommelier explaining herb pairings and leaf terroir", + "A sunset terrace with grape rows fading into evening", + "A final toast as the last light drains from the horizon" + ], + "actions": [ + "Pouring small tasting bowls with deliberate measured sips", + "A palate-cleansing herb passed between guests to reset taste", + "A tiny crumble of cheese placed to complement specific leaf notes", + "A communal nod and quiet conversation about soil and sun" + ], + "camera": "Wide terrace reveal with medium tasting inserts and gentle slow focus on pairing gestures", + "accents": [ + "vine leaf micro-sheen in backlight", + "cheese rind micro-texture close-ups" + ], + "mood": "gustatory conviviality", + "lighting": "warm sunset glow", + "style": "culinary pastoral realism" + }, + { + "subGenre": "Tea Ceremonies", + "scene": "A candlelit hospice corner where restorative teas are offered in hush to a patient at night", + "sceneVariants": [ + "A candlelit hospice corner where restorative teas are offered in hush to a patient at night", + "A small bedside table with infusions labeled 'calm' and 'rest'", + "A nurse gently pouring and adjusting a warm compress to the drinker", + "A window showing moon and slow breath visible as steam meets cold", + "A small ribbon tied to the cup as a token of remembrance" + ], + "actions": [ + "A careful three-step pour to ensure temperature and clarity", + "A hand hovering to check heat and then steadying a sip for the patient", + "A whispered encouragement accompanying each swallow", + "A final cup left cooling as a gesture of presence" + ], + "camera": "Close compassionate insert shots with soft shallow DOF and bedside intimacy", + "accents": [ + "ceramic micro-glaze reflections", + "candle micro-halation on skin" + ], + "mood": "comforting tenderness", + "lighting": "low warm bedside lamp", + "style": "quiet compassionate realism" + } +] \ No newline at end of file diff --git a/src/data/food_and_drink_vegetarian_meals.json b/src/data/food_and_drink_vegetarian_meals.json new file mode 100644 index 0000000..3cac3c6 --- /dev/null +++ b/src/data/food_and_drink_vegetarian_meals.json @@ -0,0 +1,552 @@ +[ + { + "subGenre": "Vegetarian Meals", + "scene": "A sunlit farmers' market stall piled with heirloom vegetables and steaming savory pies", + "sceneVariants": [ + "A sunlit farmers' market stall piled with heirloom vegetables and steaming savory pies", + "A rustic stall with chalkboard menus listing today's vegetable tarts", + "A vendor slicing warm quiche while customers sample seasonal chutneys", + "A woven basket display of root vegetables next to a small portable oven", + "A corner table where a vendor wraps a hot savory pie for takeaway" + ], + "actions": [ + "A vendor handing a steaming pie to a smiling customer", + "A knife revealing a soft, herb-filled interior of a tart", + "Steam lifting from a lattice crust as sunlight strikes it", + "A customer breaking off a piece and sharing a bite with a friend" + ], + "camera": "Handheld market walkthrough with close macro on pastry crumb and vegetable texture", + "accents": [ + "golden crust micro-glow where steam meets sun", + "moisture micro-beads on fresh leaves" + ], + "mood": "warm communal freshness", + "lighting": "bright natural morning light", + "style": "earthy artisanal food photography" + }, + { + "subGenre": "Vegetarian Meals", + "scene": "A cozy candlelit bistro serving roasted vegetable gratin for two", + "sceneVariants": [ + "A cozy candlelit bistro serving roasted vegetable gratin for two", + "A corner table with linen napkins and a small candle pool", + "A server placing a bubbling gratin on a wooden board", + "A slow evening crowd murmuring over small plates", + "A window framing rainy cobbles outside while warmth glows inside" + ], + "actions": [ + "A spoon breaking into a golden crust and drawing out stringy cheese", + "A soft exchange of tasting notes between diners", + "A server wiping the rim and presenting the dish with a smile", + "Steam and herb aroma lifting into the candlelit air" + ], + "camera": "Low intimate inserts on spoon, crust, and facial reactions with periodic pullback", + "accents": [ + "candle rim micro-flares on glossy sauce", + "browned cheese micro-texture under soft rim-light" + ], + "mood": "intimate comfort", + "lighting": "warm low-key candlelight", + "style": "romantic small-bistro realism" + }, + { + "subGenre": "Vegetarian Meals", + "scene": "A bright midday communal kitchen prepping a layered vegetable lasagna for a community dinner", + "sceneVariants": [ + "A bright midday communal kitchen prepping a layered vegetable lasagna for a community dinner", + "Long prep table with volunteers spreading sauce and layering eggplant", + "A potluck sign-up board in the background with hand-written notes", + "Large trays being slid into an industrial oven", + "Children adding grated cheese under supervision" + ], + "actions": [ + "Hands layering noodles, roasted vegetables, and béchamel in synchronous rhythm", + "A volunteer brushing the top with olive oil before baking", + "Trays being carried carefully to a long service table", + "A brief communal cheer as the first tray emerges golden" + ], + "camera": "Overhead prep coverage with detail cut-ins on layering technique and hands", + "accents": [ + "oven micro-heat shimmer at tray edges", + "sauce micro-gloss catching overhead light" + ], + "mood": "communal industriousness", + "lighting": "bright kitchen fluorescent with soft fill", + "style": "documentary community cooking" + }, + { + "subGenre": "Vegetarian Meals", + "scene": "A twilight rooftop garden pop-up serving smoky grilled vegetable skewers", + "sceneVariants": [ + "A twilight rooftop garden pop-up serving smoky grilled vegetable skewers", + "String lights overhead and potted herbs along the rail", + "A small charcoal grill with skewers sizzling low and slow", + "Friends passing plates as city lights begin to twinkle", + "A small bar cart offering dips and charred lemon wedges" + ], + "actions": [ + "A skewer flipped to reveal charred edges and caramelized sugars", + "A squeeze of charred lemon brightening the plate", + "A guest tearing into soft grilled peppers with a toothpick", + "Herb sprigs being chopped and scattered as finish" + ], + "camera": "Dynamic low-angle rooftop wide with close slow pushes on grill texture", + "accents": [ + "char micro-sheen on vegetable skin", + "smoke micro-halo drifting across plates" + ], + "mood": "easy convivial dusk", + "lighting": "warm twilight with string-light bokeh", + "style": "urban garden alfresco" + }, + { + "subGenre": "Vegetarian Meals", + "scene": "A minimalist Scandinavian cafe serving a bright beet-and-goat-cheese tartine at breakfast", + "sceneVariants": [ + "A minimalist Scandinavian cafe serving a bright beet-and-goat-cheese tartine at breakfast", + "White ceramic plates and pale wood tables with crisp napkins", + "A barista steaming milk while a chef assembles tartines", + "A small queue for weekend breakfast with soft conversation", + "A window seat with morning drizzle and passersby" + ], + "actions": [ + "A smear of tangy goat cheese layered under thin roasted beet slices", + "A drizzle of herb oil and a sprinkle of toasted seeds", + "A barista placing a latte beside the open-faced tartine", + "A customer cutting through and tasting with appreciation" + ], + "camera": "Clean wide establish with tight food macros and low DOF on plate edges", + "accents": [ + "beet micro-sheen under soft daylight", + "toasted seed micro-crisp catching specular highlights" + ], + "mood": "calm tasteful simplicity", + "lighting": "soft morning window light", + "style": "Nordic clean food styling" + }, + { + "subGenre": "Vegetarian Meals", + "scene": "A cozy late-night ramen shop offering a rich miso and mushroom vegetarian ramen", + "sceneVariants": [ + "A cozy late-night ramen shop offering a rich miso and mushroom vegetarian ramen", + "Steam-filled counter with low stools and a lone customer scribbling notes", + "A bubbling pot of miso stock with floating mushrooms and scallion threads", + "A chalkboard advertising today's vegetarian special", + "A small lantern outside marking late-hour service" + ], + "actions": [ + "A ladle pouring steaming broth into a waiting bowl", + "An attendant adding marinated mushrooms and soft tofu pieces", + "Chopsticks lifting noodles to reveal a rope of steam", + "A slow appreciative sip by a lone patron" + ], + "camera": "Counter-level intimate framing with macro on steam, broth surface and noodle pull", + "accents": [ + "broth micro-sheen reflecting warm interior light", + "steam micro-lensing around chopstick tips" + ], + "mood": "solitary contentment", + "lighting": "low warm late-night interior", + "style": "nocturnal street-kitchen realism" + }, + { + "subGenre": "Vegetarian Meals", + "scene": "A bright family picnic in a park with stacked quinoa salad jars and colorful wraps", + "sceneVariants": [ + "A bright family picnic in a park with stacked quinoa salad jars and colorful wraps", + "A checkered blanket laden with mason jars of layered salads", + "Children grabbing bite-sized veggie pinwheels while adults chat", + "A portable cooler with fresh fruit and lemonade", + "A tree-shaded table where elders trade recipes" + ], + "actions": [ + "Jars being opened and tossed into bowls for sharing", + "A child enthusiastically reaching for a bite of veggie wrap", + "A quick drizzle of dressing poured from a small bottle", + "A shared passing of the salad bowl in a slow circular motion" + ], + "camera": "Warm wide picnic establish with close macro on layered jar textures and hands", + "accents": [ + "leaf micro-dew on salad greens", + "seed micro-crunch highlights in sunlight" + ], + "mood": "family relaxed joy", + "lighting": "soft midday park light", + "style": "bright lifestyle food" + }, + { + "subGenre": "Vegetarian Meals", + "scene": "A late-night 24-hour diner offering a humble vegetable shepherd's pie by booth light", + "sceneVariants": [ + "A late-night 24-hour diner offering a humble vegetable shepherd's pie by booth light", + "Red vinyl booths and neon outside glow bleeding through blinds", + "A plate arriving steaming onto a Formica tabletop", + "A night-shift worker eating quietly with coffee", + "A short-order cook wiping hands as the pie is claimed" + ], + "actions": [ + "A fork plunging through a buttery mashed potato top into a vegetable ragout", + "A diner blowing on a hot forkful before tasting", + "A server refilling coffee while offering a napkin", + "A quiet exchange about the day's oddities between bites" + ], + "camera": "Low diner POV with table-level close-ups on plate and steam under neon edge light", + "accents": [ + "potato micro-butter gloss where spoon breaks surface", + "ragout micro-chard sheen under warm booth light" + ], + "mood": "nocturnal solace", + "lighting": "neon-tinted late-night interior", + "style": "retro diner documentary" + }, + { + "subGenre": "Vegetarian Meals", + "scene": "A sunlit backyard barbecue with grilled vegetable burgers and corn-on-the-cob", + "sceneVariants": [ + "A sunlit backyard barbecue with grilled vegetable burgers and corn-on-the-cob", + "A picnic table with condiments and paper plates", + "Kids running through sprinkler while adults flip veggie patties", + "A basket of colorful buns and leaf-wrapped sides", + "A casual playlist from a nearby Bluetooth speaker" + ], + "actions": [ + "A spatula lifting a charred vegetable patty onto a bun", + "Butter melting and rubbing across hot grilled corn", + "A quick squirt of ketchup and a messy appreciative bite", + "Laughter and passing of plates between guests" + ], + "camera": "Casual handheld backyard coverage with medium shots and close burger macros", + "accents": [ + "grill micro-char highlights on patty edges", + "butter micro-melt bead on corn kernels" + ], + "mood": "sunny relaxed festivity", + "lighting": "bright afternoon sun with hard shadow", + "style": "homey outdoor food film" + }, + { + "subGenre": "Vegetarian Meals", + "scene": "A serene monastery kitchen where monks prepare a simple lentil stew at dawn", + "sceneVariants": [ + "A serene monastery kitchen where monks prepare a simple lentil stew at dawn", + "Long wooden tables and an altar of fresh herbs", + "A kettle and large cauldron simmering over a low flame", + "A silent line of bowls filled and passed in ritual", + "Morning light through high windows on stone floors" + ], + "actions": [ + "A slow stirring of a large pot in measured, repetitive motion", + "A monk ladling stew into bowls with quiet reverence", + "A hand placing a sprig of herb as a simple garnish", + "A shared blessing and communal tasting in silence" + ], + "camera": "Quiet steady medium shots with contemplative slow pushes on hands and steam", + "accents": [ + "stone micro-texture with soft rim-light", + "herb micro-green sheen on stew surface" + ], + "mood": "calm ritual simplicity", + "lighting": "soft dawn window light", + "style": "meditative culinary documentary" + }, + { + "subGenre": "Vegetarian Meals", + "scene": "A bustling late-night vegan food truck serving smoky jackfruit tacos under string lights", + "sceneVariants": [ + "A bustling late-night vegan food truck serving smoky jackfruit tacos under string lights", + "A neon menu board and a steady queue of night owls", + "Lime wedges and spicy slaw arranged on the service rail", + "Customers balancing tacos and drinks on nearby barrels", + "A chef working fast with tongs and a hot flat griddle" + ], + "actions": [ + "A chef piling shredded smoky jackfruit into warm tortillas", + "A squeeze of lime and scatter of fresh cilantro finishing the taco", + "A customer biting into a taco and nodding approval", + "A to-go order boxed with a quick paper wrap and a smile" + ], + "camera": "Roaming handheld with quick close cuts on filling, hands and sauce flicks", + "accents": [ + "char micro-crisp on jackfruit fibers", + "lime micro-juice beads at squeeze point" + ], + "mood": "nocturnal street vibrancy", + "lighting": "warm string lights with neon sign backlight", + "style": "street-food kinetic" + }, + { + "subGenre": "Vegetarian Meals", + "scene": "A serene Mediterranean terrace serving a light mezze spread of grilled vegetables and hummus at dusk", + "sceneVariants": [ + "A serene Mediterranean terrace serving a light mezze spread of grilled vegetables and hummus at dusk", + "Blue-and-white ceramics, vine-wrapped trellis and distant sea", + "Small plates of charred zucchini, eggplant, and roasted peppers", + "A carafe of chilled white wine and olives in a bowl", + "Guests leaning back and watching the last light fade" + ], + "actions": [ + "A server arranging mezze plates into a sun-fading mosaic", + "Guests dipping warm pita into silky hummus and roasted veg", + "A shared story exchanged between sips of wine", + "A slow rotation of plates so everyone samples each preparation" + ], + "camera": "Soft wide terrace establish with tactile food detail inserts and long lens compression", + "accents": [ + "olive oil micro-gloss on hummus surface", + "char micro-edge on grilled vegetables" + ], + "mood": "tranquil shared leisure", + "lighting": "soft dusk with warm fill", + "style": "Mediterranean lifestyle food" + }, + { + "subGenre": "Vegetarian Meals", + "scene": "A modern test kitchen experimenting with fermentation-forward vegetarian bowls late at night", + "sceneVariants": [ + "A modern test kitchen experimenting with fermentation-forward vegetarian bowls late at night", + "Stainless benches with jars of kimchi, miso and lacto-fermented vegetables", + "A small team tasting and debating savory acidity", + "Precise plating of cultured elements into composed bowls", + "Sticky notes with fermentation times and flavor notes on the wall" + ], + "actions": [ + "A spoon tasting a ferment and a rapid judgement scribbled on a pad", + "A careful spooning of cultured relish onto a bowl for balance", + "A small whisking of a vinaigrette to tie elements together", + "A final wipe of the plate rim before photographing" + ], + "camera": "Clinical close technique inserts and narrow depth macros on jar textures", + "accents": [ + "jar micro-bubbles on ferment surface", + "brine micro-sheen on pickled slices" + ], + "mood": "experimental precision", + "lighting": "cool late-night studio light", + "style": "modernist culinary lab" + }, + { + "subGenre": "Vegetarian Meals", + "scene": "A cheerful brunch cafe serving shakshuka-style tomato and chickpea skillet (eggless) under soft morning light", + "sceneVariants": [ + "A cheerful brunch cafe serving shakshuka-style tomato and chickpea skillet (eggless) under soft morning light", + "Small skillets brought to tables with crusty bread for dipping", + "Patrons chatting and reading morning papers", + "A counter with jars of pickles and house hot sauce", + "A baker slicing fresh loaves behind a glass display" + ], + "actions": [ + "A server placing a skillet with bubbling tomato base in front of guests", + "A spoon breaking crust and scooping a generous portion onto bread", + "A quick spread of chili oil for those who want heat", + "A shared passing of bread and conversation across the table" + ], + "camera": "Warm overhead into intimate table-level inserts on spoon and bread pull", + "accents": [ + "tomato micro-gloss in bubbling pockets", + "chickpea micro-texture catching highlights" + ], + "mood": "cheerful communal morning", + "lighting": "soft morning window fill", + "style": "casual brunch lifestyle" + }, + { + "subGenre": "Vegetarian Meals", + "scene": "A late-night campus canteen offering budget-friendly vegetable curry bowls for students", + "sceneVariants": [ + "A late-night campus canteen offering budget-friendly vegetable curry bowls for students", + "Long cafeteria trays and fluorescent lights overhead", + "Students in jackets clustering and trading extra naan", + "A heats-and-serves station with ladles and rice scoops", + "A noticeboard with posters and club flyers in the background" + ], + "actions": [ + "A ladle scooping generous curry onto rice with speed and economy", + "A student wrapping a naan around a spicy scoop and taking it in stride", + "A quick negotiation over the last spoonful leading to laughter", + "A tray slid across the table as friends form a circle to eat" + ], + "camera": "Documentary wide canteen shots with quick insert macros on ladle and bowl steam", + "accents": [ + "curry micro-oil sheen in spoonfuls", + "rice micro-steam halos under cool fluorescent" + ], + "mood": "practical nocturnal camaraderie", + "lighting": "bright utilitarian fluorescent", + "style": "real-world canteen reportage" + }, + { + "subGenre": "Vegetarian Meals", + "scene": "A tranquil late-evening supper club focusing on minimalist vegetable consommés and clear broths", + "sceneVariants": [ + "A tranquil late-evening supper club focusing on minimalist vegetable consommés and clear broths", + "Sparse table settings and a quiet attentive waiter service", + "Bowls of crystal-clear consommé presented with single herb leaves", + "Patrons savoring quietly and reflecting between sips", + "A small chef's table where broth finishing techniques are demonstrated" + ], + "actions": [ + "A delicate pour of clarified broth into pre-warmed bowls", + "A hand placing a single micro-herb as meditative garnish", + "A silenced tasting with closed eyes to focus on nuance", + "A slow nod of approval between chef and diner" + ], + "camera": "Intimate low-motion close-ups with long lenses capturing liquid clarity", + "accents": [ + "broth micro-glass clarity reflecting point lights", + "herb micro-sheen at edge float" + ], + "mood": "quiet refinement", + "lighting": "soft focused spot lighting", + "style": "minimalist haute-vegetarian" + }, + { + "subGenre": "Vegetarian Meals", + "scene": "A lively daytime cooking class teaching plant-based comfort food techniques", + "sceneVariants": [ + "A lively daytime cooking class teaching plant-based comfort food techniques", + "Participants at stations with aprons and printed recipes", + "An instructor demonstrating searing and deglazing for depth", + "Small tasting plates circulated for feedback", + "A display table with finished examples for inspiration" + ], + "actions": [ + "Participants practicing knife cuts and timing for roasted roots", + "An instructor tasting and adjusting seasoning in real time", + "A quick plating tutorial focusing on texture contrast", + "Hands-on passing of small samples for group tasting" + ], + "camera": "Workshop-style coverage with steady inserts on technique and overhead shots", + "accents": [ + "roast micro-caramelization highlights", + "knife micro-reflect on stainless prep surfaces" + ], + "mood": "energetic learning", + "lighting": "bright workshop key", + "style": "educational culinary media" + }, + { + "subGenre": "Vegetarian Meals", + "scene": "A winter farmers' dinner in a greenhouse where roasted root vegetable bowls are served by lantern light", + "sceneVariants": [ + "A winter farmers' dinner in a greenhouse where roasted root vegetable bowls are served by lantern light", + "Long communal tables with seasonal centerpieces", + "A low, slow-roasted vegetable caramelizing in a central hearth", + "Guests wrapped in blankets sharing stories over bowls", + "A small band playing quiet acoustic tunes in a corner" + ], + "actions": [ + "Bowls passed down the table in a warm chain", + "A host explaining each farmer's contribution to the dish", + "Steam rising as bowls are set and candles illuminate faces", + "Guests breaking into conversation and toasting to the harvest" + ], + "camera": "Warm wide communal coverage with tactile close-ups on bowl contents and lantern light", + "accents": [ + "lantern micro-glow on ceramic rims", + "caramelized vegetable micro-crust shine" + ], + "mood": "harvestal warmth", + "lighting": "soft lantern and greenhouse filtered dusk", + "style": "seasonal farm-to-table storytelling" + }, + { + "subGenre": "Vegetarian Meals", + "scene": "A bright weekday lunch counter serving quick Mediterranean veggie wraps to office workers", + "sceneVariants": [ + "A bright weekday lunch counter serving quick Mediterranean veggie wraps to office workers", + "A small queue of tidy professionals taking short breaks", + "A stainless wrap station with hummus, roasted veg and pickles on display", + "Paper-wrapped orders being handed over to-go", + "A sidewalk bench where patrons unwrap and eat quickly" + ], + "actions": [ + "A quick assembly line smear-hold-roll technique to produce many wraps", + "A server stamping order numbers and sealing the paper", + "A commuter unwrapping and taking a large first bite between emails", + "A final oil drizzle added for finishing aroma" + ], + "camera": "Energetic fast-cut lunchtime shots with close food macros and quick pullbacks", + "accents": [ + "wrap micro-fold sheen where oil meets bread", + "hummus micro-texture catching brief highlights" + ], + "mood": "efficient midday uplift", + "lighting": "bright neutral indoor light", + "style": "fast-casual pragmatic" + }, + { + "subGenre": "Vegetarian Meals", + "scene": "A quiet late-night home kitchen where a single cook crafts a fragrant coconut-curry vegetable stew", + "sceneVariants": [ + "A quiet late-night home kitchen where a single cook crafts a fragrant coconut-curry vegetable stew", + "A single stove burner with a simmering pot and clean counters", + "A small bowl plated with jasmine rice and a wedge of lime", + "A sofa and a movie left on as background while stirring continues", + "A window showing distant city lights as the stew simmers" + ], + "actions": [ + "A wooden spoon stirring a slow-simmering pot and scraping fond", + "A squeeze of lime and quick scatter of chopped cilantro as finish", + "A small tasting and an adjusting pinch of salt", + "A bowl carried over and set gently on a coffee table for a private meal" + ], + "camera": "Quiet domestic close-ups with soft bokeh and tactile steam detail", + "accents": [ + "curry micro-oil sheen on surface", + "rice micro-pearling catching soft interior light" + ], + "mood": "solitary comforting warmth", + "lighting": "low home-kitchen lamp with cool window ambient", + "style": "intimate home-cooking vignette" + }, + { + "subGenre": "Vegetarian Meals", + "scene": "A bustling breakfast market stall serving vegetable-filled savory crepes at dawn", + "sceneVariants": [ + "A bustling breakfast market stall serving vegetable-filled savory crepes at dawn", + "A hot griddle with batter spread in thin circles and toppings added swiftly", + "Morning commuters grabbing hot crepes to go", + "A small stack of folded crepes warming under a towel", + "A vendor flipping and folding with practiced hands" + ], + "actions": [ + "A quick spread of filling, fold and slide onto the plate for serving", + "A drizzle of herb sauce and a final grate of cheese for melting", + "A commuter biting into a warm, savory crepe while on the move", + "A vendor calling out orders and taking payments in rhythm" + ], + "camera": "Kinetic market POV with close macro on griddle action and fold detail", + "accents": [ + "griddle micro-sizzle sheen", + "crepe micro-edge crisp catching morning light" + ], + "mood": "energetic morning bustle", + "lighting": "cool dawn with warm griddle highlights", + "style": "street breakfast reportage" + }, + { + "subGenre": "Vegetarian Meals", + "scene": "A convivial late-night supper at a friend's home with a big pot of ratatouille shared family-style", + "sceneVariants": [ + "A convivial late-night supper at a friend's home with a big pot of ratatouille shared family-style", + "A cluttered table with mismatched plates and lit candles", + "Hearty scoops being ladled into bowls and passed around", + "Laughter and overlapping stories as food circulates", + "Children reaching for a crust of bread to mop the sauce" + ], + "actions": [ + "A large wooden spoon stirring and serving generous portions", + "A guest offering seconds and another declining with a smile", + "Bread torn and used to pick up sauce scraps from the bowl", + "A collective pause as someone proposes a toast" + ], + "camera": "Warm documentary table-level shots with expressive close-ups on hands and food transfer", + "accents": [ + "sauce micro-gloss on bowl rims", + "roast micro-edge texture on aubergine" + ], + "mood": "homey communal warmth", + "lighting": "soft candle and overhead warm fill", + "style": "intimate family-style food film" + } +] \ No newline at end of file diff --git a/src/data/food_and_drink_wine_tasting.json b/src/data/food_and_drink_wine_tasting.json new file mode 100644 index 0000000..a06084c --- /dev/null +++ b/src/data/food_and_drink_wine_tasting.json @@ -0,0 +1,252 @@ +[ + { + "subGenre": "Wine Tasting", + "scene": "A sunlit vineyard tasting room with oak barrels visible through glass", + "sceneVariants": [ + "A sunlit vineyard tasting room with oak barrels visible through glass", + "A high-shelf cellar with dusty bottles and tasting notes", + "A shaded terrace overlooking vine rows with a tasting flight arranged", + "A cozy barrel-room lit by a single pendant where small groups sip", + "A modern minimalist tasting counter with magnetic glassware" + ], + "actions": [ + "Host pouring measured 30ml flights and explaining varietal notes", + "Guests swirling glass to release aromas, closing eyes and inhaling", + "A sommelier pointing out tannin structure and finish length", + "Notebooks being scribbled with quick sensory descriptors" + ], + "camera": "Medium steadycam across the tasting counter with macro inserts on glass rims and legs", + "accents": [ + "warm oak rim-light on barrel staves", + "tiny wine-lens micro-beads on glass lip" + ], + "mood": "curious appreciation", + "lighting": "soft late-afternoon with warm highlights", + "style": "culinary documentary realism" + }, + { + "subGenre": "Wine Tasting", + "scene": "A twilight cellar door where blind tastings happen by candlelight", + "sceneVariants": [ + "A twilight cellar door where blind tastings happen by candlelight", + "A curtained room with numbered blacked-out bottles", + "A hush circle where labels are concealed and focus sharpens", + "A single candle-lit table where palates reset between pours", + "A tasting mat with chalked numbers and small water carafes" + ], + "actions": [ + "A moderator pouring and covering bottles, noting time codes", + "Participants rinsing and sipping water between flights to clear palate", + "A reveal at the end with quiet surprised murmurs", + "A soft clack of coasters marking final choices" + ], + "camera": "Low-key handheld with intimate inserts and tasteful low-light grain", + "accents": [ + "candle micro-halation on glass", + "wax micro-drip texture at candle base" + ], + "mood": "reverent focus", + "lighting": "low candle pools, moody shadows", + "style": "noir tasting vignette" + }, + { + "subGenre": "Wine Tasting", + "scene": "A rooftop urban tasting where natural wines are paired with street-food small plates", + "sceneVariants": [ + "A rooftop urban tasting where natural wines are paired with street-food small plates", + "A long communal table with eclectic plates and simple stemware", + "A DJ mixing low beats while a sommelier talks terroir", + "A skyline backdrop with dusk colors matching rosé tones", + "A casual walk-and-sip format with roaming servers" + ], + "actions": [ + "A host recommending a palate-cleansing bite between funky skin-contact reds", + "Guests debating which pairing highlights minerality best", + "A quick talk about low-intervention winemaking and vintage notes", + "Laughter as an unexpected flavor match delights" + ], + "camera": "Handheld lively coverage with wide rooftop establishes and close pairing inserts", + "accents": [ + "neon micro-reflect on glass edges", + "food micro-texture close-ups with oil shine" + ], + "mood": "playful discovery", + "lighting": "dusk with warm urban glow", + "style": "urban food-and-wine realism" + }, + { + "subGenre": "Wine Tasting", + "scene": "A crisp morning tasting at a high-altitude winery with panoramic valley views", + "sceneVariants": [ + "A crisp morning tasting at a high-altitude winery with panoramic valley views", + "A terrace lined with flutes catching first light", + "A small group bundled in light coats evaluating acidity in cool air", + "A vineyard slope below showing morning dew on leaves", + "A winemaker pointing to soil exposures while explaining minerality" + ], + "actions": [ + "Cold air sharpening perceptions of acid and citrus lift", + "A walk through the trellis to compare micro-climates before tasting", + "Notes jotted about cool-climate aromatics and length", + "A final collective breath as a bright wine finishes clean" + ], + "camera": "Aerial valley reveal to medium tasting interactions with soft cold grading", + "accents": [ + "dew micro-beads on leaves", + "crisp rim micro-light on glass edge" + ], + "mood": "elevated clarity", + "lighting": "fresh morning with clear cool light", + "style": "terroir-focused documentary" + }, + { + "subGenre": "Wine Tasting", + "scene": "An intimate kitchen tasting where friends compare home-decanted bottles over cheese", + "sceneVariants": [ + "An intimate kitchen tasting where friends compare home-decanted bottles over cheese", + "A stove-top kettle hissing as bottles breathe in the background", + "A mismatched set of glasses and a chalkboard tasting grid", + "A lively discussion about decanting times and aeration", + "A slow vertical tasting of the same wine at different decant ages" + ], + "actions": [ + "Decanting with commentary on sediment and need for oxygen", + "A friend swapping small cheese samples to test pairing effects", + "Notes exchanged and a small playful scorecard tallied", + "A final comparison tasting with laughter and approval" + ], + "camera": "Handheld kitchen POV with close decanting and cheese pairing inserts", + "accents": [ + "kitchen micro-reflections on knife steel", + "cheese texture micro-grain under close light" + ], + "mood": "friendly curiosity", + "lighting": "warm indoor tungsten with soft fill", + "style": "domestic tasting vignette" + }, + { + "subGenre": "Wine Tasting", + "scene": "A winter cellar vertical tasting where a producer shows vintages across a decade", + "sceneVariants": [ + "A winter cellar vertical tasting where a producer shows vintages across a decade", + "Rows of dated bottles with tasting notes on small cards", + "A map of vintage weather conditions pinned to the wall", + "A slow methodical progression from young to mature expressing age", + "A group comparing evolution of aromatics and tannin softening" + ], + "actions": [ + "Systematic pours labeled by vintage and stored temperature", + "Quiet discussion on bottle development and storage influence", + "A note-writing ritual to capture the comparative finish lengths", + "A closing question on future cellaring plans and release strategy" + ], + "camera": "Steady medium with methodical insert sequences and archival still overlays", + "accents": [ + "cold bottle micro-condensation on glass", + "paper aging micro-fleck on tasting cards" + ], + "mood": "measured reflection", + "lighting": "cool cellar light with soft tungsten accents", + "style": "archival tasting documentary" + }, + { + "subGenre": "Wine Tasting", + "scene": "A sunset boat tasting cruising a calm river with seafood pairing bites", + "sceneVariants": [ + "A sunset boat tasting cruising a calm river with seafood pairing bites", + "A small group seated along the rail with bite-sized oyster and wine matches", + "A sommelier leaning on the rail pointing to vineyard contours along the shore", + "A gentle chop creating micro-swirls in each glass", + "A final port-of-call alongside a twilit quay" + ], + "actions": [ + "An oyster shucking demonstration with a crisp white to taste", + "A sommelier advising on salt-and-mineral complements", + "Guests leaning into the breeze between sips to cleanse palate", + "A twilight toast as city lights begin to twinkle" + ], + "camera": "Floating stabilised shots with wide river establishes and close bite-and-sip sequences", + "accents": [ + "water micro-caustics on glass surfaces", + "shell micro-texture and oyster brine micro-sheen" + ], + "mood": "luxe leisure", + "lighting": "golden hour sunset", + "style": "boutique experiential" + }, + { + "subGenre": "Wine Tasting", + "scene": "A roof-top blind tasting club where members rotate host duties each month", + "sceneVariants": [ + "A roof-top blind tasting club where members rotate host duties each month", + "A membership board with rotating host names and tasting themes", + "A blindfolded pour with numbered tasting mats and reveal envelopes", + "A democratic scoring and reveal at the end with house-made snacks", + "A small prize for best guess and a friendly roast" + ], + "actions": [ + "Hosts sneaking in a rare bottle for a finale reveal", + "Members engaging in debating varietal cues and country of origin", + "A cheer at a correct vintage guess and playful ribbing for wild guesses", + "Notes exchanged and future themes debated" + ], + "camera": "Handheld convivial coverage with close inserts on envelope reveals and crowd reactions", + "accents": [ + "notebook micro-ink smears from rapid note-taking", + "foil micro-shine on bottle necks at reveal" + ], + "mood": "clubby competition", + "lighting": "evening city glow with warm table pools", + "style": "social microculture" + }, + { + "subGenre": "Wine Tasting", + "scene": "A classical restaurant tasting where pairings progress from amuse to dessert", + "sceneVariants": [ + "A classical restaurant tasting where pairings progress from amuse to dessert", + "A Michelin-level dining room with matched sommelier notes", + "A progressive flight curated for harmony and contrast", + "A synchronized plating and pour choreography", + "A hush as the chef walks the room to explain technique" + ], + "actions": [ + "A sommelier lifting a small carafe to show legs and viscosity", + "A plated bite designed to echo a varietal's secondary notes", + "A synchronized sniff, sip, and taste reaction across the table", + "A gracious conversation about provenance after the gustatory crescendo" + ], + "camera": "Elegant tracked moves with close detail on mouth-action and plating micro-texture", + "accents": [ + "porcelain micro-sheen on plates", + "sauce micro-reflections under fine dining light" + ], + "mood": "refined ritual", + "lighting": "controlled restaurant warm key", + "style": "culinary cinema" + }, + { + "subGenre": "Wine Tasting", + "scene": "An outdoor harvest-tasting festival with multiple producers and local food stalls", + "sceneVariants": [ + "An outdoor harvest-tasting festival with multiple producers and local food stalls", + "A noisy marquee with producers pouring reserva through small glasses", + "A walking route map guiding guests to cellar stalls", + "A communal crush-pad demo that guests can stand upon and taste must-juice", + "A band playing and casual picnic blankets laid nearby" + ], + "actions": [ + "Producer shout-outs and quick verticals of varietal line-ups", + "Guests trading small bottles and stickers as souvenirs", + "A spontaneous masterclass popping up near the main tent", + "Grilled local sausages offered as quick palate cleansers" + ], + "camera": "Energetic roaming coverage with handheld crowd inserts and vendor macro-shots", + "accents": [ + "grass micro-dew on glass bases", + "smoke micro-halos near grill stalls" + ], + "mood": "festive abundance", + "lighting": "afternoon sun festival light", + "style": "community food-festival realism" + } +] \ No newline at end of file diff --git a/src/data/music_and_dance_ballet.json b/src/data/music_and_dance_ballet.json new file mode 100644 index 0000000..56ddeb4 --- /dev/null +++ b/src/data/music_and_dance_ballet.json @@ -0,0 +1,229 @@ +{ + "music_and_dance": [ + { + "subGenre": "Ballet", + "scene": "Grand opera house stage for a full-length romantic ballet, gilded box seats and velvet curtains", + "sceneVariants": [ + "Grand opera house stage for a full-length romantic ballet, gilded box seats and velvet curtains", + "Intimate studio rehearsal with mirrors and barre light", + "Outdoor festival prologue staged on a historic plaza", + "Backstage wings with hurried costume changes and pinning", + "Late-night curtain call with exhausted, radiant corps" + ], + "actions": [ + "Pas de deux executed with flawless lifts and controlled exits", + "Corps de ballet forming a perfect geometric wave across the stage", + "Soloist holding an extended arabesque as camera slowly dollies in", + "Quick costume change and sprint back to the wings between sequences" + ], + "camera": "Wide crane to capture formations with 85mm pull-ins for intimate partnering", + "accents": [ + "golden footlight rim on tutus and satin shoe sheen", + "micro-detail on beadwork and stage dust in the low light" + ], + "mood": "elevated reverent grace", + "lighting": "warm footlights and soft overhead spotlights (day/indoor)", + "style": "classical cinematic ballet cinematography" + }, + { + "subGenre": "Ballet", + "scene": "Early-morning technique class in a sunlit studio with wooden floors and a single barre", + "sceneVariants": [ + "Early-morning technique class in a sunlit studio with wooden floors and a single barre", + "Pointe work progression with careful foot alignment drills", + "Young students practicing tendu sequences under patient guidance", + "Teacher correcting turnout with gentle tactile adjustments", + "Cooldown floorwork and stretching as mirrors catch dust motes" + ], + "actions": [ + "Repetitive plié and tendu sequences building muscular memory", + "Teacher demonstrating slow port de bras and guiding hand positions", + "Student executing a controlled relevance of arabesque and holding balance", + "Group breath and gentle clapping to celebrate a technical breakthrough" + ], + "camera": "Intimate handheld and low-slider moves to emphasize line and texture", + "accents": [ + "morning rim on hair and satin; floor grain micro-detail", + "soft bloom on mirror reflections catching motion" + ], + "mood": "disciplined quietly hopeful", + "lighting": "soft natural morning sunlight with cool fill (day)", + "style": "intimate training-room ballet portraiture" + }, + { + "subGenre": "Ballet", + "scene": "Contemporary ballet piece in a black-box theater with minimal set and experimental score", + "sceneVariants": [ + "Contemporary ballet piece in a black-box theater with minimal set and experimental score", + "Solo contemporary exploration under a single moving spotlight", + "Ensemble fragmented choreography with abrupt freezes", + "Site-specific dance inside an industrial warehouse", + "Audience immersed on three sides for intimate proximity" + ], + "actions": [ + "Fluid-but-awkward partnering that alternates lift and release", + "Abrupt stops and breath-holding moments building tension", + "Floor-based rolling sequences with organic transitions", + "Dancer stepping through a sudden floor inversion and rising slowly" + ], + "camera": "Mobile handheld and low-angle lens for tactile immediacy with occasional slow-motion", + "accents": [ + "cold practical rim-lights and micro-texture on mesh fabrics", + "grain and tactile skin micro-highlights under focused beams" + ], + "mood": "tense thoughtful abstraction", + "lighting": "hard directional spot with deep blacks and sharp edges (night/indoor)", + "style": "experimental contemporary dance cinematography" + }, + { + "subGenre": "Ballet", + "scene": "Open-air festival performance on a lakeside stage at sunset with community watching", + "sceneVariants": [ + "Open-air festival performance on a lakeside stage at sunset with community watching", + "Classical excerpt performed with acoustic orchestra under the sky", + "Children’s outreach mini-ballet adjacent to the main program", + "Open rehearsal where passersby stop to watch in small clusters", + "Evening gala with picnic blankets and candle jars" + ], + "actions": [ + "Corps performing a delicate chorus with reflective water backdrop", + "Soloist performing a lyrical adagio as the sun dips below the horizon", + "Audience rising in polite ovation at the final pose", + "Musicians bowing on shore as dancers gather for a communal curtain" + ], + "camera": "Wide scenic establishes with telephoto compression to isolate performers against the lake", + "accents": [ + "sunset rim-light casting warm filmy halos on costumes", + "water-surface micro-bokeh and reflective stage highlights" + ], + "mood": "communal poetic warmth", + "lighting": "warm sunset into soft twilight practicals (evening)", + "style": "romantic outdoor ballet cinematography" + }, + { + "subGenre": "Ballet", + "scene": "Backstage micro-drama: a principal rehearsing a difficult solo late at night under a single lamp", + "sceneVariants": [ + "Backstage micro-drama: a principal rehearsing a difficult solo late at night under a single lamp", + "Costume rips and last-minute stitched repairs hurried by hands", + "Quiet corridor with a single mirror where a dancer practices expression", + "Physical therapist applying kinesio tape between runs", + "Lonely post-show cooling on a folding chair with a towel" + ], + "actions": [ + "Expert performing a technically strenuous solo repeatedly in raw exhaustion", + "Tailor making an emergency stitch as stage crew hushes around", + "Therapist massaging cramped calf and adjusting strapping", + "Dancer rehearsing final expression facing the tiny mirror" + ], + "camera": "Tight 50mm close-ups and slow push-ins to reveal fatigue and detail", + "accents": [ + "single-lamp halation on satin skin and sequins", + "micro-detail of taped toes, frayed ribbons and breath condensation" + ], + "mood": "intense intimate vulnerability", + "lighting": "isolated warm practical lamp with dark surrounding (night/indoor)", + "style": "personal behind-the-scenes ballet portrait" + }, + { + "subGenre": "Ballet", + "scene": "Historic pas de deux restaging with period costumes and orchestral pit in a heritage theater", + "sceneVariants": [ + "Historic pas de deux restaging with period costumes and orchestral pit in a heritage theater", + "Archive-style projections of the original choreographer behind the dancers", + "Rehearsal with coach referencing old notation and photos", + "Vintage costume fittings and lace mending", + "Audience members in formal dress attending a revival gala" + ], + "actions": [ + "Carefully recreated lifts and original musical phrasing reproduced faithfully", + "Partnering coached to honor period nuance and line", + "Seamstress adjusting small hem details between acts", + "Orchestra swells and dancers responding with precise micro-timings" + ], + "camera": "Rich filmic primes with slow-grain emulation and warm color grade", + "accents": [ + "lace and brocade micro-texture catching soft footlight", + "orchestral instrument glints and polished wood sheen" + ], + "mood": "nostalgic refined grandeur", + "lighting": "soft warm theatrical light with vintage grade (indoor)", + "style": "heritage revival ballet cinematography" + }, + { + "subGenre": "Ballet", + "scene": "Urban guerrilla flash-ballet: dancers performing a short pas on a subway platform during rush hour", + "sceneVariants": [ + "Urban guerrilla flash-ballet: dancers performing a short pas on a subway platform during rush hour", + "Choreography adapted to platform pillars and train schedules", + "Commuters pausing with phones raised and surprised smiles", + "Security gently escorting the troupe off after the short piece", + "Small aftershock of applause and conversations continuing on the commute" + ], + "actions": [ + "Short sharp choreography executed between train arrivals with precise timing", + "Dancers weaving atop tactile platform tiles and avoiding hazards", + "Public reaction captured as a mix of astonishment and delight", + "Troupe quickly packing and moving away as service resumes" + ], + "camera": "Handheld fast cuts with commuter-level close-ups and transit ambience", + "accents": [ + "fluorescent platform rim-light and train-window micro-reflections", + "shoe-squeak and skirt-billow micro-sound detail" + ], + "mood": "surprising urban joy", + "lighting": "mixed practical transit fluorescents and passing train lights (day/night)", + "style": "street performance ballet cinematography" + }, + { + "subGenre": "Ballet", + "scene": "Community outreach workshop in a community center teaching basic ballet to elders and children", + "sceneVariants": [ + "Community outreach workshop in a community center teaching basic ballet to elders and children", + "Intergenerational pairs learning simple steps", + "Volunteer dancers guiding gentle mobility sequences", + "Parents clapping as elders and kids mirror each other's moves", + "Small informal sharing circle with tea and cookies afterward" + ], + "actions": [ + "Gentle barre and balance exercises adapted for mobility needs", + "A child helping an elder with a gentle step and both laughing", + "Volunteer offering tactile guidance and ensuring safe practice", + "Group applause as simple coordinated sequence completes" + ], + "camera": "Warm 35mm close human-focused shots with sincere candid wide coverage", + "accents": [ + "soft mat texture and warm catchlights on smiling faces", + "hand-hold micro-detail and fabric motion micro-texture" + ], + "mood": "inclusive tender warmth", + "lighting": "bright even community-center daylight (day)", + "style": "compassionate community ballet cinematography" + }, + { + "subGenre": "Ballet", + "scene": "Nighttime experimental projection-ballet where visuals map onto dancers' costumes and stage", + "sceneVariants": [ + "Nighttime experimental projection-ballet where visuals map onto dancers' costumes and stage", + "Digital-art collaboration with dancers reacting to generative visuals", + "Silent black-box screening with immersive surround sound", + "Motion-capture augmented rehearsal with tech crew in tethered suits", + "After-show Q&A where choreographer explains concept to a small crowd" + ], + "actions": [ + "Dancer moving to trigger mapped visuals that cascade along fabric", + "Choreography adapting live to generative shifts in projection", + "Slow-motion reveal of silhouette and projected texture interplay", + "Post-show micro-debrief with creative team and audience feedback" + ], + "camera": "High-contrast low-light capture with projection-aware exposure and close mapping details", + "accents": [ + "projected texture micro-grain on fabric and moving halation", + "LED and projection rim-lights creating split-tone accents" + ], + "mood": "innovative contemplative curiosity", + "lighting": "projection-dominant low ambient with controlled practical accents (night/indoor)", + "style": "tech-forward experimental ballet cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/music_and_dance_breakdance.json b/src/data/music_and_dance_breakdance.json new file mode 100644 index 0000000..8a08a33 --- /dev/null +++ b/src/data/music_and_dance_breakdance.json @@ -0,0 +1,616 @@ +{ + "music_and_dance": [ + { + "subGenre": "Breakdance", + "scene": "Underground warehouse cypher lit by a single overhead lamp", + "sceneVariants": [ + "Underground warehouse cypher lit by a single overhead lamp", + "Graffiti walls and scattered speakers framing a cement floor", + "A tight crowd forming an inner ring with hands raised", + "Sparks from a nearby welding rig glinting in the dark", + "A breaker's silhouette mid-air against a flaky brick wall" + ], + "actions": [ + "Power spins carving perfect circular rigs on concrete", + "Toprocks initiating sequences that preface power moves", + "Windmills and flares punctuated by crowd shouts", + "A final freeze held while the lamp glares down" + ], + "camera": "Low rolling dolly and occasional 360° crane to sell rotation and force", + "accents": [ + "hard specular rim from the lamp accentuating muscle definition", + "gritty micro-detail on dust kicked by spins" + ], + "mood": [ + "electric defiance", + "competitive camaraderie" + ], + "lighting": [ + "single hard overhead with deep surrounding blacks", + "occasional strobelike bursts to punctuate hits" + ], + "style": [ + "gritty street-styled short film", + "kinetic urban music video" + ] + }, + { + "subGenre": "Breakdance", + "scene": "Sunset skatepark jam where breakers compete beside skateboarders", + "sceneVariants": [ + "Sunset skatepark jam where breakers compete beside skateboarders", + "Concrete bowls catching warm orange light", + "Crowds perched on edges cheering each move", + "Spray-painted ramps as colorful backdrops", + "A DJ on a raised crate with long cable runs" + ], + "actions": [ + "A sequence of synced footwork as daylight fades", + "Flare-to-freeze transitions matched to beat drops", + "Skateboard tricks echoing crowd reaction", + "A shared handclap cadence signaling round changes" + ], + "camera": "Wide drone arcs with low-ground push-ins to capture spins and park geometry", + "accents": [ + "golden-hour rim on dust and sweat", + "soft lens flare to convey heat and tempo" + ], + "mood": [ + "sunset euphoria", + "playful rivalry" + ], + "lighting": [ + "broad warm sunlight with quick exposure ramps", + "side-fill to keep faces readable in shadow" + ], + "style": [ + "energetic lifestyle short", + "sunset urban portrait" + ] + }, + { + "subGenre": "Breakdance", + "scene": "Rooftop party with neon signs flickering as breakers show off", + "sceneVariants": [ + "Rooftop party with neon signs flickering as breakers show off", + "City skyline punctuated by traffic light trails", + "String lights and neon tubes framing the ring", + "Spectators leaning on low parapets", + "A small fog machine adding atmosphere" + ], + "actions": [ + "Headspins reflecting colored neon bands", + "Dynamic freezes timed to bass hits", + "Partner-assisted airouts and assisted freezes", + "Crowd doing slow camera-roll reactions" + ], + "camera": "Handheld gimbal with rapid whip-pans and neon-saturated close-ups", + "accents": [ + "neon color rims creating dramatic silhouettes", + "soft particulate fog to scatter neon for depth" + ], + "mood": [ + "nocturnal swagger", + "celebratory bravado" + ], + "lighting": [ + "strong colored rim with chiaroscuro core", + "occasional backlight strobes for hit emphasis" + ], + "style": [ + "stylized music video", + "cinematic nightlife vignette" + ] + }, + { + "subGenre": "Breakdance", + "scene": "Subway platform cypher with echoing percussion and passing trains", + "sceneVariants": [ + "Subway platform cypher with echoing percussion and passing trains", + "Tiled walls with posters peeling and urban grime", + "A train passing throwing strobed light across the floor", + "A small audience clustered near columns", + "Graffiti tags trailing along the platform edge" + ], + "actions": [ + "Rapid footwork slicing across tiled grid", + "Train-synced freezes that use passing light for effect", + "Floor drops and power moves timed to horn blares", + "Beatboxing and crowd call-and-response" + ], + "camera": "Dynamic rail-mounted tracking and slow-motion inserts for train-lit freezes", + "accents": [ + "train-strobe rim highlighting motion arcs", + "wet floor speculars doubling movement traces" + ], + "mood": [ + "urban urgency", + "underground pulse" + ], + "lighting": [ + "harsh fluorescent platform light with transient train strobes", + "deep contrast shadows under columns" + ], + "style": [ + "raw documentary slice", + "urban rhythm film" + ] + }, + { + "subGenre": "Breakdance", + "scene": "High-school gym tournament with judges, competitors, and cheer squads", + "sceneVariants": [ + "High-school gym tournament with judges, competitors, and cheer squads", + "Marked court with taped rings and scoring table", + "Fluorescent gym lights and banners overhead", + "A tense hush before each round", + "Scoreboards flashing winning names" + ], + "actions": [ + "Athletic power moves showcasing strength and control", + "Judge reactions and note-taking between rounds", + "Team warm-ups blending acrobatics and footwork", + "Victorious final freezes punctuated by applause" + ], + "camera": "Steady mid-level coverage with judge-focused cutaways and slow zooms", + "accents": [ + "clean crisp highlight on muscle definition", + "gym-floor sheen reflecting motion" + ], + "mood": [ + "competitive focus", + "adolescent pride" + ], + "lighting": [ + "broad harsh overhead with localized fill to flatten faces", + "spot-like accent for final freeze" + ], + "style": [ + "sports-event documentary", + "youth-culture chronicle" + ] + }, + { + "subGenre": "Breakdance", + "scene": "Warehouse art exhibit where breakers perform among installations", + "sceneVariants": [ + "Warehouse art exhibit where breakers perform among installations", + "Abstract sculptures and suspended mobiles nearby", + "White-box pedestals used as staging props", + "Curators and patrons watching with curious smiles", + "Soft gallery audio mingling with beats" + ], + "actions": [ + "Interpretive floorwork interacting with sculptural elements", + "Careful freezes that reference installation lines", + "Audience clustering to record aesthetic collision", + "A choreographed sequence leading to a contemplative finish" + ], + "camera": "Slow gliding coverage with artful framing and negative-space composition", + "accents": [ + "gallery softbox fill creating painterly skin tones", + "specular pops on polished installation surfaces" + ], + "mood": [ + "artful tension", + "curated spontaneity" + ], + "lighting": [ + "diffuse gallery lighting with selective spot accents", + "controlled shadows to preserve installation integrity" + ], + "style": [ + "art-meets-street short", + "conceptual dance film" + ] + }, + { + "subGenre": "Breakdance", + "scene": "Late-night alley cypher after a local show, damp cobbles and cigarette smoke", + "sceneVariants": [ + "Late-night alley cypher after a local show, damp cobbles and cigarette smoke", + "Neon coziness from a nearby diner sign", + "Crowd leaning against wet brick walls", + "Discarded coffee cups and crushed paper flyers", + "A single boombox pumping low frequencies" + ], + "actions": [ + "Quick bursts of top rock and rapid freezes", + "Improvised partner-assisted stunts", + "Crowd shouts and beat drops puncturing the night", + "A closing handshake circle acknowledging the round" + ], + "camera": "Close gritty handheld with tight focus on feet and hands, intermittent slo-mo", + "accents": [ + "wet-surface shine doubling neon colors", + "smoky diffusion softening hard lines" + ], + "mood": [ + "nocturnal grit", + "raw celebratory closure" + ], + "lighting": [ + "neon-filled low-light with small hard accents", + "softened contrast by smoke and fog" + ], + "style": [ + "noir street short", + "intimate afterhours doc" + ] + }, + { + "subGenre": "Breakdance", + "scene": "Cultural center workshop where elders teach foundational moves to youth", + "sceneVariants": [ + "Cultural center workshop where elders teach foundational moves to youth", + "Polished wooden floor and mirrored wall", + "Clap-led warm-ups and patient coaching", + "A small group of mixed-ability students", + "Notebooks and small recording devices documenting technique" + ], + "actions": [ + "Slow measured drills for footwork and balance", + "Demonstration of safe spin entries and exits", + "Partner spotting and hands-on correction", + "A camera capturing step breakdowns for later review" + ], + "camera": "Static multi-angle cuts with instructional overlays and slow-motion replays", + "accents": [ + "warm natural window light to preserve skin tones", + "clean reflective floor for precise silhouette reading" + ], + "mood": [ + "patient mentorship", + "focused learning" + ], + "lighting": [ + "soft diffuse daylight with modest fill", + "even exposure to ensure instructional clarity" + ], + "style": [ + "educational documentary", + "technique-focused short" + ] + }, + { + "subGenre": "Breakdance", + "scene": "Festival mainstage where a crew presents a themed routine with pyrotechnic hits", + "sceneVariants": [ + "Festival mainstage where a crew presents a themed routine with pyrotechnic hits", + "Massive LED backdrop and smoke lines", + "Audience sea with raised phones and glowsticks", + "Stage crew adjusting fog and flame cues", + "A triumphant confetti blast at the end" + ], + "actions": [ + "Choreographed crew sequences with synchronized freezes", + "Pyro-timed impact points emphasizing finale", + "Crowd-driven call-and-response sections", + "A final tableau held while lights explode into motion" + ], + "camera": "Multi-cam festival coverage with crowd-capture wide shots and hero close-ups", + "accents": [ + "LED-backlight silhouettes with high dynamic-range skin retention", + "pyro-glow rim enhancing movement silhouettes" + ], + "mood": [ + "spectacular triumph", + "collective exhilaration" + ], + "lighting": [ + "high-intensity stage lighting with rapid color grading", + "dense fog to make beams visible" + ], + "style": [ + "festival highlight reel", + "high-production music performance" + ] + }, + { + "subGenre": "Breakdance", + "scene": "Abandoned mall atrium reimagined as a retro breakdance revival", + "sceneVariants": [ + "Abandoned mall atrium reimagined as a retro breakdance revival", + "Faded storefronts and cracked tiles beneath", + "A DJ stand set up on an old fountain base", + "Vintage neon and mirrored columns reflecting movement", + "Audience sitting on mall benches and escalator landings" + ], + "actions": [ + "Retro-styled windmills and old-school freeze techniques", + "Playful callouts referencing 80s moves", + "Solo show-offs backed by sampled breaks", + "A camera panning past vintage adverts to situate time" + ], + "camera": "Smooth glide with occasional VHS-styled grading inserts", + "accents": [ + "slightly desaturated retro color grade", + "soft film grain to simulate archival footage" + ], + "mood": [ + "nostalgic revival", + "playful homage" + ], + "lighting": [ + "mixed practical neon with cool fill", + "soft shadow retention for period feel" + ], + "style": [ + "retro short", + "archival-styled dance film" + ] + }, + { + "subGenre": "Breakdance", + "scene": "Community center fundraiser where breakers perform for families", + "sceneVariants": [ + "Community center fundraiser where breakers perform for families", + "Folding chairs and handmade banners lining the hall", + "Children imitating moves from the sidelines", + "Local leaders making short speeches between rounds", + "A modest prize table on a decorated tablecloth" + ], + "actions": [ + "Friendly exhibition rounds with approachable moves", + "Kids' demonstration corner teaching simplified steps", + "A community cheer culminating each set", + "Camera capturing warm smiles and small triumphs" + ], + "camera": "Warm medium coverage with candid close-ups and reaction shots", + "accents": [ + "soft warm practical lighting from ceiling fixtures", + "gently desaturated skin tones for documentary warmth" + ], + "mood": [ + "community uplift", + "inclusive celebration" + ], + "lighting": [ + "soft indoor ambient with mild contrast", + "bounce fill to reduce hard ceiling shadows" + ], + "style": [ + "human-interest short", + "local event documentary" + ] + }, + { + "subGenre": "Breakdance", + "scene": "Late afternoon plaza with buskers drawing crowds for a friendly battle", + "sceneVariants": [ + "Late afternoon plaza with buskers drawing crowds for a friendly battle", + "Shaded plane under plane trees with benches full of onlookers", + "A small coin-hat at the ring edge collecting tips", + "Street vendors selling snacks nearby", + "Children weaving through the crowd" + ], + "actions": [ + "Quick cyclical rounds with playful callouts", + "A carded judging system with informal coin flips", + "A solo cameo that raises the crowd roar", + "Final friendly handshake and shared respect" + ], + "camera": "Mobile shoulder-mounted coverage with reactive edits to crowd energy", + "accents": [ + "golden-hour warmth on faces and pavement", + "soft environmental sound capture for ambience" + ], + "mood": [ + "playful competitiveness", + "public joy" + ], + "lighting": [ + "warm late-afternoon sun with soft shadows", + "ambient street fill for face readability" + ], + "style": [ + "street-culture vignette", + "community-focused short" + ] + }, + { + "subGenre": "Breakdance", + "scene": "Industrial loading dock with pallet-stacks forming a makeshift amphitheater", + "sceneVariants": [ + "Industrial loading dock with pallet-stacks forming a makeshift amphitheater", + "Forklift outlines and shipping containers beyond", + "Work lamps hung for makeshift stage light", + "An audience perched atop wooden pallets", + "A distant city hum underpinning the scene" + ], + "actions": [ + "Technical floorwork weaving through pallet gaps", + "Rapid footwork building into explosive windmills", + "Group sequences using pallets as improvisational props", + "A synchronized final freeze atop the highest pallet" + ], + "camera": "Low crane with gritty close-ups emphasizing contact points and texture", + "accents": [ + "warm work-lamp rim creating dramatic separation", + "gritty surface micro-detail on pallet wood" + ], + "mood": [ + "industrial intensity", + "resourceful creativity" + ], + "lighting": [ + "practical work-light warm pools amid deep shadow", + "hard contrast to heighten texture" + ], + "style": [ + "industrial urban short", + "raw creative portrait" + ] + }, + { + "subGenre": "Breakdance", + "scene": "Intimate rehearsal studio where a small crew polishes a new routine", + "sceneVariants": [ + "Intimate rehearsal studio where a small crew polishes a new routine", + "Mirrored wall with tape-marked floor cues", + "A whiteboard covered in movement notes", + "Water bottles and taped set lists on the side", + "A small audience of close friends providing feedback" + ], + "actions": [ + "Repeated run-throughs of sequences with micro-adjustments", + "Spotlighted corrections from a lead coach", + "Slow-motion breakdowns followed by full-speed runs", + "A final clean pass celebrated by quiet applause" + ], + "camera": "Controlled multi-angle coverage with breakdown overlays and annotations", + "accents": [ + "soft tungsten warmth to maintain honest textures", + "clean reflective floor for silhouette clarity" + ], + "mood": [ + "focused refinement", + "quiet pride" + ], + "lighting": [ + "even practical studio lighting with minimal contrast", + "spot accent for hero moves" + ], + "style": [ + "process-driven short", + "studio rehearsal documentary" + ] + }, + { + "subGenre": "Breakdance", + "scene": "Flashmob in a transit hub surprising commuters with coordinated moves", + "sceneVariants": [ + "Flashmob in a transit hub surprising commuters with coordinated moves", + "Announced by a beat drop and sequential entrances", + "Commuters pausing to film and then joining briefly", + "Station loudspeakers unintentionally amplifying the track", + "Security watching cautiously from a distance" + ], + "actions": [ + "Coordinated entries and exits keeping flow with pedestrian traffic", + "Short accessible combos inviting public replication", + "A climactic group freeze drawing spontaneous applause", + "A dispersal that returns the scene to normal quickly" + ], + "camera": "Steadicam roaming through the crowd with reaction-focused close-ups", + "accents": [ + "ambient station light with quick HDR handling", + "bounce fill from station architecture to lift faces" + ], + "mood": [ + "surprise delight", + "public contagious joy" + ], + "lighting": [ + "mixed artificial transit lighting with soft fill", + "variable exposure handling to deal with glass reflections" + ], + "style": [ + "viral-friendly social short", + "public performance montage" + ] + }, + { + "subGenre": "Breakdance", + "scene": "Lakefront promenade at dawn where breakers start the day with movement", + "sceneVariants": [ + "Lakefront promenade at dawn where breakers start the day with movement", + "Calm water reflecting pale sky tones", + "Joggers and early risers watching with curiosity", + "A solitary boombox providing soft rhythm", + "Mist lifting off the lake surface" + ], + "actions": [ + "Stretching warm-ups dissolving into fluid footwork", + "Soft, meditative freezes matched to minimal beats", + "Couples exchanging low-intensity partner moves", + "A camera capturing the quiet intimacy of morning practice" + ], + "camera": "Gentle lateral tracking with mirror-water split-shots and soft focus", + "accents": [ + "cool dawn rim on skin and wet pavement", + "soft haze to diffuse highlights" + ], + "mood": [ + "peaceful ritual", + "daybreak focus" + ], + "lighting": [ + "soft cool dawn light with low contrast", + "reflective fill from lake surface" + ], + "style": [ + "quiet practice short", + "meditative movement study" + ] + }, + { + "subGenre": "Breakdance", + "scene": "Rooftop documentary interview intercut with archival battle footage", + "sceneVariants": [ + "Rooftop documentary interview intercut with archival battle footage", + "Close interview under soft key with skyline behind", + "Cutaways of historic battles on grainy footage", + "Personal trophies and old posters in the frame", + "Gradual color shift from interview warmth to archival cool" + ], + "actions": [ + "Interview subject recounting formative battle moments", + "Archival moves demonstrating the described techniques", + "Cut-ins of rehearsals illustrating evolution", + "A concluding montage of community impact" + ], + "camera": "Intimate interview lens paired with dynamic archival inserts and lower-third annotations", + "accents": [ + "soft backlight to separate subject from skyline", + "grain and chroma shift treatment for archival inserts" + ], + "mood": [ + "reflective history", + "proud remembrance" + ], + "lighting": [ + "balanced interview key with gentle rim", + "vintage grade for historical segments" + ], + "style": [ + "personal documentary", + "historical montage short" + ] + }, + { + "subGenre": "Breakdance", + "scene": "Midnight beach bonfire session with barefoot floorwork on packed sand", + "sceneVariants": [ + "Midnight beach bonfire session with barefoot floorwork on packed sand", + "A low fire casting warm halos on performers", + "Waves audible as a soft background percussion", + "A small circle of friends and onlookers", + "Lanterns hung on driftwood poles marking the ring" + ], + "actions": [ + "Floorwork adapted to sand with softer slides", + "Slow-burning freezes held near the fire's edge", + "Acoustic percussion improvised from driftwood", + "A closing group embrace around the fire" + ], + "camera": "Handheld with warm fire-lit close-ups and gentle wide reveals", + "accents": [ + "firelight rim and warm skin tones", + "sand micro-texture catching embers' glow" + ], + "mood": [ + "communal warmth", + "intimate celebration" + ], + "lighting": [ + "warm bonfire contrast with cool night fill", + "soft diffusion from smoke to spread highlight" + ], + "style": [ + "intimate nocturnal short", + "organic movement portrait" + ] + } + ] +} \ No newline at end of file diff --git a/src/data/music_and_dance_choirs.json b/src/data/music_and_dance_choirs.json new file mode 100644 index 0000000..ca0233e --- /dev/null +++ b/src/data/music_and_dance_choirs.json @@ -0,0 +1,79 @@ +{ + "music_and_dance": [ + { + "subGenre": "Choirs", + "scene": "Cathedral choir concert with full SATB ensemble, organ, and stained-glass backlight", + "sceneVariants": [ + "Cathedral choir concert with full SATB ensemble, organ, and stained-glass backlight", + "Choral evensong in a small parish church with candlelit aisles", + "University choir performing a contemporary a cappella set in a recital hall", + "Community choir festival with multiple choirs sharing a program outdoors", + "Chamber choir recording session in a dry studio for close mic technique" + ], + "actions": [ + "Choir delivering a sustained harmonic cluster that blooms and decays in the vaulted space", + "Conductor shaping phrase dynamics with a subtle wrist cue and breath timing", + "Solo cantor rising from the ensemble for a plaintive melodic line", + "Audience sitting in reverent silence before erupting into warm applause" + ], + "camera": "Telephoto choir compression from the nave, overhead crane for formations, and 85mm close-ups for soloists", + "accents": [ + "stained-glass rim-light and polished wood micro-reflections", + "soft breath micro-clouds and fabric choir-robes texture" + ], + "mood": "sacred serene uplift", + "lighting": "soft warm cathedral practicals and organ console glow (evening/indoor)", + "style": "sacred choral concert cinematography" + }, + { + "subGenre": "Choirs", + "scene": "Outdoor community carol singalong on a winter evening with lanterns and hot drinks", + "sceneVariants": [ + "Outdoor community carol singalong on a winter evening with lanterns and hot drinks", + "School choir performing at a seasonal market with twinkling lights", + "Flash choir performance in a town square surprising shoppers", + "Choir workshop with children learning rounds and simple harmonies", + "Local choir rehearsal in a community hall preparing for a concert" + ], + "actions": [ + "Group harmonizing on a traditional carol with audience joining in the final refrain", + "Conductor guiding a robust entry before a full-voiced chorus", + "Volunteers handing out warm drinks and blankets between pieces", + "Children beaming as they hold simple harmonies confidently" + ], + "camera": "Warm handheld festival coverage with crowd reaction close-ups and wide plaza establishes", + "accents": [ + "lantern halation and breath rim-light in cold air", + "wool fabric micro-texture and music-sheet micro-detail" + ], + "mood": "community heartwarming cheer", + "lighting": "warm practical lanterns and string lights (evening/outdoor)", + "style": "community choral event cinematography" + }, + { + "subGenre": "Choirs", + "scene": "Studio multitrack choir recording session focusing on blend and microphone technique", + "sceneVariants": [ + "Studio multitrack choir recording session focusing on blend and microphone technique", + "Close-mic small-ensemble a cappella session with detailed dynamics", + "Live-to-tape choir capture with acoustic treatment and engineer oversight", + "Vocal ensemble layering harmonies for a film score cue", + "Director coaching vowel uniformity and consonant clarity between takes" + ], + "actions": [ + "Choir executing an exquisite pianissimo with perfect vowel unison", + "Engineer adjusting stereo spot microphone placement for optimal blend", + "Director stopping, giving feedback, and replaying the recorded take for critique", + "Solo overdub added with careful attention to intonation and phrasing" + ], + "camera": "Tight studio close-ups on faces, microphones and score stands; neutral lighting for clarity", + "accents": [ + "mic capsule sheen and stand clamp micro-detail", + "sheet-music paper texture and soft lamp micro-glow" + ], + "mood": "analytical refined intimacy", + "lighting": "neutral studio lighting optimized for clarity (indoor)", + "style": "technical recording-session cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/music_and_dance_classical_concerts.json b/src/data/music_and_dance_classical_concerts.json new file mode 100644 index 0000000..2271388 --- /dev/null +++ b/src/data/music_and_dance_classical_concerts.json @@ -0,0 +1,229 @@ +{ + "music_and_dance": [ + { + "subGenre": "Classical Concerts", + "scene": "Grand concert hall evening with full orchestra, gilded boxes and a packed audience", + "sceneVariants": [ + "Grand concert hall evening with full orchestra, gilded boxes and a packed audience", + "Symphony performing a sweeping romantic movement with lush strings", + "Conductor raising baton for the opening gesture with hush falling", + "Spotlight on a featured soloist during a concerto movement", + "Triumphant finale with standing ovation and curtain calls" + ], + "actions": [ + "Conductor cueing a delicate diminuendo and the orchestra responding with precision", + "Soloist delivering an emotive cadential phrase as camera tightens", + "Sectional swell of horns and timpani building toward a climax", + "Audience rising in a wave of applause and flowers tossed onstage" + ], + "camera": "Crane establish of the hall, overhead for orchestra layout, tight 85mm for soloist emotion", + "accents": [ + "warm footlight rim on polished instruments and bow hair micro-detail", + "gold leaf and velvet micro-textures catching subtle highlights" + ], + "mood": "elevated reverent grandeur", + "lighting": "warm theatrical spot and soft house lights (evening/indoor)", + "style": "classical concert cinematography with broadcast polish" + }, + { + "subGenre": "Classical Concerts", + "scene": "Intimate chamber recital in a small salon with candlelit tables and close audience proximity", + "sceneVariants": [ + "Intimate chamber recital in a small salon with candlelit tables and close audience proximity", + "String quartet performing a late-night modern work", + "Piano-violin duo interpreting a delicate sonata", + "Contemporary chamber premiere with minimal set", + "Post-recital conversation and drink with the performers" + ], + "actions": [ + "Quartet aligning phrase phrasing and breathing as one musical body", + "Pianist executing a transparent pianissimo arpeggio with finger micro-detail", + "Audience leaning forward into a hushed suspended moment", + "Artists unclasping hands in a quiet bow then engaging with listeners" + ], + "camera": "Close 50mm intimate framing with soft practicals and narrow depth", + "accents": [ + "candle halation producing warm skin catchlights", + "string micro-fiber detail and piano lacquer reflections" + ], + "mood": "intimate reflective warmth", + "lighting": "warm candle/practical lamps with soft fill (evening/indoor)", + "style": "salon-style chamber cinematography" + }, + { + "subGenre": "Classical Concerts", + "scene": "Outdoor summer music festival with an orchestra on a lakeside stage at dusk", + "sceneVariants": [ + "Outdoor summer music festival with an orchestra on a lakeside stage at dusk", + "Film-score concert with synchronized projection behind the orchestra", + "Open-air Handel or Baroque program with period instruments and period dress", + "Audience on blankets and picnic stalls ringing the meadow", + "Fireworks-accompanied finale under starlight" + ], + "actions": [ + "Full orchestra swelling into a cinematic fanfare that carries across the water", + "Solo trumpet cutting a heraldic phrase as swans glide by", + "Projection cues and lighting design marrying image and music", + "Festival audience applauding, waving glow-sticks as the finale hits" + ], + "camera": "Drone establishing lake panorama, rail cranes for stage coverage, and 50mm musician close-ups", + "accents": [ + "sunset rim-light on instruments and water caustics", + "stage-lamp micro-bokeh and festival fabric textures" + ], + "mood": "communal cinematic celebration", + "lighting": "sunset into subtle stage LED and practicals (evening)", + "style": "festival-scale orchestral cinematography" + }, + { + "subGenre": "Classical Concerts", + "scene": "Contemporary music premiere in a minimalist black-box with intense focus and experimental textures", + "sceneVariants": [ + "Contemporary music premiere in a minimalist black-box with intense focus and experimental textures", + "Atonal ensemble performing precise rhythmic clusters", + "Electro-acoustic hybrid set with live processing and speakers", + "Choreographed instrumental gestures paired with physical movement", + "Post-premiere panel discussion with composer and performers" + ], + "actions": [ + "Players executing precise micro-timing and pulsed articulation under conductor cues", + "Live sound processing looped and modulated in real time to create spatial textures", + "Soloist performing extended technique producing unusual timbral color", + "Audience reacting contemplatively in a quiet reflective hush" + ], + "camera": "Close mobile captures with a focus on hands, bowing angles and speaker arrays", + "accents": [ + "cold practical rim-lights and metallic micro-reflections on prepared instruments", + "speaker cone micro-detail and cable texture in tight frames" + ], + "mood": "provocative cerebral focus", + "lighting": "controlled low-key practicals emphasizing texture (night/indoor)", + "style": "contemporary concert experimental cinematography" + }, + { + "subGenre": "Classical Concerts", + "scene": "Historic cathedral organ recital with stained glass backlight and resonant acoustics", + "sceneVariants": [ + "Historic cathedral organ recital with stained glass backlight and resonant acoustics", + "Solo organist performing a baroque masterwork with natural reverb", + "Choral ensemble joining for a sacred motet feature", + "Candles and incense adding warmth to the sanctuary", + "Audience listening in kneeling benches for meditative stillness" + ], + "actions": [ + "Organist manipulating stops and pedal work to sculpt dynamic clouds of sound", + "Choir softly weaving harmonic support that blooms in the vaulted space", + "Camera capturing long reverberant decay after a majestic chord", + "Audience sitting in reverent silence as a lone line resolves" + ], + "camera": "Long telephoto to respect space, intercut with organ-console closeups and choir portraits", + "accents": [ + "stained-glass rim-light and polished pipe metal micro-highlights", + "vaulted stone micro-texture and candle smoke catching rays" + ], + "mood": "sacred reverent awe", + "lighting": "stained-glass backlight and soft candle practicals (day/indoor)", + "style": "sacred organ recital cinematography" + }, + { + "subGenre": "Classical Concerts", + "scene": "Young artist competition broadcast with an anxious waiting room and judges' scrutiny", + "sceneVariants": [ + "Young artist competition broadcast with an anxious waiting room and judges' scrutiny", + "Backstage warm-up with sweat and focused playing", + "Live broadcast cut-ins and commentary", + "Final gala concert featuring top finalists", + "Award ceremony with tearful parents and crowded press" + ], + "actions": [ + "Young pianist delivering a technically demanding run with expressive nuance", + "Competitor taking a deep breath before a critical cadenza", + "Judge leaning forward to note a delicate rubato decision", + "Winner collapsing gently into hands of a teacher in emotional relief" + ], + "camera": "Broadcast multi-cam with intimate backstage pick-ups and performance telephotos", + "accents": [ + "camera monitor glow reflecting on faces and lacquer shine on pianos", + "micro-detail on calluses, string dust and page-turn fingers" + ], + "mood": "nervous hopeful intensity", + "lighting": "bright stage spot and warm backstage practicals (indoor)", + "style": "competition broadcast cinematography" + }, + { + "subGenre": "Classical Concerts", + "scene": "House concert in a living room with a small string trio and close friends gathered", + "sceneVariants": [ + "House concert in a living room with a small string trio and close friends gathered", + "Intimate lyrical program with warm domestic acoustics", + "Private salon featuring new compositions and talkback", + "Post-concert dinner conversation and shared recordings", + "Vinyl playback and story-swapped reminiscences afterward" + ], + "actions": [ + "Trio playing a slow lyrical movement with intimate phrasing and eye contact", + "Guests closing eyes and leaning into the sound in a concentrated hush", + "Host serving tea quietly between short intermissions", + "Musicians joining the conversation and sharing insights after the set" + ], + "camera": "Warm close 35mm with home-practical rim-lighting and shallow depth", + "accents": [ + "wood grain micro-texture on instruments and domestic fabric detail", + "soft practical lamp halation creating cozy bokeh" + ], + "mood": "intimate conversational warmth", + "lighting": "warm practical household lamps with soft fill (evening/indoor)", + "style": "home-concert intimate cinematography" + }, + { + "subGenre": "Classical Concerts", + "scene": "Open rehearsal with conductor coaching a symphony through a tricky passage (day)", + "sceneVariants": [ + "Open rehearsal with conductor coaching a symphony through a tricky passage (day)", + "Conductor stopping and shaping a phrase with hand gestures", + "Sectional rehearsal focusing solely on woodwinds or brass", + "Musician replacing a reed or re-tuning between takes", + "Short public-access rehearsal where patrons may be present" + ], + "actions": [ + "Conductor halting at a critical bar to reteach articulation and nuance", + "Section leader demonstrating bow stroke adjustments while players watch", + "Musician retuning and readying for a clean re-run", + "Quiet appreciative applause after a newly polished segment" + ], + "camera": "Observational mid-range with close-up on baton, score, and players' faces", + "accents": [ + "music score page micro-texture and stand-light micro-glow", + "instrument lacquer micro-highlights and string shimmer" + ], + "mood": "collaborative focused work", + "lighting": "bright rehearsal hall practicals (day/indoor)", + "style": "documentary rehearsal cinematography" + }, + { + "subGenre": "Classical Concerts", + "scene": "Historic outdoor amphitheater performance with period staging and candlelit balconies", + "sceneVariants": [ + "Historic outdoor amphitheater performance with period staging and candlelit balconies", + "Baroque orchestra with harpsichord and period stringing", + "Audience dressed in era-appropriate costume for a themed night", + "Twilight seating and the amphitheater slowly filling", + "Post-performance informal Q&A with the conductor" + ], + "actions": [ + "Period ensemble articulating dance rhythms with tympani punctuations", + "Audience reacting with measured applause after da capo repeats", + "Solo oboe weaving melodic line above gut-string warmth", + "Conductor offering a final bow and acknowledging the community" + ], + "camera": "Telephoto scenic establishes with vintage film grade and soft diffusion", + "accents": [ + "torch halation and warm period fabric micro-texture", + "wood-and-harpsichord micro-detail catching ambient twilight" + ], + "mood": "nostalgic ritual charm", + "lighting": "soft twilight practicals with candle warmth (evening/outdoor)", + "style": "heritage outdoor concert cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/music_and_dance_dance_battles.json b/src/data/music_and_dance_dance_battles.json new file mode 100644 index 0000000..e20093e --- /dev/null +++ b/src/data/music_and_dance_dance_battles.json @@ -0,0 +1,548 @@ +{ + "music_and_dance": [ + { + "subGenre": "Dance Battles", + "scene": "Underground cypher in a graffiti-lined courtyard at dusk", + "sceneVariants": [ + "Underground cypher in a graffiti-lined courtyard at dusk", + "Cracked pavement ring with a huddled crowd", + "A lone streetlamp overthrowing long shadows", + "Speakers stacked on milk crates beating a heavy baseline", + "Spray-painted murals framing each round" + ], + "actions": [ + "Competitors trading explosive rounds of footwork and freezes", + "Crowd call-and-response building momentum", + "A judge signaling transitions and dropping hand scores", + "A final head-to-head freeze held for reaction" + ], + "camera": "Low gimbal circle with stunt-pace cuts to emphasize impact", + "accents": [ + "hard rim-light from single practicals to define muscle and dust", + "dust motes catching the light to visualize rotation" + ], + "mood": [ + "electrified tension", + "raw competitive joy" + ], + "lighting": [ + "warm practicals with deep surrounding blacks", + "sporadic strobes synced to hit moments" + ], + "style": [ + "gritty street-documentary", + "kinetic highlight reel" + ] + }, + { + "subGenre": "Dance Battles", + "scene": "High school gym floor converted into an evening battle arena", + "sceneVariants": [ + "High school gym floor converted into an evening battle arena", + "Bleachers full of cheering classmates", + "A scorer’s table with buzzing flashlights", + "Colorful taped ring on polished wood", + "A DJ crate propped by stacked shoe boxes" + ], + "actions": [ + "Short formatted rounds with precise countdowns", + "Cheer squads punctuating key hits", + "A final judged victory lap around the ring", + "Quick camera pans to capture judge reactions" + ], + "camera": "Steady mid-field coverage with reactive jump-cuts on hits", + "accents": [ + "gleaming floor speculars to double motion", + "tightly framed reaction inserts to amplify stakes" + ], + "mood": [ + "playful rivalry", + "youthful adrenaline" + ], + "lighting": [ + "even overhead gym lighting with selective warm stage fill", + "spot accent on the active ring" + ], + "style": [ + "youth-event short", + "sports-style montage" + ] + }, + { + "subGenre": "Dance Battles", + "scene": "Late-night subway car transformed into an impromptu battle stage", + "sceneVariants": [ + "Late-night subway car transformed into an impromptu battle stage", + "Flickering ads and tiled walls streaked by motion", + "A half-empty car turned into a tight ring", + "Passing platform lights providing sliced strobes", + "A portable speaker jammed into a seat" + ], + "actions": [ + "Micro-battles between two challengers as train hums", + "Timed freezes synced to the stop-start rhythm", + "Spectators leaning in from neighboring cars", + "A hush during a slow, dramatic final move" + ], + "camera": "Handheld tight-coverage with whip pans to match train motion", + "accents": [ + "train-strobe slices across bodies for layered motion", + "wet-reflective floor doubling motion trails" + ], + "mood": [ + "claustrophobic intensity", + "urban spontaneity" + ], + "lighting": [ + "harsh artificial transit light with transient strobes", + "high-contrast pockets between seats" + ], + "style": [ + "raw urban slice", + " guerilla micro-documentary" + ] + }, + { + "subGenre": "Dance Battles", + "scene": "Rooftop showdown at golden hour overlooking the city", + "sceneVariants": [ + "Rooftop showdown at golden hour overlooking the city", + "Skyline silhouettes and long warm shadows", + "A circular painted ring and a small crowd", + "Portable lights on stands and a DJ crate", + "Wind teasing loose jackets and hair" + ], + "actions": [ + "Showcase rounds emphasizing creativity and geometry", + "Aerial footwork highlighted against the horizon", + "Final group clap crescendo leading to a freeze", + "Drone pullback revealing rooftop patterns" + ], + "camera": "Drone aerial arcs combined with low rooftop push-ins", + "accents": [ + "golden-hour kerf on limbs and costume edges", + "soft atmospheric haze to emphasize skyline depth" + ], + "mood": [ + "exultant bravado", + "open creative release" + ], + "lighting": [ + "warm natural backlight with subtle fill", + "sunflare accents on rhythm hits" + ], + "style": [ + "cinematic music video", + "aerial performance short" + ] + }, + { + "subGenre": "Dance Battles", + "scene": "Underground club mainroom where battles erupt between sets", + "sceneVariants": [ + "Underground club mainroom where battles erupt between sets", + "Thick smoke and pulsing LED bars", + "A ring cleared near the DJ with phones aglow", + "Tattooed patrons circled close", + "A mirrored pillar reflecting kaleidoscopic motion" + ], + "actions": [ + "Short explosive rounds with heavy low-end hits", + "Body-isolation showcases and snapping freezes", + "A sudden power move that silences the room", + "Crowd erupts into layered chant and stomp" + ], + "camera": "Fast cutting handheld with occasional slow-motion hero freezes", + "accents": [ + "LED color rims splashing across costumes", + "smoke scattering beams for depth" + ], + "mood": [ + "charged intensity", + "nocturnal celebration" + ], + "lighting": [ + "dynamic club color changes with dense fog", + "hard side-glow to sculpt movement" + ], + "style": [ + "energetic nightlife reel", + "pulsing music short" + ] + }, + { + "subGenre": "Dance Battles", + "scene": "Community center open floor that hosts friendly neighborhood battles", + "sceneVariants": [ + "Community center open floor that hosts friendly neighborhood battles", + "Folding chairs and local banners on cinderblock walls", + "A small but vocal crowd of locals", + "Kids sitting cross-legged near the ring", + "A volunteer DJ behind a simple table" + ], + "actions": [ + "Friendly rounds with lighthearted theatrics", + "Teaching moments where winners give tips", + "A group cheer and collective handshake finish", + "Volunteer judges awarding playful trophies" + ], + "camera": "Warm medium coverage with candid reaction shots", + "accents": [ + "practical warm ceiling lights for human tone", + "soft film grain to emphasize hometown vibe" + ], + "mood": [ + "inclusive excitement", + "local pride" + ], + "lighting": [ + "soft practical ambient with gentle fill", + "subtle directional accent on the ring" + ], + "style": [ + "humanist short", + "neighborhood spotlight" + ] + }, + { + "subGenre": "Dance Battles", + "scene": "Sunlit park lawn where a lunchtime battle attracts passersby", + "sceneVariants": [ + "Sunlit park lawn where a lunchtime battle attracts passersby", + "Picnickers pausing to watch", + "A spontaneous ring marked with chalk", + "Buskers adding acoustic percussion", + "Joggers slowing their pace to spectate" + ], + "actions": [ + "Accessible combos inviting public participation", + "Crowd clap cadence creating a heartbeat", + "A playful team vs team exchange", + "A closing group bow to applause" + ], + "camera": "Lateral dolly with wide coverage to show public engagement", + "accents": [ + "sunlit color saturation on costumes and grass", + "soft natural reflections from nearby water features" + ], + "mood": [ + "playful conviviality", + "public delight" + ], + "lighting": [ + "hard midday sun with gentle fill", + "natural backlight to lift edges" + ], + "style": [ + "community event short", + "light documentary vignette" + ] + }, + { + "subGenre": "Dance Battles", + "scene": "Warehouse art party where battles are staged among installations", + "sceneVariants": [ + "Warehouse art party where battles are staged among installations", + "Suspended sculptures and interactive lights", + "Audience moving between installation pieces", + "Performers weaving through art to execute moves", + "A DJ blending ambient textures with beats" + ], + "actions": [ + "Site-specific moves that engage sculpture elements", + "Short theatrical rounds blending movement and performance art", + "Audience applause indexing appreciation for creativity", + "A final tableau integrating dancers and installations" + ], + "camera": "Slow glides and careful framing to respect installations while capturing motion", + "accents": [ + "soft gallery-like fill with spot accent", + "specular highlights on polished surfaces" + ], + "mood": [ + "artistic experimentation", + "curated surprise" + ], + "lighting": [ + "controlled exhibition lighting with moody accents", + "selective beam wash to highlight performers" + ], + "style": [ + "art-meets-street short", + "conceptual performance film" + ] + }, + { + "subGenre": "Dance Battles", + "scene": "Beach bonfire circle where breakers and dancers trade rounds by night", + "sceneVariants": [ + "Beach bonfire circle where breakers and dancers trade rounds by night", + "Bonfire halo against the dark sea", + "Barefoot dancers on packed sand", + "Small acoustic percussion mixing with recorded tracks", + "Stars overhead and distant lighthouse pin" + ], + "actions": [ + "Flowing floorwork adapted for sand", + "Beat-driven partner exchanges and group syncs", + "A final closing circle where everyone joins hands", + "Acoustic percussion doubling important drops" + ], + "camera": "Handheld close coverage with warm fire-lit wide reveals", + "accents": [ + "warm firelight rim and ember sparkle", + "sand micro-texture catching light trails" + ], + "mood": [ + "communal warmth", + "intimate celebration" + ], + "lighting": [ + "bonfire warmth with cool night fill", + "soft diffusion from smoke to spread highlight" + ], + "style": [ + "nocturnal community short", + "organic movement montage" + ] + }, + { + "subGenre": "Dance Battles", + "scene": "Mall atrium flash-battle during a weekend crowd surge", + "sceneVariants": [ + "Mall atrium flash-battle during a weekend crowd surge", + "Escalators and shoppers forming tiered audience", + "Glass skylight casting patchy daylight", + "Retail signage and store reflections doubling motion", + "Security watching from office windows" + ], + "actions": [ + "Short electrifying rounds with public surprise", + "Kids and teens spontaneously imitating moves", + "A security-friendly dispersal at the close", + "A camera capturing stunned shopper reactions" + ], + "camera": "Shoulder-mounted roaming coverage with reactive edits", + "accents": [ + "bright commercial light bounce for crisp faces", + "reflective glass doubling movement for visual interest" + ], + "mood": [ + "public surprise", + "benign chaos" + ], + "lighting": [ + "bright mall ambient with high reflectivity", + "spot accents to keep performers prominent" + ], + "style": [ + "viral-friendly short", + "public engagement highlight" + ] + }, + { + "subGenre": "Dance Battles", + "scene": "Riverside quay under a bridge where crews meet at twilight", + "sceneVariants": [ + "Riverside quay under a bridge where crews meet at twilight", + "Bridge pillars creating natural acoustic reverb", + "River reflections shimmering on the ceiling", + "Graffiti tags along concrete ribs", + "Faint boat horns in the distance" + ], + "actions": [ + "Echoed rounds that play with natural reverb", + "Floorwork that incorporates pillar use and isolation", + "Crowd forming tight semicircles to catch audio echoes", + "A drone pullback revealing river geometry" + ], + "camera": "Low floating gimbal with wide river reveals and tight close-ins", + "accents": [ + "cool twilight rim with warm practical fills", + "echoed sound design to emphasize space" + ], + "mood": [ + "moody intensity", + "communal grit" + ], + "lighting": [ + "diffuse twilight with selective warm accents", + "specular river highlights to give depth" + ], + "style": [ + "noir urban short", + "location-driven performance" + ] + }, + { + "subGenre": "Dance Battles", + "scene": "Open-air festival ring where crews battle in front of a broad audience", + "sceneVariants": [ + "Open-air festival ring where crews battle in front of a broad audience", + "Festival banners and vendor stalls beyond", + "A large stage with LED backdrop visible behind the ring", + "Families and tourists forming a mixed crowd", + "Announcers with handheld mics introducing rounds" + ], + "actions": [ + "Timed rounds with MC callouts and judge scoring", + "Crowd-driven energy lifts to elevate rounds", + "A final showcase from winning crew with choreographed finale", + "A confetti or pyro accent at the crowning moment" + ], + "camera": "Multi-cam festival coverage with audience-capture cutaways", + "accents": [ + "bright festival backlight with high saturation", + "crowd reaction close-ins to amplify stakes" + ], + "mood": [ + "spectacular competition", + "public exhilaration" + ], + "lighting": [ + "high-intensity festival lighting with balanced skin tones", + "occasional beam effects to punctuate hits" + ], + "style": [ + "festival highlight reel", + "event-driven spectacle" + ] + }, + { + "subGenre": "Dance Battles", + "scene": "Intimate studio battle filmed for online judged rounds", + "sceneVariants": [ + "Intimate studio battle filmed for online judged rounds", + "Black backdrop and controlled studio lights", + "A small invited audience and a camera crew", + "Monitors showing live scoring overlays", + "A judge panel visible behind the ring" + ], + "actions": [ + "Precision-focused rounds for camera clarity", + "Close-up moves that play well on screens", + "Technical breakdowns highlighted by slow-motion replays", + "A closing handshake and digital badge award" + ], + "camera": "Clean multi-angle studio capture with replay capability", + "accents": [ + "controlled studio rim-light to sculpt bodies", + "clean micro-contrast for online clarity" + ], + "mood": [ + "technical focus", + "professional intensity" + ], + "lighting": [ + "even studio key with rim accents", + "no-harsh-shadows setup for consistent online grade" + ], + "style": [ + "digital competition short", + "professional highlight package" + ] + }, + { + "subGenre": "Dance Battles", + "scene": "Back-alley impromptu battle where crews settle local scores", + "sceneVariants": [ + "Back-alley impromptu battle where crews settle local scores", + "Stacked crates and chain-link fences encircling the ring", + "A single portable lamp and a small anxious crowd", + "Discarded spray cans and paper flyers", + "A distant siren providing a tense underscore" + ], + "actions": [ + "High-risk power moves that test limits", + "Taunting but playful callouts traded between crews", + "A sudden rain shower changing floor dynamics", + "A respectful de-escalation handshake at the end" + ], + "camera": "Raw handheld close coverage with gritty slow-motion when things intensify", + "accents": [ + "wet-surface shine accentuating motion", + "hard single-source rim for dramatic silhouette" + ], + "mood": [ + "tense bravado", + "raw competitive theatre" + ], + "lighting": [ + "single harsh practical with deep contrast", + "occasional transient environmental strobe (e.g., lightning or passing vehicle)" + ], + "style": [ + "gritty short", + "urban conflict vignette" + ] + }, + { + "subGenre": "Dance Battles", + "scene": "Park amphitheater evening event where crews perform to a seated crowd", + "sceneVariants": [ + "Park amphitheater evening event where crews perform to a seated crowd", + "Tiered benches filled with families", + "A small festival stage and PA near the ring", + "Lamp posts providing soft perimeter light", + "Food stalls scenting the air" + ], + "actions": [ + "Choreographed rounds designed to delight broad audiences", + "Audience-volunteer segments that bring kids onto the floor", + "A ceremonial winner's circle with prize presentation", + "Slow final curtain with dancers applauding each other" + ], + "camera": "Balanced wide coverage with audience reaction cutaways and winner close-ups", + "accents": [ + "soft park lighting for warm skin tones", + "ambient natural sound to preserve atmosphere" + ], + "mood": [ + "family-friendly energy", + "celebratory inclusion" + ], + "lighting": [ + "gentle evening lamp fill with localized stage punch", + "soft rim to separate performers" + ], + "style": [ + "community festival short", + "inclusive performance film" + ] + }, + { + "subGenre": "Dance Battles", + "scene": "Late-night warehouse rooftop where international crews trade culture-heavy rounds", + "sceneVariants": [ + "Late-night warehouse rooftop where international crews trade culture-heavy rounds", + "Flags and emblems representing crew origins", + "A global playlist mixing traditional samples with modern beats", + "Crowd of mixed nationalities adding polyphonic chants", + "A distant city glow and low cloud cover" + ], + "actions": [ + "Culturally-infused rounds blending local tradition with modern movement", + "Audience chanting in multiple languages and rhythmic claps", + "A collaborative final round where crews merge styles", + "A closing ceremonial salute to cultural exchange" + ], + "camera": "Documentary-style wide-and-detail mix with respectful cultural close-ups", + "accents": [ + "soft multi-color rim for cultural textile accents", + "ambient sound layering to showcase global textures" + ], + "mood": [ + "cross-cultural pride", + "collaborative celebration" + ], + "lighting": [ + "balanced nocturnal fill with warm accents on faces", + "soft cloud-diffused skyline backlight" + ], + "style": [ + "documentary short on cultural exchange", + "global performance vignette" + ] + } + ] +} \ No newline at end of file diff --git a/src/data/music_and_dance_dj_performances.json b/src/data/music_and_dance_dj_performances.json new file mode 100644 index 0000000..bccc7f6 --- /dev/null +++ b/src/data/music_and_dance_dj_performances.json @@ -0,0 +1,229 @@ +{ + "music_and_dance": [ + { + "subGenre": "DJ Performances", + "scene": "Festival mainstage at night with towering LED rig, huge crowd and synchronized pyro", + "sceneVariants": [ + "Festival mainstage at night with towering LED rig, huge crowd and synchronized pyro", + "Sunset DJ set that transitions into a night rave with lasers", + "Closing set with headline DJ dropping the set-closing anthem", + "Crowd-wide glow-stick wave and coordinated crowd-cam moment", + "Afterparty set in an amphitheater with chill dawn vibes" + ], + "actions": [ + "DJ dropping a massive beat-drop while lights and pyro sync in perfect time", + "Crowd leaping in a unified motion as bass hits the sub drop", + "DJ doing a quick vinyl transition and looping a vocal hook live", + "Camera cutting to fan-shot POVs that capture ecstatic reactions" + ], + "camera": "Crane and drone establishing the crowd, gimbal close on decks and quick handheld crowd POVs", + "accents": [ + "laser beams and haze creating volumetric light shafts", + "sub-bass chest-rumble visualized as stage-lamps pulsing micro-highlights" + ], + "mood": "euphoric ecstatic energy", + "lighting": "heavy LED, laser arrays and timed pyro with dense haze (night)", + "style": "epic large-scale electronic event cinematography" + }, + { + "subGenre": "DJ Performances", + "scene": "Underground club rave with packed floor, low ceiling and raw speaker stacks", + "sceneVariants": [ + "Underground club rave with packed floor, low ceiling and raw speaker stacks", + "Warehouse after-hours set with local scene DJs", + "Basement techno night with immersive sound system", + "Intimate boutique club with stage-front performance", + "Pop-up secret location with whispered directions to attendees" + ], + "actions": [ + "DJ slowly layering loops and filtering to create hypnotic build", + "Crowd reacting to micro-shifts in rhythm with hands in the air", + "MC or hype-person energizing the front row for call-and-response", + "Sound engineer tweaking EQ and delay to shape the low-end" + ], + "camera": "Low handheld with shallow depth focusing on faces, decks and speaker movement", + "accents": [ + "strobe micro-slices and neon practical reflections on wet concrete", + "speaker cone micro-vibration and lacquered deck sheen" + ], + "mood": "intimate intense groove", + "lighting": "strobe and practical neon with dark surrounds (night/indoor)", + "style": "raw underground club cinematography" + }, + { + "subGenre": "DJ Performances", + "scene": "Sunrise chill-out set on a beach stage with downtempo selection and gentle crowd", + "sceneVariants": [ + "Sunrise chill-out set on a beach stage with downtempo selection and gentle crowd", + "Meditative morning set with ambient visuals and yoga integration", + "Small acoustic-DJ hybrid session blending organic instruments", + "Quiet listening area with blankets and tea carts", + "DJ closing a beach festival with the sun cresting the horizon" + ], + "actions": [ + "DJ blending warm pads and organic percussion to ease the crowd into day", + "People swaying slowly with hands open to the sunrise", + "Artist layering field-record samples of waves and gulls into the track", + "Small group hugging and quiet applause as the set dissolves" + ], + "camera": "Low-angle waterline establishes, warm telephoto for sunrise compression and close 50mm portraits", + "accents": [ + "golden rim-light on faces and surf micro-caustics", + "soft morning haze producing gentle diffusion micro-bokeh" + ], + "mood": "calm restorative bliss", + "lighting": "soft dawn sun with gentle practical fills (dawn/outdoor)", + "style": "lifestyle sunrise set cinematography" + }, + { + "subGenre": "DJ Performances", + "scene": "Radio-studio live set with intimate listener audience and broadcast mics", + "sceneVariants": [ + "Radio-studio live set with intimate listener audience and broadcast mics", + "Live-to-air mix with host banter and caller interaction", + "Acoustic-DJ hybrid set recorded for podcast release", + "In-station VIP listening session with select guests", + "Broadcast montage with crossfades and live chat overlays" + ], + "actions": [ + "DJ performing a tight 30-minute live mix with live looping and vocal sampling", + "Host interviewing the DJ between mixes while audience listens quietly", + "Sound engineer balancing levels and sending a live feed to broadcast", + "Phone-in caller praising a track and DJ dedicating the next mix" + ], + "camera": "Fixed studio cams with occasional close-ups on hands and faders for broadcast-friendly framing", + "accents": [ + "broadcast monitor glow and mic-dust micro-detail", + "control-fader micro-reflections and headphone fabric texture" + ], + "mood": "intimate professional engagement", + "lighting": "soft studio practicals and monitor glow (indoor)", + "style": "broadcast studio performance cinematography" + }, + { + "subGenre": "DJ Performances", + "scene": "Rooftop electronic club takeover at night with small invited crowd and city lights", + "sceneVariants": [ + "Rooftop electronic club takeover at night with small invited crowd and city lights", + "Afterparty DJ set following a headline performance", + "Secret guest appearance by a famed producer", + "Vinyl-only rooftop set for analog warmth", + "Chill late-night modular-synth lead-in before the city goes quiet" + ], + "actions": [ + "DJ spinning rare vinyl while cueing hypnotic loops manually", + "Producer manipulating modular synth patches live between tracks", + "Crowd leaning against the parapet and syncing to the pulse", + "Cameraperson capturing skyline reflections and intimate performances" + ], + "camera": "Warm telephoto skyline compression combined with close deck pick-ups", + "accents": [ + "city neon rim-lights and warm vinyl lacquer micro-highlights", + "breeze micro-motion in clothing and hair catching small glints" + ], + "mood": "exclusive relaxed cool", + "lighting": "ambient city practicals with warm deck fill (night)", + "style": "lifestyle DJ rooftop cinematography" + }, + { + "subGenre": "DJ Performances", + "scene": "Club residency warm-up set early in the evening with a playful crowd and local support acts", + "sceneVariants": [ + "Club residency warm-up set early in the evening with a playful crowd and local support acts", + "Residency closing night with friends gathering to celebrate", + "Back-to-back sets featuring local DJ collectives", + "Record-release listening session mid-set with new edits", + "Label showcase featuring multiple artists across an evening" + ], + "actions": [ + "DJ crafting a warm progressive build pacing the evening's energy", + "Local MC hyping the dance floor between blends", + "Vinyl selector dropping rare edits to thrill crate diggers", + "People chatting, dancing and sampling small-bites between grooves" + ], + "camera": "Dynamic handheld with multi-angle club coverage and simple lighting awareness", + "accents": [ + "club practical halation and vinyl edge micro-glints", + "drum-machine LED micro-flickers and controller pad sheen" + ], + "mood": "friendly curated groove", + "lighting": "warm club practicals with moderate haze (evening)", + "style": "residency club cinematography" + }, + { + "subGenre": "DJ Performances", + "scene": "Festival daytime EDM pool-party with DJs on a float stage and dancers in water", + "sceneVariants": [ + "Festival daytime EDM pool-party with DJs on a float stage and dancers in water", + "Beach-club pool-side set with cabanas and champagne service", + "Floating DJ boat cruising a harbor with party-goers onboard", + "Family-friendly daytime electronic showcase with sun-safe measures", + "VIP cabana experiences with private DJ booths" + ], + "actions": [ + "DJ mixing a high-energy set while dancers splash in time to the beat", + "Crowd cheering as the tempo shifts into a heavy drop", + "Camera capturing water-spray micro-arches during a synchronized jump", + "Event staff coordinating safety and crowd movement around water features" + ], + "camera": "Low water-level rigs combined with drone overhead and telephoto festival compression", + "accents": [ + "sun-glint on water micro-sparkles and reflective sunglasses micro-bokeh", + "wet-skin sheen and boardwalk wood micro-texture" + ], + "mood": "party exuberant heat", + "lighting": "bright daylight with practical shade and high-contrast reflections (day)", + "style": "commercial pool-party EDM cinematography" + }, + { + "subGenre": "DJ Performances", + "scene": "Intimate launch-party set in a vinyl record store with low ceiling and close audience", + "sceneVariants": [ + "Intimate launch-party set in a vinyl record store with low ceiling and close audience", + "In-store DJ set with record signing afterward", + "Small listening club with seated audience and analytical listening", + "Hybrid talk-and-listen format with the DJ discussing influences between tracks", + "Record-press special event with limited pressing reveal" + ], + "actions": [ + "DJ playing a tight curated crate of rare tracks and talking about provenance", + "Fans asking questions between tracks and purchasing freshly pressed releases", + "Artist signing vinyl and taking candid polaroids with fans", + "Slow-motion capture of a needle drop and collective intake of breath" + ], + "camera": "Close warm 35mm capture focusing on hand work, sleeve art and intimate interactions", + "accents": [ + "vinyl groove sheen and shop-lamp halation", + "sleeve-paper micro-texture and finger-mark detail" + ], + "mood": "nostalgic curated intimacy", + "lighting": "warm low-shop practicals with soft fill (indoor)", + "style": "intimate cultural music cinematography" + }, + { + "subGenre": "DJ Performances", + "scene": "Club rooftop charity DJ marathon with rotating international selectors and live stream overlay", + "sceneVariants": [ + "Club rooftop charity DJ marathon with rotating international selectors and live stream overlay", + "24-hour streaming fundraiser with DJ shifts and community goals", + "Hybrid in-person/virtual audience sending chat reactions", + "Sponsor shout-outs and charity goals shown on LED tickers", + "Wrap-up live stream with total raised displayed and confetti" + ], + "actions": [ + "Selector introducing a cause and mixing a signature set to encourage donations", + "Live chat flashing donations and enabling instant track dedications", + "Camera operator cutting to diverse crowd segments for social impact shots", + "Final tally moment with confetti and DJ raising a celebratory toast" + ], + "camera": "Multi-camera live-stream rig with overlay graphics and tight presenter picks", + "accents": [ + "LED ticker micro-glow and donation overlay micro-animations", + "warm rooftop rim-light and practical charity-banner micro-texture" + ], + "mood": "uplifting community-driven exuberance", + "lighting": "mixed practicals and stream-friendly key (night/indoor-outdoor)", + "style": "live-stream hybrid event cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/music_and_dance_drumming.json b/src/data/music_and_dance_drumming.json new file mode 100644 index 0000000..c026ddb --- /dev/null +++ b/src/data/music_and_dance_drumming.json @@ -0,0 +1,650 @@ +{ + "music_and_dance": [ + { + "subGenre": "Drumming", + "scene": "Open-air festival drum circle at golden hour", + "sceneVariants": [ + "Open-air festival drum circle at golden hour", + "Barefoot players forming a wide ring on packed earth", + "Long shadows stretching as the sun dips", + "A crowd of onlookers seated on blankets", + "A lead rhythmist gesturing dynamic changes" + ], + "actions": [ + "Hands striking skins in layered polyrhythms", + "A call-and-response motif trading between players", + "Slow tempo builds into a rapid crescendo", + "Audience clapping in unison with the downbeat" + ], + "camera": "Low circular dolly sweeping the ring with occasional aerial pull-back to show participant geometry", + "accents": [ + "golden rim-light on drum rims and raised hands", + "dust motes catching the sun to visualize beat motion" + ], + "mood": [ + "communal transcendence", + "euphoric release" + ], + "lighting": [ + "warm golden-hour key with soft fill", + "rim-light to isolate hand motion against background" + ], + "style": [ + "documentary festival portrait", + "immersive participatory short" + ] + }, + { + "subGenre": "Drumming", + "scene": "Underground warehouse percussion jam with industrial textures", + "sceneVariants": [ + "Underground warehouse percussion jam with industrial textures", + "Steel beams and hanging chains in the rafters", + "Crates and oil drums repurposed as instruments", + "Local makers adding found-object percussion", + "A small crowd forming a tight inner ring" + ], + "actions": [ + "Polyrhythmic grooves combining traditional and found sounds", + "Synchronized body percussion punctuating the groove", + "A soloist building tension with increasing complexity", + "A sudden stop for a breath-and-drop restart" + ], + "camera": "Handheld gritty coverage with tight inserts on hands and contact points, occasional 360° push", + "accents": [ + "hard specular highlights on metal rims", + "gritty micro-detail on sweat and instrument texture" + ], + "mood": [ + "raw energy", + "creative urgency" + ], + "lighting": [ + "single-source practicals with deep surrounding blacks", + "occasional strobe accent synced to heavy hits" + ], + "style": [ + "raw performance short", + "industrial rhythm vignette" + ] + }, + { + "subGenre": "Drumming", + "scene": "Temple courtyard ritual drumming at dawn", + "sceneVariants": [ + "Temple courtyard ritual drumming at dawn", + "Incense curling in the morning light", + "Monks lined in ordered rows playing frame drums", + "Stone steps worn by centuries of practice", + "Flags stirring in a gentle breeze" + ], + "actions": [ + "Measured ceremonial hits marking ritual phases", + "Slow synchronized breathing aligning with tempo", + "A solo bell-like motif leading a procession", + "Soft chants underpinning the rhythmic pattern" + ], + "camera": "Respectful telephoto and slow crane reveals with macro on drumhead and ritual hands", + "accents": [ + "soft halo from incense diffusion", + "warm stone rim emphasizing ancient textures" + ], + "mood": [ + "solemn devotion", + "timeless ritual" + ], + "lighting": [ + "cool dawn fill with warm practical torches", + "soft low-key pools to emphasize intimacy" + ], + "style": [ + "ethnographic ritual study", + "sacred cinematic portrait" + ] + }, + { + "subGenre": "Drumming", + "scene": "Street parade with synchronized marching drums and flags", + "sceneVariants": [ + "Street parade with synchronized marching drums and flags", + "Brass and percussion forming a moving ensemble", + "Crowds lining the sidewalks cheering", + "Colorful banners snapping in rhythm", + "A drum major signaling tight transitions" + ], + "actions": [ + "Crack-and-roll rudiments driving forward motion", + "Synchronized rimshots accentuating choreography", + "A drumline break showcasing technical flair", + "Crowd chants escalating with cadence" + ], + "camera": "Mobile shoulder cam following the procession with rhythmic cut pacing", + "accents": [ + "bright midday specular on metal rims", + "flag motion blur to emphasize forward momentum" + ], + "mood": [ + "pageant pride", + "contagious excitement" + ], + "lighting": [ + "hard daylight with deep contrast", + "bounce fill from surrounding architecture to reveal faces" + ], + "style": [ + "parade documentary", + "marching-band highlight reel" + ] + }, + { + "subGenre": "Drumming", + "scene": "Intimate living-room cajón session between friends", + "sceneVariants": [ + "Intimate living-room cajón session between friends", + "Low sofas and scattered cushions forming a circle", + "Warm lamp light and a small house plant in the corner", + "A vinyl player adding subtle backdrop warmth", + "Close friends smiling as they trade grooves" + ], + "actions": [ + "Soft cajón taps and finger slaps creating accompaniment", + "Close vocal harmonies woven into the rhythm", + "A playful tempo change leading to laughs", + "A camera capturing tactile hand contact with the cajón" + ], + "camera": "Close handheld, intimate over-the-shoulder inserts and macro on hand movements", + "accents": [ + "warm lamp rim highlighting skin texture", + "soft room-grain to suggest cozy atmosphere" + ], + "mood": [ + "friendly warmth", + "intimate collaboration" + ], + "lighting": [ + "soft indoor tungsten with mild fill", + "low contrast to preserve intimate tone" + ], + "style": [ + "home-session vignette", + "acoustic percussion portrait" + ] + }, + { + "subGenre": "Drumming", + "scene": "High-energy stadium drumline during halftime", + "sceneVariants": [ + "High-energy stadium drumline during halftime", + "Massed percussion across the field forming geometric patterns", + "Crowd reaction waves rolling in the stands", + "Scoreboard flash and pyrotechnic accents", + "Drumline choreography syncing with marching formations" + ], + "actions": [ + "Powerful cadences executed with military precision", + "Coordinated stick choreography for visual flair", + "A climactic cadence leading into the next show segment", + "Audience call-and-response claps accenting hits" + ], + "camera": "High-angle crane and tight on-field close-ups with rapid edits to match cadence", + "accents": [ + "stadium floodlight rim on moving sticks", + "sharp micro-contrast on drum shells and uniforms" + ], + "mood": [ + "adrenalized spectacle", + "disciplined showmanship" + ], + "lighting": [ + "intense stadium lighting with occasional directional spot", + "high dynamic range to retain detail" + ], + "style": [ + "sports-entertainment highlight", + "precision performance short" + ] + }, + { + "subGenre": "Drumming", + "scene": "Seaside bonfire frame-drum circle under stars", + "sceneVariants": [ + "Seaside bonfire frame-drum circle under stars", + "Waves providing natural low-frequency accompaniment", + "Participants using hand drums and shakers", + "Soft firelight reflecting on wet sand", + "A horizon line dotted with distant boat lamps" + ], + "actions": [ + "Slow trance grooves building through repetition", + "Soft vocal call and breath chants intertwined with hits", + "A lead player shifting rhythm to guide a dance", + "Hands rising and falling in communal communion" + ], + "camera": "Handheld warmth with close shots on drum faces and wide fire-to-sea reveals", + "accents": [ + "ember rim-light and fire-flicker bokeh", + "soft oceanic blue rim balancing warm fire tones" + ], + "mood": [ + "meditative warmth", + "communal trance" + ], + "lighting": [ + "warm firelight with cool ambient moonfill", + "soft flicker diffusion to preserve atmosphere" + ], + "style": [ + "ritual seaside portrait", + "ambient percussion short" + ] + }, + { + "subGenre": "Drumming", + "scene": "Village festival taiko ensemble performing in a plaza", + "sceneVariants": [ + "Village festival taiko ensemble performing in a plaza", + "Massive barrel drums mounted on stands", + "Coordinated choreographed hits with theatrical stances", + "Crowd draped in festival happi coats", + "Fireworks slated to punctuate the finale" + ], + "actions": [ + "Synchronized thunder hits with choreographed arm lines", + "Solo drum features cutting through ensemble texture", + "A staggered dynamic swell leading to full-force finale", + "Crowd stamping in time to the low taiko pulse" + ], + "camera": "Wide choreographic framing intercut with hero close-ups on percussive strikes", + "accents": [ + "deep low-end chest-thump felt visually with camera shake", + "strong high-contrast rim-light on lacquered drum skins" + ], + "mood": [ + "ceremonial intensity", + "exhilarating catharsis" + ], + "lighting": [ + "high-contrast festival keyed lighting", + "bright spot accents for hero strikes" + ], + "style": [ + "cultural spectacle short", + "heroic percussion film" + ] + }, + { + "subGenre": "Drumming", + "scene": "Studio session where a percussionist layers multi-track grooves", + "sceneVariants": [ + "Studio session where a percussionist layers multi-track grooves", + "Isolated booth with microphones on each drum", + "A producer gesturing in the control room", + "Headphones and patch-cables forming a technical web", + "Charts and sticky notes marking take numbers" + ], + "actions": [ + "Close mic hits captured with precision for each layer", + "Overdubbing of auxiliary percussion to build texture", + "Producer nodding and signaling small edits", + "A camera capturing tactile hand-to-skin contact in macro" + ], + "camera": "Close static inserts and over-shoulder control-room wide with detailed macro capture", + "accents": [ + "studio softbox rim to isolate hands and skins", + "perfect micro-clarity on drum head burr and contact" + ], + "mood": [ + "focused craft", + "creative patience" + ], + "lighting": [ + "controlled studio key with low ambient", + "micro-spot accents to mark instrument faces" + ], + "style": [ + "studio-craft short", + "process-focused percussion portrait" + ] + }, + { + "subGenre": "Drumming", + "scene": "Children’s community workshop teaching basic hand drumming", + "sceneVariants": [ + "Children’s community workshop teaching basic hand drumming", + "Colorful mats and small frame drums", + "Parents observing from the back row", + "A teacher demonstrating rudiments with bright energy", + "Sticker charts for progress tracking on the wall" + ], + "actions": [ + "Simple call-and-response clapping and drum taps", + "Children giggling as they learn coordinated patterns", + "A teacher gently correcting hand position", + "A camera capturing wide-eyed concentration and small triumphs" + ], + "camera": "Low child-eye-level coverage with close reaction inserts and steady wide to show group", + "accents": [ + "soft classroom ambient with warm rim on faces", + "high-color accents on instrument painted motifs" + ], + "mood": [ + "playful curiosity", + "encouraging warmth" + ], + "lighting": [ + "soft daylight through classroom windows with gentle fill", + "even exposure to preserve skin tones" + ], + "style": [ + "educational short", + "community enrichment vignette" + ] + }, + { + "subGenre": "Drumming", + "scene": "Solo hand-drum performance in a desert amphitheater at dusk", + "sceneVariants": [ + "Solo hand-drum performance in a desert amphitheater at dusk", + "Sand and rock forming natural acoustic contours", + "A single performer silhouetted against an orange sky", + "Sparse audience seated on low dunes", + "A distant caravan line glinting in the low sun" + ], + "actions": [ + "Sparse, reverent hits echoing through the amphitheater", + "A slow rhythmic motif unfolding with deep resonance", + "Audience breath held during near-silent fills", + "A closing hit allowed to ring until fully decayed" + ], + "camera": "Wide desert push-outs with isolated telephoto on hand detail and echoing decay overlays", + "accents": [ + "warm desert rim on skin and drumhead", + "long natural reverb emphasized in sound design" + ], + "mood": [ + "lonely grandeur", + "introspective stillness" + ], + "lighting": [ + "soft dusk backlight with warm fill", + "long shadows to emphasize remoteness" + ], + "style": [ + "meditative performance short", + "landscape-integrated musical portrait" + ] + }, + { + "subGenre": "Drumming", + "scene": "Carnival samba bloco in the streets with thunderous surdo ensemble", + "sceneVariants": [ + "Carnival samba bloco in the streets with thunderous surdo ensemble", + "Colorful costumes and feathered banners", + "Massed low surdos providing the heartbeat", + "Horn lines weaving above the drum pulse", + "Dancers weaving intricate steps atop rhythmic foundation" + ], + "actions": [ + "Driving samba grooves with shifting accents", + "Call-and-response between lead and supporting surdos", + "Sudden halftime breaks launching dancer solos", + "A camera embedded within the bloco capturing visceral energy" + ], + "camera": "Immersive shoulder-mounted coverage with wide aerial reveals of block geometry", + "accents": [ + "vivid color pop and high-contrast rim on moving fabric", + "low-frequency camera shake to visualize bass impact" + ], + "mood": [ + "feverish celebration", + "rhythmic ecstasy" + ], + "lighting": [ + "bright daylight with saturated color grading", + "occasional flash accents from parade float lighting" + ], + "style": [ + "carnival highlight reel", + "dance-music fusion short" + ] + }, + { + "subGenre": "Drumming", + "scene": "Classical percussion ensemble in a modern concert hall", + "sceneVariants": [ + "Classical percussion ensemble in a modern concert hall", + "Tuned timpani and orchestral mallet instruments arranged precisely", + "Conductor cueing delicate rhythmic textures", + "Audience in hushed focus", + "Stage risers forming a layered percussion field" + ], + "actions": [ + "Interlocking mallet patterns forming shimmering textures", + "Timpani strokes punctuating harmonic shifts", + "Soft rolls building into clear articulated hits", + "A camera cutting between conductor and focused percussionists" + ], + "camera": "Polished multi-camera concert coverage with wide acoustic reveals and close mallet macro", + "accents": [ + "warm stage spot rim with soft ambient house light", + "high micro-clarity on mallet felt and timpani lacquer" + ], + "mood": [ + "focused refinement", + "textural wonder" + ], + "lighting": [ + "even stage key with subtle spot accents", + "soft house fill to preserve audience silhouettes" + ], + "style": [ + "concert documentary", + "acoustic-texture short" + ] + }, + { + "subGenre": "Drumming", + "scene": "Techno warehouse show where electronic percussion blends with live drummers", + "sceneVariants": [ + "Techno warehouse show where electronic percussion blends with live drummers", + "LED walls and pulsing low-frequency synthesis", + "Drummers triggering samples and effects mid-performance", + "Crowd immersed in strobe and fog", + "A DJ/producer manipulating loops beside the kit" + ], + "actions": [ + "Hybrid hits combining acoustic punch with electronic processing", + "Syncopated fills triggering visual transitions", + "Live-triggered loops building into dense rhythmic walls", + "Audience moving in machine-like synchronization" + ], + "camera": "Strobe-synced cutting and tight on-drum closeups with wide rave reveals", + "accents": [ + "LED rim-color matching percussive hits", + "processed micro-echo to dramatize hits" + ], + "mood": [ + "futuristic intensity", + "electrified movement" + ], + "lighting": [ + "dynamic LED color shifts with heavy fog for beam visibility", + "strobe accents synced to kick hits" + ], + "style": [ + "concert-electronic hybrid reel", + "club-performance short" + ] + }, + { + "subGenre": "Drumming", + "scene": "Community parade with hand-drummers walking through neighborhoods", + "sceneVariants": [ + "Community parade with hand-drummers walking through neighborhoods", + "Children running ahead with ribbons", + "Neighbors stepping out onto stoops to watch", + "A caravan of small trucks carrying elders and percussion", + "Street vendors following the procession" + ], + "actions": [ + "Portable hand drum grooves maintaining steady march tempo", + "Intermittent leader calls prompting tempo changes", + "Audience joining in with tambourines and claps", + "A camera moving house-to-house capturing local reactions" + ], + "camera": "Flowing lateral coverage with door-frame reaction cutaways and handheld rhythm pacing", + "accents": [ + "warm neighborhood rim-light with human-scale practicals", + "ambient street texture to communicate place" + ], + "mood": [ + "neighborhood joy", + "inclusive festivity" + ], + "lighting": [ + "broad natural daylight with soft shadow fill", + "practical porch lights for early evening marches" + ], + "style": [ + "community parade short", + "humanist rhythm vignette" + ] + }, + { + "subGenre": "Drumming", + "scene": "Experimental percussion installation in a gallery using tuned found objects", + "sceneVariants": [ + "Experimental percussion installation in a gallery using tuned found objects", + "Hanging metal plates and tuned glass resonators", + "Audience moving slowly among instruments like a sonic maze", + "A composer manipulating strike sequences via foot controllers", + "Soft spoken program notes on placards" + ], + "actions": [ + "Gentle mallet strikes producing bell-like textures", + "Interactive visitors adding sparse taps that trigger samples", + "Slow evolving rhythmic loops layered into ambient clusters", + "A camera adopting a patient observational frame to let textures breathe" + ], + "camera": "Slow lateral pushes and careful close-ups on contact points with long holds", + "accents": [ + "soft gallery softbox to reveal material sheen", + "fine-grain capture to highlight micro-vibrations" + ], + "mood": [ + "contemplative curiosity", + "experimental calm" + ], + "lighting": [ + "diffuse gallery lighting with soft shadowing", + "localized accent to sculpt object material" + ], + "style": [ + "installation documentary", + "sound-art portrait" + ] + }, + { + "subGenre": "Drumming", + "scene": "Rooftop sunrise session where drummers greet the day with a ritual cadence", + "sceneVariants": [ + "Rooftop sunrise session where drummers greet the day with a ritual cadence", + "City skyline slowly brightening behind a tight drum circle", + "Steam from early coffee cups drifting", + "A modest audience of early-risers and joggers", + "Soft morning haze lending depth to skyline" + ], + "actions": [ + "Slow waking beats building into bright alert patterns", + "Gentle hand rolls echoing across rooftops", + "A communal breath leading into the first bright hit", + "A camera crane out to reveal city awakening" + ], + "camera": "Soft crane and lateral coverage with macro on warm hands and drumheads", + "accents": [ + "cool morning rim on skyline with warm hand-key", + "soft atmospheric haze to emphasize early light" + ], + "mood": [ + "quiet optimism", + "renewal and ritual" + ], + "lighting": [ + "soft sunrise key with gentle fill", + "long low-angle shafts to emphasize dawn" + ], + "style": [ + "ritual morning short", + "communal awakening portrait" + ] + }, + { + "subGenre": "Drumming", + "scene": "Historic battlefield reenactment where military drummers keep cadence", + "sceneVariants": [ + "Historic battlefield reenactment where military drummers keep cadence", + "Period uniforms and lined formations", + "Drums marking march time and signals", + "Spectators in historic costume observing", + "A slow mist rising from wet grass" + ], + "actions": [ + "Precise marching cadences executed to period notation", + "Signal rolls indicating tactical changes", + "A drum major giving restrained visual cues", + "A camera capturing the ritualized discipline with archival overlays" + ], + "camera": "Respectful wide formations with telephoto cut-ins on drum detail and uniform texture", + "accents": [ + "muted period color grading and parchment overlays", + "soft mist micro-detail to suggest historical atmosphere" + ], + "mood": [ + "solemn commemoration", + "disciplined ritual" + ], + "lighting": [ + "cool overcast fill to suggest early morning", + "soft directional to reveal uniform detail" + ], + "style": [ + "historical documentary", + "commemorative performance short" + ] + }, + { + "subGenre": "Drumming", + "scene": "Intimate solo hand-drum meditation in a mossy forest glade", + "sceneVariants": [ + "Intimate solo hand-drum meditation in a mossy forest glade", + "Filtered leaf-dapple light through canopy", + "A single performer seated on a small rock", + "Birdsong punctuating the rhythm", + "A nearby stream adding gentle acoustic support" + ], + "actions": [ + "Slow, repetitive pulse designed for meditative entrainment", + "Micro-variations introduced to gently shift focus", + "Breath-oriented phrasing aligning movement and sound", + "A camera employing soft focus to emphasize sensory immersion" + ], + "camera": "Low handheld with shallow depth of field and gentle crane to show glade context", + "accents": [ + "leaf backlight and soft moss micro-texture", + "natural ambient sound elevated to complement drums" + ], + "mood": [ + "calm focus", + "nature-attuned reflection" + ], + "lighting": [ + "dappled forest key with soft fill", + "gentle rim to separate subject from foliage" + ], + "style": [ + "meditative nature short", + "sensory percussion portrait" + ] + } + ] +} \ No newline at end of file diff --git a/src/data/music_and_dance_electronic_music.json b/src/data/music_and_dance_electronic_music.json new file mode 100644 index 0000000..b0a7702 --- /dev/null +++ b/src/data/music_and_dance_electronic_music.json @@ -0,0 +1,586 @@ +{ + "music_and_dance": [ + { + "subGenre": "Electronic Music", + "scene": "Late-night warehouse rave with pulsing modular synth rigs", + "sceneVariants": [ + "Late-night warehouse rave with pulsing modular synth rigs", + "Strobe-lit rafters and packed dancers sweating to the beat", + "Rows of neon patch cables spilling over wooden tables", + "A DJ swapping tapes while a live coder tweaks parameters", + "Fog machines carving light into slices" + ], + "actions": [ + "A synth artist patching a new sequence and hitting play", + "Crowd building to synchronized jump on a four-on-the-floor drop", + "Hands in the air as a killer bass-harmonic lands", + "Camera sweeping through dancers and performer reaction shots" + ], + "camera": "Energetic handheld with rhythmic cutting synced to audio peaks", + "accents": [ + "LED rim matched to kick transients", + "micro-fog diffusion catching strobe slices" + ], + "mood": [ + "hypnotic intensity", + "collective euphoria" + ], + "lighting": [ + "dynamic strobe and LED wash with heavy backlight" + ], + "style": [ + "underground rave short", + "club performance vignette" + ] + }, + { + "subGenre": "Electronic Music", + "scene": "Daytime festival stage where ambient electronic pads blend with wind", + "sceneVariants": [ + "Daytime festival stage where ambient electronic pads blend with wind", + "Wide lawn with sparse, attentive listeners", + "Large hanging speakers providing a gentle lull", + "Portable modular tents and chillout zones", + "Sun-bleached cables and musicians in light clothing" + ], + "actions": [ + "Slow-building pad textures evolving with field-recorded wind loops", + "A producer tweaking reverb sends to marry synths and ambient sound", + "Audience reclining, eyes closed, letting textures wash over them", + "Camera long-streaks to emphasize horizon and sonic space" + ], + "camera": "Slow crane with long holds and soft focus to match ambient pacing", + "accents": [ + "soft sun rim on synth panels", + "wide atmospheric haze to emphasize space" + ], + "mood": [ + "meditative calm", + "expansive relaxation" + ], + "lighting": [ + "soft natural key with gentle diffused stage fill" + ], + "style": [ + "ambient festival vignette", + "soothing field recording short" + ] + }, + { + "subGenre": "Electronic Music", + "scene": "Basement modular meetup where sound designers exchange patches (dark)", + "sceneVariants": [ + "Basement modular meetup where sound designers exchange patches", + "Brick walls plastered with synth schematics", + "Low couches and patched-together power strips", + "A small attentive crowd leaning toward a single rig", + "Coffee cups ringed with solder marks" + ], + "actions": [ + "A demonstrator dialling micro-timbre while others listen intently", + "Hands scribbling parameter notes on scrap paper", + "Camera macro on patch-bay connections and knurl texture", + "A sudden harmonic resonance eliciting quiet applause" + ], + "camera": "Close macro inserts on hands and patch points with tight over-the-shoulder POV", + "accents": [ + "hard rim on metal knobs", + "high micro-clarity on cable insulation" + ], + "mood": [ + "focused curiosity", + "intimate nerdy joy" + ], + "lighting": [ + "low practical key with small focused spots" + ], + "style": [ + "tech-demo vignette", + "soundcraft microfilm" + ] + }, + { + "subGenre": "Electronic Music", + "scene": "Rooftop house party where lo-fi beats meet sunset silhouettes (light)", + "sceneVariants": [ + "Rooftop house party where lo-fi beats meet sunset silhouettes", + "String-lights and snack tables with vinyl crates", + "Small group swaying rather than raving", + "A laptop and a tactile controller perched on a milk crate", + "City soundscape breathing at the edges" + ], + "actions": [ + "DJ layering dusty vinyl loops under warm synth bass", + "A couple slow-dancing while sipping from cans", + "Camera warm push-ins on small communal smiles", + "A brief rooftop cheer as the sun dips below the skyline" + ], + "camera": "Warm handheld with telephoto compression to capture intimacy and skyline", + "accents": [ + "golden-hour rim on vinyl edges", + "soft ambient grit to emulate tape warmth" + ], + "mood": [ + "cozy nostalgia", + "laid-back warmth" + ], + "lighting": [ + "natural sunset key with warm practicals" + ], + "style": [ + "lo-fi party short", + "sunset mixer vignette" + ] + }, + { + "subGenre": "Electronic Music", + "scene": "Black-box audiovisual show where generative visuals respond to low-frequency data", + "sceneVariants": [ + "Black-box audiovisual show where generative visuals respond to low-frequency data", + "Tall projection screens and a single performer station", + "Audience seated in theater silence with heads tipped back", + "A control desk showing spectral overlays", + "Floor lights pulsing with sub-bass hits" + ], + "actions": [ + "Coder tweaking algorithm seeds and watching visuals morph", + "Bass hits producing synchronized visual blooms", + "Camera cross-cut to projection detail and performer hands", + "An unexpected harmonic causing a stunning visual fractal" + ], + "camera": "Steady cross-cut between performer and projection with macro visual inserts", + "accents": [ + "projection micro-glow and screen-refraction", + "low-frequency LED rim matched to waveform" + ], + "mood": [ + "contemplative awe", + "algorithmic wonder" + ], + "lighting": [ + "low house key with bright projection-driven fills" + ], + "style": [ + "AV performance short", + "generative art vignette" + ] + }, + { + "subGenre": "Electronic Music", + "scene": "Club main-room where a headline techno DJ drives a late-night peak (dark)", + "sceneVariants": [ + "Club main-room where a headline techno DJ drives a late-night peak", + "A tightly packed dancefloor with synchronized movement", + "Massive speaker stacks and an elevated DJ booth", + "Laser crops cutting through dense haze", + "Visual loops flashing rhythmic geometry" + ], + "actions": [ + "DJ performing precise mix transitions and filter sweeps", + "Crowd responding to a sudden halftime-to-doubletime switch", + "Camera low-angle on the DJ silhouette and hi-hat micro-motion", + "A confetti blast timed to the downbeat" + ], + "camera": "Low, kinetic moves with rapid cuts on musical accents", + "accents": [ + "hard laser specular and kick-synced rim flashes" + ], + "mood": [ + "intense propulsion", + "tribal release" + ], + "lighting": [ + "high-contrast club key with laser geometry" + ], + "style": [ + "peak-hour club short", + "techno performance vignette" + ] + }, + { + "subGenre": "Electronic Music", + "scene": "Bedroom producer setup where a songwriter crafts an intimate vocal-electronic track (light)", + "sceneVariants": [ + "Bedroom producer setup where a songwriter crafts an intimate vocal-electronic track", + "Small condensers and laptop DAW open on soft playlists", + "String lights and a mug of tea visible", + "Vocal chain patched with gentle saturation", + "Handwritten lyric scraps taped to a monitor" + ], + "actions": [ + "Soft vocal takes being layered over sparse synth pads", + "Producer automating subtle delay tails and breath control", + "Camera macro on mouth and breath shadows", + "A tiny smile after a good take" + ], + "camera": "Close handheld for human warmth with soft shallow depth", + "accents": [ + "soft lamp rim and mic capsule micro-detail" + ], + "mood": [ + "intimate vulnerability", + "private creativity" + ], + "lighting": [ + "warm low-key with gentle fill" + ], + "style": [ + "home-studio vignette", + "bedroom production short" + ] + }, + { + "subGenre": "Electronic Music", + "scene": "Pop-up synth fair where vendors demo compact grooveboxes in daytime halls", + "sceneVariants": [ + "Pop-up synth fair where vendors demo compact grooveboxes in daytime halls", + "Rows of demo units and curious hands", + "Flyers taped to pillars with workshop times", + "A demo stage with short performance slots", + "Coffee stalls and handshake deals over MIDI adapters" + ], + "actions": [ + "Demonstrators looping basslines and handing units between testers", + "Camera capturing quick reaction cuts of surprised faces", + "A vendor making a small on-stage improvisation set", + "Shops swapping contact details and sample patches" + ], + "camera": "Roaming handheld immersion with tight demo macros", + "accents": [ + "plastic micro-texture on knobs and daylit specular" + ], + "mood": [ + "curious commerce", + "playful discovery" + ], + "lighting": [ + "bright indoor key with soft fill" + ], + "style": [ + "trade fair short", + "producer community vignette" + ] + }, + { + "subGenre": "Electronic Music", + "scene": "Underground warehouse afterparty where ambient drones drift into dawn (light)", + "sceneVariants": [ + "Underground warehouse afterparty where ambient drones drift into dawn", + "A thinning crowd sitting on pallet-sofas", + "Sunrise light slanting through boarded windows", + "A few dedicated listeners with headphones", + "Cigarette embers and leftover confetti" + ], + "actions": [ + "Artists crossfading drones into field recordings of morning birds", + "Camera slow pushes to reveal exhausted but content faces", + "A quiet acoustic guitar picked under a synth pad", + "A shared cigarette passed slowly among friends" + ], + "camera": "Slow, reverent dolly with long atmospheric holds", + "accents": [ + "dawn rim on smoke particles and soft practical highlights" + ], + "mood": [ + "post-climax reflection", + "tender comedown" + ], + "lighting": [ + "natural dawn key with soft warm fill" + ], + "style": [ + "afterparty vignette", + "ambient dawn short" + ] + }, + { + "subGenre": "Electronic Music", + "scene": "Experimental lab where granular synthesis and physical models are tested (dark)", + "sceneVariants": [ + "Experimental lab where granular synthesis and physical models are tested", + "Racks of equipment patched to strange transducers", + "A researcher tapping metal plates to feed sample engines", + "Screens showing sonogram readouts", + "Loose notebooks with algorithm sketches" + ], + "actions": [ + "Feeding live impact samples into granular engines and modulating grain size", + "Camera macro on transducer contact and grain-cloud visualizations", + "A sudden discovered texture eliciting quiet excitement", + "A researcher notating parameter presets for later recall" + ], + "camera": "Macro-heavy low-light footage focused on tactile interactions", + "accents": [ + "metal micro-specular and low monitor glow" + ], + "mood": [ + "methodical discovery", + "focused experimentation" + ], + "lighting": [ + "low warm tool-lamp key with cool monitor backlight" + ], + "style": [ + "research vignette", + "experimental sound lab short" + ] + }, + { + "subGenre": "Electronic Music", + "scene": "Silent disco where multiple DJ channels are mixed via wireless headphones", + "sceneVariants": [ + "Silent disco where multiple DJ channels are mixed via wireless headphones", + "Crowds bobbing with different colored headphone lights", + "A bank of DJs each on distinct channel curating a unique mood", + "A central technician monitoring channel levels", + "City square repurposed as a quiet dance space" + ], + "actions": [ + "Dancers switching channels mid-move to chase different tempos", + "Camera capturing the color-coded headphone light choreography", + "A DJ winking as someone switches to their channel", + "Close micro-inserts on headphone LED flick patterns" + ], + "camera": "Immersive handheld with colorful bokeh to emphasize headphone channels", + "accents": [ + "LED micro-bloom on headphone rims", + "soft urban ambient speculars" + ], + "mood": [ + "playful inclusion", + "individual communal expression" + ], + "lighting": [ + "even urban-key with colorful headphone accents" + ], + "style": [ + "silent disco vignette", + "urban tech short" + ] + }, + { + "subGenre": "Electronic Music", + "scene": "Warehouse live PA where a collaborative hardware set performs techno improvisations (dark)", + "sceneVariants": [ + "Warehouse live PA where a collaborative hardware set performs techno improvisations", + "Multiple hands moving on drum machines and sequencers", + "An analog mixer patched to warm saturation", + "Glow of analog VU meters", + "A tight sweaty pit of dancers" + ], + "actions": [ + "Live resampling and on-the-fly arrangement changes", + "Drum-machine fills leading to crowd eruptions", + "Camera macro on finger movements and knob-turning", + "A back-and-forth group improv culminating in a call-and-response" + ], + "camera": "Fast paced handheld focused on performer hands and crowd micro-reactions", + "accents": [ + "analog VU micro-glow and warm saturation sheen" + ], + "mood": [ + "raw immediacy", + "performative grit" + ], + "lighting": [ + "low club-key with warm practical highlights" + ], + "style": [ + "live PA short", + "hardware performance vignette" + ] + }, + { + "subGenre": "Electronic Music", + "scene": "Chillout lounge with downtempo electronica and plush seating (light)", + "sceneVariants": [ + "Chillout lounge with downtempo electronica and plush seating", + "Low tables and soft carpet absorbing sound", + "A slow-moving projector painting patterns on a wall", + "Bar serving incense-smoke cocktails", + "Small groups in hushed conversation" + ], + "actions": [ + "DJ mixing warm downtempo grooves and lo-fi percussion", + "Camera gentle pushes across relaxed faces and slow hand gestures", + "A bartender crafting a slow, aromatic drink matching the set mood", + "An offhand musician looping a live guitar motif" + ], + "camera": "Soft lateral moves with long intimate holds", + "accents": [ + "warm lamp micro-bloom and soft textile micro-detail" + ], + "mood": [ + "relaxed intimacy", + "sophisticated calm" + ], + "lighting": [ + "warm low-key with soft fill" + ], + "style": [ + "lounge vignette", + "downtempo short" + ] + }, + { + "subGenre": "Electronic Music", + "scene": "Ritual electronic set where tribal rhythms are reinterpreted with drum machines", + "sceneVariants": [ + "Ritual electronic set where tribal rhythms are reinterpreted with drum machines", + "Circle of dancers lit by central fire-practical", + "Analog percussion looping alongside electronic kicks", + "A leader guiding tempo with hand signals", + "Smoke and rhythmic chant elements mixed with synth" + ], + "actions": [ + "Layering of organic percussion samples with synthetic textures", + "Camera circling to capture ritualized movement and beat sync", + "A crescendo where acoustic drums and machines lock in", + "Audience call-and-response sections" + ], + "camera": "Gimbal circle with rhythmic editing to match tribal pulse", + "accents": [ + "fire micro-specular and skin micro-sheen on dancers" + ], + "mood": [ + "primal release", + "communal trance" + ], + "lighting": [ + "warm fire-key with low peripheral fill" + ], + "style": [ + "ritual fusion short", + "percussive dance vignette" + ] + }, + { + "subGenre": "Electronic Music", + "scene": "Pop club rooftop takeover featuring electro-pop and synth anthems (light)", + "sceneVariants": [ + "Pop club rooftop takeover featuring electro-pop and synth anthems", + "Colorful banners and audience in upbeat attire", + "A pop-fronted DJ singing along to hooks", + "Confetti cannons and crowd singalongs", + "City lights twinkling beyond the rooftop edge" + ], + "actions": [ + "Performers delivering sing-along choruses with dance breakdowns", + "Camera cutting to audience-led call-and-response moments", + "Pyro-lite confetti timed to the chorus", + "A final group climb to the rooftop railing for a closing shout" + ], + "camera": "Dynamic multi-angle coverage with crowd-cam inserts", + "accents": [ + "bright pop-rem specular and confetti micro-reflection" + ], + "mood": [ + "celebratory pop energy", + "communal uplift" + ], + "lighting": [ + "bright stage key with colorful audience accents" + ], + "style": [ + "electropop highlight", + "rooftop festival short" + ] + }, + { + "subGenre": "Electronic Music", + "scene": "Field recording session where environmental sounds are sampled into an electronic piece", + "sceneVariants": [ + "Field recording session where environmental sounds are sampled into an electronic piece", + "Microphones placed by rivers, markets, and factories", + "A portable recorder connected to a laptop", + "Notes and timecodes scribbled in a reporter's notebook", + "Crafting a patch from found sonic material" + ], + "actions": [ + "Capturing a unique percussive object and transforming it into a rhythmic loop", + "Camera macro on microphone wind-shield and recorder meters", + "Producer auditioning samples and placing them into a timeline", + "A small playback moment where the field sample becomes the centerpiece" + ], + "camera": "Documentary handheld with tactile macro inserts", + "accents": [ + "natural specular on wet surfaces and recorder micro-LED" + ], + "mood": [ + "exploratory curiosity", + "creative transformation" + ], + "lighting": [ + "natural on-location key" + ], + "style": [ + "field-sampling short", + "found sound vignette" + ] + }, + { + "subGenre": "Electronic Music", + "scene": "Studio mastering session where an engineer prepares an electronic album for release", + "sceneVariants": [ + "Studio mastering session where an engineer prepares an electronic album for release", + "Reference monitors and calibrated acoustics", + "Meters peaking and a critical listening circle", + "A mastering chain open with subtle analog coloration", + "A final track queued for export" + ], + "actions": [ + "Fine adjustments of multiband compression and stereo width", + "Engineer comparing different masters on multiple monitors", + "Camera close on meter ticks and subtle knob nudges", + "A satisfied nod as final loudness and clarity are reached" + ], + "camera": "Precise cross-cut between engineer face and meter detail", + "accents": [ + "monitor micro-glow and analog lamp rim" + ], + "mood": [ + "professional precision", + "quiet satisfaction" + ], + "lighting": [ + "even studio key with warm practicals" + ], + "style": [ + "mastering vignette", + "production finalization short" + ] + }, + { + "subGenre": "Electronic Music", + "scene": "Interactive installation where visitors trigger modular patches by movement", + "sceneVariants": [ + "Interactive installation where visitors trigger modular patches by movement", + "Floor sensors mapped to synth voices", + "A gallery space with isolated listening booths", + "Children experimenting with motion to create melodies", + "A control desk logging sensor triggers" + ], + "actions": [ + "Visitors walking to trigger evolving patches", + "Camera capturing surprised faces as their motion creates sound", + "A technician adjusting mapping sensitivity in real-time", + "A timed sequence where many visitors create a layered soundscape" + ], + "camera": "Immersive roaming with POV sensor-trigger reaction inserts", + "accents": [ + "sensor micro-glow and interactive patch light bloom" + ], + "mood": [ + "playful engagement", + "participatory wonder" + ], + "lighting": [ + "gallery key with isolated interactive accents" + ], + "style": [ + "interactive art short", + "participatory sound vignette" + ] + } + ] +} \ No newline at end of file diff --git a/src/data/music_and_dance_flamenco.json b/src/data/music_and_dance_flamenco.json new file mode 100644 index 0000000..304a76e --- /dev/null +++ b/src/data/music_and_dance_flamenco.json @@ -0,0 +1,104 @@ +{ + "music_and_dance": [ + { + "subGenre": "Flamenco", + "scene": "Tablao flamenco at night with intimate wooden stage, candles and close audience", + "sceneVariants": [ + "Tablao flamenco at night with intimate wooden stage, candles and close audience", + "Festival tent dedicated to flamenco with multiple tablaos", + "Street-side impromptu performance in a historic plaza", + "Private salon recital in an ornate patio with lanterns", + "Late-night tablao with the troupe gathered for a final bulería" + ], + "actions": [ + "Bailaora executing a fierce golpe and an elegant brazo phrase", + "Cantaor delivering a raw, improvised cante with microtonal inflection", + "Guitarist accenting compás with rasgueado and subtle picado lines", + "Palmas and jaleo (claps and shouts) punctuating rhythmic climaxes" + ], + "camera": "Tight handheld close-ups on hands, footwork and facial expression with occasional slow push-ins", + "accents": [ + "candle halation on polished wood and beadwork micro-texture", + "shoe-sole percussive micro-spray and guitar varnish glints" + ], + "mood": "intense passionate intimacy", + "lighting": "warm low candle/practical stage lights with strong side fill (night/indoor)", + "style": "intense cultural performance cinematography" + }, + { + "subGenre": "Flamenco", + "scene": "Cultural festival plaza performance late afternoon with mixed-age audience", + "sceneVariants": [ + "Cultural festival plaza performance late afternoon with mixed-age audience", + "Street procession with flamenco dancers and musicians", + "Community workshop where locals try palmas and basic steps", + "Flamenco fusion set blending modern elements and tradition", + "Evening festival showcase with multiple troupes rotating" + ], + "actions": [ + "Group choreography building from a quiet soleá into an energetic bulería", + "Audience joining the call-and-response clapping during a bright compás", + "Younger dancers exhibiting learned turns and footwork with pride", + "Musicians sharing quick tuna-style harmonies during instrument changes" + ], + "camera": "Wide plaza establishes with handheld crowd cutaways and close muso portraits", + "accents": [ + "sunlit warm color on ruffled dresses and movement micro-bokeh", + "crowd fabric micro-texture and castanet micro-detail" + ], + "mood": "communal celebratory warmth", + "lighting": "late-afternoon sunlight with practical stage fill (day/outdoor)", + "style": "festival cultural cinematography" + }, + { + "subGenre": "Flamenco", + "scene": "Rehearsal studio with dancer practicing intense footwork on a small portable stage (day)", + "sceneVariants": [ + "Rehearsal studio with dancer practicing intense footwork on a small portable stage (day)", + "Coach correcting posture and hand lines between passes", + "Rhythmic footwork drills with focused metronomic clapping", + "Slow controlled study of compás with only guitar and palmas", + "Late rehearsal stretching and tap-break recovery" + ], + "actions": [ + "Dancer repeating a rapid zapateado sequence to perfect precision", + "Guitarist slowing down to match the dancer for correction", + "Coach tapping a clave and counting for tempo resets", + "Dancer pausing to inspect shoe wear and adjust taps" + ], + "camera": "Close intimate 50mm with macro footwork inserts and slow push-ins on face", + "accents": [ + "floor-tap micro-spark and shoe-heel texture under warm practicals", + "sweat micro-sheen and fabric micro-wrinkle detail" + ], + "mood": "disciplined fiery focus", + "lighting": "bright soft studio light optimized for technical clarity (day/indoor)", + "style": "technical rehearsal cultural cinematography" + }, + { + "subGenre": "Flamenco", + "scene": "Fusion show blending flamenco with contemporary dance and electronic textures at night", + "sceneVariants": [ + "Fusion show blending flamenco with contemporary dance and electronic textures at night", + "Projector visuals reacting to heel taps and palmas", + "Minimalist set with a single spotlight and heavy sub-bass", + "Guest musician improvising with flamenco forms and synth textures", + "After-show artist talk about tradition and innovation" + ], + "actions": [ + "Dancer transitioning from traditional compás into fluid contemporary movement", + "Electronics sampling heel-tap rhythms and morphing them into ambient pads", + "Guitarist alternating between traditional rasgueado and processed loops", + "Audience engaged in contemplative hush during an experimental passage" + ], + "camera": "Dynamic low-angle handheld and projection-aware exposure for visual interplay", + "accents": [ + "projection halation across skirts and wet-floor micro-reflections", + "synth LED micro-glow and string varnish highlights" + ], + "mood": "innovative reflective energy", + "lighting": "mixed projection and low ambient with colored accent gels (night)", + "style": "hybrid cultural-contemporary cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/music_and_dance_folk_dance.json b/src/data/music_and_dance_folk_dance.json new file mode 100644 index 0000000..597f870 --- /dev/null +++ b/src/data/music_and_dance_folk_dance.json @@ -0,0 +1,650 @@ +{ + "music_and_dance": [ + { + "subGenre": "Folk Dance", + "scene": "Moonlit village square with dancers circling the ancient well", + "sceneVariants": [ + "Moonlit village square with dancers circling the ancient well", + "Shadowed cobblestones under a wide silver moon", + "Lanterns swaying on surrounding wooden balconies", + "An old stone well rimmed with wildflowers", + "Elder musicians seated beneath a gnarled oak" + ], + "actions": [ + "Dancers stamping synchronized foot rhythms, dust rising", + "Hands clasped in a slow turning chain", + "A fiddler bowing in long sustained phrases", + "An elder clapping a steady time while smiling" + ], + "camera": "Slow circular dolly around the ring with intermittent low-angle inserts on footwork", + "accents": [ + "soft moon-sheen on cobbles and costume trims", + "warm lantern rim-light catching embroidered threads" + ], + "mood": [ + "nostalgic serenity", + "gentle communal warmth" + ], + "lighting": [ + "cool moonlight with localized warm lantern pools", + "high-contrast silhouettes with soft rim highlights" + ], + "style": [ + "poetic rural cinematography", + "intimate ethnographic portrait" + ] + }, + { + "subGenre": "Folk Dance", + "scene": "Foggy harvest field at night where dancers trace folk patterns", + "sceneVariants": [ + "Foggy harvest field at night where dancers trace folk patterns", + "Rows of sheaves forming natural lanes", + "Low fog hugging feet and ankle-length skirts", + "A single bonfire cracking in the distance", + "Lantern-bearers guiding the procession" + ], + "actions": [ + "Boots thudding into damp earth in rhythmic pulses", + "Skirts flaring on sudden turns", + "Lantern-bearers stepping in measured cadence", + "Musicians trading short lively motifs" + ], + "camera": "Long low glide through the procession with occasional slow push-ins on hands and feet", + "accents": [ + "amber fire-glow cutting through cool fog", + "subtle wet-grain texture to emphasize earthiness" + ], + "mood": [ + "mystical celebration", + "earthy reverence" + ], + "lighting": [ + "warm bonfire contrast against cool diffuse fog", + "soft backlight to create halos around dancers" + ], + "style": [ + "moody documentary with tactile detail", + "folk-horror adjacent ceremonial styling" + ] + }, + { + "subGenre": "Folk Dance", + "scene": "Hidden mountain hamlet at night, a rooftop ceilidh seen from below", + "sceneVariants": [ + "Hidden mountain hamlet at night, a rooftop ceilidh seen from below", + "Roofs lined with seated villagers swaying to pipes", + "A valley of distant lights beyond a dark ridge", + "Cups raised in mid-toast under star-splattered sky", + "Children tapping along at the roof edge" + ], + "actions": [ + "Elders leading a jig with precise foot slaps", + "A chorus of voices joining a refrain", + "Cups clinking as hands rise and fall", + "A camera catching breath mist in cold air" + ], + "camera": "Low wide with selective push-ins to capture faces and nimble feet", + "accents": [ + "starlight pinpoints and warm rooftop lamp pools", + "high micro-detail on woven blankets and instrument patina" + ], + "mood": [ + "communal intimacy", + "quiet exhilaration" + ], + "lighting": [ + "thin starlight with warm human-scale lamps", + "soft rim-lighting to lift textures from dark backgrounds" + ], + "style": [ + "intimate cultural vignette", + "observational vérité" + ] + }, + { + "subGenre": "Folk Dance", + "scene": "Riverside quay at midnight where dancers spin beneath paper lantern arches", + "sceneVariants": [ + "Riverside quay at midnight where dancers spin beneath paper lantern arches", + "Reflections trembling on the slow river surface", + "Lanterns swinging with each step", + "A small wooden pier creaking underfoot", + "Fishermen watching from dim shadows" + ], + "actions": [ + "Pairs twining and unraveling in flowing counterpoint", + "A drummer marking tempo with muted hand hits", + "Lanterns swaying in rhythmic motion", + "A slow boat drifting in measured circles nearby" + ], + "camera": "Gimbal low traverse along the quay with mirror reflections emphasized in close-ups", + "accents": [ + "wet-surface shimmer doubling floating lanterns", + "soft orange edge-lighting on costume silhouettes" + ], + "mood": [ + "romantic mystery", + "soft nocturnal joy" + ], + "lighting": [ + "lantern pools with deep intervening shadows", + "specular highlights on wet wood and river ripples" + ], + "style": [ + "lyrical nocturne", + "cinematic slow-motion inserts" + ] + }, + { + "subGenre": "Folk Dance", + "scene": "A moon-shadowed plaza where masked dancers perform ancestral rites", + "sceneVariants": [ + "A moon-shadowed plaza where masked dancers perform ancestral rites", + "Carved masks catching pale light", + "Ritual circle outlined by burning braziers", + "Audience perched on stone steps in silence", + "Smoke tendrils weaving through arches" + ], + "actions": [ + "Measured stamping and sudden high leaps", + "Mask-to-mask focal exchanges", + "Brazier embers flickering with each movement", + "A chant swelling then falling to near silence" + ], + "camera": "Tight tracking shots on masks intercut with wider ritual reveal", + "accents": [ + "ember rim-lighting carving mask relief", + "fine smoke diffusion softening distant forms" + ], + "mood": [ + "ceremonial intensity", + "haunting nostalgia" + ], + "lighting": [ + "localized brazier warmth amid cool moon fill", + "deep shadow pools to heighten mystery" + ], + "style": [ + "ritualistic arthouse", + "ethnographic ceremonial study" + ] + }, + { + "subGenre": "Folk Dance", + "scene": "Seaside cliff-top at night where dancers echo the waves", + "sceneVariants": [ + "Seaside cliff-top at night where dancers echo the waves", + "Salt-scented wind tugging at skirts", + "A faint lighthouse beam sweeping across the group", + "The sea foaming far below", + "Rocks rimmed with white surf spray" + ], + "actions": [ + "Arms extended mimicking the swell of the ocean", + "Group breaks into a syncopated stomp mimicking tides", + "A tambourine rattling in rapid bursts", + "Dancers leaning into the wind and steadying each other" + ], + "camera": "Wide cliff-edge crane with intermittent telephoto to isolate faces against the sea", + "accents": [ + "coastal rim-light from lighthouse and moon", + "salt-spray micro-texture catching specular highlights" + ], + "mood": [ + "wind-carried elation", + "raw seaside longing" + ], + "lighting": [ + "cool moon and lighthouse pin with warm skin tones", + "high contrast backlight for strong profiles" + ], + "style": [ + "epic coastal documentary", + "brutalist natural portrait" + ] + }, + { + "subGenre": "Folk Dance", + "scene": "Night market square where dance spontaneously erupts between stalls", + "sceneVariants": [ + "Night market square where dance spontaneously erupts between stalls", + "Stall lanterns and steaming pots as backdrop", + "Merchants clapping along, customers cheering", + "A narrow lane with colorful canopies overhead", + "String-lights crisscrossing above" + ], + "actions": [ + "Impulsive solo displays that kindle chain reactions", + "Crowd-sourced percussion from cookware and hands", + "A camera weaving through shoppers to reach the heart of the circle", + "Merchants momentarily abandoning stalls to join" + ], + "camera": "Handheld immersion weaving through stalls then exploding outward into the ring", + "accents": [ + "warm market light accentuating saturated colors", + "cinematic selective focus to isolate performers" + ], + "mood": [ + "joyful spontaneity", + "communal exuberance" + ], + "lighting": [ + "warm string-lights with localized tungsten stalls", + "soft bounce from vendor awnings to fill faces" + ], + "style": [ + "fly-on-the-wall cinema verité", + "vibrant street fest aesthetic" + ] + }, + { + "subGenre": "Folk Dance", + "scene": "A secluded wooded glade under a crescent moon, barefoot circle dance", + "sceneVariants": [ + "A secluded wooded glade under a crescent moon, barefoot circle dance", + "Soft moss carpet cushioning dancers' feet", + "Ferns and low branches framing the ring", + "Fireflies sprinkling the understory", + "A weathered wooden drum resting on a stump" + ], + "actions": [ + "Bare feet whispering against moss and leaf litter", + "A flute weaving a plaintive melody", + "Hands linked with gentle, rocking motion", + "A lead dancer calling subtle improvisations" + ], + "camera": "Low handheld with macro inserts on feet and hands, slow crane out for wide reveal", + "accents": [ + "bioluminescent-like firefly bokeh", + "soft moon shimmer on leaf edges" + ], + "mood": [ + "meditative communion", + "earthbound enchantment" + ], + "lighting": [ + "diffuse cool moon with microscopic warm firefly pins", + "soft low-key fill to preserve night mood" + ], + "style": [ + "intimate natural magic realism", + "sensory slow cinema" + ] + }, + { + "subGenre": "Folk Dance", + "scene": "Back-alley courtyard at night where a rebellious youth troupe performs", + "sceneVariants": [ + "Back-alley courtyard at night where a rebellious youth troupe performs", + "Graffitied walls and stacked crates as makeshift stage", + "Spray-can art glinting in damp sheen", + "A tight group moving with urgent athleticism", + "A single bright work-light illuminating the center" + ], + "actions": [ + "Percussive footwork punctuating short call-and-response chants", + "A solo improvisation answered by a chorus", + "Quick partner lifts and acrobatic turns", + "Hands slapping and chest-thumping for rhythm" + ], + "camera": "Fast handheld with whip-pans and quick zooms to match tempo", + "accents": [ + "hard work-light rim creating high-contrast chiaroscuro", + "wet-surface specular pops to heighten movement" + ], + "mood": [ + "defiant energy", + "raw kinetic intensity" + ], + "lighting": [ + "single-source high-contrast with deep shadows", + "occasional strobe-like flash to punctuate beats" + ], + "style": [ + "gritty short-form cinema", + "urban folk reinterpretation" + ] + }, + { + "subGenre": "Folk Dance", + "scene": "Sunlit harvest festival plaza with colorful ribbons and daytime dancers", + "sceneVariants": [ + "Sunlit harvest festival plaza with colorful ribbons and daytime dancers", + "Baskets of grain and fruit arranged as altars", + "Children trailing ribbons and laughing", + "A clear blue sky overhead", + "Decorative bunting strung between lampposts" + ], + "actions": [ + "Lively stamping and hopping sequences on warm stone", + "Ribbon weaving forming bright geometric patterns", + "A brass band providing jaunty accompaniment", + "Elders guiding youngest participants through simple steps" + ], + "camera": "Wide sunlit coverage with occasional low-angle push-ins on footwork and ribbons", + "accents": [ + "saturated daytime color on woven costumes", + "sunlit rim-highlights on ribbon edges" + ], + "mood": [ + "festive abundance", + "bright communal joy" + ], + "lighting": [ + "hard sun with natural warm fill", + "soft bounce from light-colored stone to lift faces" + ], + "style": [ + "vibrant daytime documentary", + "celebratory cultural chronicle" + ] + }, + { + "subGenre": "Folk Dance", + "scene": "Village green at golden-hour where couples perform courtship dances", + "sceneVariants": [ + "Village green at golden-hour where couples perform courtship dances", + "Long shadows stretching across trimmed grass", + "Spectators lounging on blankets sipping tea", + "A bandstand decorated with seasonal flowers", + "Young lovers exchanging shy glances amid spinning pairs" + ], + "actions": [ + "Measured bows and sidesteps that emphasize eye contact", + "Partner flourishes timed to horn accent", + "A camera dollying between couples to capture micro-expressions", + "Spinning sequences that scatter flower petals" + ], + "camera": "Fluid crane and dolly moves timed to musical phrasing with soft focus portraits", + "accents": [ + "warm golden kerf of late sun on hair and hems", + "lens flare micro-burst to heighten romance" + ], + "mood": [ + "tender flirtation", + "buoyant optimism" + ], + "lighting": [ + "golden-hour warmth with long soft shadows", + "gently diffused fill to preserve skin detail" + ], + "style": [ + "romantic pastoral cinema", + "nostalgic love vignette" + ] + }, + { + "subGenre": "Folk Dance", + "scene": "Marketplace at midday where dancers interrupt commerce with folk steps", + "sceneVariants": [ + "Marketplace at midday where dancers interrupt commerce with folk steps", + "Colorful awnings throwing patchy shade", + "Shoppers pausing to clap and throw coins", + "Musical buskers propping rhythm on crates", + "A rambunctious central ring forming around a vegetable stall" + ], + "actions": [ + "Spontaneous call-and-response dances erupting between stalls", + "Percussive spoon rhythms and crate drumming", + "Audience members invited to attempt a step", + "A vendor joining with improvised harmonies" + ], + "camera": "Handheld mid-height with roaming coverage and quick reaction cuts", + "accents": [ + "bright midday color pop on textiles and produce", + "sharp shadow definition to emphasize movement silhouettes" + ], + "mood": [ + "playful conviviality", + "public delight" + ], + "lighting": [ + "strong overhead sun with crisp shadow edges", + "localized fill under awnings to reveal faces" + ], + "style": [ + "energetic observational short", + "color-saturated festival reel" + ] + }, + { + "subGenre": "Folk Dance", + "scene": "Open-air chapel yard at noon where ritual dances celebrate blessings", + "sceneVariants": [ + "Open-air chapel yard at noon where ritual dances celebrate blessings", + "Simple wooden crosses and floral offerings", + "Priests or elders observing with solemn pride", + "Whitewashed walls reflecting bright light", + "Choir voices floating from an open door" + ], + "actions": [ + "Measured processional steps interleaved with joyous leaps", + "A call-and-answer hymn framing the dance phrases", + "Hands raised in blessing at key moments", + "A camera maintaining respectful distance with telephoto coverage" + ], + "camera": "Respectful telephoto observation with sun-balanced exposures and slow push-ins", + "accents": [ + "bright reflective bounce from white walls", + "crisp tactile detail on floral offerings" + ], + "mood": [ + "solemn gratitude", + "uplifted communal faith" + ], + "lighting": [ + "hard noon sun with strong subject separation", + "soft fill from ambient reflective surfaces" + ], + "style": [ + "sensitive cultural documentary", + "ceremonial daytime cinema" + ] + }, + { + "subGenre": "Folk Dance", + "scene": "Village schoolyard at low sun where children perform simplified folk steps", + "sceneVariants": [ + "Village schoolyard at low sun where children perform simplified folk steps", + "Tiny shoes scuffing on painted playground lines", + "Playful mismatched costumes made by parents", + "A teacher conducting with a wooden baton", + "A scatter of parents filming on phones" + ], + "actions": [ + "Stumbling, giggling attempts at precise footwork", + "Children forming small tight circles and imitating elders", + "Spontaneous tumbles turned into playful callbacks", + "A camera capturing candid expressions and missteps" + ], + "camera": "Close at child-eye level with quick reaction cuts and generous shallow depth", + "accents": [ + "warm low-sun rim on hair and chalk dust", + "soft film-like grain to evoke nostalgia" + ], + "mood": [ + "playful innocence", + "light-hearted learning" + ], + "lighting": [ + "warm late-afternoon sun with long, soft shadows", + "gentle ambient fill to keep faces readable" + ], + "style": [ + "charming family vignette", + "nostalgic educational short" + ] + }, + { + "subGenre": "Folk Dance", + "scene": "Sun-drenched plateau festival with circle dances celebrating the solstice", + "sceneVariants": [ + "Sun-drenched plateau festival with circle dances celebrating the solstice", + "Tall grass waving around ankle level", + "Decorative sun-wheels and painted stones", + "A wide horizon framing communal dances", + "A thunder of rhythmic stomps echoing across the plain" + ], + "actions": [ + "Large communal formations shifting like living mandalas", + "Syncopated percussive stomping sequences", + "Elders narrating the meaning between verses", + "A camera slowly ascending on a drone to reveal pattern geometry" + ], + "camera": "Combination of ground-level wide coverage and periodic drone topology reveals", + "accents": [ + "high-saturation sunlit color across costumes", + "soft atmospheric haze to emphasize scale" + ], + "mood": [ + "exultant ritual release", + "timeless communal pride" + ], + "lighting": [ + "hard sun with broad warm fill", + "sunflare accents when camera tilts upward" + ], + "style": [ + "grand ritual documentary", + "pattern-focused aerial cinematography" + ] + }, + { + "subGenre": "Folk Dance", + "scene": "Shaded orchard alley in mid-morning where elder couples practice slow folk dances", + "sceneVariants": [ + "Shaded orchard alley in mid-morning where elder couples practice slow folk dances", + "Sun dappling through fruit-laden branches", + "Crates of picked fruit stacked nearby", + "A gentle breeze moving hanging ribbons", + "A radio softly playing an old recording" + ], + "actions": [ + "Measured, careful steps conserving balance and grace", + "Hands clasped with practiced familiarity", + "An elder teaching a subtle hold adjustment", + "A camera capturing the rhythm of breath and step" + ], + "camera": "Close intimate coverage with softened mid-range shots to preserve dignity", + "accents": [ + "soft dappled sun on faces and embroidered collars", + "natural ambient sound of leaves for textural depth" + ], + "mood": [ + "tender continuity", + "reflective gratitude" + ], + "lighting": [ + "soft mid-morning diffusion with subtle rim-light", + "gentle shadow play from foliage" + ], + "style": [ + "quiet humanist portrait", + "softly textured cultural study" + ] + }, + { + "subGenre": "Folk Dance", + "scene": "Town carnival midday parade featuring adapted folk dance troupes", + "sceneVariants": [ + "Town carnival midday parade featuring adapted folk dance troupes", + "Floats decorated with folkloric motifs", + "Children on shoulders waving colorful flags", + "Confetti catching the sun in golden glints", + "Bands performing brass-heavy folk arrangements" + ], + "actions": [ + "Processional choreographies interleaving with acrobatic flourishes", + "Audience participation forming spontaneous mini-rings", + "A camera mounted on a float cruising the route", + "Dancers tossing small symbolic tokens into the crowd" + ], + "camera": "Dynamic tracking from float-level with wide shots to capture parade scale", + "accents": [ + "bright festival color pop and confetti speculars", + "hard midday shadows sculpting movement" + ], + "mood": [ + "riotous celebration", + "public theatricality" + ], + "lighting": [ + "hard sun with bright color saturation", + "occasional fill from parade float reflectors" + ], + "style": [ + "spectacle-driven carnival reel", + "festive parade documentary" + ] + }, + { + "subGenre": "Folk Dance", + "scene": "Late-afternoon riverside fair where dance and craft stalls mingle in golden light", + "sceneVariants": [ + "Late-afternoon riverside fair where dance and craft stalls mingle in golden light", + "Handmade instruments on display", + "Children learning simple steps from smiling elders", + "A shallow bench watching the procession", + "Willow trees bowing to the breeze" + ], + "actions": [ + "Teaching moments with patient repetition and laughter", + "A group forming a slow-moving procession along the riverbank", + "Musicians transitioning between folk tunes seamlessly", + "A camera moving laterally to follow the procession flow" + ], + "camera": "Gentle lateral tracking with warm low-sun backlight and shallow depth", + "accents": [ + "golden-hour saturation on woven cloth and skin", + "soft backlit rim on moving ribbons and hair" + ], + "mood": [ + "nostalgic warmth", + "inclusive community learning" + ], + "lighting": [ + "warm late-afternoon golden light with elongated shadows", + "soft reflective fill from the water surface" + ], + "style": [ + "gentle observational short", + "nostalgic pastoral portrait" + ] + }, + { + "subGenre": "Folk Dance", + "scene": "Village square at midday with competitive folk dance exhibition", + "sceneVariants": [ + "Village square at midday with competitive folk dance exhibition", + "A temporary stage with judge table and numbered teams", + "High stakes smiles and focused concentration", + "Costume detail scrutinized by judges", + "A tight-packed audience leaning forward" + ], + "actions": [ + "Sharp, perfected ensemble sequences executed with precision", + "Soloists stepping forward for dynamic displays", + "Judges scribbling notes amid polite applause", + "A camera cutting between performers and audience reactions" + ], + "camera": "Mix of stage-level medium shots and close-up inserts on feet and face", + "accents": [ + "crisp midday clarity highlighting costume embroidery", + "spotlight-like sun patching to emphasize performance area" + ], + "mood": [ + "competitive focus", + "prideful presentation" + ], + "lighting": [ + "clear hard sun with high contrast", + "selective fill using portable reflectors if available" + ], + "style": [ + "event-driven cultural chronicle", + "performance-focused ethnographic film" + ] + } + ] +} \ No newline at end of file diff --git a/src/data/music_and_dance_hip_hop_dance.json b/src/data/music_and_dance_hip_hop_dance.json new file mode 100644 index 0000000..5d7276f --- /dev/null +++ b/src/data/music_and_dance_hip_hop_dance.json @@ -0,0 +1,329 @@ +{ + "music_and_dance": [ + { + "subGenre": "Hip-Hop Dance", + "scene": "Underground warehouse cypher at night with graffiti walls and a tight circle of dancers", + "sceneVariants": [ + "Underground warehouse cypher at night with graffiti walls and a tight circle of dancers", + "Street corner cypher with boombox and packed crowd", + "Late-night battle jam with prize and crowd energy", + "Pop-up session under an overpass with neon practicals", + "Small crew freestyle session after hours in a studio" + ], + "actions": [ + "B-boy launching into a power windmill and topping with a freeze", + "Locking duo striking synchronized pose-and-hold sequences", + "Popping isolations that ripple through the circle", + "Crowd chanting and clapping to punctuate a successful combo" + ], + "camera": "Low handheld close angles with wide lens to accentuate proximity and dynamic movement", + "accents": [ + "neon and spray-paint rim-lights creating edgy color splits", + "sweat micro-sheen and dust motes catching sharp practicals" + ], + "mood": "edgy electric bravado", + "lighting": "mixed practical neon and hard spotlights (night)", + "style": "raw street-culture dance cinematography" + }, + { + "subGenre": "Hip-Hop Dance", + "scene": "High-energy music video shoot with choreographed crew, LED walls and camera cranes", + "sceneVariants": [ + "High-energy music video shoot with choreographed crew, LED walls and camera cranes", + "Tight sync routine on a neon-lit set with strobe accents", + "Solo artist performing a featured routine with close-up director cues", + "Back-up dancers on platforms with synchronized props", + "After-party vibe with candid behind-the-scenes footage" + ], + "actions": [ + "Army-style choreography slicing into a perfectly timed chorus drop", + "Hero close-up on a lyrical micro-gesture matched to a beat", + "Quick formation changes revealing a surprise back row trick", + "Dancers collapsing in breath after a precision-heavy run" + ], + "camera": "Dynamic crane and gimbal with tight 50–85mm pick-ups for emotional intensity", + "accents": [ + "LED wall micro-bokeh and glossy sweat highlights", + "reflective floor and prop micro-textures catching rim-light" + ], + "mood": "polished electric swagger", + "lighting": "high-production LED and strobe mixes (indoor/night)", + "style": "commercial music-video choreography cinematography" + }, + { + "subGenre": "Hip-Hop Dance", + "scene": "Community center hip-hop class teaching foundational breaking and popping (day)", + "sceneVariants": [ + "Community center hip-hop class teaching foundational breaking and popping (day)", + "Kids learning top-rock and six-step with patient mentors", + "Family-friendly open class with parents joining in", + "Local festival outreach teaching basic grooves", + "Youth showcase at the end with proud families" + ], + "actions": [ + "Student landing their first clean six-step and receiving encouraging cheers", + "Teacher demonstrating slow isolations to build muscle memory", + "Group circle where each participant shows a small acquired move", + "Community applause and photo ops after the mini-showcase" + ], + "camera": "Warm approachable 35mm with low angles and tight facial reaction picks", + "accents": [ + "sunlit rim on sneakers and colorful gym mat micro-texture", + "friendly catchlights on young faces and textured wall art" + ], + "mood": "inclusive playful energy", + "lighting": "bright community-center daylight with soft fill (day)", + "style": "educational community dance cinematography" + }, + { + "subGenre": "Hip-Hop Dance", + "scene": "International crew battle in a packed theatre with MC, DJ and multi-round eliminations", + "sceneVariants": [ + "International crew battle in a packed theatre with MC, DJ and multi-round eliminations", + "Semi-final battles with judged panels and animated crowds", + "All-star exhibition sets with guest judges", + "Heat finals with slow-mo highlight reels on screens", + "Champion crown moment with confetti and drummer stabs" + ], + "actions": [ + "Crew swapping explosive synchronized footwork and power moves to outshine opponents", + "MC building hype as crowd responds with layered chants", + "Judge panel deliberating with close overlays on detailed technique", + "Winners hoisted on shoulders amid roaring applause" + ], + "camera": "Fast-cut multi-cam live broadcast with crowd angle inserts and slow-motion replays", + "accents": [ + "stage rim-lights flicker catching intense sweat-sheen", + "vibrant sponsor-lights and LED micro-bokeh across the frame" + ], + "mood": "competitive ecstatic intensity", + "lighting": "live stage spotlights with colored gels (night)", + "style": "live battle broadcast cinematography" + }, + { + "subGenre": "Hip-Hop Dance", + "scene": "Rooftop rehearsal at dusk with skyline backdrop and cinematic sun-flares", + "sceneVariants": [ + "Rooftop rehearsal at dusk with skyline backdrop and cinematic sun-flares", + "Choreography cutting against golden city silhouettes", + "Intimate crew run-through with minimal gear", + "Breakdancer practicing freezes on protective mats with skyline as a backdrop", + "Sunset short performance filmed for social media" + ], + "actions": [ + "Crew executing a smooth formation switch timed to the final drop", + "B-boy holding a freeze while the skyline frames the silhouette", + "Group laughing and replaying a tricky transition for perfection", + "Quick pack-up and flourish as the sun dips below the horizon" + ], + "camera": "Wide scenic establishes with intimate handheld rhythm matching the music", + "accents": [ + "golden rim-light on hair and clothes and city bokeh micro-highlights", + "dust motes and wind micro-motion catching flare" + ], + "mood": "stylish communal warmth", + "lighting": "warm golden-hour sun with ambient city fill (evening)", + "style": "lifestyle urban choreography cinematography" + }, + { + "subGenre": "Hip-Hop Dance", + "scene": "Street festival jam with mixed dancers, percussion and food stalls nearby (day)", + "sceneVariants": [ + "Street festival jam with mixed dancers, percussion and food stalls nearby (day)", + "Cultural exchange circle with traditional and urban moves fused", + "Portable sound system powering a long dance-off sequence", + "Interactive newcomer zone teaching simple grooves", + "Community percussion backing the rhythm with live beats" + ], + "actions": [ + "Percussion-led groove building and dancers taking turns in the spotlight", + "Fusion choreography blending local rhythms and hip-hop moves", + "Kids jumping in for a spontaneous group routine", + "Crowd forming a supportive ring and cheering at highlights" + ], + "camera": "Festival wide with handheld cutaways capturing audience and dance intimacy", + "accents": [ + "sunlit vendor colors producing a warm micro-bokeh palette", + "percussion stick micro-clack and movement rim-highlights" + ], + "mood": "celebratory communal vibrancy", + "lighting": "bright festival daytime with practical stall fill (day)", + "style": "documentary vibrant dance cinematography" + }, + { + "subGenre": "Hip-Hop Dance", + "scene": "Studio choreography session filmed for a tutorial with clear audio and step breakdowns", + "sceneVariants": [ + "Studio choreography session filmed for a tutorial with clear audio and step breakdowns", + "Teacher demonstrating 8-count phrases in slow motion", + "Close camera focusing on footwork, upper-body isolations and rhythm accents", + "Split-screen running drill at full speed and slowed backbone", + "Post-tutorial Q&A with dancers discussing tips and drills" + ], + "actions": [ + "Instructor breaking down a combination into segmented steps and counts", + "Student repeating the same phrase progressively faster until nailing the rhythm", + "Close-ups on isolations and micro-gestures for clarity", + "Group repetition until transitions are smooth and connected" + ], + "camera": "Clean studio multi-cam with slow-mo capability and clear instructional framing", + "accents": [ + "even softbox lighting revealing micro-motion and clothing texture", + "floor scuff micro-detail and shoe sole micro-highlights" + ], + "mood": "educational focused energy", + "lighting": "bright studio lighting optimized for clarity (indoor/day)", + "style": "instructional tutorial cinematography" + }, + { + "subGenre": "Hip-Hop Dance", + "scene": "Late-night solo practice in a dim studio with a single mirror and headphone beats", + "sceneVariants": [ + "Late-night solo practice in a dim studio with a single mirror and headphone beats", + "Choreographer crafting a new phrase in solitude", + "Lonely rehearsal with only a single light and a camera on a tripod", + "Slow practice focusing on isolations and breathing technique", + "Pre-dawn final run-through and tired smile" + ], + "actions": [ + "Dancer looping a micro-combo and refining a flick and hit", + "Close slow practice on shoulder isolations with slow breath", + "Full-speed run through with exhausted but satisfied expression", + "Packing up gear and walking out into the quiet city" + ], + "camera": "Quiet intimate close-ups with single practical halation and shallow depth", + "accents": [ + "single-lamp rim highlighting sweat and skin texture", + "mirror micro-reflections and tiny dust motes in the beam" + ], + "mood": "introspective focused grind", + "lighting": "single practical or dim studio fill (night)", + "style": "personal artist practice cinematography" + }, + { + "subGenre": "Hip-Hop Dance", + "scene": "High-school auditorium pep-routine with students, glitter and a DJ in the sidelines", + "sceneVariants": [ + "High-school auditorium pep-routine with students, glitter and a DJ in the sidelines", + "Rival school dance-off during halftime", + "Youth presentation with parents and proud teachers", + "After-show meet-and-greet with signed mini-posters", + "Local TV spot featuring the best of the school's choreography" + ], + "actions": [ + "Student executing a coordinated pep routine with synchronized arm hits and kicks", + "DJ dropping a beat that cues a finale and crowd eruption", + "Teacher joining in for a celebratory move and eliciting cheers", + "Group photo with glitter and bright smiles after the show" + ], + "camera": "Broadcast-friendly wide shots with 50mm pick-ups for emotion", + "accents": [ + "warm stage lighting and glitter micro-bokeh", + "school-banner micro-texture and bright costume threads" + ], + "mood": "youthful exuberant pride", + "lighting": "bright stage lights in an auditorium setting (evening)", + "style": "community school event cinematography" + }, + { + "subGenre": "Hip-Hop Dance", + "scene": "Documentary interview with a veteran choreographer reflecting on street culture and legacy", + "sceneVariants": [ + "Documentary interview with a veteran choreographer reflecting on street culture and legacy", + "Archive footage of early street sessions edited into oral history", + "Mentor working with young dancers in a passing-of-knowledge segment", + "Editing suite session with cutaways of iconic routines", + "Small community screening with emotional reactions" + ], + "actions": [ + "Choreographer narrating a pivotal battle moment while gesturing slowly", + "Cut to archival rehearsal footage that illustrates a story", + "Younger dancers performing a recreated iconic move in tribute", + "Emotional community reaction and applause during a screening" + ], + "camera": "Warm interview primes matched with archival grain overlays and handheld cutaways", + "accents": [ + "soft warm rim-light on face lines and textured wall emblems", + "archive grain micro-scratches and film halation" + ], + "mood": "reflective reverent admiration", + "lighting": "soft interview key with warm practical rim (indoor)", + "style": "documentary oral-history cinematography" + }, + { + "subGenre": "Hip-Hop Dance", + "scene": "Flashmob choreography staged in a busy shopping mall during midday", + "sceneVariants": [ + "Flashmob choreography staged in a busy shopping mall during midday", + "Surprise in-store performance with shoppers joining", + "Cross-promotion with a local brand and DJ samples", + "Coordinated choreography with store staff and security liaising", + "Post-performance quick Q&A and mini-class" + ], + "actions": [ + "Dancers initiating from hidden positions and snapping into a tight formation", + "Bystanders smiling and joining the simple chorus steps", + "Security and staff clapping and joining for the final pose", + "Performance wrapping with an official handshake and social upload hub" + ], + "camera": "Handheld roaming camera with social-ready cutaways and POVs for participant perspective", + "accents": [ + "bright retail lighting and reflective window micro-highlights", + "fast moving shoe blur and cloth rip micro-detail" + ], + "mood": "exuberant playful surprise", + "lighting": "bright indoor retail lighting with mixed practicals (day)", + "style": "viral flash performance cinematography" + }, + { + "subGenre": "Hip-Hop Dance", + "scene": "Fusion workshop blending traditional folk moves with urban hip-hop rhythms", + "sceneVariants": [ + "Fusion workshop blending traditional folk moves with urban hip-hop rhythms", + "Cross-cultural exchange with live musicians and dancers", + "Short collaborative choreography culminating in a public show", + "Educational segment explaining cultural context and respect", + "Community meal and sharing circle after practice" + ], + "actions": [ + "Dancers learning and translating traditional motifs into urban grooves", + "Live percussionists shifting rhythm to match new choreographic motifs", + "Small-group improvisation merging diverse movement vocabularies", + "Shared bow and communal appreciation at the end of the session" + ], + "camera": "Documentary wide coverage with cultural close-ups and respectful framing", + "accents": [ + "natural instrument micro-texture and fabric pattern micro-details", + "handcrafted prop highlights and skin catchlights" + ], + "mood": "respectful creative fusion", + "lighting": "warm natural or soft indoor practicals (day)", + "style": "ethnographic fusion dance cinematography" + }, + { + "subGenre": "Hip-Hop Dance", + "scene": "Solo lyrical hip-hop piece staged in an empty theater with single piano underscore (night)", + "sceneVariants": [ + "Solo lyrical hip-hop piece staged in an empty theater with single piano underscore (night)", + "Intimate confessional-style choreography about personal history", + "Slow solo with heavy emotional phrasing and isolations", + "Spotlight monologue interspersed with movement", + "Final collapse and slow theatrical blackout" + ], + "actions": [ + "Solo dancer performing intimate isolations that tear into a cathartic release", + "Slow-motion capture of breath and micro-expression during emotional apex", + "Subtle hand-to-face gestures and detailed micro-phrasing", + "Final slow hold while a single piano chord rings out" + ], + "camera": "Quiet cinematic close-ups with shallow depth and slow dolly inwards", + "accents": [ + "spotlight halo and soft shadow micro-gradation on face", + "fabric micro-texture and sinew micro-highlight in muscle lines" + ], + "mood": "poignant intimate catharsis", + "lighting": "single practical spotlight with dark surrounds (night/indoor)", + "style": "lyrical intimate performance cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/music_and_dance_jazz_clubs.json b/src/data/music_and_dance_jazz_clubs.json new file mode 100644 index 0000000..ad625a0 --- /dev/null +++ b/src/data/music_and_dance_jazz_clubs.json @@ -0,0 +1,367 @@ +{ + "music_and_dance": [ + { + "subGenre": "Jazz Clubs", + "scene": "Smoky late-night club with a small quartet on a low stage", + "sceneVariants": [ + "Smoky late-night club with a small quartet on a low stage", + "Brass rail and low round tables full of glasses", + "Dim red practicals and a single overhead spotlight", + "A saxophonist leaning into a blue note", + "Patrons nodding in time with the rhythm" + ], + "actions": [ + "Saxophone bending into a melancholic solo", + "Brushes whispering across a ride cymbal", + "Bass walking at a steady, insistent groove", + "A pianist punctuating with tasteful comping" + ], + "camera": "Tight handheld close-ups on hands and breathy telephoto portraits of the soloist", + "accents": [ + "warm spot rim on horn lacquer", + "soft cigarette-haze diffusing highlights" + ], + "mood": [ + "nocturnal intimacy", + "soulful melancholy" + ], + "lighting": [ + "single cold-blue spotlight with warm table practicals" + ], + "style": [ + "film-noir jazz vignette", + "documentary performance short" + ] + }, + { + "subGenre": "Jazz Clubs", + "scene": "Basement jam where young players take turns on the stand", + "sceneVariants": [ + "Basement jam where young players take turns on the stand", + "Cracked plaster walls with taped set lists", + "A scuffed upright piano and a battered amp", + "Crowd of musician-friends trading smiles", + "A beer-sticky floor polished by movement" + ], + "actions": [ + "Call-and-response solos building into friendly competition", + "A new player nervously stepping into the circle", + "Hands clapping to encourage the soloist", + "A drummer accenting with spontaneous fills" + ], + "camera": "Roaming shoulder cam weaving through the circle with reaction close-ins", + "accents": [ + "hard rim on brass scraping", + "high micro-detail on stick contact points" + ], + "mood": [ + "raw excitement", + "playful tension" + ], + "lighting": [ + "low warm practicals with stray neon from an exit sign" + ], + "style": [ + "intimate jamshort", + "youthful live vignette" + ] + }, + { + "subGenre": "Jazz Clubs", + "scene": "Rooftop jazz set at golden hour with horns against the skyline", + "sceneVariants": [ + "Rooftop jazz set at golden hour with horns against the skyline", + "City skyline silhouettes and slow traffic bokeh", + "Portable amp and a small drum kit anchored to a tarp", + "Couples leaning in to hear the set", + "A trumpet reflecting setting sun" + ], + "actions": [ + "Lyrical trumpet statements toward the horizon", + "Electric upright bass bringing warm low-end", + "Slow rubato passages as the sun dips", + "A camera drone pulling back to show city context" + ], + "camera": "Drone pulls and slow telephoto compression to capture skyline and performer's expressions", + "accents": [ + "golden-hour rim on instrument lacquer", + "soft atmospheric haze to emphasize warmth" + ], + "mood": [ + "romantic reflection", + "urban calm" + ], + "lighting": [ + "natural golden-hour key with gentle fill" + ], + "style": [ + "cinematic outdoor jazz short", + "sunset performance vignette" + ] + }, + { + "subGenre": "Jazz Clubs", + "scene": "Late-night piano bar where a solo pianist tells stories between songs", + "sceneVariants": [ + "Late-night piano bar where a solo pianist tells stories between songs", + "Glossy grand piano in a corner alcove", + "Patrons leaning in over low-lit cocktails", + "A cigarette ashtray and a small tip jar", + "A bartender polishing tumblers in the back" + ], + "actions": [ + "Pianist segueing from ballad to stride with a wink", + "Audience laughter and attentive silence alternating", + "Close fingertip glides across ivory", + "A camera long-shot emphasizing solitude within a crowd" + ], + "camera": "Over-the-shoulder piano POV combined with intimate close-ups of hands and face", + "accents": [ + "soft amber rim on keytops", + "filmic grain to evoke timelessness" + ], + "mood": [ + "nostalgic intimacy", + "quiet storytelling" + ], + "lighting": [ + "warm tungsten key with very low ambient" + ], + "style": [ + "vintage piano bar portrait", + "story-driven performance short" + ] + }, + { + "subGenre": "Jazz Clubs", + "scene": "Festival tent with big-band swing and dancers on a wooden floor", + "sceneVariants": [ + "Festival tent with big-band swing and dancers on a wooden floor", + "Rows of brass glinting under festival lights", + "Couples swinging and lindy-hopping", + "A charismatic bandleader calling out charts", + "A rhythm section locked in tight pocket" + ], + "actions": [ + "Brass section hitting punchy stabs in unison", + "Couples performing aerial lifts and turns", + "Bandleader cueing a shout chorus", + "Camera capturing syncopated footwork and brass shine" + ], + "camera": "Wide crane coverage with fast-cut dance close-ups and hero brass inserts", + "accents": [ + "bright brass specular and floor-sheen on dancers", + "high-contrast rim for punchy hits" + ], + "mood": [ + "joyful exuberance", + "retro swing energy" + ], + "lighting": [ + "bright stage key with warm fill on the dance floor" + ], + "style": [ + "festival swing short", + "dance-music highlight" + ] + }, + { + "subGenre": "Jazz Clubs", + "scene": "Intimate listening room where the vocalist performs a stripped-down ballad", + "sceneVariants": [ + "Intimate listening room where the vocalist performs a stripped-down ballad", + "Single mic on a low riser and a stool", + "Patrons in velvet chairs with dim overheads", + "A slow hush falling over the room", + "A single teardrop reflected in a glass" + ], + "actions": [ + "Vocalist delivering fragile phrase with breathy intimacy", + "A guitarist providing sparse harmonic support", + "Listeners reacting subtly with sniffles or quiet applause", + "Camera close on micro-expressions and a trembling hand" + ], + "camera": "Tight portrait lens with long holds on face and shallow depth", + "accents": [ + "soft highlight on tear-glint", + "micro-bokeh in warm practicals" + ], + "mood": [ + "raw vulnerability", + "emotional closeness" + ], + "lighting": [ + "single warm spotlight with gentle fill" + ], + "style": [ + "intimate vocal vignette", + "slow cinematic ballad" + ] + }, + { + "subGenre": "Jazz Clubs", + "scene": "Warehouse loft converted into a jazz experimental night with electronics", + "sceneVariants": [ + "Warehouse loft converted into a jazz experimental night with electronics", + "Modular synths and effect pedals beside upright bass", + "Projections mapping onto brick walls", + "Audience seated on scattered cushions and crates", + "A drummer using brushes and pedals to shape texture" + ], + "actions": [ + "Live sampling looped into improvised horn lines", + "Bass and synth creating evolving textural beds", + "Visuals responding to audio with generative patterns", + "Camera exploring close timbral interactions and wide ambient shots" + ], + "camera": "Handheld with occasional stabilized gimbal sweeps to match generative visuals", + "accents": [ + "LED rim-color matched to harmonic density", + "high micro-clarity on pedal and patch interactions" + ], + "mood": [ + "exploratory tension", + "textural immersion" + ], + "lighting": [ + "dynamic LED accents with low key to preserve contrast" + ], + "style": [ + "experimental jazz short", + "audio-visual performance vignette" + ] + }, + { + "subGenre": "Jazz Clubs", + "scene": "University jazz ensemble rehearsal in a converted lecture hall", + "sceneVariants": [ + "University jazz ensemble rehearsal in a converted lecture hall", + "Music stands and annotated charts", + "Young players counting and nodding to the conductor", + "A teacher demonstrating a phrase at the piano", + "A practice metronome ticking on a stand" + ], + "actions": [ + "Reading charts and nailing sectional harmonies", + "Teacher pausing and correcting subtle rhythm placement", + "Students trading solos and making notes", + "Camera capturing instructional gestures and focused faces" + ], + "camera": "Static classroom coverage with close-in sectional and solo cutaways", + "accents": [ + "soft academic rim on faces", + "paper-edge micro-detail on annotated charts" + ], + "mood": [ + "disciplined learning", + "academic enthusiasm" + ], + "lighting": [ + "even classroom key with slight warm fill" + ], + "style": [ + "instructional rehearsal short", + "educational music vignette" + ] + }, + { + "subGenre": "Jazz Clubs", + "scene": "Underground trumpet quartet performing in a candlelit cellar", + "sceneVariants": [ + "Underground trumpet quartet performing in a candlelit cellar", + "Brick-vaulted ceiling and low wooden stools", + "Candles trapped in heavy glass jars creating flicker", + "Players exchanging intense eye contact during solos", + "A small, faithful audience leaning in" + ], + "actions": [ + "Interweaving trumpet lines trading harmonies and dissonance", + "A tactile breathing rhythm uniting players", + "Audience reacting with whispered applause between phrases", + "Camera tight on valves and lip detail during crescendos" + ], + "camera": "Macro hardware shots on valves intercut with low-light portraiture", + "accents": [ + "candle micro-specular and warm wax rim", + "high micro-clarity on breath condensation" + ], + "mood": [ + "intense focus", + "brooding warmth" + ], + "lighting": [ + "soft candle-key with deep ambient shadow" + ], + "style": [ + "cellar jazz vignette", + "nocturnal horns short" + ] + }, + { + "subGenre": "Jazz Clubs", + "scene": "Charity jazz brunch with a small combo and families dining", + "sceneVariants": [ + "Charity jazz brunch with a small combo and families dining", + "Sunlit windows and linen-covered tables", + "Children fidgeting at the edges while adults listen", + "A vocalist crooning over light brushes", + "Volunteers serving platters between sets" + ], + "actions": [ + "Gentle, upbeat standards arranged for light listening", + "Servers bringing small plates and coffee between songs", + "Audience clapping along to an easy swing groove", + "Camera capturing smiles and communal warmth" + ], + "camera": "Warm lateral pushes with wide brunch coverage and reaction inserts", + "accents": [ + "golden window rim and soft table specular", + "natural ambient sound to preserve brunch atmosphere" + ], + "mood": [ + "cheerful conviviality", + "community uplift" + ], + "lighting": [ + "bright natural morning key with soft fill" + ], + "style": [ + "brunch jazz short", + "community music vignette" + ] + }, + { + "subGenre": "Jazz Clubs", + "scene": "Duet night: vibraphone and double bass in a minimalist club", + "sceneVariants": [ + "Duet night: vibraphone and double bass in a minimalist club", + "Sparse seating and an uncluttered stage", + "Soft carpet absorbing ambient noise", + "A small table lamp revealing sheet music", + "Intense eye contact and subtle nods between players" + ], + "actions": [ + "Vibes mallet rolls creating shimmering pads under bowed bass lines", + "Rhythmic interplay with space and silence", + "Audience holding breath during delicate passages", + "Camera macro on mallet impact and bow hair micro-motion" + ], + "camera": "Close tactile macro and telephoto portrait to compress intimacy", + "accents": [ + "soft metallic shimmer on vibraphone bars", + "warm string micro-specular on bass" + ], + "mood": [ + "sublime restraint", + "concentrated calm" + ], + "lighting": [ + "low warm key with subtle spot accents on instruments" + ], + "style": [ + "minimalist performance short", + "intimate duet vignette" + ] + } + ] +} \ No newline at end of file diff --git a/src/data/music_and_dance_k_pop.json b/src/data/music_and_dance_k_pop.json new file mode 100644 index 0000000..c0f5fc2 --- /dev/null +++ b/src/data/music_and_dance_k_pop.json @@ -0,0 +1,650 @@ +{ + "music_and_dance": [ + { + "subGenre": "K-Pop", + "scene": "Neon-lit rooftop stage with city skyline and synchronized formation", + "sceneVariants": [ + "Neon-lit rooftop stage with city skyline and synchronized formation", + "Rain-slick rooftop reflecting LED bars", + "Smoke machines lining the stage edge", + "Dancers in glossy streetwear forming geometric shapes", + "A camera drone weaving through the formation" + ], + "actions": [ + "Tight choreography with rapid precision moves", + "Camera whip-pan matching percussive beat drops", + "Singer delivering crisp melodic hooks with powerhouse runs", + "A synchronized final pose held for a glitter burst" + ], + "camera": "Multi-axis gimbal choreography with drone reveal on the final pose", + "accents": [ + "neon rim-color matching outfit accents", + "micro-specular on wet surfaces to double LED glints" + ], + "mood": [ + "electric confidence", + "polished exuberance" + ], + "lighting": [ + "saturated LED color washes with strobe hits", + "selective spotlight for vocal lead" + ], + "style": [ + "high-production music video", + "stylized pop-culture cinema" + ] + }, + { + "subGenre": "K-Pop", + "scene": "Sunlit seaside pier with pastel set design and pastel costumes", + "sceneVariants": [ + "Sunlit seaside pier with pastel set design and pastel costumes", + "Paper props and beach umbrellas coordinating choreography", + "Close-up beachside picnic interludes between choreo breaks", + "Children and background extras dancing in unison", + "A wide horizon shot with dancers in silhouette" + ], + "actions": [ + "Playful synchronized hand gestures and bounce steps", + "Leader wink and call-and-response with backup vocalists", + "Colorful confetti cannons timed to chorus", + "Camera sliding through picnic props to land on chorus" + ], + "camera": "Smooth lateral dolly and low-angle push-ins on wings of the chorus", + "accents": [ + "soft pastel rim-light with backlit lens flares", + "soft-film grain to give a warm summer postcard look" + ], + "mood": [ + "sunny optimism", + "breezy charm" + ], + "lighting": [ + "natural golden-hour with reflector fill", + "soft diffusion to preserve pastel tones" + ], + "style": [ + "bright lifestyle music short", + "coastal pop visual" + ] + }, + { + "subGenre": "K-Pop", + "scene": "Futuristic neon subway station with holographic ads as stage backdrop", + "sceneVariants": [ + "Futuristic neon subway station with holographic ads as stage backdrop", + "Train streaks appearing as light ribbons", + "Crowd forming a pulsating ring around performers", + "Interactive floor LEDs responding to footwork", + "Reflective tile panels multiplying motion" + ], + "actions": [ + "Precision footwork synced to interactive floor cues", + "Holographic transitions revealing costume changes", + "Leader performing a rap verse through the crowd", + "Camera tracking along reflective tiles for kaleidoscope effect" + ], + "camera": "Low rail tracking with mirrored inserts and quick strobe cuts", + "accents": [ + "holographic shimmer to create high-tech lens flares", + "specular tile micro-reflections enhancing motion trails" + ], + "mood": [ + "futuristic swagger", + "urban sleekness" + ], + "lighting": [ + "sharp neon accents with cool blue fill", + "transient strobe to mark beat hits" + ], + "style": [ + "cyber-pop video", + "glossy urban futurism" + ] + }, + { + "subGenre": "K-Pop", + "scene": "Intimate live room session with acoustic breakdowns and close audience", + "sceneVariants": [ + "Intimate live room session with acoustic breakdowns and close audience", + "Warm wood-paneled studio with minimal staging", + "String quartet subtly augmenting the chorus", + "Fans seated on floor cushions singing along", + "Candles and soft practicals creating cozy ambiance" + ], + "actions": [ + "Singer delivering breathy acoustic verses", + "Harmonized backing vocals building to pop chorus", + "Audience clap-along and hand-heart gestures", + "Camera capturing tearful emotional close-ups during bridge" + ], + "camera": "Tight handheld with shallow depth of field and reaction inserts", + "accents": [ + "warm tungsten rim on faces", + "soft bokeh from candles to heighten intimacy" + ], + "mood": [ + "tender vulnerability", + "intimate connection" + ], + "lighting": [ + "soft warm key with low ambient", + "gentle side-fill to preserve texture" + ], + "style": [ + "acoustic live vignette", + "sincere performance short" + ] + }, + { + "subGenre": "K-Pop", + "scene": "Retro arcade set with pixel art backdrops and synchronized dance battles", + "sceneVariants": [ + "Retro arcade set with pixel art backdrops and synchronized dance battles", + "Neon joystick props and retro game screens", + "Back-up dancers in graphic retro wardrobes", + "Spotlighted game-score overlays appearing in chorus", + "Audience cheering with glow sticks styled like game controllers" + ], + "actions": [ + "Choreography riffing on joystick and button-press motifs", + "Cutaway inserts of score overlays matching dance skill", + "Lead delivering fast-paced rap bridge over arcade hum", + "Camera performing rhythmic zooms to emphasize combo sequences" + ], + "camera": "Quick-cut montage with playful whip-pans and animated overlays", + "accents": [ + "pixelated bloom on highlights", + "specular pops on glossy retro plastic props" + ], + "mood": [ + "playful nostalgia", + "youthful exuberance" + ], + "lighting": [ + "mix of neon color pops with controlled low-key", + "accent strobes timed to combo hits" + ], + "style": [ + "retro-pop music video", + "playful concept short" + ] + }, + { + "subGenre": "K-Pop", + "scene": "Industrial warehouse transformed into a high-concept runway stage", + "sceneVariants": [ + "Industrial warehouse transformed into a high-concept runway stage", + "Catwalk extending through synchronized dancer lanes", + "Backdrops of torn paper art and sculptural installations", + "Camera operators stationed as part of the choreography", + "Costume quick-changes woven into choreography" + ], + "actions": [ + "Model-like walks intercut with sharp dance bursts", + "A dramatic costume reveal at the bridge", + "Synchronized runway poses punctuating chorus", + "Camera lens flares timed with finale ascent" + ], + "camera": "Long rolling crane along the catwalk with intermittent handheld close-ins", + "accents": [ + "hard rim-light to sculpt silhouettes", + "textural smoke to reveal light beams" + ], + "mood": [ + "editorial glamour", + "bold theatricality" + ], + "lighting": [ + "high-contrast backlight with cool fill", + "spot accents for costume reveals" + ], + "style": [ + "fashion-pop hybrid", + "editorial music short" + ] + }, + { + "subGenre": "K-Pop", + "scene": "Color-blocked studio set with rapid scene flips and wardrobe swaps", + "sceneVariants": [ + "Color-blocked studio set with rapid scene flips and wardrobe swaps", + "Giant colored cubes rearranged between verses", + "Seamless choreography that morphs with set changes", + "A wall of LED panels used as visual punctuation", + "Multiple camera teams switching perspectives live" + ], + "actions": [ + "Snap transitions matching choreography beats", + "Instant wardrobe changes revealed mid-spin", + "A camera through a rotating cube capturing inside-out choreography", + "Final synchronized jump into a freeze" + ], + "camera": "Multi-cam live-switch approach with motion-controlled rack focus", + "accents": [ + "clean saturated color grading to emphasize palettes", + "specular micro-highlights on glossy wardrobe materials" + ], + "mood": [ + "hyperactive joy", + "slick polish" + ], + "lighting": [ + "even saturated key with accent backlights per color block", + "strobe-assisted change moments" + ], + "style": [ + "editorial pop video", + "color-driven stage short" + ] + }, + { + "subGenre": "K-Pop", + "scene": "Cinematic city night narrative shot across multiple locations", + "sceneVariants": [ + "Cinematic city night narrative shot across multiple locations", + "Rooftop confessional followed by subway chase", + "Rain-soaked streets and neon reflections", + "Intimate apartment sequence with slow-motion memory inserts", + "Final rooftop reconciliation under sweeping skyline" + ], + "actions": [ + "Story beats intercut with choreographed flash mobs", + "Slow-motion dance motif representing memory", + "Lead actor interacting with extras to convey narrative", + "Cut to chorus performance as narrative catharsis" + ], + "camera": "Cinematic narrative coverage with handheld intimacy and aerial exteriors", + "accents": [ + "cinematic lens flares and filmic grain", + "wet-surface reflections doubling neon" + ], + "mood": [ + "melancholic hope", + "epic romanticism" + ], + "lighting": [ + "noirish neon with warm practicals for faces", + "selective backlight for silhouette separation" + ], + "style": [ + "short film music video", + "narrative-driven pop cinema" + ] + }, + { + "subGenre": "K-Pop", + "scene": "High-concept art gallery performance with sculptural choreography", + "sceneVariants": [ + "High-concept art gallery performance with sculptural choreography", + "Minimalist white cubes and suspended fabrics", + "Dancers interacting with kinetic sculptures", + "Visitors observing as part of the staging", + "Monochrome costume palette with a single accent color" + ], + "actions": [ + "Measured movement phrasing interspersed with sharp pops", + "Interaction with sculptures to trigger light or sound", + "Audience members invited to join a chorus moment", + "Camera using negative space to frame movement" + ], + "camera": "Slow crane moves and long takes to preserve compositional balance", + "accents": [ + "soft gallery softbox with sculptural rim-light", + "high micro-clarity on material surfaces" + ], + "mood": [ + "contemplative elegance", + "art-forward sophistication" + ], + "lighting": [ + "diffuse gallery lighting with accent spot for installation interactions", + "neutral color balance to preserve artwork hues" + ], + "style": [ + "conceptual pop short", + "art-performance hybrid" + ] + }, + { + "subGenre": "K-Pop", + "scene": "Schoolyard flashmob with choreo that spreads across campus", + "sceneVariants": [ + "Schoolyard flashmob with choreo that spreads across campus", + "Lockers and staircases used as staged platforms", + "Students joining in with casual outfits", + "Principal or teacher reacting humorously in cutaway", + "Final courtyard formation captured from above" + ], + "actions": [ + "Sequential group join-ins building to a full chorus", + "Leader passing a prop that signals each wave", + "Camera catching candid student reactions and smiles", + "A celebratory confetti wave as final cue" + ], + "camera": "Handheld roaming with rooftop drone reveal for final formation", + "accents": [ + "natural daylight rim with warm skin-key", + "confetti micro-specular adding texture to final shot" + ], + "mood": [ + "joyful rebellion", + "community playfulness" + ], + "lighting": [ + "broad daylight with slight warming grade", + "soft fill to keep faces readable" + ], + "style": [ + "viral-friendly pop short", + "public participation vignette" + ] + }, + { + "subGenre": "K-Pop", + "scene": "Luxury hotel ballroom staged for a glamorous comeback performance", + "sceneVariants": [ + "Luxury hotel ballroom staged for a glamorous comeback performance", + "Crystal chandeliers and mirrored floors", + "Black-tie extras forming an elegant audience", + "Orchestral strings augmenting the pre-chorus", + "A sweeping camera on a dolly through the ballroom" + ], + "actions": [ + "Elegantly choreographed glides and partner lifts", + "Singer delivering powerful belted chorus lines", + "Camera circling as dancers create a living pattern", + "A final cascade of petals during the bridge" + ], + "camera": "Steady dolly and crane ballet with long lens compression for opulence", + "accents": [ + "chandelier prism micro-highlights", + "mirror specular doubling movement" + ], + "mood": [ + "glamorous grandeur", + "refined spectacle" + ], + "lighting": [ + "warm chandelier key with soft ambient house fill", + "spot accents for solo moments" + ], + "style": [ + "glam-pop music short", + "cinematic comeback performance" + ] + }, + { + "subGenre": "K-Pop", + "scene": "Underground indie club where the group experiments with raw live takes", + "sceneVariants": [ + "Underground indie club where the group experiments with raw live takes", + "Low ceiling, sticky floor, intimate audience", + "A single live band backing the group with organic instrumentation", + "Close crowd interaction and sing-alongs", + "Raw handheld aesthetic and occasional grain filter" + ], + "actions": [ + "Live vocal runs unpolished for emotional authenticity", + "Dancers offering stripped-down, contemporary movement", + "Audience response captured as part of the track", + "Camera moving within the crowd to capture urgency" + ], + "camera": "Handheld vérité approach with raw color grade", + "accents": [ + "warm club rim with subtle grain", + "practical bar light flicker to emphasize movement" + ], + "mood": [ + "raw immediacy", + "artistically honest" + ], + "lighting": [ + "low-key practicals with warm fill", + "soft bounce to keep faces readable" + ], + "style": [ + "indie-pop live short", + "raw performance vignette" + ] + }, + { + "subGenre": "K-Pop", + "scene": "Fantasy-themed forest set with CGI butterflies and magical choreography", + "sceneVariants": [ + "Fantasy-themed forest set with CGI butterflies and magical choreography", + "Mist drifting between mossy trunks", + "Luminescent costume trims reacting to touch", + "Floating lantern paths guiding choreography", + "CGI particle showers accenting high notes" + ], + "actions": [ + "Fluid choreography incorporating levitation illusions", + "Lead interacting with CGI elements for narrative beats", + "Synchronized group motions forming living glyphs", + "Camera slow-pulls to reveal new magical tableau" + ], + "camera": "Combination of crane, stabilized dolly and CGI-locked inserts", + "accents": [ + "bioluminescent rim glows on costume edges", + "micro-particle specular to make CGI tangible" + ], + "mood": [ + "enchanted wonder", + "cinematic fantasy pop" + ], + "lighting": [ + "soft cool moonfill with warm magical pinpoints", + "volumetric shafts for depth" + ], + "style": [ + "fantasy-pop spectacle", + "CGI-enhanced music short" + ] + }, + { + "subGenre": "K-Pop", + "scene": "Monochrome noir set with heartbreak ballad choreography", + "sceneVariants": [ + "Monochrome noir set with heartbreak ballad choreography", + "Rain-blurred windows and low-slung streetlamps", + "Close-up faces framed by cigarette smoke (stylistic, not actual smoking if necessary)", + "Sparse choreography emphasizing reach-and-release", + "Slow-motion raindrops captured on window panes" + ], + "actions": [ + "Controlled, emotive movement reflecting lyrical content", + "Singers delivering breathy, emotive falsettos", + "A final slow embrace dissolving into a lone silhouette", + "Camera capturing micro-expressions in extended close-ups" + ], + "camera": "Slow dolly and telephoto compression to heighten emotion", + "accents": [ + "high-contrast monochrome rim-light", + "moody film grain to evoke classic noir" + ], + "mood": [ + "bleak tenderness", + "intense longing" + ], + "lighting": [ + "hard key with deep shadows", + "thin backlight to cut silhouettes" + ], + "style": [ + "noir ballad video", + "emotive cinematic short" + ] + }, + { + "subGenre": "K-Pop", + "scene": "Festival mainstage with pyrotechnics and massive crowd choreography", + "sceneVariants": [ + "Festival mainstage with pyrotechnics and massive crowd choreography", + "Giant LED backdrop and synchronized crowd light-waves", + "Confetti tunnels and slow-motion jump cuts", + "Mass choreo sequences extending into the audience", + "Stage ramps and catwalks used for close fan interaction" + ], + "actions": [ + "Stadium-sized choreography with aerial elements", + "Pyro and confetti timed with big chorus hits", + "Lead descending into crowd for intimate chorus moment", + "Camera helicopter pulls for epic reveals" + ], + "camera": "Multi-cam festival rig with aerial and ground-based hero lenses", + "accents": [ + "pyro-glow rim and confetti micro-speculars", + "LED-backlight silhouettes with crowd light-wave reflection" + ], + "mood": [ + "exultant triumph", + "collective euphoria" + ], + "lighting": [ + "high-intensity stage lighting with large contrast range", + "beam effects and volumetric fog for depth" + ], + "style": [ + "arena-pop spectacle", + "festival highlight reel" + ] + }, + { + "subGenre": "K-Pop", + "scene": "Home-video style documentary interstitials woven into the music cut", + "sceneVariants": [ + "Home-video style documentary interstitials woven into the music cut", + "Behind-the-scenes rehearsal snippets", + "Casual downtime clips of members laughing and preparing", + "Handheld camera logs and timestamp overlays", + "Autograph sessions and small fan interactions" + ], + "actions": [ + "Quick documentary cuts between performance segments", + "Natural candid interactions to humanize the group", + "Simple acoustic interlude in a dressing room", + "Final communal shot of the group together after the set" + ], + "camera": "Mixed-resolution handcam inserts blended into the polished footage", + "accents": [ + "warm home-cam saturation and timestamp overlays", + "soft vignetting for nostalgic feel" + ], + "mood": [ + "authentic warmth", + "relational closeness" + ], + "lighting": [ + "practical room lighting with mild grading", + "soft fill to maintain candid readability" + ], + "style": [ + "docu-pop montage", + "fan-focused behind-the-scenes short" + ] + }, + { + "subGenre": "K-Pop", + "scene": "Minimal black-box studio focused on performance and choreography clarity", + "sceneVariants": [ + "Minimal black-box studio focused on performance and choreography clarity", + "Monochrome floor to remove visual distractions", + "Single color LED backlight changing palette per section", + "High-speed cameras capturing technical footwork", + "Spotlighted solo breakdown moments" + ], + "actions": [ + "Precision execution of complex choreography with clean lines", + "Micro-breakdowns emphasizing synchrony", + "Solo moment with slow-motion technique detail", + "Final formation hit held with immaculate timing" + ], + "camera": "High-frame-rate motion capture with neutral grading for choreography study", + "accents": [ + "clean rim-light to separate bodies from black field", + "micro-contrast to define muscle and limb lines" + ], + "mood": [ + "disciplined focus", + "technical awe" + ], + "lighting": [ + "controlled spot key with single-color backlight shifts", + "no ambient clutter to ensure clarity" + ], + "style": [ + "performance study short", + "minimalist dance film" + ] + }, + { + "subGenre": "K-Pop", + "scene": "Rooftop garden at dusk with pastel lanterns and contemporary slow choreography", + "sceneVariants": [ + "Rooftop garden at dusk with pastel lanterns and contemporary slow choreography", + "Stringed harp and soft synth bed underpinning the chorus", + "Delicate fabric props billowing in the breeze", + "Close portrait lighting to showcase emotional nuance", + "Aerial soft-focus bokeh for romantic framing" + ], + "actions": [ + "Flowing slow choreography with lyrical arm phrasing", + "Lead delivering an intimate bridge with whispered ad-libs", + "Group forming spirals around the leader as the chorus builds", + "Camera slow-crane to capture breathy final phrase" + ], + "camera": "Soft crane and macro portrait lenses with gentle rack-focus", + "accents": [ + "pastel lantern rim and soft filmic glow", + "fabric specular micro-highlights as motion accents" + ], + "mood": [ + "romantic wistfulness", + "soft elegiac beauty" + ], + "lighting": [ + "diffuse dusk key with warm lantern pockets", + "gentle backlight for haloing" + ], + "style": [ + "romantic pop vignette", + "contemporary slow-cinema music short" + ] + }, + { + "subGenre": "K-Pop", + "scene": "Interactive live-stream set where fans influence visual filters in real-time", + "sceneVariants": [ + "Interactive live-stream set where fans influence visual filters in real-time", + "Split-screen overlays showing fan comments and reactions", + "Real-time AR props triggered by donation cues", + "Performers acknowledging live chat with callouts", + "Dynamic scene swaps driven by fan polls" + ], + "actions": [ + "Performers executing compact choreography suitable for mobile viewers", + "Leader reading fan messages and responding between lines", + "AR-triggered confetti and virtual props augmenting chorus", + "Camera switching between wide-stage and mobile POVs" + ], + "camera": "Multi-form output with dedicated mobile framing and broadcast switcher", + "accents": [ + "AR shimmer matched to visual branding", + "clean mobile-friendly contrast and saturation" + ], + "mood": [ + "interactive joy", + "intimate engagement" + ], + "lighting": [ + "even broadcast key with mobile-safe highlights", + "low-latency color consistency across feeds" + ], + "style": [ + "live-stream pop special", + "fan-integrated broadcast short" + ] + } + ] +} \ No newline at end of file diff --git a/src/data/music_and_dance_opera.json b/src/data/music_and_dance_opera.json new file mode 100644 index 0000000..fe024d2 --- /dev/null +++ b/src/data/music_and_dance_opera.json @@ -0,0 +1,129 @@ +{ + "music_and_dance": [ + { + "subGenre": "Opera", + "scene": "Historic opera house evening with grand chandelier, full orchestra pit and gilded balconies", + "sceneVariants": [ + "Historic opera house evening with grand chandelier, full orchestra pit and gilded balconies", + "Full-scale production of a classic tragic opera with period costumes", + "Intimate chamber opera staged in a small historic venue", + "Modern reinterpretation projected across minimalist set pieces", + "Outdoor opera festival staged on a castle lawn at dusk" + ], + "actions": [ + "Leading soprano delivering a soaring aria with full emotional crescendo", + "Conductor cueing the orchestra and chorus for a massive tutti", + "Principal bowing amid thunderous applause and floral throws", + "Stagehands executing a swift scene shift behind the velvet curtains" + ], + "camera": "Wide crane to capture stage and balconies, tight 85mm for facial drama and emotive close-ups", + "accents": [ + "warm chandelier rim-light on costume fabrics and glossy stage floors", + "micro-detail on embroidered costumes and tear-reflect catchlights" + ], + "mood": "grand tragic exaltation", + "lighting": "rich theatrical spotlights with warm house fill (evening/indoor)", + "style": "operatic cinematic staging cinematography" + }, + { + "subGenre": "Opera", + "scene": "Rehearsal studio with director, piano reduction and principals running a scene (day)", + "sceneVariants": [ + "Rehearsal studio with director, piano reduction and principals running a scene (day)", + "Staging rehearsal blocking movement for complex chorus sequences", + "Vocal coach working on phrasing with a young cover singer", + "Set-builder overlaying scenic piece adjustments during a break", + "Conductor and director arguing nuance before the orchestra joins" + ], + "actions": [ + "Director stopping to re-shape entrance timing for better dramatic effect", + "Singer isolating a phrase with a vocal coach to adjust color and breath", + "Stage manager calling for a prop reset and cast repositioning", + "Small group workshopping an emotionally delicate exchange" + ], + "camera": "Observational handheld and slider with focus on interpersonal coaching and score detail", + "accents": [ + "piano key micro-reflection and score page texture under soft lights", + "costume fabric fold micro-detail and backstage lamp halation" + ], + "mood": "focused collaborative craft", + "lighting": "soft natural studio or rehearsal lighting (day/indoor)", + "style": "behind-the-scenes operatic documentary cinematography" + }, + { + "subGenre": "Opera", + "scene": "Site-specific opera staged in an industrial warehouse with projected visuals and modern score (night)", + "sceneVariants": [ + "Site-specific opera staged in an industrial warehouse with projected visuals and modern score (night)", + "Experimental staging with audience moving through set stations", + "Electronic-acoustic hybrid score with live processing", + "Immersive promenade performance where singers interact with audience up close", + "Final cathartic ensemble performed on a flooded reflective floor" + ], + "actions": [ + "Singer walking through the audience delivering an intimate declamation", + "Projected visuals responding in time to vocal dynamics", + "Live-electronics manipulating vocal timbre in real-time", + "Audience members reacting with mixed curiosity and emotional hush" + ], + "camera": "Mobile handheld and low-angle tracking with projection-aware exposure", + "accents": [ + "projection halation and wet-floor mirror micro-reflections", + "industrial metal micro-texture and practical rig highlights" + ], + "mood": "provocative immersive intensity", + "lighting": "colored projection-led low ambient with strong practical accents (night/indoor)", + "style": "experimental site-specific opera cinematography" + }, + { + "subGenre": "Opera", + "scene": "Street-opera flash performance in a marketplace with local singers and portable instruments (day)", + "sceneVariants": [ + "Street-opera flash performance in a marketplace with local singers and portable instruments (day)", + "Mini-café opera vignettes performed between stalls", + "Short aria performances surprising shoppers and tourists", + "Roaming soprano and tenor duets under market awnings", + "Post-performance donation and community applause" + ], + "actions": [ + "Soprano projecting a clear aria line over ambient market noise and earning stunned silence", + "Tenor and soprano trading a short duet and receiving spontaneous applause", + "Vendor pausing to listen and smiling alongside children", + "Performers collecting small donations and sharing a bow" + ], + "camera": "Handheld roaming with wide market establishes and close candid reaction picks", + "accents": [ + "sunlit awning micro-bokeh and vocal breath micro-catch", + "fabric-and-food micro-textures creating local color" + ], + "mood": "surprising communal delight", + "lighting": "bright daylight with mixed practical shade (day/outdoor)", + "style": "community-engaged operatic cinematography" + }, + { + "subGenre": "Opera", + "scene": "Historic backstage costume shop with seamstresses, wig-makers and ornate headpieces (day)", + "sceneVariants": [ + "Historic backstage costume shop with seamstresses, wig-makers and ornate headpieces (day)", + "Wig master adding final hair pieces and powder", + "Stitching tiny beads and sequins onto a corset", + "Actor fitting with heavy makeup while director consults score", + "Late-night hurried touch-ups moments before curtain" + ], + "actions": [ + "Seamstress working a delicate bead sequence on a bodice by hand", + "Wig-maker pinning curls into an elaborate updo and powdering the line", + "Stagehand handing over a prop with a whispered 'on in two'", + "Performer rehearsing a short phrase within the makeup mirror before stepping out" + ], + "camera": "Macro and steady close-ups with tactile texture focus on fabrics and hands", + "accents": [ + "warm lamp halation on metallic thread and bead micro-detail", + "powder dust micro-particles captured in soft lighting" + ], + "mood": "craft intimate reverence", + "lighting": "warm practical lamp pockets with gentle diffusion (indoor)", + "style": "textural backstage craft cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/music_and_dance_orchestras.json b/src/data/music_and_dance_orchestras.json new file mode 100644 index 0000000..65e64d0 --- /dev/null +++ b/src/data/music_and_dance_orchestras.json @@ -0,0 +1,655 @@ +{ + "music_and_dance": [ + { + "subGenre": "Orchestras", + "scene": "Grand concert hall with a full symphony warming up before curtain", + "sceneVariants": [ + "Grand concert hall with a full symphony warming up before curtain", + "Rows of polished instruments and music stands glinting under house lights", + "Tensioned strings tuning while brass tests a middle G", + "Stage managers passing last-minute cues", + "Audience silhouettes settling into velvet seats" + ], + "actions": [ + "First violins tuning in unison followed by collective nod", + "Conductor rehearsing a short phrase with sweeping baton", + "Harpist plucking an arpeggio that ripples across the stage", + "A stagehand making a soft adjustment to a music stand" + ], + "camera": "Wide establishing shot from balcony then slow dolly-in to conductor face and hands", + "accents": [ + "warm golden rim on wood instruments", + "soft spot specular on polished brass" + ], + "mood": [ + "anticipatory reverence", + "measured focus" + ], + "lighting": [ + "broad warm stage key with soft audience fill" + ], + "style": [ + "classical concert documentary", + "orchestral portrait short" + ] + }, + { + "subGenre": "Orchestras", + "scene": "Intimate chamber hall where a string orchestra performs a delicate nocturne (dark)", + "sceneVariants": [ + "Intimate chamber hall where a string orchestra performs a delicate nocturne", + "Close-set chairs and bright sheet music lamps", + "Small audience in hushed rapt attention", + "A solo cello breathing against the amber lamplight", + "Velvet stage curtain slightly ajar" + ], + "actions": [ + "Cellist delivering a long bowed phrase with subtle vibrato", + "First violin offering a tender countermelody", + "Audience barely breathing between phrases", + "Camera close on bow hair and finger pads on string" + ], + "camera": "Tight dolly and telephoto compression for intimate facial and hand detail", + "accents": [ + "amber music-lamp micro-bokeh", + "micro-grain on wooden varnish" + ], + "mood": [ + "nocturnal intimacy", + "fragile tenderness" + ], + "lighting": [ + "low warm lamplight with soft backfill" + ], + "style": [ + "chamber music vignette", + "intimate performance short" + ] + }, + { + "subGenre": "Orchestras", + "scene": "Outdoor summer concert in a park with a full orchestra and a city skyline (light)", + "sceneVariants": [ + "Outdoor summer concert in a park with a full orchestra and a city skyline", + "Picnic blankets and families scattered on the lawn", + "Portable stage with acoustic shells", + "Children chasing bubbles near the front rows", + "Dusk slowly deepening behind glass towers" + ], + "actions": [ + "Conductor leading a triumphant brass fanfare", + "Audience clapping between movements and shouting encouragement", + "A soloist stepping forward for a featured motif", + "Camera crane pulling back to reveal the park and skyline" + ], + "camera": "Crane pulls and wide dolly to capture scale and environment", + "accents": [ + "golden-hour rim on brass", + "soft atmospheric haze across the lawn" + ], + "mood": [ + "communal uplift", + "sunset delight" + ], + "lighting": [ + "natural golden-hour key with gentle fill" + ], + "style": [ + "outdoor concert short", + "community music vignette" + ] + }, + { + "subGenre": "Orchestras", + "scene": "Rehearsal studio where a modern orchestra experiments with mixed meters", + "sceneVariants": [ + "Rehearsal studio where a modern orchestra experiments with mixed meters", + "Whiteboard markings showing strange time signatures", + "Players with headphones counting complex polyrhythms", + "A composer at a laptop adjusting a cue", + "Metronome pulses visible in the conductor's hand" + ], + "actions": [ + "Sections repeating tight rhythmic cells", + "Conductor isolating odd-bar phrases and guiding placement", + "A percussionist accenting with unusual timbres", + "Camera capturing close-in rhythm hands and conductor eye contact" + ], + "camera": "Roaming shoulder cam with syncopated jump-cuts to instrument action", + "accents": [ + "hard rim on percussion contact points", + "micro-detail on notation and tape marks" + ], + "mood": [ + "curious focus", + "experimental tension" + ], + "lighting": [ + "even studio key with directional spot accents" + ], + "style": [ + "modern rehearsal vignette", + "experimental ensemble short" + ] + }, + { + "subGenre": "Orchestras", + "scene": "Historic opera house during a gala concert with full chorus and orchestra", + "sceneVariants": [ + "Historic opera house during a gala concert with full chorus and orchestra", + "Ornate balconies and glittering chandeliers", + "Audience in formal wear and floral arrangements", + "A dramatic overture building to a roar", + "Stage framed in gilded proscenium" + ], + "actions": [ + "Balletic conductor gestures opening a broad tutti", + "Chorus entering with sweeping harmonies", + "Camera sweeping across balconies to capture reaction", + "Soloists taking theatrical poses as motifs land" + ], + "camera": "Broad crane shots alternating with formal telephoto portraiture", + "accents": [ + "chandelier micro-glint and gilded specular", + "smooth filmic grain for archival feel" + ], + "mood": [ + "ceremonial grandeur", + "theatrical exhilaration" + ], + "lighting": [ + "rich warm stage key with chandelier highlights" + ], + "style": [ + "gala concert film", + "historic performance vignette" + ] + }, + { + "subGenre": "Orchestras", + "scene": "Recording studio where a film score orchestra lays down emotive cues", + "sceneVariants": [ + "Recording studio where a film score orchestra lays down emotive cues", + "Isolation booths and a control room glass", + "Sheet music annotated with film timecodes", + "A producer signaling to punch a bar", + "Mood boards pinned with still frames" + ], + "actions": [ + "Precise cueing for frame-locked hits", + "Conductor watching a click track and picture", + "Strings delivering legato lines timed to picture", + "Engineer adjusting levels and noting takes" + ], + "camera": "Cross-cut between stage and control room with close mic-inserts", + "accents": [ + "micro-detail on mic capsules and string rosin dust", + "soft control-room glow on faces" + ], + "mood": [ + "focused precision", + "creative concentration" + ], + "lighting": [ + "practical studio key with cool control-room backlight" + ], + "style": [ + "studio session short", + "film-music vignette" + ] + }, + { + "subGenre": "Orchestras", + "scene": "Community youth orchestra performing in a school auditorium (light)", + "sceneVariants": [ + "Community youth orchestra performing in a school auditorium", + "Prideful parents in the front row", + "Patchwork uniforms and mismatched chairs", + "A student soloist nervously stepping forward", + "Posters and hand-drawn banners on the walls" + ], + "actions": [ + "Encouraging applause and teacher cues", + "A young violinist finding confident tone", + "Camera capturing hopeful expressions and off-stage pep talks", + "A final bow with families rushing to congratulate" + ], + "camera": "Handheld empathetic coverage with low-angle hero shots of soloists", + "accents": [ + "soft spotlight on soloist and warm auditorium bounce", + "paper micro-texture on handmade programs" + ], + "mood": [ + "earnest pride", + "communal warmth" + ], + "lighting": [ + "bright stage key with warm audience fill" + ], + "style": [ + "community music portrait", + "docu-short vignette" + ] + }, + { + "subGenre": "Orchestras", + "scene": "Late-night backstage corridor where musicians tune and swap stories (dark)", + "sceneVariants": [ + "Late-night backstage corridor where musicians tune and swap stories", + "Dim green exit signs and instrument cases stacked in alcoves", + "A lone snack table with travel coffee", + "Snatches of rehearsal motifs leaking from the stage", + "Players leaning in low-lit clusters telling anecdotes" + ], + "actions": [ + "Quiet laughter and soft tuning pegs turning", + "A senior player giving calming advice to a nervous newcomer", + "Camera close on hands and instrument cases being zipped", + "A fleeting focused glance toward the stage as applause swells" + ], + "camera": "Intimate handheld and low-light portraiture with selective focus", + "accents": [ + "filmic grain in low light and warm pocket-lamps", + "micro-sheen on leather cases" + ], + "mood": [ + "ruminating camaraderie", + "nocturnal reflection" + ], + "lighting": [ + "low practical pockets with warm accents" + ], + "style": [ + "backstage vignette", + "quiet human short" + ] + }, + { + "subGenre": "Orchestras", + "scene": "Open-air amphitheater by the sea with winds affecting delicate string passages", + "sceneVariants": [ + "Open-air amphitheater by the sea with winds affecting delicate string passages", + "Waves beyond the stage and gulls crying faintly", + "Musicians braced against gusts with page weights", + "Audience wrapped in shawls as evening cools", + "Sails of nearby boats catching stage light" + ], + "actions": [ + "Page weights clamping down as ensemble plays", + "Conductor compensating for wind-breathed tempo drift", + "Camera wide to capture sea and score interplay", + "A solo flute carving a lyrical line above surf noise" + ], + "camera": "Wide coastal pullback with stabilized close-ins during solos", + "accents": [ + "salt micro-sheen on brass and wind-swept hair highlights" + ], + "mood": [ + "open melancholy", + "wind-swept beauty" + ], + "lighting": [ + "low seaside key with warm front fill" + ], + "style": [ + "coastal performance short", + "outdoor orchestral vignette" + ] + }, + { + "subGenre": "Orchestras", + "scene": "Historic rehearsal of a period orchestra using gut strings and original bows", + "sceneVariants": [ + "Historic rehearsal of a period orchestra using gut strings and original bows", + "Sheet music in facsimile with hand-annotations", + "Music stands carved in baroque style", + "Period attire and wooden stools", + "A harpsichordist preparing with articulated forefinger" + ], + "actions": [ + "Player articulating historically informed phrasing", + "Conductor cueing period tempos and ornamentation", + "Camera macro on gut string texture and rosin patterns", + "A collective breath before a delicate ornament" + ], + "camera": "Respectful static camera with macro archival inserts", + "accents": [ + "warm wood micro-specular and parchment grain detail" + ], + "mood": [ + "antique scholarship", + "textured authenticity" + ], + "lighting": [ + "soft warm archival key with slight vignette" + ], + "style": [ + "period performance short", + "historical music vignette" + ] + }, + { + "subGenre": "Orchestras", + "scene": "Festival stage with a crossover orchestra blending cinematic and folk elements", + "sceneVariants": [ + "Festival stage with a crossover orchestra blending cinematic and folk elements", + "Guests milling with colorful scarves", + "Unorthodox instrumentation like nyckelharpa and duduk", + "A conductor waving between groove and rubato", + "Lights strobed for rhythmic emphasis" + ], + "actions": [ + "Fusion motifs building to a rhythmic crescendo", + "Camera alternating between traditional and modern instruments", + "Audience clapping in sync during a rhythmic break", + "A solo that bridges folk timbre and cinematic sweep" + ], + "camera": "Dynamic multi-cam coverage with rhythm-matched cutting", + "accents": [ + "high-contrast rim on ethnic instruments", + "stage haze micro-diffusion" + ], + "mood": [ + "eclectic exhilaration", + "communal fusion" + ], + "lighting": [ + "dynamic colored stage lights with warm fill" + ], + "style": [ + "festival fusion short", + "cross-genre vignette" + ] + }, + { + "subGenre": "Orchestras", + "scene": "Silent film accompaniment where a small orchestra interprets live to black-and-white reels", + "sceneVariants": [ + "Silent film accompaniment where a small orchestra interprets live to black-and-white reels", + "Projector lamp flicker and film sprocket whir", + "Conductor syncing cues to projected frames", + "Audience watching raptly as images flicker", + "Score sheets marked with scene cues" + ], + "actions": [ + "Orchestra accenting onscreen action with synchronized hits", + "Conductor sliding tempo to match projected pacing", + "Camera cuts to projected frame and back to stage", + "A pianist improvising under the live images" + ], + "camera": "Cross-cut inserts between screen and close stage camera", + "accents": [ + "projector micro-glow and film-grain overlay", + "pianistic micro-detail" + ], + "mood": [ + "nostalgic interplay", + "synchronous creativity" + ], + "lighting": [ + "low house with screen-driven fill" + ], + "style": [ + "silent-film short", + "historical accompaniment vignette" + ] + }, + { + "subGenre": "Orchestras", + "scene": "Experimental concert where orchestra members are spatially separated around a hall", + "sceneVariants": [ + "Experimental concert where orchestra members are spatially separated around a hall", + "Individual amplifiers and subtle click monitors", + "Audience encircling performers for immersive sound", + "Conductor coordinating time with radio cue", + "Stage architecture used as resonance panels" + ], + "actions": [ + "Phase-shifted motifs traveling through space", + "Camera roaming between groupings to capture spatial interplay", + "A percussionist turning to another group for precise call", + "Audience turning and reorienting with the music" + ], + "camera": "Immersive roaming with occasional binaural inserts", + "accents": [ + "spatial micro-delay echoes and mechanical click detail" + ], + "mood": [ + "spatial curiosity", + "experimental immersion" + ], + "lighting": [ + "low directed spots with dark surrounds" + ], + "style": [ + "experimental sound vignette", + "immersive concert short" + ] + }, + { + "subGenre": "Orchestras", + "scene": "Charity benefit concert in an industrial warehouse repurposed for sound", + "sceneVariants": [ + "Charity benefit concert in an industrial warehouse repurposed for sound", + "Hanging rigging and improvised stage seating", + "Banners describing cause and sponsor tables", + "Volunteers handing programs to arriving guests", + "A large ensemble playing with raw, resonant acoustics" + ], + "actions": [ + "Audience participating in a silent auction between pieces", + "Conductor addressing the cause before the performance", + "Camera capturing candid volunteer and musician interactions", + "A communal finale inviting guest singers" + ], + "camera": "Documentary-style lateral passes and intimate cutaways", + "accents": [ + "raw room micro-reverb and warm practicals" + ], + "mood": [ + "community solidarity", + "raw compassion" + ], + "lighting": [ + "ambient industrial key with warm stage accents" + ], + "style": [ + "benefit concert short", + "documentary vignette" + ] + }, + { + "subGenre": "Orchestras", + "scene": "Street-side pop-up ensemble performing arrangements of popular songs", + "sceneVariants": [ + "Street-side pop-up ensemble performing arrangements of popular songs", + "Portable stands and battery-powered amplification", + "Passersby stopping to listen and drop coins", + "An arrangement turning a chart-topper into string-rich version", + "Nearby cafes spilling light onto the pavement" + ], + "actions": [ + "Arranger cueing a fresh reharmonization on the fly", + "Camera close on surprised passerby reactions", + "A cellist improvising a bridge over a familiar chorus", + "Audience clapping along and recording on phones" + ], + "camera": "Handheld urban coverage with quick reaction inserts", + "accents": [ + "city micro-bounce on brass and pedestrian speculars" + ], + "mood": [ + "urban delight", + "spontaneous joy" + ], + "lighting": [ + "even street-key with warm café fill" + ], + "style": [ + "pop-up performance vignette", + "street music short" + ] + }, + { + "subGenre": "Orchestras", + "scene": "Final dress rehearsal with full lighting and stage effects in place (dark)", + "sceneVariants": [ + "Final dress rehearsal with full lighting and stage effects in place", + "Pyro-test flashes and light cues rehearsed", + "Full costuming laid out behind the wings", + "Conductor counting off the full dramatic arc", + "Stagehands with headsets following cue lists" + ], + "actions": [ + "Full run-through with light, sound, and stage movement", + "Camera catching tension in the conductor's jaw and hands", + "A missed cue corrected and re-run quickly", + "Crew walking through the wings checking set safety" + ], + "camera": "High-tension close-ins intercut with wide stage checks", + "accents": [ + "cue light micro-glow and smoky haze micro-specular" + ], + "mood": [ + "high-stakes focus", + "tense readiness" + ], + "lighting": [ + "full stage key with practicals and effect flashes" + ], + "style": [ + "dress rehearsal short", + "theatre preparation vignette" + ] + }, + { + "subGenre": "Orchestras", + "scene": "Morning orchestra warm-up in a sunlit practice room (light)", + "sceneVariants": [ + "Morning orchestra warm-up in a sunlit practice room", + "Open windows and coffee cups on a side table", + "Players rolling their bows and checking tuning", + "Soft chatter as parts are compared and balanced", + "A metronome ticking quietly on the piano" + ], + "actions": [ + "Sectional scales gradually increasing dynamics", + "A coach giving brief phrased advice", + "Camera close on breath and bow articulation", + "Players smiling as a passage finally locks in" + ], + "camera": "Gentle lateral passes with close-in tactile macro", + "accents": [ + "morning window rim and warm wood micro-reflection" + ], + "mood": [ + "gentle optimism", + "professional warmth" + ], + "lighting": [ + "bright natural key with soft fill" + ], + "style": [ + "practice vignette", + "orchestral daily rhythm short" + ] + }, + { + "subGenre": "Orchestras", + "scene": "Site-specific performance inside an old train station with unique acoustics", + "sceneVariants": [ + "Site-specific performance inside an old train station with unique acoustics", + "Arched ceilings and tiled concourses providing echo", + "Commuters pausing as music flows through the hall", + "Echoing footsteps mixing with bowed resonances", + "A conductor adapting phrasing to the reverberant room" + ], + "actions": [ + "Sections spacing themselves to exploit echoes", + "Camera long passes to capture architectural-musical interplay", + "Solo lines emerging and then absorbing into the hall", + "Audience moving with the sound as it migrates" + ], + "camera": "Architectural wide shots with careful long telephoto pulls", + "accents": [ + "hall micro-reverb and tile speculars" + ], + "mood": [ + "architectural wonder", + "sonic exploration" + ], + "lighting": [ + "mixed natural and warm practical key" + ], + "style": [ + "site-specific music short", + "acoustic architecture vignette" + ] + }, + { + "subGenre": "Orchestras", + "scene": "Avant-garde collaboration where orchestra and electronic artists share the stage", + "sceneVariants": [ + "Avant-garde collaboration where orchestra and electronic artists share the stage", + "Modular synths and effect racks beside timpani", + "Live signal processing applied to acoustic instruments", + "Projections synced to spectral transforms", + "Audience seated in a black-box environment" + ], + "actions": [ + "Real-time processing of string textures into pads", + "Conductor coordinating timing with click and MIDI cues", + "Camera close on patch cables and bow contact points", + "An electronic artist gesturing to trigger spatial events" + ], + "camera": "Handheld micro-inserts and stabilized wide for visual balance", + "accents": [ + "LED rim-color matched to harmonic density", + "micro-clarity on patch interactions" + ], + "mood": [ + "futuristic curiosity", + "textural immersion" + ], + "lighting": [ + "dynamic LED accents with low house key" + ], + "style": [ + "electro-orchestral vignette", + "experimental concert short" + ] + }, + { + "subGenre": "Orchestras", + "scene": "Community memorial service where a small orchestra performs solemn repertoire (dark)", + "sceneVariants": [ + "Community memorial service where a small orchestra performs solemn repertoire", + "Candles and floral wreaths in a quiet civic hall", + "Family members placing photos near the stage", + "A bowed cello intoning a slow lament", + "Speakers offering brief remembrances between movements" + ], + "actions": [ + "Quiet measured phrases and collective breathes between lines", + "Camera respectful close-ups on bowed instruments and hands", + "Audience bowing heads and occasional soft applause", + "A final held chord dissolving into silence" + ], + "camera": "Respectful telephoto portrait with long held shots", + "accents": [ + "candle micro-specular and soft wax-glow rim" + ], + "mood": [ + "solemn reflection", + "communal mourning" + ], + "lighting": [ + "low soft warm key with deep ambient shadow" + ], + "style": [ + "memorial music vignette", + "solemn performance short" + ] + } + ] +} \ No newline at end of file diff --git a/src/data/music_and_dance_rock_bands.json b/src/data/music_and_dance_rock_bands.json new file mode 100644 index 0000000..04d603e --- /dev/null +++ b/src/data/music_and_dance_rock_bands.json @@ -0,0 +1,229 @@ +{ + "music_and_dance": [ + { + "subGenre": "Rock Bands", + "scene": "Stadium headline show with packed crowd, massive PA stacks and pyro during the finale", + "sceneVariants": [ + "Stadium headline show with packed crowd, massive PA stacks and pyro during the finale", + "Arena rock night with laser rigs and camera cranes", + "Open-air festival mainstage with sunrise set and early risers", + "Intimate acoustic encore on a riser in the center of the floor", + "After-show meet-and-greet in a controlled VIP area" + ], + "actions": [ + "Frontman launching into the chorus with the crowd singing every word", + "Guitarist shredding an extended solo while lights streak across the stage", + "Drummer hitting a roll that cues a synchronized pyro blast", + "Band walking to the front of the stage for a raw unplugged encore" + ], + "camera": "Crane and long telephoto for crowd compression, tight 50–85mm on soloists, wide for the full stage", + "accents": [ + "pyro and haze creating dramatic rim-light on performers", + "sweat-sheen and lacquered guitar micro-reflections" + ], + "mood": "electric triumphant euphoria", + "lighting": "high-energy moving heads and warm footers with heavy haze (night/large-venue)", + "style": "epic large-scale concert cinematography" + }, + { + "subGenre": "Rock Bands", + "scene": "Underground club gig with floor-level stage, sweaty crowd and raw PA (night)", + "sceneVariants": [ + "Underground club gig with floor-level stage, sweaty crowd and raw PA (night)", + "Support-band slot with a hungry local fanbase", + "Basement punk show with tight proximity and mosh", + "DIY community venue with stickered amps and low ceilings", + "Late-night post-gig jam in the back alley" + ], + "actions": [ + "Band ripping into a gritty opener, crowd surging forward in sync", + "Lead singer jumping into the crowd for an impromptu singalong", + "Bassline throbbing, floor vibrations visible in lens", + "Soundcrew improvising quick fixes between songs as the set continues" + ], + "camera": "Handheld gritty close with wide lens for proximity and occasional crowd POVs", + "accents": [ + "practical stage bulbs and neon signage rim-lighting faces", + "amp grill texture, sticker micro-detail and sweat micro-sheen" + ], + "mood": "raw urgent intensity", + "lighting": "limited practicals + warm halation, heavy contrast (night/indoor)", + "style": "raw documentary club-cinema" + }, + { + "subGenre": "Rock Bands", + "scene": "Studio tracking day with close-mic captures, producers and vintage consoles", + "sceneVariants": [ + "Studio tracking day with close-mic captures, producers and vintage consoles", + "Live-off-the-floor cut recorded with vintage ribbon mics", + "Vocal overdub booth with focused artist and headphones", + "Producer adjusting analog EQ and tape-saturation settings", + "Late-night coffee-fuelled editing and comping sessions" + ], + "actions": [ + "Band nailing a live take and collapsing into tired laughter", + "Producer calling for one more pass while adjusting a ribbon mic angle", + "Vocalist delivering a fragile intimate phrase with dynamic nuance", + "Engineer rewinding tape and marking the best comp moments" + ], + "camera": "Interior close technical shots of consoles, microphones and finger micro-movements", + "accents": [ + "console meter glow and lamp halation", + "tape head sheen and cable weave micro-detail" + ], + "mood": "focused creative intensity", + "lighting": "soft warm studio practicals with selective highlights (indoor)", + "style": "intimate studio documentary cinematography" + }, + { + "subGenre": "Rock Bands", + "scene": "Rehearsal warehouse with full rig, set-building and creative arrangement debates (day)", + "sceneVariants": [ + "Rehearsal warehouse with full rig, set-building and creative arrangement debates (day)", + "Dress rehearsal with quick camera run-through for stage TV", + "Staging and lighting tech run to choreograph entries", + "Songwriting jam session on a battered couch between takes", + "Merch table layout testing and setlist chalkboard updates" + ], + "actions": [ + "Band rehearsing a new bridge repeatedly, tinkering with tempo", + "Lighting tech programming a strobe cue while the drummer counts off", + "Frontman and guitarist arguing gently over arrangement then smiling and compromising", + "Crew building a riser and testing monitor mixes between runs" + ], + "camera": "Documentary gimbal with candid cutaways and practical-focused close-ups", + "accents": [ + "practical work-lamp halation and metal scaffold micro-texture", + "chalkboard text and worn-case micro-detail" + ], + "mood": "collaborative gritty craftsmanship", + "lighting": "mixed practicals and daylight apertures (day/indoor)", + "style": "behind-the-scenes production cinematography" + }, + { + "subGenre": "Rock Bands", + "scene": "Acoustic porch session at sunset with stripped-down arrangements and close friends", + "sceneVariants": [ + "Acoustic porch session at sunset with stripped-down arrangements and close friends", + "Living-room unplugged session recorded for a web special", + "Campfire singalong with harmonies and lo-fi charm", + "Singer-songwriter intimate set with storytelling interludes", + "Small charity benefit in a community garden" + ], + "actions": [ + "Guitarist fingerpicking a tender verse while the vocal carries soft and raw", + "Harmonies swelling as friends join, creating a warm chorus", + "Audience chiming in on the refrain for a communal moment", + "Performers laughing and swapping stories between songs" + ], + "camera": "Warm 35mm handheld with soft wide establishes and intimate close-ups", + "accents": [ + "golden rim on wood grain and string micro-vibration", + "soft bokeh from sunset and candle practicals" + ], + "mood": "nostalgic intimate warmth", + "lighting": "warm golden-hour sunlight with soft fill (evening)", + "style": "lifestyle intimate music cinematography" + }, + { + "subGenre": "Rock Bands", + "scene": "Festival backstage chaos with quick-change tents, roadies and hurried interviews (day)", + "sceneVariants": [ + "Festival backstage chaos with quick-change tents, roadies and hurried interviews (day)", + "Media corridor with fast TV cut-ins and sponsor demands", + "Greenroom tense with artist pre-show focus and flash interviews", + "Merch lines being restocked with frantic energy", + "Late-night wrap party with fatigued camaraderie" + ], + "actions": [ + "Stage manager barking cues into an earpiece while roadies swap a broken cable", + "Guitar tech re-stringing under time pressure and handing the instrument up", + "Artist conducting a 30-second interview and sprinting to the stage", + "Crew celebrating a clean set with exhausted hugs and beers" + ], + "camera": "Handheld fly-on-the-wall with tight candid cutaways and quick editing pace", + "accents": [ + "fluorescent backstage halation and gear-case worn textures", + "sweat and gloss micro-highlights under practical lamps" + ], + "mood": "kinetic hectic camaraderie", + "lighting": "mixed practical tents, backlight, and sporadic flash (day/night)", + "style": "fast-paced festival documentary cinematography" + }, + { + "subGenre": "Rock Bands", + "scene": "Vintage vinyl listening party where a band plays tracks and discusses inspirations (night)", + "sceneVariants": [ + "Vintage vinyl listening party where a band plays tracks and discusses inspirations (night)", + "Intimate Q&A with the songwriter and a rare acoustic demo", + "Record-pressing reveal and celebration of a reissue", + "Small gallery of archival photos and liner-notes discussion", + "Late-night DJ set spinning remixes of the band's catalogue" + ], + "actions": [ + "Band playing a rare acoustic demo and explaining compositional backstory", + "Attendees leaning in to hear the unique mastering detail on vinyl", + "Host swapping pressings and narrating liner-note anecdotes", + "Group sharing nostalgic laughter about early tour misadventures" + ], + "camera": "Warm close interview primes with tactile vinyl and sleeve micro-texture close-ups", + "accents": [ + "vinyl groove sheen and turntable light micro-reflects", + "paper sleeve texture and ink micro-detail" + ], + "mood": "nostalgic reflective intimacy", + "lighting": "low warm practicals with soft diffusion (night/indoor)", + "style": "archival musician documentary cinematography" + }, + { + "subGenre": "Rock Bands", + "scene": "Street-side guerrilla busking session where the band plays a raw set for passersby (day)", + "sceneVariants": [ + "Street-side guerrilla busking session where the band plays a raw set for passersby (day)", + "Corner-shop audience clapping along to an impromptu chorus", + "Harsh midday sun with a quick portable amp setup", + "Rooftop pop-up busk with skyline as backdrop", + "Busking duo earning coins and trading jokes between songs" + ], + "actions": [ + "Band launching into a stripped-down version of a hit song drawing cheering passersby", + "Lead singer leaning into a mic and making eye contact with a street vendor", + "Crowd joining the chorus and recording the moment on phones", + "Band packing up with satisfied warm smiles and a full tip jar" + ], + "camera": "Handheld social-friendly capture with low-angle street vibe and candid audience picks", + "accents": [ + "sunlit dust and pavement micro-bokeh", + "amp grill texture and hand-callus micro-detail" + ], + "mood": "spontaneous communal joy", + "lighting": "bright daylight with practical urban fill (day)", + "style": "raw street-performance music cinematography" + }, + { + "subGenre": "Rock Bands", + "scene": "Slow-motion technical guitar solo breakdown in a studio showing finger technique and amp response", + "sceneVariants": [ + "Slow-motion technical guitar solo breakdown in a studio showing finger technique and amp response", + "Close macro on fret-hand micro movements and pick slurs", + "Amp-cab mic placement experiment showing tone differences", + "Guitarist explaining phrasing with annotated overlays", + "Isolated lick playback with multi-angle slow-motion" + ], + "actions": [ + "Ultra-slow macro of index-finger vibrato and subtle wrist micro-rotation", + "Pick attack and string response captured at 1200fps for transient detail", + "Engineer swapping mics and demonstrating tonal variance in real-time", + "Guitarist repeating a phrase until micro-intonation is perfect" + ], + "camera": "High-frame-rate macro rigs for string, pick and finger micro-movement", + "accents": [ + "specular string sheen and lacquer micro-reflection", + "amp grill micro-texture and vacuum-tube glow highlights" + ], + "mood": "analytical obsessive craft", + "lighting": "controlled studio key and rim for micro-detail (indoor)", + "style": "technical slow-motion music cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/music_and_dance_salsa.json b/src/data/music_and_dance_salsa.json new file mode 100644 index 0000000..1ce2efb --- /dev/null +++ b/src/data/music_and_dance_salsa.json @@ -0,0 +1,129 @@ +{ + "music_and_dance": [ + { + "subGenre": "Salsa", + "scene": "Packed Latin club with wooden floor, mirrored walls and a live salsa band on stage", + "sceneVariants": [ + "Packed Latin club with wooden floor, mirrored walls and a live salsa band on stage", + "Late-night salsa social with rotating DJs and live percussion", + "Intimate pareja dance corner where couples trade complex turns", + "Open-floor rueda circle with multiple couples exchanging partners", + "After-party rooftop salsa under string lights" + ], + "actions": [ + "Leader executing a clean set of cross-body leads and timed flicks", + "Follower responding with elegant axis turns and rhythmic footwork", + "Congas and timbales building a layered crescendo to cue a choreographic peak", + "Couple finishing a syncopated shine sequence and returning to the rueda" + ], + "camera": "Warm handheld following couples across the floor with occasional 50mm pull-ins on feet and expressions", + "accents": [ + "warm footlight rim on polished wood and sequined dress micro-glints", + "sweat micro-sheen and instrument lacquer highlights" + ], + "mood": "sensual communal heat", + "lighting": "warm club practicals with soft colored fill gels (night)", + "style": "lively social dance cinematography" + }, + { + "subGenre": "Salsa", + "scene": "Outdoor cultural festival on a town plaza with salsa stages and food stalls (day)", + "sceneVariants": [ + "Outdoor cultural festival on a town plaza with salsa stages and food stalls (day)", + "Community salsa workshop with rotating partner changes", + "Street parade with live brass and dancers in colorful costumes", + "Family-friendly daytime rueda with open participation", + "Sunset headline concert with a famous salsa orchestra" + ], + "actions": [ + "Large ensemble rueda forming a precise circle and executing synchronized calls", + "Beginners joining a short workshop and nailing their first basic turn", + "Brass section punctuating the chorus while dancers spin in unison", + "Crowd clapping clave rhythm and dancing on the sidelines" + ], + "camera": "Drone wide for plaza establishes, telephoto for band and dancer compression, and handheld for crowd intimacy", + "accents": [ + "sunlit color saturation on costumes and vendor awnings", + "brass instrument micro-glints and dust micro-bokeh" + ], + "mood": "festive communal joy", + "lighting": "bright daytime with warm practical fills (day)", + "style": "festival documentary dance cinematography" + }, + { + "subGenre": "Salsa", + "scene": "Rooftop salsa party at dusk with skyline bokeh and small DJ rig", + "sceneVariants": [ + "Rooftop salsa party at dusk with skyline bokeh and small DJ rig", + "Chill salsa lounge with couples practicing smooth moves", + "Sunset slow-salsa session for pairs and beginners", + "After-hours rooftop DJ remix set focused on salsa grooves", + "Intimate rooftop choreography shoot for social media" + ], + "actions": [ + "Couple executing a slow, smooth cross-body turn to the skyline", + "DJ accenting beats with live percussion samples as dancers respond", + "Videographer capturing close footwork and hand connections", + "Group finishing with a sunset group photo and united bow" + ], + "camera": "Warm telephoto and low-angle rooftop wide with soft bokeh on skyline lights", + "accents": [ + "golden rim from the setting sun and warm skin catchlights", + "light wind micro-motion in hair and dress fabric" + ], + "mood": "romantic chill warmth", + "lighting": "sunset into warm practicals and soft ambient (evening)", + "style": "lifestyle rooftop dance cinematography" + }, + { + "subGenre": "Salsa", + "scene": "Dance studio rehearsal with mirrored wall, barre and coach calling out corrections (day)", + "sceneVariants": [ + "Dance studio rehearsal with mirrored wall, barre and coach calling out corrections (day)", + "Technique clinic focusing on footwork precision and timing", + "Partnering workshop refining lead-follow connection", + "Choreography run-through for an upcoming performance", + "Small-group practice with video playback for critique" + ], + "actions": [ + "Coach pausing the run-through to correct frame and axis alignment", + "Dancers repeating a tricky turn sequence until the timing is perfect", + "Partner practicing nonverbal communication cues to improve responsiveness", + "Playback review showing where to tighten musicality" + ], + "camera": "Clean studio multi-cam with mirrored reflections used for matching angles and close technique shots", + "accents": [ + "mirror rim micro-reflection and wooden floor polish micro-detail", + "sweat micro-sheen and shoe sole tread detail" + ], + "mood": "focused methodical progress", + "lighting": "bright studio daylight or softbox practicals (day/indoor)", + "style": "technical rehearsal dance cinematography" + }, + { + "subGenre": "Salsa", + "scene": "Intimate salsa lounge for a live band and a near-empty floor, emphasizing lyrical expression (night)", + "sceneVariants": [ + "Intimate salsa lounge for a live band and a near-empty floor, emphasizing lyrical expression (night)", + "Solo singer delivering a romantic bolero between sets", + "Slow salsa elation with emphasis on musical phrasing", + "Couple improvising a slow partnered sequence under a single spotlight", + "Late-night winding down with soft conversations at the bar" + ], + "actions": [ + "Singer delivering a melancholic verse and dancers responding with soft movement", + "Band shifting into a minor-key passage that prompts intimate partnering", + "Camera focusing on small eye contact and hand micro-gestures between dancers", + "Final slow down with a candle-lit toast" + ], + "camera": "Intimate 50–85mm close-ups with slow rack focus to capture subtle emotion", + "accents": [ + "single-spot halation and reflective table micro-bokeh", + "instrument lacquer micro-highlights and vocal breath detail" + ], + "mood": "intimate emotive nostalgia", + "lighting": "single warm spotlight with low ambient (night/indoor)", + "style": "low-key emotive salsa cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/music_and_dance_singing_solo.json b/src/data/music_and_dance_singing_solo.json new file mode 100644 index 0000000..22971f4 --- /dev/null +++ b/src/data/music_and_dance_singing_solo.json @@ -0,0 +1,551 @@ +{ + "music_and_dance": [ + { + "subGenre": "Singing Solo", + "scene": "Intimate café corner where a solo singer performs torch songs at dusk", + "sceneVariants": [ + "Intimate café corner where a solo singer performs torch songs at dusk", + "A single mic with a warm amber spotlight", + "Small tables with flickering candles and espresso cups", + "Patrons leaning forward in quiet attention", + "A tip jar half-full near the mic stand" + ], + "actions": [ + "Singer delivering breathy, emotional lines with quiet dynamics", + "Audience murmuring soft approval between phrases", + "Barista sliding a fresh cup across the counter", + "Camera close on micro-expressions and cupped hands" + ], + "camera": "Tight portrait lens with slow push-ins on face and hand gestures", + "accents": [ + "soft amber rim on cheekbones", + "micro-bokeh from candle flames" + ], + "mood": [ + "nostalgic intimacy", + "tender melancholy" + ], + "lighting": [ + "warm tungsten key with low ambient", + "subtle rim to separate singer from background" + ], + "style": [ + "piano-bar vignette", + "intimate music short" + ] + }, + { + "subGenre": "Singing Solo", + "scene": "Empty subway platform at night where a busker sings to passing trains (dark)", + "sceneVariants": [ + "Empty subway platform at night where a busker sings to passing trains", + "Flickering fluorescent panels and wet tile reflections", + "A lone guitar case open for donations", + "Announcements echoing between trains", + "A distant janitor sweeping in the shadows" + ], + "actions": [ + "Singer holding long notes as trains roar past", + "A commuter dropping a coin and nodding", + "Camera low to capture reflections and mouth micro-movement", + "A pause as a conductor exchange a glance" + ], + "camera": "Handheld with shallow depth to isolate face against moving lights", + "accents": [ + "cold tube-lamp rim and wet floor micro-reflections" + ], + "mood": [ + "urban solitude", + "resilient vulnerability" + ], + "lighting": [ + "cold practicals with strong backlight from arriving trains" + ], + "style": [ + "street busker vignette", + "nocturnal urban short" + ] + }, + { + "subGenre": "Singing Solo", + "scene": "Open-air folk festival stage with a single acoustic singer at golden hour (light)", + "sceneVariants": [ + "Open-air folk festival stage with a single acoustic singer at golden hour", + "Hay-bale seating and picnic blankets", + "A simple wooden stage with minimal amplification", + "Children chasing at the field edge", + "A warm skyline behind distant trees" + ], + "actions": [ + "Singer strumming soft fingerstyle while telling a short story between verses", + "Audience singing quietly on refrains", + "Camera wide to capture horizon then gentle cut to face", + "A child running to the stage with a handmade flower" + ], + "camera": "Slow crane-to-telephoto to compress performer against landscape", + "accents": [ + "golden-hour rim on hair and guitar varnish", + "warm atmospheric haze" + ], + "mood": [ + "communal warmth", + "gentle nostalgia" + ], + "lighting": [ + "natural golden key with soft fill" + ], + "style": [ + "folk performance short", + "sunset acoustic vignette" + ] + }, + { + "subGenre": "Singing Solo", + "scene": "Recording booth where a solo vocalist lays down an intimate lead vocal (dark)", + "sceneVariants": [ + "Recording booth where a solo vocalist lays down an intimate lead vocal", + "Miles of cable and a glowing control-room window", + "A producer with headphones giving quiet thumbs-up", + "Pop filter and close condenser mic setup", + "Lyric sheets with small corrections" + ], + "actions": [ + "Vocalist delivering several takes, refining emotional inflection", + "Engineer punching in to capture a better phrase", + "Camera macro on breath condensation and mouth shape", + "A satisfied smile and a quick embrace after a great take" + ], + "camera": "Cross-cut between booth macro and control-room reaction shots", + "accents": [ + "micro-detail on mic capsule and warm control-room glow" + ], + "mood": [ + "focused vulnerability", + "creative intensity" + ], + "lighting": [ + "low key with warm control-room fill and soft booth backlight" + ], + "style": [ + "studio session vignette", + "recording portrait short" + ] + }, + { + "subGenre": "Singing Solo", + "scene": "Church choir loft where a soloist sings an aria during a midday service (light)", + "sceneVariants": [ + "Church choir loft where a soloist sings an aria during a midday service", + "Sunbeams through stained glass falling across pews", + "Candles and hymnals arranged on hymn stands", + "A small congregation listening with reverence", + "High vaulted stone and ornate woodwork" + ], + "actions": [ + "Soloist sustaining a pure legato against a soft organ", + "Congregation folding hands and closing eyes", + "Camera upward crane to capture loft and nave geometry", + "A final held note dissolving into hush" + ], + "camera": "Long telephoto holds to capture architectural compression and face detail", + "accents": [ + "stained-glass color rim and soft church echo" + ], + "mood": [ + "sacred solemnity", + "uplifted calm" + ], + "lighting": [ + "natural colored shafts with soft interior fill" + ], + "style": [ + "sacred vocal vignette", + "liturgical performance short" + ] + }, + { + "subGenre": "Singing Solo", + "scene": "Backyard barbecue where an amateur singer leads a singalong (light)", + "sceneVariants": [ + "Backyard barbecue where an amateur singer leads a singalong", + "String-lights and paper plates on picnic tables", + "Kids playing with a sprinkler nearby", + "A portable speaker on a chair", + "Neighbors gathered with folding chairs" + ], + "actions": [ + "Singer inviting audience to join on a familiar chorus", + "Laughter and off-key but joyful harmonies", + "Camera handheld capturing candid smiles and clapping", + "A child requesting a second song with eager eyes" + ], + "camera": "Warm handheld with reaction cutaways and medium-wide group coverage", + "accents": [ + "sunset rim on faces and grill micro-smoke highlights" + ], + "mood": [ + "playful warmth", + "community joy" + ], + "lighting": [ + "natural evening key with warm practical string-light fills" + ], + "style": [ + "home performance vignette", + "communal singalong short" + ] + }, + { + "subGenre": "Singing Solo", + "scene": "Empty theater rehearsal where a soloist practices an emotional monologue-song (dark)", + "sceneVariants": [ + "Empty theater rehearsal where a soloist practices an emotional monologue-song", + "Rows of empty seats fading into darkness", + "A single rehearsal light focused on a music stand", + "Stage marks taped on the floor", + "A director watching from the wings with notes" + ], + "actions": [ + "Soloist repeating a phrase to find the right emotional weight", + "Director offering a single soft correction", + "Camera tight on throat and eye micro-movement", + "A long-held silence after an especially honest take" + ], + "camera": "Intimate dolly-in with long holds on face and throat", + "accents": [ + "cool stage rim and minimal spot micro-glow" + ], + "mood": [ + "introspective rigor", + "disciplined solitude" + ], + "lighting": [ + "low spotlight with deep ambient black" + ], + "style": [ + "rehearsal portrait", + "intense actor-singer vignette" + ] + }, + { + "subGenre": "Singing Solo", + "scene": "Rooftop serenade under a full moon for a single listener (light)", + "sceneVariants": [ + "Rooftop serenade under a full moon for a single listener", + "Soft guitar accompaniment and moonlit railings", + "A single candle in a jar between two chairs", + "Cityscape stretching out below", + "A private exchange of song and glance" + ], + "actions": [ + "Singer delivering a gentle ballad while looking into the listener's eyes", + "Listener reacting with small tears or smiles", + "Camera tight on faces and fingerpicking detail", + "A final soft embrace after the closing chord" + ], + "camera": "Tight portrait telephoto to compress background and focus on intimacy", + "accents": [ + "lunar silver rim and small candle micro-bokeh" + ], + "mood": [ + "romantic tenderness", + "quiet devotion" + ], + "lighting": [ + "cool moon-key with small warm practical candle fill" + ], + "style": [ + "serenade vignette", + "romantic short" + ] + }, + { + "subGenre": "Singing Solo", + "scene": "Street corner gospel where a solo gospel singer belts hymns to a small congregation (light)", + "sceneVariants": [ + "Street corner gospel where a solo gospel singer belts hymns to a small congregation", + "Folded chairs and a portable amplifier", + "A small choir replying in harmonies", + "Passersby stopping to listen and clap", + "Sunlit storefronts behind the group" + ], + "actions": [ + "Singer projecting with full voice and hand gestures", + "Congregation rising to join on the chorus", + "Camera low to capture stomps and foot rhythms", + "A call-and-response moment bringing the crowd in" + ], + "camera": "Dynamic handheld with rhythmic editing that matches the tempo", + "accents": [ + "sunlit rim on raised hands and microphone micro-glint" + ], + "mood": [ + "joyful fervor", + "communal uplift" + ], + "lighting": [ + "bright natural key with warm fill" + ], + "style": [ + "gospel street vignette", + "impactful community short" + ] + }, + { + "subGenre": "Singing Solo", + "scene": "Alleyway lullaby where a parent hums quietly to a sleeping child (dark)", + "sceneVariants": [ + "Alleyway lullaby where a parent hums quietly to a sleeping child", + "Dim residential corridor with warm window lights", + "A stroller parked nearby and a blanket", + "Soft city distant noise like a low hum", + "A single doorway lamp keeping watch" + ], + "actions": [ + "Parent humming softly and rocking the child", + "Camera very close on eyelids and gentle breathing", + "A neighbor pausing to listen and smile", + "A slow pan to the moonlit street" + ], + "camera": "Very intimate micro-close with extreme shallow depth", + "accents": [ + "soft window rim and skin micro-texture" + ], + "mood": [ + "protective tenderness", + "quiet comfort" + ], + "lighting": [ + "low warm doorway key with deep surrounding shadow" + ], + "style": [ + "parental vignette", + "intimate nocturne short" + ] + }, + { + "subGenre": "Singing Solo", + "scene": "Festival tent late-night open-mic where a new voice finds courage (dark)", + "sceneVariants": [ + "Festival tent late-night open-mic where a new voice finds courage", + "A small ring of listeners and a jittery performer", + "A volunteer MC encouraging the next act", + "String-of-lights forming a soft canopy", + "Tea cups and sleeping bags on the perimeter" + ], + "actions": [ + "Performer shaking at first then settling into melody", + "Audience offering supportive applause and calls", + "Camera tight on release as a difficult phrase is nailed", + "A shared cheer and embrace after the set" + ], + "camera": "Handheld emotional coverage with reaction cutaways", + "accents": [ + "warm string-light micro-bokeh and festival dust specular" + ], + "mood": [ + "nervous triumph", + "community encouragement" + ], + "lighting": [ + "low warm practicals with soft audience fill" + ], + "style": [ + "open-mic vignette", + "emergent-artist short" + ] + }, + { + "subGenre": "Singing Solo", + "scene": "Elevator-car performance where a cappella lines echo between floors (dark)", + "sceneVariants": [ + "Elevator-car performance where a cappella lines echo between floors", + "Shiny metal doors and mirror reflections", + "A tiny audience of late-night office workers", + "A tiled lobby visible as the doors open", + "Soft fluorescent ceiling panels" + ], + "actions": [ + "Singer layering mouth percussion and melody in tight space", + "Passengers smiling or recording briefly on phones", + "Camera tight on reflected face in the metal", + "A door opening revealing unexpected applause" + ], + "camera": "Close confined shots with mirrored reflections to amplify presence", + "accents": [ + "metal micro-glint and small panel specular" + ], + "mood": [ + "surprising delight", + "brief human connection" + ], + "lighting": [ + "flat fluorescent key with strong reflections" + ], + "style": [ + "micro-performance short", + "urban vignette" + ] + }, + { + "subGenre": "Singing Solo", + "scene": "Opera house foyer aria where a soloist warms up for a matinee (light)", + "sceneVariants": [ + "Opera house foyer aria where a soloist warms up for a matinee", + "Marble staircases and gilt mirrors", + "Page boys and stagehands passing by", + "A pianist in the corner giving a soft accompaniment", + "Programs stacked on a small table" + ], + "actions": [ + "Soloist running long phrases to warm the instrument", + "A passerby pausing to listen in rapt attention", + "Camera gliding to capture architectural sparkle and face detail", + "A final staccato counted and a quick bow to an unseen friend" + ], + "camera": "Fluid crane and telephoto inserts to capture grandeur and micro expressions", + "accents": [ + "marble micro-specular and warm foyer rim" + ], + "mood": [ + "refined preparation", + "anticipatory grace" + ], + "lighting": [ + "bright warm foyer key with reflective highlights" + ], + "style": [ + "classical prep vignette", + "elegant warm-up short" + ] + }, + { + "subGenre": "Singing Solo", + "scene": "Beach bonfire where a lone singer leads a late-night chorus (light)", + "sceneVariants": [ + "Beach bonfire where a lone singer leads a late-night chorus", + "Tide line glinting and sand footprints", + "Guitars resting against driftwood", + "Blankets and marshmallow sticks on the sand", + "A crescent moon reflected in the water" + ], + "actions": [ + "Singer calling a simple refrain and audience joining in harmony", + "Waves punctuating soft strumming between verses", + "Camera low to capture fire micro-spark and face glow", + "A final shared chorus and lantern release" + ], + "camera": "Warm low-angle with long beach-wide reveals and intimate closeups", + "accents": [ + "fire micro-specular and wet-sand micro-reflection" + ], + "mood": [ + "communal warmth", + "nostalgic freedom" + ], + "lighting": [ + "warm fire-key with cool moon fill" + ], + "style": [ + "beach bonfire vignette", + "communal song short" + ] + }, + { + "subGenre": "Singing Solo", + "scene": "Hospital ward night where a volunteer sings soft songs to patients (dark)", + "sceneVariants": [ + "Hospital ward night where a volunteer sings soft songs to patients", + "Quiet monitors and dim corridor lights", + "A volunteer with a guitar and a soft voice", + "A nurse smiling in the doorway", + "A window with distant city glow" + ], + "actions": [ + "Singer delivering simple lullabies and encouraging words", + "Patients listening with small smiles and closed eyes", + "Camera close on wrinkled hands and tearful gratitude", + "A soft exchange of thanks at the end of the visit" + ], + "camera": "Respectful telephoto portraiture with long holds", + "accents": [ + "soft monitor micro-glow and warm skin rim" + ], + "mood": [ + "gentle compassion", + "quiet solace" + ], + "lighting": [ + "low warm practicals with cool ambient hospital glow" + ], + "style": [ + "healing vignette", + "compassionate short" + ] + }, + { + "subGenre": "Singing Solo", + "scene": "Mountain peak dawn where a solo throat-singer chants into the valley (light)", + "sceneVariants": [ + "Mountain peak dawn where a solo throat-singer chants into the valley", + "High wind and thin air with distant ridge lines", + "A small circle of listeners wrapped in parkas", + "Rugged stone and lichen underfoot", + "Clouds rolling through lower valleys" + ], + "actions": [ + "Singer projecting resonant harmonic overtones carried by wind", + "Listeners absorbing the natural reverb of the landscape", + "Camera wide aerial reveals then close throat micro-detail", + "A final whole-voice tone fading into the distance" + ], + "camera": "Aerial slow arcs with telephoto muscle to compress mountain geometry", + "accents": [ + "cold rim on breath and rock micro-texture" + ], + "mood": [ + "primordial calm", + "wide astonishment" + ], + "lighting": [ + "crisp cool dawn key with warm highlights on faces" + ], + "style": [ + "ethnic vocal vignette", + "mountain ritual short" + ] + }, + { + "subGenre": "Singing Solo", + "scene": "Underground jazz club late set where a solo vocalist trades blues with the piano (dark)", + "sceneVariants": [ + "Underground jazz club late set where a solo vocalist trades blues with the piano", + "Tiny stage and a single overhead spotlight", + "A smoke ring lingering in the air", + "A bartender polishing glass in the back", + "Patrons nursing late-night drinks" + ], + "actions": [ + "Singer bending pitch on a long phrase while the pianist responds", + "Camera close on lip vibrato and finger micro-motion", + "A nodding head from a seasoned patron", + "A final hush and spontaneous applause" + ], + "camera": "Tight handheld with telephoto holds to capture texture and expression", + "accents": [ + "soft cigarette-haze diffusion and warm instrument rim" + ], + "mood": [ + "soulful gravity", + "nocturnal intimacy" + ], + "lighting": [ + "single cool-blue spotlight with warm table practicals" + ], + "style": [ + "jazz vocal vignette", + "late-night performance short" + ] + } + ] +} \ No newline at end of file diff --git a/src/data/music_and_dance_street_dance.json b/src/data/music_and_dance_street_dance.json new file mode 100644 index 0000000..5978259 --- /dev/null +++ b/src/data/music_and_dance_street_dance.json @@ -0,0 +1,129 @@ +{ + "music_and_dance": [ + { + "subGenre": "Street Dance", + "scene": "Urban plaza at golden hour with open pavement, steps and a spontaneous circle forming", + "sceneVariants": [ + "Urban plaza at golden hour with open pavement, steps and a spontaneous circle forming", + "Market-square pop-up jam during a local festival", + "Train-station concourse with commuters pausing to watch", + "Skatepark crossover jam mixing boards and footwork", + "Rooftop afternoon session with skyline backdrop" + ], + "actions": [ + "Crew opening a circle with a synchronized footwork sequence", + "Solo dancer launching into a rapid foot-tap combo and finishing with a freeze", + "Audience clapping and stomping to accentuate a beat drop", + "Musician looping a percussion break to extend the jam" + ], + "camera": "Handheld low wide to emphasize proximity and floor patterns, intercut with 50mm portraits", + "accents": [ + "warm rim-light on sneakers and pavement micro-textures", + "spray-paint wall micro-detail and sun-dust motes" + ], + "mood": "communal playful energy", + "lighting": "warm late-afternoon sun with ambient city fill (evening/day)", + "style": "raw urban street-culture cinematography" + }, + { + "subGenre": "Street Dance", + "scene": "Subway platform late-night jam with percussion loop and phone-lights waving", + "sceneVariants": [ + "Subway platform late-night jam with percussion loop and phone-lights waving", + "Underground station cypher feeding commuters with rhythm", + "Train passes adding motion-strobe to the beat", + "Interlude where dancers teach quick steps to a curious crowd", + "Spontaneous duet between a local veteran and a newcomer" + ], + "actions": [ + "Dancer performing a popping isolation series in the strobe of a passing train", + "B-girl powering into a windmill sequence and finishing in a dramatic freeze", + "Crowd waving phones to create a rider-of-light effect around the circle", + "Two dancers trading quick 8-count call-and-response sequences" + ], + "camera": "Low-light handheld with close reaction shots and moving-train rhythm sync", + "accents": [ + "night-practical halation and wet-platform micro-reflections", + "shoe-sole scuff micro-detail and jacket fabric catchlights" + ], + "mood": "edgy nocturnal vibrancy", + "lighting": "practical platform lighting with passing train strobe (night)", + "style": "moody low-light street-culture cinematography" + }, + { + "subGenre": "Street Dance", + "scene": "Youth community center workshop teaching foundations of hip-hop grooves and house steps (day)", + "sceneVariants": [ + "Youth community center workshop teaching foundations of hip-hop grooves and house steps (day)", + "Beginner jam with structured warm-ups and partner drills", + "Teacher breaking down footwork into small countable pieces", + "Micro-battles among small groups to encourage flow", + "End-of-day mini-performance with families invited" + ], + "actions": [ + "Instructor demonstrating a simple groove with clear counts and physical cues", + "Student repeating and then personalizing a step with their own flavor", + "Small upbeat battle where each kid shows a short combo", + "Family applause and proud laughter at the finish" + ], + "camera": "Warm 35mm community-focused capture with low angles to emphasize movement lines", + "accents": [ + "sunlit rim on shoes and colorful mat micro-detail", + "children's fabric weave and hand-clap micro-texture" + ], + "mood": "encouraging playful learning", + "lighting": "bright community-center daylight with soft fill (day)", + "style": "instructional community dance cinematography" + }, + { + "subGenre": "Street Dance", + "scene": "International street-dance battle with broadcasters, judges and packed open-air crowd", + "sceneVariants": [ + "International street-dance battle with broadcasters, judges and packed open-air crowd", + "Qualifier heats with dancers representing different crews/cities", + "Judged final with slow-mo replays for critical moves", + "MC and DJ hype-craft creating waves of energy", + "Champion lift and trophy handover beneath fireworks" + ], + "actions": [ + "Competitor hitting a flawless power combo and finishing with a dramatic freeze", + "Judges deliberating while MC builds suspense with crowd call-backs", + "DJ dropping a beat switch cueing a sudden tempo shift for final rounds", + "Winning crew erupting into a synchronized celebration" + ], + "camera": "Broadcast multi-cam with slow-motion capture for highlight replays and crowd reaction shots", + "accents": [ + "stage rim-light and LED sponsor hues creating saturated edges", + "sweat micro-sheen and sole-wear texture on shoes" + ], + "mood": "competitive electric exuberance", + "lighting": "high-contrast event spotlights with colored gels (night)", + "style": "live battle broadcast cinematography" + }, + { + "subGenre": "Street Dance", + "scene": "Documentary segment with veteran street dancer telling origin stories in a sunlit studio", + "sceneVariants": [ + "Documentary segment with veteran street dancer telling origin stories in a sunlit studio", + "Cutaways to archive footage of early street sessions and block parties", + "Teaching segment where the veteran mentors young movers", + "Editing room sequence with curator cutting together community footage", + "Small workshop screening with Q&A and laughs" + ], + "actions": [ + "Veteran recounting a pivotal jam moment and gesturing with lived-in hands", + "Young dancers attempting a classic move as the mentor watches and adjusts", + "Archive clips playing showing the evolution of a step over decades", + "Group discussion on culture, influence and responsibility" + ], + "camera": "Warm interview primes with archival grain overlays and candid rehearsal picks", + "accents": [ + "studio practical rim-lit scratches and archival film grain micro-detail", + "fabric and sneaker patchwork micro-texture" + ], + "mood": "nostalgic reflective mentorship", + "lighting": "soft interview key with warm practical rim (indoor)", + "style": "oral-history street-dance documentary" + } + ] +} \ No newline at end of file diff --git a/src/data/music_and_dance_tap_dance.json b/src/data/music_and_dance_tap_dance.json new file mode 100644 index 0000000..ca07cf1 --- /dev/null +++ b/src/data/music_and_dance_tap_dance.json @@ -0,0 +1,492 @@ +{ + "music_and_dance": [ + { + "subGenre": "Tap Dance", + "scene": "Dim theater stage where two tap dancers trade rapid rhythms in a duel (dark)", + "sceneVariants": [ + "Dim theater stage where two tap dancers trade rapid rhythms in a duel", + "Single overhead spotlight and heavy velvet curtains", + "Wooden floor with visible scuff rings", + "Audience silhouettes leaning forward", + "A lone drummer keeping subtle time at stage left" + ], + "actions": [ + "Call-and-response footwork escalating into blazing syncopation", + "Heel drops punctuating sudden silence", + "Camera close on metal-spark taps and toe articulations", + "A final simultaneous stomp that doubles the room" + ], + "camera": "Tight handheld close-ins on feet with slow crane pulls to reveal faces", + "accents": [ + "hard metal micro-specular on taps", + "filmic grain to heighten drama" + ], + "mood": [ + "competitive intensity", + "raw exhilaration" + ], + "lighting": [ + "single cold spotlight with deep surrounding black" + ], + "style": [ + "nocturnal performance vignette", + "rhythmic duel short" + ] + }, + { + "subGenre": "Tap Dance", + "scene": "Street corner busking where a solo tapper leads a small crowd (light)", + "sceneVariants": [ + "Street corner busking where a solo tapper leads a small crowd", + "Temporary chalk circle on the pavement", + "A hat for tips and a portable speaker for backing", + "Pedestrians stopping and dropping coins", + "Sunlit storefront reflections" + ], + "actions": [ + "Improvised rhythm over a looped bass line", + "Audience clapping on off-beats to join the groove", + "Camera roaming low to capture footwork and passing reactions", + "A child trying a tentative shuffle beside the performer" + ], + "camera": "Handheld low-angle with reaction cutaways and wide street context", + "accents": [ + "sunlit rim on metal taps", + "natural ambient street reverb in audio" + ], + "mood": [ + "playful communal energy", + "spontaneous delight" + ], + "lighting": [ + "bright natural key with warm reflections" + ], + "style": [ + "urban busker vignette", + "street performance short" + ] + }, + { + "subGenre": "Tap Dance", + "scene": "Vintage nightclub with a tap soloist and smoky air (dark)", + "sceneVariants": [ + "Vintage nightclub with a tap soloist and smoky air", + "Round tables and low-slung lamps", + "A rotating spotlight and a small jazz trio", + "Patrons in period dress sipping cocktails", + "A sequined curtain glinting in the light" + ], + "actions": [ + "Soloist executing elegant syncopations and brush steps", + "A pianist answering with a conversational comping pattern", + "Camera slow push to capture precise toe-heel articulation", + "A table of patrons rising to applaud after a flourish" + ], + "camera": "Elegant telephoto compression combined with close macro on taps", + "accents": [ + "soft cigarette-haze diffusion", + "warm lamp micro-bokeh" + ], + "mood": [ + "nostalgic glamour", + "smoky sophistication" + ], + "lighting": [ + "warm tungsten key with narrow spotlight" + ], + "style": [ + "vintage nightclub short", + "period performance vignette" + ] + }, + { + "subGenre": "Tap Dance", + "scene": "Rehearsal studio where a troupe polishes intricate ensemble syncs (light)", + "sceneVariants": [ + "Rehearsal studio where a troupe polishes intricate ensemble syncs", + "Mirrored wall and taped stage marks", + "A metronome and a coach correcting small timing", + "Shoes lined up neatly at the side", + "A whiteboard with count-ins and cues" + ], + "actions": [ + "Sectional drills with call-and-response phrasing", + "Coach pausing to correct arm placement and timing", + "Camera steady coverage with periodic high-frame-rate inserts for foot detail", + "A jubilant collective clap when a run locks in" + ], + "camera": "Static wide for choreography with high-speed footwork macro inserts", + "accents": [ + "hard floor micro-contact detail", + "paper-edge micro-texture on choreo notes" + ], + "mood": [ + "disciplined focus", + "collaborative joy" + ], + "lighting": [ + "even rehearsal key with soft fill" + ], + "style": [ + "educational rehearsal short", + "ensemble performance vignette" + ] + }, + { + "subGenre": "Tap Dance", + "scene": "Rooftop flash-mob where synchronized tappers surprise an evening crowd (light)", + "sceneVariants": [ + "Rooftop flash-mob where synchronized tappers surprise an evening crowd", + "City skyline as backdrop and string-lights", + "A sudden beat drop that cues the group", + "Spectators on adjacent roofs cheering", + "Portable speakers hidden in plant boxes" + ], + "actions": [ + "Hidden starters erupting into a coordinated routine", + "Camera drone pulling back to reveal synchronized geometry", + "Spectators joining in on clapping sequences", + "A final formation freeze for a hero shot" + ], + "camera": "Drone arcs for formation reveals with tight rooftop close-ins", + "accents": [ + "city rim-light on shoe metal", + "string-light micro-bokeh" + ], + "mood": [ + "exuberant surprise", + "communal spectacle" + ], + "lighting": [ + "warm evening key with cool skyline fill" + ], + "style": [ + "flash-mob highlight", + "urban choreography short" + ] + }, + { + "subGenre": "Tap Dance", + "scene": "Classical theater duet blending tap with ballet lines (light)", + "sceneVariants": [ + "Classical theater duet blending tap with ballet lines", + "A dancer in pointe shoes partnering a tapper", + "Orchestral strings swelling in the pit", + "Tulle skirts paired with tailored vests", + "Audience hushed in appreciation" + ], + "actions": [ + "Counterpoint between percussive taps and sustained balletic lifts", + "Camera telephoto to compress duet interaction", + "A seamless transition from tapping to lifted pas de deux", + "A synchronized finish with a single accented stomp" + ], + "camera": "Telephoto portrait lens with controlled lateral dolly for duet intimacy", + "accents": [ + "soft stage speculars on costume fabrics", + "string bow micro-detail" + ], + "mood": [ + "elegant interplay", + "hybrid artistry" + ], + "lighting": [ + "balanced warm key with soft fill to preserve silhouettes" + ], + "style": [ + "cross-discipline vignette", + "theatrical duet short" + ] + }, + { + "subGenre": "Tap Dance", + "scene": "Underground experimental night where tap is sampled into electronic beats (dark)", + "sceneVariants": [ + "Underground experimental night where tap is sampled into electronic beats", + "Projectors mapping rhythm patterns on brick walls", + "Tappers playing on contact-mic plated platforms", + "A live sampler looping foot textures", + "Audience seated on crates and cushions" + ], + "actions": [ + "Live sampling of taps into granular pads", + "Performer triggering loops and layering polyrhythms", + "Camera macro on contact-mic plates and foot transients", + "A moment of collective hush as a new texture emerges" + ], + "camera": "Handheld micro-inserts with cross-cut to sampler screens", + "accents": [ + "monitor micro-glow and contact-mic micro-detail" + ], + "mood": [ + "textural curiosity", + "sonic experimentation" + ], + "lighting": [ + "low dynamic LED accents with deep ambient" + ], + "style": [ + "experimental music vignette", + "audio-visual performance short" + ] + }, + { + "subGenre": "Tap Dance", + "scene": "Parade float where a tap ensemble performs for a daytime festival (light)", + "sceneVariants": [ + "Parade float where a tap ensemble performs for a daytime festival", + "Decorated float stage with colorful banners", + "Crowds lining the streets with hand-held flags", + "Portable PA and wind-resistant choreography", + "Sunlit confetti tossed into the air" + ], + "actions": [ + "Tappers hitting crisp ensemble accents timed to horn calls", + "Camera lateral tracking to follow float progress", + "Kids imitating steps at the curb", + "A final flourish as the float passes a judging stand" + ], + "camera": "Moving lateral tracking with crowd reaction cutaways", + "accents": [ + "sunlit metal micro-spec and fabric micro-wave" + ], + "mood": [ + "festival joy", + "parade exuberance" + ], + "lighting": [ + "bright natural key with reflective fill" + ], + "style": [ + "parade highlight", + "family festival short" + ] + }, + { + "subGenre": "Tap Dance", + "scene": "Historic vaudeville hall revival where classic tap routines are performed (dark)", + "sceneVariants": [ + "Historic vaudeville hall revival where classic tap routines are performed", + "Ornate proscenium and gilded balcony", + "Spotlit double acts and comedic asides", + "Audience in retro attire with old playbills", + "A rousing encore requested by the crowd" + ], + "actions": [ + "Classic shuffle-ball-change sequences executed with vintage flair", + "Comic timing between partners and audience reaction beats", + "Camera pans to capture both choreography and theatrical faces", + "A nostalgic closing bow with orchestra sting" + ], + "camera": "Warm telephoto with archival grain inserts", + "accents": [ + "chandelier micro-glint and warm wood varnish sheen" + ], + "mood": [ + "nostalgic celebration", + "playful elegance" + ], + "lighting": [ + "rich warm stage key with chandelier highlights" + ], + "style": [ + "vaudeville revival short", + "historical performance vignette" + ] + }, + { + "subGenre": "Tap Dance", + "scene": "School assembly where students showcase beginner tap steps (light)", + "sceneVariants": [ + "School assembly where students showcase beginner tap steps", + "Gymnasium stage and folding chairs", + "Handmade posters and proud families", + "A teacher counting aloud at the side", + "Children in simple costume tap shoes" + ], + "actions": [ + "Simple synchronized step sequences and enthusiastic smiles", + "Camera capturing proud parent reactions and small mistakes with charm", + "A teacher assisting a shy child into position", + "A group bow and loud applause" + ], + "camera": "Friendly handheld with medium coverage and close reaction inserts", + "accents": [ + "gymnasium wooden floor micro-sheen", + "paper program micro-texture" + ], + "mood": [ + "innocent pride", + "encouraging warmth" + ], + "lighting": [ + "bright even key with warm audience fill" + ], + "style": [ + "school showcase vignette", + "community learning short" + ] + }, + { + "subGenre": "Tap Dance", + "scene": "Alley cypher where urban tappers trade beats in a loose circle (dark)", + "sceneVariants": [ + "Alley cypher where urban tappers trade beats in a loose circle", + "Brick canvases with graffiti and wet pavement", + "Portable battery speaker and improvised markers", + "Small crews shouting encouragement", + "Night air thick with breath and rhythm" + ], + "actions": [ + "Freestyle foot solos and signature stomps", + "A quick solo-to-solo hand clap passing rhythm", + "Camera tight on footwork with wide alley reveals", + "A sudden group sync that sends a ripple of cheers" + ], + "camera": "Energetic handheld with low-angle grit", + "accents": [ + "wet-pavement micro-reflection", + "spray-paint micro-texture" + ], + "mood": [ + "raw expression", + "street-level swagger" + ], + "lighting": [ + "low practical alley-key with cool surrounds" + ], + "style": [ + "street cypher vignette", + "urban culture short" + ] + }, + { + "subGenre": "Tap Dance", + "scene": "Film noir montage where tap percussion underscores a detective's footsteps (dark)", + "sceneVariants": [ + "Film noir montage where tap percussion underscores a detective's footsteps", + "Rain-slick pavements and neon signs", + "A shadowed trench coat silhouette crossing frames", + "Closeups on shoe taps aligning with editing cuts", + "A smoky club cutaway with distant tapping" + ], + "actions": [ + "Tap rhythms synced to montage cuts and heartbeat-like motifs", + "Camera tight on shoes then dissolving to scene reveals", + "A syncopated motif that signals story reveal", + "Fade out on a single lingering heel click" + ], + "camera": "Stylized montage cuts with telephoto compression and close foot macros", + "accents": [ + "neon micro-glow and rain micro-reflections" + ], + "mood": [ + "tense intrigue", + "noirish rhythm" + ], + "lighting": [ + "high-contrast low-key with wet reflections" + ], + "style": [ + "cinematic montage short", + "noir rhythm vignette" + ] + }, + { + "subGenre": "Tap Dance", + "scene": "Tap workshop for elders where rhythm becomes gentle therapy (light)", + "sceneVariants": [ + "Tap workshop for elders where rhythm becomes gentle therapy", + "Community center with polished floor", + "Supportive chairs and warm tea on side tables", + "A patient smiling as they learn a simple shuffle", + "Instructor kneeling to adjust foot placement" + ], + "actions": [ + "Slow rhythmic exercises emphasizing balance and memory", + "Camera close on foot placement and reassuring hands", + "A collective round of applause at a small breakthrough", + "A handshake or grateful embrace after class" + ], + "camera": "Gentle handheld with compassionate close-ins", + "accents": [ + "soft warm rim on faces and floor micro-detail" + ], + "mood": [ + "healing connection", + "gentle dignity" + ], + "lighting": [ + "soft warm key with high fill to preserve facial detail" + ], + "style": [ + "therapeutic arts vignette", + "community care short" + ] + }, + { + "subGenre": "Tap Dance", + "scene": "Contemporary stage piece combining spoken word and tap rhythms (dark)", + "sceneVariants": [ + "Contemporary stage piece combining spoken word and tap rhythms", + "Minimal set with projected text fragments", + "A single performer alternating speech and percussive foot fragments", + "Audience in close-in theater seating", + "A pulsing sub-bass undercurrent" + ], + "actions": [ + "Spoken lines punctuated by percussive taps that emphasize cadence", + "Camera cross-cut between face and foot to sync meaning and sound", + "A climactic spoken-and-tapped phrase landing together", + "A hushed silence that allows tap to resonate" + ], + "camera": "Intimate cross-cuts with telephoto micro-detail", + "accents": [ + "projection micro-glow and tap micro-resonance" + ], + "mood": [ + "poetic intensity", + "cerebral rhythm" + ], + "lighting": [ + "selective cool key with projection-driven highlights" + ], + "style": [ + "contemporary performance short", + "spoken-word hybrid vignette" + ] + }, + { + "subGenre": "Tap Dance", + "scene": "Final competition final where a champion closes with a signature routine (light)", + "sceneVariants": [ + "Final competition final where a champion closes with a signature routine", + "Packed auditorium and flashing sponsor banners", + "Judges tense with scorecards", + "A montage of previous rounds cutting to the final run", + "Confetti cannons poised for the announcement" + ], + "actions": [ + "Champion delivering flawless syncopation and theatrical flairs", + "Judges exchanging impressed glances mid-run", + "Camera hero-shot sweep during the final break", + "A victorious roar and confetti release at the end" + ], + "camera": "Dynamic hero crane with slow-motion crowd inserts", + "accents": [ + "stage micro-specular and celebratory confetti micro-reflections" + ], + "mood": [ + "triumphant release", + "competitive glory" + ], + "lighting": [ + "bright stage key with warm celebration fill" + ], + "style": [ + "competition final short", + "victory vignette" + ] + } + ] +} \ No newline at end of file diff --git a/src/data/sports_and_action_archery.json b/src/data/sports_and_action_archery.json new file mode 100644 index 0000000..f964890 --- /dev/null +++ b/src/data/sports_and_action_archery.json @@ -0,0 +1,229 @@ +{ + "sports_and_action": [ + { + "subGenre": "Archery", + "scene": "Olympic stadium final with bright lanes, electronic scoring and packed stands", + "sceneVariants": [ + "Olympic stadium final with bright lanes, electronic scoring and packed stands", + "Final set decider with tension high and camera cranes circling", + "Archer in full focus under spotlights aligning a perfect shot", + "Coach pacing behind the line, whispering calm instructions", + "Podium ceremony with flags and national anthems after the match" + ], + "actions": [ + "Archer drawing to full anchor, steady breath and a flawless release", + "Arrow striking dead center and the crowd erupting", + "Coach giving a subtle hand-signal to calm and refocus", + "Slow-motion of the arrow's flight and target impact replay" + ], + "camera": "Telephoto baseline for arrow flight with tight 85mm portraits on face and fingers", + "accents": [ + "spotlight glint on bow riser and crisp string micro-detail", + "electronic scoreboard glow creating cool rim-lights" + ], + "mood": "taut concentrated intensity", + "lighting": "bright stadium spotlights with deep surrounding black (indoor/night)", + "style": "broadcast-precision sports cinematography" + }, + { + "subGenre": "Archery", + "scene": "Field archery through a dappled forest course with varied targets and natural terrain", + "sceneVariants": [ + "Field archery through a dappled forest course with varied targets and natural terrain", + "Hilly walk-up target in a fern-filled glade", + "Open meadow 3D-target simulating animal silhouette", + "Narrow tree-window shot requiring precise aiming", + "Creek-side stand with wind swirling across the surface" + ], + "actions": [ + "Archer adjusting sight for uphill range and firing a measured pin-release", + "Arrow landing in the scoring zone of a foam 3D target", + "Competitor reading wind with hand and clothing signals before release", + "Group applauding quietly as a difficult lane is executed cleanly" + ], + "camera": "Handheld stabilized follow with natural wide establishes and close natural texture picks", + "accents": [ + "leaf-dapple rim-light on bow wood and feather fletchings", + "soft woodland micro-detail like dew on grass and bark texture" + ], + "mood": "rustic focused concentration", + "lighting": "dappled midday sunlight with cool understory shadows (day)", + "style": "outdoor field-sport documentary" + }, + { + "subGenre": "Archery", + "scene": "Medieval longbow reenactment in a grassy commons with period costumes and horn calls", + "sceneVariants": [ + "Medieval longbow reenactment in a grassy commons with period costumes and horn calls", + "Long-range demonstration of historic archery skills", + "Massed archer volley for ceremony with period drums", + "Longbow accuracy contest with alder and oak targets", + "Closing with ceremonial arrow and traditional songs" + ], + "actions": [ + "Massed longbows loosed at ceremonial signal producing thunderous flight", + "Close-up of gloved hands nocking a heavy wooden arrow and drawing a longbow", + "Slow-motion of raw timber flex and arrow leaving the string", + "Audience clapping as a veteran reenactor nails a distant mark" + ], + "camera": "Warm film-emulation telephoto with period-appropriate grading and grain", + "accents": [ + "warm wood grain and leather texture catching low sun", + "archer's breath and feather micro-motion in the wind" + ], + "mood": "ceremonial nostalgic vigor", + "lighting": "soft golden afternoon sun with warm fill (day)", + "style": "heritage historical cinematography" + }, + { + "subGenre": "Archery", + "scene": "Backyard target practice at golden hour with family, lawn chairs and simple straw target", + "sceneVariants": [ + "Backyard target practice at golden hour with family, lawn chairs and simple straw target", + "Parent teaching a child safe nocking technique near a barbecue", + "Friendly tournament with paper-scorecards and lemonade", + "A rogue wind gust shifting light and creating a playful challenge", + "Relaxed after-practice conversation on the porch as insects chirp" + ], + "actions": [ + "Child making first accurate hit with excited family cheers", + "Parent demonstrating safe stance and slow-release technique", + "Friendly tallying and joking as scores are compared", + "Sunset cool-down with equipment packed and smiles exchanged" + ], + "camera": "Playful 35mm handheld with warm close-ups and wide family establishes", + "accents": [ + "golden rim on arrow shafts and warm grass micro-texture", + "soft bokeh on string vibration and small dust motes" + ], + "mood": "nostalgic casual warmth", + "lighting": "warm golden-hour sunlight with soft fill (evening)", + "style": "family-friendly lifestyle cinematography" + }, + { + "subGenre": "Archery", + "scene": "Glow-archery night event with phosphorescent targets and LED-fletched arrows", + "sceneVariants": [ + "Glow-archery night event with phosphorescent targets and LED-fletched arrows", + "Charity neon-lit shoot with music and playful competitive heats", + "Blacklight lanes with fluorescent sight markers", + "Slow-motion glow trails of arrows arcing into targets", + "After-event warm tents and awards with practical lanterns" + ], + "actions": [ + "Archer releasing an LED-arrow that carves a glowing trail across the night", + "Crowd cheering as a neon target lights up with a scoring hit", + "Volunteers swapping batteries and applying fresh glow paint to targets", + "Group photo with vivid neon outlines and big smiles" + ], + "camera": "Low-light long-exposure water-level style captures with close LED micro-highlights", + "accents": [ + "neon rim on fletchings and phosphor-sheen on target faces", + "soft strobe reflections and blacklight halos" + ], + "mood": "playful surreal fun", + "lighting": "UV/LED practicals and blacklight ambient (night)", + "style": "creative event cinematography" + }, + { + "subGenre": "Archery", + "scene": "Bowhunting dawn in a misty marsh with camo, blinds and whisper-quiet movement", + "sceneVariants": [ + "Bowhunting dawn in a misty marsh with camo, blinds and whisper-quiet movement", + "Solo hunter waiting in a blind for a cautious approach", + "Team of trackers moving quietly along a deer path", + "Camouflage and scent-control rituals performed before first light", + "After-shot tracking with careful respect and field-check protocols" + ], + "actions": [ + "Hunter drawing and releasing a quiet arrow as a deer pauses at the edge", + "Tracker marking a blood trail and calling in a retrieval crew", + "Careful field dressing ritual performed with skill and reverence", + "Slow respectful pause and thanks shared at the end" + ], + "camera": "Low-profile immersive follow-cam with telephoto compression and sound-muted capture", + "accents": [ + "cool mist rim-light on arrows and camo fabric texture", + "subtle dew micro-detail and faint breath clouds" + ], + "mood": "solemn focused respect", + "lighting": "soft pre-dawn mist light with cool fill (dawn)", + "style": "tactile ethical hunting cinematography" + }, + { + "subGenre": "Archery", + "scene": "Youth archery club session in a school gym with colorful targets and patient coaches", + "sceneVariants": [ + "Youth archery club session in a school gym with colorful targets and patient coaches", + "Beginner lessons with foam-tipped arrows for kids", + "Safety brief and disciplined line practice", + "Small class tournament with medals and certificates", + "Parents watching proudly from bleachers" + ], + "actions": [ + "Child executing a safe, steady release and beaming at the hit", + "Coach adjusting stance and giving small tactile corrections", + "Kids cheering as a peer hits a bullseye for the first time", + "Group lining up for a tidy safety debrief at session end" + ], + "camera": "Friendly low-angle 35mm with close emotional reaction shots and wide instructional frames", + "accents": [ + "bright primary-target colors and warm gym-floor micro-texture", + "soft catchlights in children's eyes and neat quiver detail" + ], + "mood": "encouraging instructional warmth", + "lighting": "bright indoor gym lighting with even soft fill (day/indoor)", + "style": "educational youth-sports cinematography" + }, + { + "subGenre": "Archery", + "scene": "Traditional mounted archery demonstration with horseback riders firing composite bows (day)", + "sceneVariants": [ + "Traditional mounted archery demonstration with horseback riders firing composite bows (day)", + "Historic reenactment of mounted archers showing technique", + "Competitive mounted archery speed runs with multiple targets", + "Close-up on composite-recurve bow reflex and horse gait synchronization", + "After-demonstration tack care and rider-horse bonding" + ], + "actions": [ + "Rider composing a rapid nock-and-release while maintaining balanced seat", + "Arrow arcing true into a quick target with minimal correction", + "Team swapping horses and checking girth tension between runs", + "Audience applauding ancient skill executed with modern precision" + ], + "camera": "Tracking horse-mounted rig and baseline telephoto for combined motion and precision", + "accents": [ + "composite bow flex micro-highlights and horse-hair mane rim-light", + "dust and hoof micro-sprays rim-lit by practical sun" + ], + "mood": "historic dynamic elegance", + "lighting": "bright daylight with clear contrast (day)", + "style": "dynamic historical-sport cinematography" + }, + { + "subGenre": "Archery", + "scene": "Slow-motion studio tech breakdown showing micro-timing of release, arrow flex and impact", + "sceneVariants": [ + "Slow-motion studio tech breakdown showing micro-timing of release, arrow flex and impact", + "High-speed capture of arrow spine and vanes oscillating post-release", + "Macro footage of finger release or mechanical clicker in compound bow", + "Analyst overlay demonstrating trajectory and minute corrections", + "Tutor voiceover guiding fine adjustments to follow-through" + ], + "actions": [ + "Ultra-slow capture of the string leaving the arrow and the ensuing flex and recovery", + "Macro of fletching stabilization and micro-detonation of air around the shaft", + "Replayed overlays highlighting minute sight adjustments and impact variation", + "Coach demonstrating perfect follow-through and anchor retention" + ], + "camera": "High-frame-rate macro rigs with neutral studio lighting to reveal micro-motion", + "accents": [ + "specular micro-highlights on arrow lacquer and string fiber", + "studio rim-light creating crisp silhouette motion trails" + ], + "mood": "analytical precise clarity", + "lighting": "studio-key with controlled rim-lights and dark backdrop (indoor)", + "style": "technical slow-motion sports analysis" + } + ] +} \ No newline at end of file diff --git a/src/data/sports_and_action_baseball.json b/src/data/sports_and_action_baseball.json new file mode 100644 index 0000000..8bdd773 --- /dev/null +++ b/src/data/sports_and_action_baseball.json @@ -0,0 +1,429 @@ +{ + "sports_and_action": [ + { + "subGenre": "Baseball", + "scene": "Championship night game under towering floodlights with packed stands and roaring fans", + "sceneVariants": [ + "Championship night game under towering floodlights with packed stands and roaring fans", + "Walk-off home run in the bottom of the ninth with champagne showers", + "Pitcher's duel with silence broken only by the crack of bat", + "Dugout celebrations with teammates piling on the hero", + "Trophy presentation on the field with confetti and anthem" + ], + "actions": [ + "Batter sending a deep fly to the gap that clears the fence", + "Pitcher delivering a game-changing breaking ball for a called strike", + "Catcher framing and calling a daring pitch sequence", + "Infielders turning a slick double-play with practiced synchronicity" + ], + "camera": "Slow crane wide for the stadium, telephoto baseline picks for pitch and bat contact, 85mm handheld reaction cuts", + "accents": [ + "golden confetti glinting under floodlights", + "sweat and dust micro-detail on uniforms and leather seams" + ], + "mood": "exultant climactic drama", + "lighting": "intense stadium floodlights with deep surrounding darkness (night)", + "style": "epic sports-broadcast cinematography" + }, + { + "subGenre": "Baseball", + "scene": "Sun-drenched little-league diamond on a summer morning with families on blankets", + "sceneVariants": [ + "Sun-drenched little-league diamond on a summer morning with families on blankets", + "Parents coaching base-running from the sidelines", + "Coach giving a pre-game pep talk under a folding canopy", + "Kids celebrating an inside-the-park run with ridiculous joy", + "Snack-stand hustle with local volunteers selling lemonade" + ], + "actions": [ + "Child tossing an enthusiastic but wild pitch and giggling", + "Coach teaching a child how to slide safely into a base", + "Team forming a spontaneous huddle to sing a silly chant", + "Parent catching up a popped foul ball and handing it back with a smile" + ], + "camera": "Playful 35mm handheld with wide community establishes and close-ups on small hands", + "accents": [ + "warm golden-hour rim on grass and cap brims", + "lens flare and pollen/dust motes creating nostalgic haze" + ], + "mood": "nostalgic communal warmth", + "lighting": "warm morning/late-afternoon sunlight with soft fill (day)", + "style": "family-friendly naturalistic sports imagery" + }, + { + "subGenre": "Baseball", + "scene": "Rain-interrupted minor-league game under tarpaulin and fluorescent dugout lamps", + "sceneVariants": [ + "Rain-interrupted minor-league game under tarpaulin and fluorescent dugout lamps", + "Grounds crew hustling with squeegees and giant towels", + "Campy small-stadium charm with mascot wandering puddled aisles", + "Players huddled under tarps swapping stories while waiting", + "Resumed play with glistening diamond and steam from cleats" + ], + "actions": [ + "Grounds crew making a heroic quick-dry attempt with rollers and hairdryers", + "Manager pacing and adjusting lineup while rain pauses play", + "Players stomping water off cleats and refocusing as the tarp lifts", + "Slow-motion of wet ball leaving bat with water trailing" + ], + "camera": "Observational mid-range with close macro on water droplets and equipment texture", + "accents": [ + "wet-surface speculars and reflective puddle micro-detail", + "fluorescent dugout halation on helmets and bat lacquer" + ], + "mood": "patient gritty charm", + "lighting": "overcast diffuse with isolated practicals and wet reflections (day/rain)", + "style": "documentary naturalistic sports coverage" + }, + { + "subGenre": "Baseball", + "scene": "Historic retro game on a preserved classic park with wooden bleachers and leather mitts", + "sceneVariants": [ + "Historic retro game on a preserved classic park with wooden bleachers and leather mitts", + "Black-and-white filter reenactment with period uniforms", + "Slow pans over aged scoreboard and hand-painted ads", + "Vintage-style concession stands selling soda in glass bottles", + "Archive-style crowd reactions and period commentary intertitles" + ], + "actions": [ + "Classic double-play executed with old-school mechanics", + "Batter stepping up with a wooden bat and pure swing", + "Umpire signaling clearly while crowd murmurs in period cadence", + "Old-timer pointing out a past champion in the stands" + ], + "camera": "Film-emulation 50mm primes with slight grain and gentle push-ins", + "accents": [ + "warm sepia halation and film grain microtexture", + "wood and leather patina glinting in soft sunlight" + ], + "mood": "nostalgic reverence", + "lighting": "soft diffused daylight with vintage-grade warm color (day)", + "style": "period sports dramatization" + }, + { + "subGenre": "Baseball", + "scene": "Nighttime urban rooftop baseball pickup with improvised bases and string lights", + "sceneVariants": [ + "Nighttime urban rooftop baseball pickup with improvised bases and string lights", + "Friends playing a casual game with passerby spectators", + "City skyline backdrop with distant horns and neon glow", + "Makeshift scoreboard and boombox soundtrack", + "Brief rain shower adding dramatic wet-sheen to the rooftop" + ], + "actions": [ + "Batter lacing a line drive into the city-splashed skyline", + "Runner sliding into a makeshift base of cardboard and rope", + "Cheers and laughter as a spectacular but impractical play lands", + "Players passing a thermos and joking between innings" + ], + "camera": "Low wide rooftop establishes with intimate handheld cutaways", + "accents": [ + "string-light bokeh and neon rim-light cinematics", + "wet roof speculars and breath micro-detail in cool air" + ], + "mood": "playful urban intimacy", + "lighting": "mixed practical string lights and city ambient (night)", + "style": "stylized social-sports photography" + }, + { + "subGenre": "Baseball", + "scene": "Pitcher's bullpen session at dusk with radar gun readouts and coach critiques", + "sceneVariants": [ + "Pitcher's bullpen session at dusk with radar gun readouts and coach critiques", + "Young prospect throwing in a quiet side pen with focused intensity", + "Catcher and coach framing signs and practicing sequences", + "Muscle therapy and band exercises between reps", + "Pitchers analyzing spin-rate on a tablet after each throw" + ], + "actions": [ + "Pitcher delivering a high-spin breaking ball with pinpoint control", + "Coach analyzing release and adjusting grip with hands-on corrections", + "Catcher giving a target nod as a ball lands exactly out of reach", + "Player wiping sweat and tallying sessions on a clipboard" + ], + "camera": "Tight technique telephoto intercut with gimbal tracking for motion continuity", + "accents": [ + "glossy ball-leather reflections and seam shadows", + "radar gun emissive glow and small LED readout highlights" + ], + "mood": "technical focused determination", + "lighting": "warm dusk with cool fill from electronic readouts (evening)", + "style": "technical athlete portraiture" + }, + { + "subGenre": "Baseball", + "scene": "Minor-league promotional theme night with mascots, fireworks and quirky uniforms", + "sceneVariants": [ + "Minor-league promotional theme night with mascots, fireworks and quirky uniforms", + "Costume night where fans dress in themed apparel", + "Throwback jersey giveaway and community engagement tables", + "Postgame autograph session on the concourse", + "Mascot race across the warning track at halftime" + ], + "actions": [ + "Mascots performing a choreographed routine to raucous applause", + "Fireworks pop staging a celebratory sky during the 7th-inning stretch", + "Fans participating in silly on-field games and winning prizes", + "Community groups being recognized on the field in heartfelt segments" + ], + "camera": "Bright lifestyle coverage with drone festivity overhead and candid 50mm portraits", + "accents": [ + "sparks and pyrotechnic micro-highlights during fireworks", + "vibrant branded colors saturating crowd compositions" + ], + "mood": "festive communal fun", + "lighting": "mixed stadium floodlights with pyrotechnic pops (night)", + "style": "event-driven colorful sports cinematography" + }, + { + "subGenre": "Baseball", + "scene": "Late-night batting cages session in neon-lit tunnel with focus on mechanics", + "sceneVariants": [ + "Late-night batting cages session in neon-lit tunnel with focus on mechanics", + "Solo hitter working on two-strike approach under a coach's eye", + "High-speed camera capturing bat speed and ball exit velocity", + "Cage operator pitching varied machines calibrating spin", + "Batter replaying swing on a tablet and making micro-adjustments" + ], + "actions": [ + "Repetitive focused swings refining launch angle", + "Coach pausing to point out small wrist and hip adjustments", + "Slow-motion of the bat meeting ball and micro-snap follow-through", + "Batter nodding and taking another measured swing with concentration" + ], + "camera": "High-frame-rate tunnel POV with tight 85mm technique cutaways", + "accents": [ + "neon rim-light on bat path creating motion streaks", + "ball-lacquer speculars and bat-lumber micro-texture" + ], + "mood": "quiet obsessive focus", + "lighting": "neon practicals and low-key tunnel fills (night)", + "style": "technical practice cinematography" + }, + { + "subGenre": "Baseball", + "scene": "Coastal early-morning fishing-harbor backyard game with makeshift diamond and sea gull soundtrack", + "sceneVariants": [ + "Coastal early-morning fishing-harbor backyard game with makeshift diamond and sea gull soundtrack", + "Local fishermen taking a field break between nets", + "Children running with flip-flops and improvised bats", + "Rusted boat hulls providing curious backdrop to play", + "Finish with a clam-bake celebration on the shore" + ], + "actions": [ + "Player smacking a wind-aided pop fly to a grateful outfielder", + "Kids improvising base-stealing and sliding on soft sand", + "Community applauding the makeshift annual match tradition", + "Players rinsing hands in saltwater and laughing after the match" + ], + "camera": "Warm documentary wide with seaside telephoto close-ups and playful handheld sequences", + "accents": [ + "sea-spray micro-bokeh and glints on wet rope and metal", + "warm sun catchlights on faces and dripping gloves" + ], + "mood": "carefree communal coastal charm", + "lighting": "warm sunrise with reflective ocean fill (day)", + "style": "lifestyle grassroots sports film" + }, + { + "subGenre": "Baseball", + "scene": "Indoor winter-ball training under artificial turf with hitting drills and sled work", + "sceneVariants": [ + "Indoor winter-ball training under artificial turf with hitting drills and sled work", + "Players performing weighted sled pushes and agility ladder runs", + "Hitting tunnels with covered nets and data capture sensors", + "Off-season prospects doing strength-transfer sessions", + "Coaches timing explosive starts with radar readouts" + ], + "actions": [ + "Explosive batting overhead and immediate sprint to first-step drills", + "Sled-driven lower-body power sets and quick recovery", + "Analyst noting metrics on a tablet and feeding back to athlete", + "Player shaking out tightness and focusing on the next rep" + ], + "camera": "Clinical training coverage with macro shots on foot contact and clean wide performance establishes", + "accents": [ + "synthetic turf texture and rubber crumb micro-detail", + "LED sensor glints and data-readout highlight accents" + ], + "mood": "methodical performance-focused grit", + "lighting": "bright indoor training lighting with even fill (indoor)", + "style": "technical performance documentary" + }, + { + "subGenre": "Baseball", + "scene": "Stolen-base dramatic sequence in a tight playoff game with catcher pop and sprint to second", + "sceneVariants": [ + "Stolen-base dramatic sequence in a tight playoff game with catcher pop and sprint to second", + "Suicide-squeeze execution with perfect timing and tiny margin", + "Inside the park steal through an outfield misplay", + "Pick-off attempt nearly catching a lead runner", + "Runner diving into the bag and safe signal from the umpire" + ], + "actions": [ + "Runner breaking hard off the bag and sliding into the base", + "Catcher firing a precise throw to second with sizzling speed", + "Shortstop catching and sliding feet for the tag in a breathless frame", + "Umpire making the close safe/out call as crowd holds breath" + ], + "camera": "High-frame-rate baseline close-ups and slow-motion tag sequences for maximum drama", + "accents": [ + "glitter of base-dust arcs and cleat-spark micro-highlights", + "sweat rim and seam micro-detail on thrown leather" + ], + "mood": "nail-biting tension", + "lighting": "bright stadium flood or dusk with crisp fill depending on game time", + "style": "heightened cinematic sports thriller" + }, + { + "subGenre": "Baseball", + "scene": "Community vintage baseball festival with period rules, costumes and antique equipment", + "sceneVariants": [ + "Community vintage baseball festival with period rules, costumes and antique equipment", + "Players wearing straw hats and flannel uniforms in recreation", + "Food stalls selling traditional fare and local crafts", + "Kids learning to throw under elder tutelage", + "Small parade and ceremony honoring local baseball history" + ], + "actions": [ + "Player batting in a single-wall pitch using period-correct stance", + "Crowd performing old cheers and clapping in time-honored cadence", + "Elder telling history of a famous local player to listening children", + "Ceremony with ribbon cutting at restored clubhouse" + ], + "camera": "Warm film-simulation with gentle push-ins and period-appropriate vignetting", + "accents": [ + "sepia-leaning halation and textured cloth micro-detail", + "aged wood and leather patina highlights" + ], + "mood": "nostalgic cultural celebration", + "lighting": "soft daylight with warm vintage grade (day)", + "style": "heritage festival cinematography" + }, + { + "subGenre": "Baseball", + "scene": "Dark alley practice with impromptu batting using garbage-can lids as mitts (night)", + "sceneVariants": [ + "Dark alley practice with impromptu batting using garbage-can lids as mitts (night)", + "Rebel pick-up game behind a diner under a single fluorescent", + "Late-night practice with only a single bucket of balls and determination", + "Impromptu base-rope stretched between two posts", + "Small crew laughing and keeping score in whispered rivalry" + ], + "actions": [ + "Batter spraying a line-drive between dimly lit alleys", + "Fielder using a trash lid to make a clumsy but triumphant catch", + "Group erupting into quiet cheers and small celebrations", + "Player polishing a treasured, dented bat after the session" + ], + "camera": "Low-key handheld with single practical overhead and gritty close texture", + "accents": [ + "fluorescent halation and wet-ashphalt reflections", + "rusted metal highlights and worn fabric micro-detail" + ], + "mood": "resourceful scrappy camaraderie", + "lighting": "single practical lamp or fluorescent with deep dark surrounds (night)", + "style": "gritty human-centered sports portrait" + }, + { + "subGenre": "Baseball", + "scene": "Spring training camp drills in the desert with sunburnt grass and small rosters", + "sceneVariants": [ + "Spring training camp drills in the desert with sunburnt grass and small rosters", + "Pitching bullpens and infielding fundamentals with earnest repetition", + "Young prospects learning pro routines and diet", + "Coaches holding film sessions and tactical whiteboard talks", + "Friendly intra-squad scrimmage under pale winter sun" + ], + "actions": [ + "Pitcher repeating arm-care rituals and measured bullpen stints", + "Infielder practicing quick-release throws across the diamond", + "Coach marking mechanical notes and offering a corrective drill", + "Players socializing post-workout with light stretches and healthy snacks" + ], + "camera": "Documentary wide with clinic close-ups and tech overlay cutaways", + "accents": [ + "dry desert haze rim-light and dust micro-motes", + "sweat sheen and leather pocket micro-detail" + ], + "mood": "preparatory professional focus", + "lighting": "bright winter sun with hazy desert diffusion (day)", + "style": "training-camp documentary" + }, + { + "subGenre": "Baseball", + "scene": "Solo late-night fielding practice under a single spotlight with echoing throws", + "sceneVariants": [ + "Solo late-night fielding practice under a single spotlight with echoing throws", + "Player catching and throwing against an empty stadium", + "Repetitive soft-toss drills with laser-focused rhythm", + "Solitary coaching voice on a phone offering tips remotely", + "After-practice walk across empty stands to the parking lot" + ], + "actions": [ + "Repetitive fielding and quick-release throws building muscle memory", + "Player focusing on footwork and glove angle under single-beam light", + "Slow motion of clean one-handed snag and transfer to throw", + "Solitary breath and nod as the last ball is collected" + ], + "camera": "Intimate narrow-beam spotlight framing with shallow depth for emotional focus", + "accents": [ + "single spotlight vignette creating high contrast", + "glove leather texture and stitching micro-detail" + ], + "mood": "quiet obsessive refinement", + "lighting": "isolated spotlight with deep surrounding darkness (night)", + "style": "introspective athlete study" + }, + { + "subGenre": "Baseball", + "scene": "Rival college series day game with marching band and campus banners fluttering", + "sceneVariants": [ + "Rival college series day game with marching band and campus banners fluttering", + "Student section painted and chanting in coordinated calls", + "Alumni corner hosting tailgate festivities", + "Postgame plaque presentation and student interviews", + "Youth clinic halftime with players giving quick tips" + ], + "actions": [ + "Batter driving a clutch two-run single in a collegiate rivalry", + "Band crescendo punctuating a successful stolen base", + "Coach calmly orchestrating a defensive shift", + "Students erupting in choreographed chant after a huge play" + ], + "camera": "Energetic broadcast-style with 35mm portrait cutaways and wide campus establishes", + "accents": [ + "saturated school colors and instrument brass glints", + "sunlit pennant flutter creating motion texture" + ], + "mood": "rowdy institutional pride", + "lighting": "bright midday campus sun (day)", + "style": "broadcast collegiate sports storytelling" + }, + { + "subGenre": "Baseball", + "scene": "Backlot movie-set baseball shoot with staged drama and director cues", + "sceneVariants": [ + "Backlot movie-set baseball shoot with staged drama and director cues", + "Actor batting a scripted home run for a period film", + "Director calling for multiple camera angles and retakes", + "Costume and makeup detail for period authenticity on extras", + "Wrap party with cast and crew laughing over bloopers" + ], + "actions": [ + "Actor rehearsing a precise swing and timed reaction for the camera", + "Grip crew adjusting lighting rigs to get perfect rim on the ball", + "Director calling 'cut' and discussing the emotional beat", + "Extras filing out for an authentic stands atmosphere" + ], + "camera": "Multi-camera film rig with crane, dolly and close lenses for cinematic coverage", + "accents": [ + "studio softbox halation and practical fill reflecting off helmets", + "period fabric textures and wooden-bat grain micro-highlight" + ], + "mood": "crafted cinematic nostalgia", + "lighting": "controlled film-stage lighting with gentle filmic diffusion (indoor/outdoor)", + "style": "cinematic staged sports production" + } + ] +} \ No newline at end of file diff --git a/src/data/sports_and_action_basketball.json b/src/data/sports_and_action_basketball.json new file mode 100644 index 0000000..417e5ef --- /dev/null +++ b/src/data/sports_and_action_basketball.json @@ -0,0 +1,554 @@ +{ + "sports_and_action": [ + { + "subGenre": "Basketball", + "scene": "Championship final under packed arena floodlights with a roaring crowd", + "sceneVariants": [ + "Championship final under packed arena floodlights with a roaring crowd", + "Last-second buzzer-beater in a sold-out dome", + "Overhead drone sweeping the cheering floor as confetti falls", + "Timeout huddle with coaches drawing frantic plays", + "Players walking through a tunnel into a fevered arena" + ], + "actions": [ + "Striker-style step-back three that redefines the scoreboard", + "Player drawing a foul on a contested layup and collapsing theatrically", + "Bench exploding as the buzzer sounds on a game-winning shot", + "Coach frantically drawing up a last-ditch play on a whiteboard" + ], + "camera": "Steadicam baseline tracking with sudden 85mm pull-ins for emotional reactions", + "accents": [ + "golden confetti glints catching spotlight beams", + "sweat-sheen highlights on faces and polished court reflections" + ], + "mood": "electrified climax", + "lighting": "intense arena spotlights with deep side shadows (night)", + "style": "broadcast-grade cinematic sports coverage" + }, + { + "subGenre": "Basketball", + "scene": "Midnight street court in an inner-city neighborhood lit by a single bank of sodium lamps", + "sceneVariants": [ + "Midnight street court in an inner-city neighborhood lit by a single bank of sodium lamps", + "Overlit outdoor hoop with chain-link fence and steam from grates", + "Late-night pick-up game with small, devoted crowd on the steps", + "Graffiti-walled backcourt with boom-box music and loose nets", + "Empty playground hoop with moonlight and distant sirens" + ], + "actions": [ + "A crossover leaving a defender spinning and falling into the fence", + "Alley-oop slammed home with chainnet rattling", + "A player arguing emphatically with a ref while teammates pull him back", + "A solitary player practicing free-throws in the hush between games" + ], + "camera": "Low wide-angle close to the rim with occasional handheld push-ins on faces", + "accents": [ + "harsh top-light creating long hard shadows and rim-lit dust motes", + "glints of metal on chain nets and wet asphalt reflecting lamp light" + ], + "mood": "urban grit and nocturnal intensity", + "lighting": "single-source sodium/halo lamps with cinematic contrast (night)", + "style": "gritty street-sports documentary" + }, + { + "subGenre": "Basketball", + "scene": "High school gym during a rivalry night, bleachers packed with painted fans and cheer squads", + "sceneVariants": [ + "High school gym during a rivalry night, bleachers packed with painted fans and cheer squads", + "Pep-rally pre-game with smoke and band staccatos", + "Senior night with spotlighted players and tearful parents", + "Halftime dance performance under strobes", + "Post-game locker-room celebration with drenched shirts and chanting" + ], + "actions": [ + "Buzzer-beater three that seals the rivalry victory", + "Cheerleaders converging for a choreographed finish", + "Coach giving an impassioned half-time speech", + "Young fan catching a stray ball and being hoisted by friends" + ], + "camera": "Broadcast multi-cam switching with intimate 50mm emotional cutaways", + "accents": [ + "warm gym spotlights creating nostalgic halation", + "sparks of confetti and flying pom-poms catching rim-light" + ], + "mood": "electric local pride", + "lighting": "bright indoor gym lights with warm skin tones (evening)", + "style": "nostalgic, human-centered sports storytelling" + }, + { + "subGenre": "Basketball", + "scene": "Professional practice court midday with analytics rigs, shooting machines and silent focus", + "sceneVariants": [ + "Professional practice court midday with analytics rigs, shooting machines and silent focus", + "Individual workout under a coach's detailed eye", + "Shooting drills with automated ball returners and motion-capture cams", + "Rehab session with trainers and resistance bands", + "Film room scene adjacent to court with players reviewing clips" + ], + "actions": [ + "Player repeating three-point reps with mechanical precision", + "Trainer running a therapist routine on a sore ankle", + "Coach stopping practice to correct footwork and demonstrate technique", + "Analyst marking up performance heatmaps on a tablet" + ], + "camera": "Clean gimbal tracking with tight 85mm technique shots and overhead drone for spacing", + "accents": [ + "clinical daylight through high windows creating crisp rim-light", + "subtle specular shine on polished parquet" + ], + "mood": "focused professionalism", + "lighting": "bright even daylight-like indoor lighting (day)", + "style": "commercial training documentary" + }, + { + "subGenre": "Basketball", + "scene": "Dunk contest halftime with neon signage, pyrotechnics and a thunderous crowd at night", + "sceneVariants": [ + "Dunk contest halftime with neon signage, pyrotechnics and a thunderous crowd at night", + "Exhibition slam on a raised stage with judges' table", + "Backyard dunk showdown under string lights and ad-hoc ramps", + "Old-school alley-oop contest with improvised trampolines", + "Celebrity dunk exhibition with kids on-court high-fives" + ], + "actions": [ + "Player launching from the free-throw line for a gravity-defying dunk", + "Crowd rising as a rim-shaking windmill is completed", + "Judge standing to give a perfect 10 and confetti cannons firing", + "Competitor celebrating with acrobatic flips after a successful attempt" + ], + "camera": "Slow-motion high-frame-rate close-ups on rim contact and body arcs", + "accents": [ + "neon backlight creating electric rim halos around airborne players", + "smoke and pyrotechnic sparks catching highlight streaks" + ], + "mood": "adrenalized spectacle", + "lighting": "colored neon and stage spotlights; punchy contrast (night)", + "style": "spectacle-driven sports entertainment" + }, + { + "subGenre": "Basketball", + "scene": "Beachside pickup game at golden hour with ocean breeze and sun-glare", + "sceneVariants": [ + "Beachside pickup game at golden hour with ocean breeze and sun-glare", + "Boardwalk hoop with passing tourists and drifting sand", + "Informal beach tournament with painted lines in sand", + "Sunset three-on-three with silhouettes of players", + "Dawn practice with surfers watching from the shore" + ], + "actions": [ + "Light-footed drives finishing in a soft float layup over the sand", + "Laughter-filled celebratory group pile after a cheeky buzzer-beater", + "Players chasing a bouncing ball into shallow surf and retrieving it", + "A defender blocking a shot with sand spraying outward" + ], + "camera": "Warm wide establishes with telephoto compression for image rhythm", + "accents": [ + "golden rim-light on hair and sand grains", + "lens flares from low sun creating cinematic sparkle" + ], + "mood": "carefree athletic warmth", + "lighting": "warm golden-hour sunlight with soft fill (evening)", + "style": "lifestyle sports portraiture" + }, + { + "subGenre": "Basketball", + "scene": "College tournament under midday fluorescent arena lights, marching bands and banners", + "sceneVariants": [ + "College tournament under midday fluorescent arena lights, marching bands and banners", + "Bracket-clinching upset with student section erupting", + "Coach consoling a missed free-throw shooter on the sideline", + "Alumni night with retired players honored at half", + "Post-game press conference with bright-lit podium" + ], + "actions": [ + "Tactical timeout with drawn plays leading to a game-turning set", + "Star player powering through a double team for a crucial bucket", + "Rival fans chanting in call-and-response as the ball crosses midcourt", + "Mascot performing antics that distract and delight the crowd" + ], + "camera": "Broadcast multi-cam with crane wide and 50mm emotional cutaways", + "accents": [ + "saturated school colors and glossy jersey sheen", + "reflective court highlights accentuating motion" + ], + "mood": "competitive pageantry", + "lighting": "bright even arena lighting (day)", + "style": "energetic broadcast-style storytelling" + }, + { + "subGenre": "Basketball", + "scene": "Converted warehouse pick-up game with industrial windows and hanging bulbs at dusk", + "sceneVariants": [ + "Converted warehouse pick-up game with industrial windows and hanging bulbs at dusk", + "Underground 3x3 tournament with graffiti murals", + "Charity exhibition match with local artists in attendance", + "Abandoned factory court revived by a community event", + "Pop-up city tournament inside an empty loft space" + ], + "actions": [ + "Sneaky backdoor cut for a soft lay-in", + "Crowd-rousing steal leading to a fast-break dunk", + "Player performing an intricate dribbling exhibition", + "Volunteer handing out water and slapping high-fives" + ], + "camera": "Moody handheld tracking with occasional overhead wide shots", + "accents": [ + "industrial window shafts creating dramatic volumetric light", + "metallic highlights on bleachers and rims" + ], + "mood": "rebellious creative energy", + "lighting": "warm interior bulbs with cool window shafts (dusk)", + "style": "stylized urban sports cinema" + }, + { + "subGenre": "Basketball", + "scene": "Wheelchair basketball final in an indoor arena with adaptive equipment and cheering crowd", + "sceneVariants": [ + "Wheelchair basketball final in an indoor arena with adaptive equipment and cheering crowd", + "Community adaptive sports day with inclusive teams", + "Clinic teaching wheelchair handling and ball skills", + "Close-up of athletes strapping seats and tightening gloves", + "Post-game handshake with respect between competitors" + ], + "actions": [ + "Rapid wheelchair maneuver into a contested rebound", + "Player threading a precise pass through tight gaps", + "Coach shouting tactical rotation and defense cues", + "Athlete celebrating with teammates in a heartfelt circle" + ], + "camera": "Low-profile tracking close to wheel height, emphasizing speed and dexterity", + "accents": [ + "reflective wheels catching overhead lights", + "emotive catchlights in athletes' eyes during close-ups" + ], + "mood": "inspirational competitive intensity", + "lighting": "bright indoor sports lighting with even fill (day)", + "style": "respectful documentary sports portrait" + }, + { + "subGenre": "Basketball", + "scene": "Park tournament at dusk with multiple courts, food stalls and local commentators", + "sceneVariants": [ + "Park tournament at dusk with multiple courts, food stalls and local commentators", + "Neighborhood festival with kids emulating pros", + "Youth bracket with proud family spectators", + "Local legends team playing exhibition matches", + "Open-air charity court with sponsor banners" + ], + "actions": [ + "Youth player hitting a surprise jumper as the crowd gasps", + "Commentator shouting excitedly into a portable mic", + "Volunteers setting up trophies and medals at the scorer's table", + "Spectators passing snacks through the chain-link fence" + ], + "camera": "Wide festival establishes with handheld cutaways to players and families", + "accents": [ + "string-lights and vendor signs producing warm accent glows", + "soft bokeh on lights in behind-the-court compositions" + ], + "mood": "community celebration", + "lighting": "mixed natural dusk with warm practical festival lights (evening)", + "style": "documentary festival sports coverage" + }, + { + "subGenre": "Basketball", + "scene": "Historic black-and-white archival montage of early streetball and old parquet courts", + "sceneVariants": [ + "Historic black-and-white archival montage of early streetball and old parquet courts", + "Grainy film of famed old-school players practicing", + "Sepia-toned stills of worn leather basketballs and frayed nets", + "Slow panning of wooden floorboards with scuffed numbers", + "Archive footage of an iconic buzzer-beater replayed" + ], + "actions": [ + "Classic set-piece executed with period-accurate footwork", + "Fans pouring onto the court in vintage attire after a big win", + "Slow-motion of a leather ball hitting the rim and dropping through", + "Coach with clipboard gesturing passionately during timeouts" + ], + "camera": "Film grain emulation with 50mm fixed primes and gentle push-ins", + "accents": [ + "soft halation on highlights and warm film grain texture", + "faint vignetting and sepia warmth for period authenticity" + ], + "mood": "nostalgic reverence", + "lighting": "soft diffused tungsten-grade light (vintage/day)", + "style": "period sports documentary with filmic texture" + }, + { + "subGenre": "Basketball", + "scene": "Women’s professional league playoff game with packed stands and polished production values", + "sceneVariants": [ + "Women’s professional league playoff game with packed stands and polished production values", + "Post-game MVP interview under studio lights", + "Rivalry matchup with intense tactical chess", + "Star player leading a comeback run late in the fourth", + "Fans in coordinated merch doing choreographed chants" + ], + "actions": [ + "Court-spanning drive resulting in a powerful reverse layup", + "Defender timing a perfect block and immediately converting on the fast break", + "Coach drawing up a play that results in an iso clutch shot", + "Team in emotional embrace after a hard-fought win" + ], + "camera": "Fast-moving broadcast rig with 35mm portrait cutaways", + "accents": [ + "studio-quality rim-lights accentuating muscle definition", + "saturated team colors and reflective floor sheen" + ], + "mood": "focused triumph", + "lighting": "bright arena lighting optimized for broadcast (day/evening)", + "style": "polished professional sports cinematography" + }, + { + "subGenre": "Basketball", + "scene": "Rooftop pick-up game against a city skyline at dusk with wind and neon signs", + "sceneVariants": [ + "Rooftop pick-up game against a city skyline at dusk with wind and neon signs", + "Limited hoop with paint-chipped backboard surrounded by skyline lights", + "Intimate friends’ game with music speakers and small crowd", + "Industrial rooftop with rusted railings and dramatic vistas", + "Players silhouetted against city lights and passing planes" + ], + "actions": [ + "Floating floater over an outstretched defender with city lights behind", + "Quick pass-and-cut sequence finishing in a clean layup", + "Players high-fiving and pulling jackets tight against the wind", + "Rooftop dancer celebrating a made shot with improvisational moves" + ], + "camera": "Wide cinematic rooftop establishes intercut with tight handheld character shots", + "accents": [ + "city neon rim-light producing colorful edge separation", + "wind-swept hair and jacket edges catching specular highlights" + ], + "mood": "intimate urban romance", + "lighting": "mix of ambient city glow and directional practicals (dusk)", + "style": "moody urban sports portrait with cinematic vistas" + }, + { + "subGenre": "Basketball", + "scene": "Late-night gym rehab session with a veteran rehabbing an injury under clinical lights", + "sceneVariants": [ + "Late-night gym rehab session with a veteran rehabbing an injury under clinical lights", + "Physio applying kinesiology tape and guiding mobility exercises", + "Slow controlled shooting practice focusing on touch recovery", + "Athlete alone in a quiet court replaying mental visualization", + "Trainer running video review while athlete mimics corrected motion" + ], + "actions": [ + "Controlled single-leg drills emphasizing balance and form", + "Trainer timing and counting reps with encouraging tones", + "Athlete taking measured shots focusing on arc and release", + "Slow, deliberate stretches with breath-focused pacing" + ], + "camera": "Quiet intimate close-ups with shallow depth and slow push-ins", + "accents": [ + "soft clinical highlights on tape and equipment", + "gentle rim-lighting adding calm separation from background" + ], + "mood": "resolute introspection", + "lighting": "soft cool clinical lighting (night/indoor)", + "style": "intimate athletic recovery portrait" + }, + { + "subGenre": "Basketball", + "scene": "International 3x3 Olympic-style staged court surrounded by sponsor boards and fast tempo", + "sceneVariants": [ + "International 3x3 Olympic-style staged court surrounded by sponsor boards and fast tempo", + "Rapid-fire tournament bracket with compressed timeframes", + "Streetball legends exhibition with international flair", + "Animated commentator box and streaming overlays", + "Fans waving flags and chanting in multiple languages" + ], + "actions": [ + "Explosive isolation drive breaking a defender with a quick spin", + "Rapid-fire shot clock three converting under pressure", + "International handshake and sport-spirit gestures after plays", + "Crowd camera flashing as a star delivers a highlight play" + ], + "camera": "Fast-cutting montages with 24–60fps alternations and overhead telephoto compression", + "accents": [ + "vibrant sponsor-lit neon and saturated event color grading", + "specular court reflections enhancing fast motion" + ], + "mood": "fast, global competitive energy", + "lighting": "bright event-stage lighting with colorful sponsor gels (evening)", + "style": "energetic tournament broadcast with social-media-ready edits" + }, + { + "subGenre": "Basketball", + "scene": "Snowy impromptu half-court game by a frozen lake with steam from players' breath", + "sceneVariants": [ + "Snowy impromptu half-court game by a frozen lake with steam from players' breath", + "Frosted rim and cold-gray sky with bundled players", + "Hot cocoa vendor and bundled fans watching by a bonfire", + "Players brushing snow off the painted lines between plays", + "Frozen goal with visible breath and winter clothing details" + ], + "actions": [ + "Players making cautious pivot moves on salted snow", + "A dramatic long-range shot arcing over soft snowfall", + "A defender slipping free but recovering for a block", + "Players kicking off gloves and celebrating with cheers that puff in the air" + ], + "camera": "Cold-toned wide establishes with telephoto compressed close-ups", + "accents": [ + "crystalline snow catching rim-light and producing micro-sparkles", + "visible breath and frosted eyelashes adding tactile detail" + ], + "mood": "stark camaraderie", + "lighting": "cool overcast daylight with crisp contrast (day/winter)", + "style": "tactile outdoor sports photography" + }, + { + "subGenre": "Basketball", + "scene": "Charity celebrity match in a sunlit arena with family-friendly atmosphere and sponsor stalls", + "sceneVariants": [ + "Charity celebrity match in a sunlit arena with family-friendly atmosphere and sponsor stalls", + "Halftime mini-games with kid participants", + "Celebrity vs. legends match with playful banter and big crowds", + "Post-game autograph session and photo ops", + "Fundraising presentations on court with heartwarming speeches" + ], + "actions": [ + "Celebrity scoring and playfully taunting with a grin", + "Young fan getting lifted onto shoulders after catching a ball", + "Organizers passing donation buckets through the crowd", + "Players interacting warmly with beneficiaries in the stands" + ], + "camera": "Bright lifestyle coverage with 50mm portraits and wide drone overviews", + "accents": [ + "sunlit sparkle on faces and banners creating a festive sheen", + "vibrant event branding accents saturating color palette" + ], + "mood": "uplifting generosity", + "lighting": "bright interior daylight-equivalent lighting (day)", + "style": "polished feel-good event cinematography" + }, + { + "subGenre": "Basketball", + "scene": "Backyard hoop at dusk with kids practicing and hanging laundry nearby", + "sceneVariants": [ + "Backyard hoop at dusk with kids practicing and hanging laundry nearby", + "Makeshift basket bolted to a wooden post in a suburban yard", + "Family gathering with casual pick-up and barbecue smoke", + "Child practicing free-throws while parents tidy the garden", + "Old net with frayed edges and a rusty rim" + ], + "actions": [ + "Child repeating a free-throw routine with intense focus", + "Sibling stealing the ball and taking off down the lawn with laughter", + "Parent catching a stray ball and tossing it back with a smile", + "Team of neighborhood kids executing a sloppy but joyful fast-break" + ], + "camera": "Warm close-knit 35mm portraits with playful handheld movement", + "accents": [ + "soft golden rim-light on grass blades and laundry fabric", + "warm bokeh from patio lights adding cozy texture" + ], + "mood": "nostalgic playful warmth", + "lighting": "warm golden dusk with soft fill (evening)", + "style": "family-oriented slice-of-life sports imagery" + }, + { + "subGenre": "Basketball", + "scene": "Clinic for young prospects inside a municipal center with coaches demonstrating fundamentals", + "sceneVariants": [ + "Clinic for young prospects inside a municipal center with coaches demonstrating fundamentals", + "Shooting and footwork drills executed in small groups", + "Mentor pro giving a short inspirational talk to aspiring players", + "Skill stations rotating with volunteers and stopwatches", + "Parents filming their kids' progress with phones and tablets" + ], + "actions": [ + "Coach demonstrating foot placement for pivot moves", + "Young player nailing a coached layup and celebrating shyly", + "Volunteer handing out water bottles and stickers", + "Mentor correcting hand placement and providing tactile guidance" + ], + "camera": "Instructional wide with technique-focused cutaways and slow-mo breakdowns", + "accents": [ + "soft even indoor light enhancing detail for study", + "catchlights in eyes to emphasize focus and inspiration" + ], + "mood": "encouraging optimism", + "lighting": "neutral soft indoor lighting for clarity (day)", + "style": "educational, uplifting sports documentary" + }, + { + "subGenre": "Basketball", + "scene": "Frosty rooftop tournament under holiday lights with laughter and hot drinks", + "sceneVariants": [ + "Frosty rooftop tournament under holiday lights with laughter and hot drinks", + "Seasonal community event with knitted scarves and beanies", + "Holiday-themed halftime show with performers", + "Players exchanging seasonal greetings after plays", + "Rooftop heater lamps giving off warm glows among breath clouds" + ], + "actions": [ + "Player executing a slick floater amid bundled defenders", + "Group huddle sharing thermoses and tactical whispers", + "Volunteer handing out festive snack packs to kids", + "Crowd singing along to a holiday chant after a dramatic play" + ], + "camera": "Cozy warm close-ups with wider establishing shots showing skyline lights", + "accents": [ + "string-lights and heater-glow producing warm micro-bloom", + "frost crystals on jackets catching highlight points" + ], + "mood": "festive camaraderie", + "lighting": "warm practicals against cool ambient night (evening/winter)", + "style": "seasonal community sports imagery" + }, + { + "subGenre": "Basketball", + "scene": "Parking-lot pick-up beneath neon signs and passing headlights late at night", + "sceneVariants": [ + "Parking-lot pick-up beneath neon signs and passing headlights late at night", + "Impulsive after-hours game with car door bleachers", + "Players wearing eclectic shoes and bright hoodies", + "Local vendor selling late-night snacks and coffee", + "A lone player practicing one-on-one drills as cars pass" + ], + "actions": [ + "Quick weave and finish as headlights cast moving shadows", + "Crowd leaning forward onto hoods of cars as the action heats", + "Player celebrating with dramatic shout that echoes", + "Someone filming a highlight on a smartphone for social upload" + ], + "camera": "Handheld close proximity shots with neon rim-light and rolling shutter character", + "accents": [ + "neon signage reflections in puddles and windshields", + "headlight streaks producing dynamic highlight streaks" + ], + "mood": "raw nocturnal energy", + "lighting": "mixed car headlights, neon and practicals; high contrast (night)", + "style": "edgy social-media-ready street-sports aesthetic" + }, + { + "subGenre": "Basketball", + "scene": "Coach-and-player one-on-one late practice under a single court spotlight", + "sceneVariants": [ + "Coach-and-player one-on-one late practice under a single court spotlight", + "Mentor gently pushing a rookie through a mental block", + "Solo practicing in an empty gym with echoing bounces", + "Tactical footwork session with cones and mirrors", + "Quiet film review followed by immediate drill repetition on-court" + ], + "actions": [ + "Coach demonstrating the finer points of a footwork move step-by-step", + "Player slowly refining a pivot and release with sweat-dropped focus", + "Coach pausing to confer calmly and point at a corrected posture", + "Player executing the corrected motion perfectly and exhaling relief" + ], + "camera": "Intimate slow push-in with shallow depth and soft vignetting", + "accents": [ + "single spotlight creating dramatic isolation and micro-texture on sweat", + "soft rim-light to separate subjects from dark surroundings" + ], + "mood": "intense mentorship", + "lighting": "isolated spotlight with darkened surrounding (night/indoor)", + "style": "character-driven sports drama" + } + ] +} \ No newline at end of file diff --git a/src/data/sports_and_action_boxing.json b/src/data/sports_and_action_boxing.json new file mode 100644 index 0000000..eacbf5b --- /dev/null +++ b/src/data/sports_and_action_boxing.json @@ -0,0 +1,429 @@ +{ + "sports_and_action": [ + { + "subGenre": "Boxing", + "scene": "Championship title fight under roar of a sold-out arena with spotlit ring", + "sceneVariants": [ + "Championship title fight under roar of a sold-out arena with spotlit ring", + "Main event with national anthems and walkout pyrotechnics", + "Referee giving final instructions under camera cranes", + "Corner coaches frantically signaling adjustments between rounds", + "Post-fight medal and belt ceremony with confetti" + ], + "actions": [ + "Explosive opening jab-cross combination that rocks a contender", + "Clinched mid-round recovery with tactical breathing", + "Corner performing a precise one-minute rebuild between rounds", + "Final bell with exhausted embrace and sportsmanlike handshake" + ], + "camera": "Crane wide on ring, then tight 85mm handheld for facial grit and cutaways", + "accents": [ + "sweat-sheen glinting under top spotlights", + "golden confetti catching edge highlights during celebration" + ], + "mood": "epic climactic intensity", + "lighting": "high-contrast spotlights on ring with deep surrounding black (night/indoor)", + "style": "broadcast-polished cinematic sports coverage" + }, + { + "subGenre": "Boxing", + "scene": "Old-school boxing gym midday with hanging bags, chalk dust and vinyl benches", + "sceneVariants": [ + "Old-school boxing gym midday with hanging bags, chalk dust and vinyl benches", + "Vintage portraits on the wall and hand-wrap stations", + "Young fighters skipping rope in rhythm with a single fan", + "Coach timing rounds on a battered stopwatch", + "Window light slanting onto leather gloves on a bench" + ], + "actions": [ + "Rope skipping cadence building into footwork drills", + "Heavy bag interval rounds with thunderous thuds", + "Coach correcting guard posture with a firm touch", + "Trainee spitting and grinning after a series of clean combos" + ], + "camera": "Handheld 35mm with intimate close-ups on hands, ropes and bag impact", + "accents": [ + "dust motes catching narrow sunbeams", + "worn leather texture highlights on gloves and bags" + ], + "mood": "gritty hardworking discipline", + "lighting": "warm slanted daylight through high windows (day)", + "style": "documentary training portrait" + }, + { + "subGenre": "Boxing", + "scene": "Midnight underground fight with improvised ring and fervent crowd (night)", + "sceneVariants": [ + "Midnight underground fight with improvised ring and fervent crowd (night)", + "Illegal backyard show with neon signs and car headlights", + "Small club backroom bout with betting hush", + "Basement warehouse brawl with close-quarter viewing", + "After-hours clandestine match in a dockside hangar" + ], + "actions": [ + "Short brutal exchanges with practical-impact emphasis", + "Referee trying to keep control as adrenaline spikes", + "Crowd surging forward in a unified shout as a hook lands", + "Winner dragged up and briefly hoisted amid shouting" + ], + "camera": "Gritty handheld low-light capture with tight reaction cutaways", + "accents": [ + "torch and car headlight rim-lit sweat arcs", + "smoke and dust filaments illuminated by practicals" + ], + "mood": "dangerous raw intensity", + "lighting": "practical-only harsh lights and shifting shadows (night)", + "style": "noirish gritty fight-club cinematography" + }, + { + "subGenre": "Boxing", + "scene": "Children’s boxing class in a bright community center with soft mats (day)", + "sceneVariants": [ + "Children’s boxing class in a bright community center with soft mats (day)", + "Beginner glove drills with playful ribbons and stickers", + "Coach teaching safe falls and basic stance to wide-eyed kids", + "Parents smiling from folding chairs and filming on phones", + "Reward ceremony handing out stickers and ribbons" + ], + "actions": [ + "Child doing a timid jab then beaming after a correct form", + "Coach kneeling to tie a child's gloves with gentle guidance", + "Small group high-five after a set of safe light rounds", + "Playful pad work mimicking pros with exaggerated moves" + ], + "camera": "Warm 35mm low-angle friendly close-ups emphasizing smiles and small hands", + "accents": [ + "soft colorful mat highlights and warm catchlights", + "toy-like sticker micro-detail and wobbling ribbons" + ], + "mood": "encouraging playful warmth", + "lighting": "bright soft community center daylight (day)", + "style": "family-friendly instructional portraiture" + }, + { + "subGenre": "Boxing", + "scene": "Pro gym sparring night with camera crews filming footwork sessions", + "sceneVariants": [ + "Pro gym sparring night with camera crews filming footwork sessions", + "Two prospects staged for technical sparring under broadcast rigs", + "Slow-motion capture of a textbook counterpunch", + "Media area with producers noting cut points for highlight reels", + "Post-sparring interviews in a quiet corner" + ], + "actions": [ + "Measured technical sparring with defensive counters and feints", + "Coach shouting micro-adjustments between rounds", + "Cameraperson moving to capture a clinch-to-counter sequence", + "Athlete cooling with towels and talking through the tape" + ], + "camera": "Mixed broadcast rigs: steady gimbal for ring, tight 50mm for micro-reactions", + "accents": [ + "LED rim-lights accentuating sweat lines", + "reflective tape and sponsor logos catching cinematic speculars" + ], + "mood": "professional focused preparation", + "lighting": "mixed broadcast LED with cool fill and warm spot accent (night/indoor)", + "style": "polished pre-fight media cinematography" + }, + { + "subGenre": "Boxing", + "scene": "Street corner pop-up boxing challenge with makeshift gloves and cheering locals", + "sceneVariants": [ + "Street corner pop-up boxing challenge with makeshift gloves and cheering locals", + "Block party match with DJ and impromptu ring", + "Local heroes testing skill in quick rounds for pride", + "Food stalls and passersby forming a human ring", + "Winner celebrated with a local folk-anthem chant" + ], + "actions": [ + "Quick informal rounds with loud corner advice", + "Crowd chanting call-and-response lines as punches land", + "Spectator catching a stray glove and laughing", + "Contender raising fist in a playful salute to the crowd" + ], + "camera": "Handheld social-style tight on action with wide contextual festival shots", + "accents": [ + "neon kiosk reflections and midday sun glints", + "dust and sweat micro-detail picked up in close-ups" + ], + "mood": "playful combative community spirit", + "lighting": "mixed practicals and daylight (day)", + "style": "urban grassroots sports photography" + }, + { + "subGenre": "Boxing", + "scene": "Ringside coaching clinic with veterans teaching head movement and counter tactics (day)", + "sceneVariants": [ + "Ringside coaching clinic with veterans teaching head movement and counter tactics (day)", + "Slow demo drills with step-by-step breakdown", + "Pair rotations focusing on slipping and angling", + "Veteran showing defensive boxing drills with clear pedagogy", + "Hands-on adjustments of chin and posture" + ], + "actions": [ + "Coach demonstrating slip-counter with measured precision", + "Student repeating the slip and then finishing with a counter hook", + "Veteran sharing anecdotal wisdom between reps", + "Group drilling head movement with metronome timing" + ], + "camera": "Instructional mid-range with technique-focused close-ups and slo-mo breakdown segments", + "accents": [ + "catchlights on rolling sweat and glove leather grain", + "soft rim-light on veteran face lines emphasizing texture" + ], + "mood": "focused instructional clarity", + "lighting": "soft neutral studio-like light for clarity (day/indoor)", + "style": "educational sports cinematography" + }, + { + "subGenre": "Boxing", + "scene": "Charity exhibition fight in a sunlit park with family audience and picnic blankets", + "sceneVariants": [ + "Charity exhibition fight in a sunlit park with family audience and picnic blankets", + "Celebrity exhibition with playful jabs and crowd banter", + "Post-match fundraiser speeches and donation buckets", + "Kids' mini-round demonstrations between main bouts", + "Community table stalls offering giveaways and sponsor merch" + ], + "actions": [ + "Light-hearted exhibition jabs that emphasize showmanship over power", + "Announcer soliciting donations and volunteers passing buckets", + "Spectators clapping encouragingly as participants take part", + "Winner taking a playful bow and handing a ribbon to a child" + ], + "camera": "Bright lifestyle coverage with wide drone overviews and intimate 50mm portraits", + "accents": [ + "sunlit sparkle on vinyl gloves and bright event banners", + "warm skin-tone catchlights and vivid community color accents" + ], + "mood": "uplifting communal generosity", + "lighting": "bright warm daylight with soft fill (day/outdoor)", + "style": "feel-good event cinematography" + }, + { + "subGenre": "Boxing", + "scene": "Ritual face-off staged in an old steel mill with shafts of light through smokestacks (dusk)", + "sceneVariants": [ + "Ritual face-off staged in an old steel mill with shafts of light through smokestacks (dusk)", + "Two rivals staring each other down in a gritty industrial set", + "Vintage film treatment with grain and high contrast", + "Referee standing between with stern silhouette", + "Crowd of hardened fans circling like vultures" + ], + "actions": [ + "Measured stare and small feints before a sudden explosive exchange", + "Pivot-covering movement to avoid a looping hook", + "Rival slipping a strike and countering with a crisp uppercut", + "Silent grudging nod after the round ends with both still breathing hard" + ], + "camera": "Moody cinematic dolly with long telephoto and heavy grain emulation", + "accents": [ + "dust-laced shaft-light catching airborne sweat", + "steel and oil micro-reflection accentuating industrial grit" + ], + "mood": "tense mythic grit", + "lighting": "shafted warm dusk beams with cool ambient shadows (dusk/indoor)", + "style": "stylized noir-fight cinematography" + }, + { + "subGenre": "Boxing", + "scene": "Women's pro boxing under colorful arena gels with focused broadcast coverage", + "sceneVariants": [ + "Women's pro boxing under colorful arena gels with focused broadcast coverage", + "Midsummer televised co-main event with sponsor integrations", + "Post-fight interview under warm softbox lighting", + "Training montage shown in pre-fight package", + "Fans waving banners celebrating a hometown hero" + ], + "actions": [ + "Equal-intensity exchange producing a tactical shift mid-round", + "Corner giving crisp tactical advice leading to a successful cut-off", + "Victory kneel and tearful embrace after an upset triumph", + "Post-fight handshake and mutual respect handshake" + ], + "camera": "Polished broadcast multi-cam with 35mm emotional portrait cutaways", + "accents": [ + "studio-quality rim-lights sculpting physique and hair", + "colored gel reflections on glossy ring ropes" + ], + "mood": "proud empowered intensity", + "lighting": "bright broadcast spot and gel lighting (night/indoor)", + "style": "polished professional sports cinematography" + }, + { + "subGenre": "Boxing", + "scene": "Ragged neighborhood gymyard bout under a summer sun with crowd on stoops", + "sceneVariants": [ + "Ragged neighborhood gymyard bout under a summer sun with crowd on stoops", + "Back-alley informal contest with boombox soundtrack", + "Local kids watching on porches with ice-cream vendors nearby", + "Old-timers offering tips and bets murmured over fences", + "Winner exiting into a sun-drenched street parade" + ], + "actions": [ + "Short sharp exchanges with street-accents and loud crowd reactions", + "Corner quick-fix with water and a towel between rounds", + "Participant grinning and saluting the neighborhood after a hard win", + "Kids copying punches playfully between heats" + ], + "camera": "Documentary street-level handheld with wide community contextual shots", + "accents": [ + "heat shimmer and sunlit dust on cracked concrete", + "faded wall paint micro-texture and vinyl glove highlights" + ], + "mood": "authentic neighborhood pride", + "lighting": "harsh midday sun with high-contrast (day)", + "style": "street-level documentary sports" + }, + { + "subGenre": "Boxing", + "scene": "Slow-motion technical breakdown in a studio with high-speed cameras and isolated black backdrops", + "sceneVariants": [ + "Slow-motion technical breakdown in a studio with high-speed cameras and isolated black backdrops", + "Microscopic detail on glove-to-face impact and head movement", + "Technique-focused explanatory segments with annotated overlays", + "Demonstration of foot pivot and weight transfer in slo-mo", + "Coach voice-over explaining the physics of a perfect hook" + ], + "actions": [ + "High-frame-rate capture of a perfectly timed counter eliding a hook", + "Micro-slow of sweat bead trajectory and skin ripple at impact", + "Replayed overlay illustrating angle of shoulder rotation", + "Athlete repeating a flawless technical combo for frame study" + ], + "camera": "High-frame-rate studio rigs with macro lenses and isolated lighting", + "accents": [ + "specular micro-highlights on skin and glove leather", + "clean rim-lighting isolating silhouette and motion trails" + ], + "mood": "analytical technical clarity", + "lighting": "studio spot and rim-light with dark backdrop (indoor)", + "style": "technical slow-motion sports cinematography" + }, + { + "subGenre": "Boxing", + "scene": "Ritual pre-fight weigh-in on a stage with press and heated stare-downs", + "sceneVariants": [ + "Ritual pre-fight weigh-in on a stage with press and heated stare-downs", + "Face-off with promoters and security close by", + "Media snapping as gloves are lifted for final promotional shots", + "Fighter flexing and mouthing taunts during stare-down", + "Medical checks and hydration performed immediately after weigh-in" + ], + "actions": [ + "Two fighters edging noses for the classical stare-down", + "Trainer shouting calm instructions while medics check vitals", + "Photographers shouting for a final explosive pose", + "Final handshake refused or given as a sign of respect" + ], + "camera": "Tight stage-side handheld with telephoto punches for intensity", + "accents": [ + "cold stage halogen rim-light and flash burst highlights", + "perspiration and eyebrow micro-detail in tight reaction shots" + ], + "mood": "charged promotional theatre", + "lighting": "bright stage halogens with camera flash bursts (indoor)", + "style": "promotional event cinematography" + }, + { + "subGenre": "Boxing", + "scene": "Rooftop shadow-boxing session at dawn with skyline silhouettes and training journal", + "sceneVariants": [ + "Rooftop shadow-boxing session at dawn with skyline silhouettes and training journal", + "Solo mental-rehearsal with calm focus and breath control", + "Coach observing from a distance and making notes", + "Light bag session and shadow rhythm against skyline", + "After-session stretching and tea as sun rises" + ], + "actions": [ + "Silent shadow-boxing drill emphasizing rhythm and breath", + "Coach scribbling notes on timing and stance adjustments", + "Athlete performing slow deliberate footwork drills", + "Relaxed cool-down with slow mobility and reflective gaze" + ], + "camera": "Wide rooftop establishes with telephoto portraits and soft sun flares", + "accents": [ + "sunrise rim-light on gloves and rooftop grit", + "soft skyline bokeh producing contemplative mood" + ], + "mood": "private ritual focus", + "lighting": "warm dawn sunlight with gentle fill (day)", + "style": "introspective athlete portraiture" + }, + { + "subGenre": "Boxing", + "scene": "Charity veterans sparring exhibition with respectful atmosphere and smoky afternoon lighting", + "sceneVariants": [ + "Charity veterans sparring exhibition with respectful atmosphere and smoky afternoon lighting", + "Former champions performing light closed-glove routines", + "Crowd of mixed ages applauding and sharing memories", + "Medical staff ensuring safety and pacing demonstration", + "Post-exhibition handshake and group photos" + ], + "actions": [ + "Veteran executing a controlled combination with preserved grace", + "Spectator recounting a historic fight to a neighbor with jocular tone", + "Volunteer collecting donations and high-fiving participants", + "Old champion offering a small tactical demo for kids" + ], + "camera": "Warm community-focused coverage with close 50mm intimate shots", + "accents": [ + "smoke-haze catching late sun and creating soft diffusion", + "patina on old gloves and ring ropes highlighting age and history" + ], + "mood": "nostalgic respectful celebration", + "lighting": "warm afternoon with soft diffusion (day)", + "style": "nostalgic community sports cinematography" + }, + { + "subGenre": "Boxing", + "scene": "Late-night solitary bag work in a deserted parking lot under a single lamp (night)", + "sceneVariants": [ + "Late-night solitary bag work in a deserted parking lot under a single lamp (night)", + "Quiet personal ritual with headphones and bag thudding", + "Close-practice of combos and rhythm counting aloud", + "Wrapping and unwrapping hands with methodical care", + "Walking away from the lamp into empty streets after finishing" + ], + "actions": [ + "Solitary measured bag rounds building rhythm and muscle memory", + "Close slow practice on footwork pivot and shadow transitions", + "Athlete breathing through a cooldown and patting gloves in thanks", + "Slow camera following as the fighter walks away into darkness" + ], + "camera": "Low-key handheld with single practical lamp rim and long shadow compositions", + "accents": [ + "lamp halation and wet-pavement micro-reflections", + "sweat-sheen and leather micro-speculars near impact" + ], + "mood": "quiet determined solitude", + "lighting": "single practical lamp with deep surrounding black (night)", + "style": "intimate solitary sports portrait" + }, + { + "subGenre": "Boxing", + "scene": "Technical clinic under softbox lighting focusing on footwork with floor markers (day/indoor)", + "sceneVariants": [ + "Technical clinic under softbox lighting focusing on footwork with floor markers (day/indoor)", + "Athletes running ladder drills with measured cadence", + "Slow tutorial segments dissecting transfer of weight", + "Pad-holder giving rhythm calls as athletes move through combos", + "Final group cool-down with mobility drills" + ], + "actions": [ + "Precise foot placement drills executed with metronomic timing", + "Coach pausing to correct a single foot angle and seeing immediate improvement", + "Athlete performing a flow set integrating defense and counters", + "Group performing synchronized mobility to close the clinic" + ], + "camera": "Clean instructional framing with softbox key and back rim to sculpt form", + "accents": [ + "soft studio rim-lights shaping muscle silhouettes", + "floor-mark micro-detail and shoe-sole grip textures" + ], + "mood": "focused methodical progress", + "lighting": "soft studio lighting optimized for teaching clarity (indoor/day)", + "style": "clear educational sports cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/sports_and_action_climbing.json b/src/data/sports_and_action_climbing.json new file mode 100644 index 0000000..bd83943 --- /dev/null +++ b/src/data/sports_and_action_climbing.json @@ -0,0 +1,279 @@ +{ + "sports_and_action": [ + { + "subGenre": "Climbing", + "scene": "Indoor sport climbing gym during peak evening session with colorful holds and top-ropes", + "sceneVariants": [ + "Indoor sport climbing gym during peak evening session with colorful holds and top-ropes", + "Youth after-school class practicing footwork on slab walls", + "Competitor rehearsing a problem under coach supervision", + "Group boulder circle with coach demonstrating beta", + "Rope-cleaning and knot-practice at the belay stations" + ], + "actions": [ + "Climber statically working a crux move and adjusting foot placement precisely", + "Belayer taking and feeding slack with authoritative cadence", + "Coach shouting specific beta while pointing at a hold sequence", + "Group celebrating a send as a climber hits the top hold and rings the bell" + ], + "camera": "Handheld gimbal capturing vertical motion with occasional overhead rig for route context", + "accents": [ + "bright hold colors popping under even gym lighting", + "chalk dust micro-particles rim-lit during dynamic moves" + ], + "mood": "focused social challenge", + "lighting": "bright neutral indoor gym lights (evening/indoor)", + "style": "technical indoor climbing portraiture" + }, + { + "subGenre": "Climbing", + "scene": "Sunning sport crag on sea cliffs with bolted routes and salty spray (day)", + "sceneVariants": [ + "Sunning sport crag on sea cliffs with bolted routes and salty spray (day)", + "Low-tide access crag with tide pools below", + "Multi-pitch seaside route with exposed belays", + "Climber dropping chalk into the breeze as they clip next bolt", + "Local climbers swapping route-tips on the ledge" + ], + "actions": [ + "Climber executing a committed dynamic reach across a sea-swept arête", + "Belayer securing clip-ins and scanning the water below for colours", + "Photographer capturing silhouette against the horizon as a climber clips the anchor", + "Partner handing up a water bottle and offering route beta" + ], + "camera": "Telephoto from a safe cliff vantage and low-angle water-level follow", + "accents": [ + "salt-spray catching rim-light and wet-rock sheen", + "sea-glare micro-reflections on rope and metal carabiners" + ], + "mood": "wind-swept daring joy", + "lighting": "bright coastal daylight with strong contrast (day)", + "style": "adventure coastal climbing cinematography" + }, + { + "subGenre": "Climbing", + "scene": "High alpine multi-pitch with glacier views and remote exposed anchors (dawn)", + "sceneVariants": [ + "High alpine multi-pitch with glacier views and remote exposed anchors (dawn)", + "Ridge traverse with airy runouts and belays on tiny ledges", + "Two-day alpine approach with bivy ledge camp", + "Urgent rope-managment during storm-avoidance descent", + "Sunrise summit block solo photo-op after the final pitch" + ], + "actions": [ + "Leader clipping intermittent fixed protection and committing to a thin seam", + "Second cleaning gear and simul-rappelling cautious lines", + "Team checking weather radios and adjusting objective-risk plans", + "Quiet celebration and mutual respect as the group reaches the summit" + ], + "camera": "Wide alpine drone establishing shots, intercut with helmet-cam on exposed moves", + "accents": [ + "high-contrast glacial sparkle and rim-light on crampons", + "rock-and-ice micro-texture highlighted on close contact points" + ], + "mood": "austere determined focus", + "lighting": "cool dawn light with long alpine shadows (dawn)", + "style": "epic alpine climbing documentary" + }, + { + "subGenre": "Climbing", + "scene": "Bouldering gym circuit with soft floors, problem chalked lines and animated coaching (day)", + "sceneVariants": [ + "Bouldering gym circuit with soft floors, problem chalked lines and animated coaching (day)", + "Outdoor boulder field with mossy holds and spotters", + "Kids' bouldering birthday party with playful routes", + "Evening open boulder jam with local legends trying flash attempts", + "Coach teaching movement drills on a slab sector" + ], + "actions": [ + "Climber static-sequencing a slab problem balancing on fingertip smears", + "Spotters guiding safe landings and calling 'down' after a fall", + "Coach demonstrating heel-hook technique and weight shift", + "Group excitement as a tricky beta is discovered and executed" + ], + "camera": "Close quarters handheld with low angles to emphasize body tension and footwork", + "accents": [ + "chalk dust halos and soft floor texture micro-detail", + "bright colored hold palettes giving contrast and rhythm" + ], + "mood": "playful determined experimentation", + "lighting": "bright indoor/artificial with even soft fills (day/indoor)", + "style": "friendly instructional climbing cinematography" + }, + { + "subGenre": "Climbing", + "scene": "Big-wall Yosemite-style portaledge expedition with haul-bags and golden sunset (evening)", + "sceneVariants": [ + "Big-wall Yosemite-style portaledge expedition with haul-bags and golden sunset (evening)", + "Early-morning hauling pitch with portaledges stacked and ropes taut", + "Corner aid-climbing sequence with etriers and hooks", + "Night on the wall with headlamps and tethered tea", + "Rappel-and-walk-off celebration at base camp" + ], + "actions": [ + "Big-wall team hauling heavy bags and alternating lead lines", + "Aid climber placing a piton and weighting the etrier slowly and deliberately", + "Nighttime ledge chat and gear re-organization under headlamp cones", + "Final high-five as the team tops out with exhausted elation" + ], + "camera": "Long telephoto reward shots and vertical follow-cams from fixed belays", + "accents": [ + "sunset halation on granite and metal glints of pitons", + "portaledge fabric texture and frayed rope micro-detail" + ], + "mood": "gritty ambitious triumph", + "lighting": "warm sunset into cool night practicals (evening/night)", + "style": "grand big-wall expedition cinematography" + }, + { + "subGenre": "Climbing", + "scene": "Ice-climbing couloir with axes and crampons under crisp winter light (day/winter)", + "sceneVariants": [ + "Ice-climbing couloir with axes and crampons under crisp winter light (day/winter)", + "Mixed climbing route with rock and iced features requiring dry-tooling", + "Vertical serac face with dynamic screw placements", + "Rope-team rotating leads under avalanche-risk training", + "After-climb communal shelter with hot tea and heated gloves" + ], + "actions": [ + "Climber swinging axes into solid ice and weighting picks with crisp impact", + "Partner placing and testing ice screws with a methodical approach", + "Quick rope-prussik ascent for training drills and rescues", + "Team warming hands and inspecting gear post-ascent" + ], + "camera": "Cold-toned telephoto with helmet cams for contact and high-frame-rate for ice impact", + "accents": [ + "icicle sparkles and crystalline shavings rim-lit by cold sun", + "metal tool glints and crampon tooth micro-detail" + ], + "mood": "raw precise concentration", + "lighting": "cool bright winter sun with crisp contrast (day/winter)", + "style": "technical alpine ice cinematography" + }, + { + "subGenre": "Climbing", + "scene": "Urban buildering stealth session at twilight with improvised pads and small crews (dusk/night)", + "sceneVariants": [ + "Urban buildering stealth session at twilight with improvised pads and small crews (dusk/night)", + "Rooftop traverse across low parapets with careful spotting", + "Night façade problems with handheld LED accenting", + "Quick street-safety tidyups and respectful leave-no-trace wrap", + "Crew slipping away into alleyways after a quick session" + ], + "actions": [ + "Climber threading a narrow ledge traverse and using micro-edges with precision", + "Spotters shifting pads and calling safe zones as a climber drops", + "Quick photo of a daring silhouette against city lights", + "Crew smoothing out footprints and packing gear to leave no trace" + ], + "camera": "Intimate wide lens handheld and close rooftop telephoto for silhouette rhythm", + "accents": [ + "neon light rim on concrete micro-edges and wet pavement reflections", + "rough masonry micro-texture and chipped-hold detail" + ], + "mood": "edgy covert creativity", + "lighting": "mixed practical neon and dusk ambient (dusk/night)", + "style": "raw urban climbing cinematography" + }, + { + "subGenre": "Climbing", + "scene": "Competition lead finals in an arena with ropes, quickdraws and torching spotlights (night)", + "sceneVariants": [ + "Competition lead finals in an arena with ropes, quickdraws and torching spotlights (night)", + "Climber running out a dyno sequence under a hush before the crowd erupts", + "Hermetic camera rigs capturing beta from novel angles", + "Judge panels and score screens updating tension", + "Post-event interviews and sponsor flash lighting" + ], + "actions": [ + "Climber dynoing between two holds, sticking the awkward landing with a fist pump", + "Belayer holding calm and melting tension as the route's midpoint is attempted", + "Crowd collectively inhaling on a daring heel-hook sequence", + "Winner interviewed under bright press lights and confetti rigs" + ], + "camera": "Broadcast multi-cam with overhead rigs and tight 50–85mm reaction lenses", + "accents": [ + "spotlight halation on climber silhouette and glossy hold sheen", + "chalk-dust micro-spray captured in high-speed slo-mo" + ], + "mood": "taut competitive adrenaline", + "lighting": "intense spotlighting and arena gels (night/indoor)", + "style": "broadcast competition cinematography" + }, + { + "subGenre": "Climbing", + "scene": "Kids' climbing club outdoors with low boulder problems, safety pads and enthusiastic coaches (day)", + "sceneVariants": [ + "Kids' climbing club outdoors with low boulder problems, safety pads and enthusiastic coaches (day)", + "Playful climbing-themed birthday event with obstacle lines", + "School field trip with short intro routes and harness practice", + "Gentle top-rope introduction with parents watching from benches", + "Sticker reward and group-photo after completion" + ], + "actions": [ + "Child solving a fun boulder problem with coach hands-on guidance", + "Parent clapping loudly as a child reaches the top hold", + "Coach marking progress on a simple chart and awarding a sticker", + "Kids helping each other spot and celebrate small achievements" + ], + "camera": "Playful low-angle 35mm with wide warmth and close facial reactions", + "accents": [ + "bright primary color holds and sticker micro-texture", + "soft skin catchlights and friendly mat texture" + ], + "mood": "encouraging playful learning", + "lighting": "bright friendly daylight (day)", + "style": "family-friendly instructional climbing imagery" + }, + { + "subGenre": "Climbing", + "scene": "Solo free-solo ascent of a dramatic clean face with remote reward and extreme exposure (day)", + "sceneVariants": [ + "Solo free-solo ascent of a dramatic clean face with remote reward and extreme exposure (day)", + "Secluded iconic needle climbed without ropes at dawn", + "Cinematic single-take style ascent documented by a distant camera", + "Intimate slow linear close-ups of fingertip smears and micro-grip", + "Quiet summit moment with panoramic vantage and reflective silence" + ], + "actions": [ + "Solo climber moving with absolute control, micro-holds and silent breath", + "Distant camera capturing silhouette moves across a clean line", + "Close-up of fingertip skin and chalk texture as each micro-edge is negotiated", + "Summit quiet—reflective stoicism and slow exhalation" + ], + "camera": "Long telephoto to preserve safe distance, with ground-lens macro inserts for tactile detail", + "accents": [ + "extreme exposure rim-light and rock micro-grain texture", + "chalked fingertip micro-detail and skin-ridge highlights" + ], + "mood": "tense solitary transcendence", + "lighting": "clean daylight with crisp contrast to emphasize exposure (day)", + "style": "intense contemplative climbing cinematography" + }, + { + "subGenre": "Climbing", + "scene": "Night crag session with headlamps, small crew and glowing rope traces", + "sceneVariants": [ + "Night crag session with headlamps, small crew and glowing rope traces", + "Quick route after-work session with thermos and sandwiches", + "Camp-light belay with stars above and breeze in the canyon", + "Emergency quick-fix chalk and tape under headlamp cones", + "Late descent with headlamp beads and tired but happy team" + ], + "actions": [ + "Climber executing a tired-but-clean topout under haloed headlamp light", + "Belayer humming rhythmically and keeping a tight tension on the rope", + "Small team sharing a thermos and laughing about a close clip", + "Helmet light beams creating cinematic streaks as the group descends" + ], + "camera": "Low-light handheld with headlamp reflections and soft high ISO anamorphic feel", + "accents": [ + "headlamp cone rim-lines and rope-reflective micro-highlights", + "thermal breath halos and damp-rock sheen" + ], + "mood": "intimate communal grit", + "lighting": "practical headlamp and small lantern pockets with surrounding dark (night)", + "style": "moody low-light climbing cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/sports_and_action_cycling.json b/src/data/sports_and_action_cycling.json new file mode 100644 index 0000000..0420caf --- /dev/null +++ b/src/data/sports_and_action_cycling.json @@ -0,0 +1,454 @@ +{ + "sports_and_action": [ + { + "subGenre": "Cycling", + "scene": "Grand tour mountain stage with peloton climbing steep switchbacks under alpine skies", + "sceneVariants": [ + "Grand tour mountain stage with peloton climbing steep switchbacks under alpine skies", + "Solo breakaway twisting up a high alpine pass with snow banks", + "Team cars rolling behind offering bottles and mechanical support", + "Summit sprint with photographers lining the final hairpin", + "Descending sweep with riders tucked and brakes glowing" + ], + "actions": [ + "Peloton grinding up a long gradient with cadence synchronized", + "Breakaway attacker surging over a crest to open a gap", + "Domestique offering a bottle and pacing a team leader", + "Rider descending in a tucked aero tuck while brakes smoke" + ], + "camera": "Aerial drone crane sweeping switchbacks, alternating telephoto compression for peloton density", + "accents": [ + "rim-lit breath-steam and spray from wet roads catching sunlight", + "spoke glints and chain sheen creating micro-reflections" + ], + "mood": "agonized heroic endurance", + "lighting": "high alpine daylight with dramatic sky contrast (day)", + "style": "epic endurance sports cinematography" + }, + { + "subGenre": "Cycling", + "scene": "Urban criterium circuit at dusk with barriers, sponsor boards and cheering crowds", + "sceneVariants": [ + "Urban criterium circuit at dusk with barriers, sponsor boards and cheering crowds", + "Late-night city crit with neon reflections and aggressive bunch sprint", + "Local crit with community stalls and announcer commentary", + "Team cars arrayed at pit lane for quick wheel swaps", + "Porous rooftop vantage with photographers framing a corner" + ], + "actions": [ + "High-speed cornering with riders leaning to razor edge", + "Lead-out train peeling off while sprinter launches", + "Peloton compressing through a technical chicane", + "Mechanic performing a rapid wheel-change under pressure" + ], + "camera": "Track-side wired camera with gimbal tracking and slow-mo corner shot", + "accents": [ + "neon and sponsor board reflections in wet asphalt", + "tire smoke and rubber skid micro-detail on apexes" + ], + "mood": "adrenalized urban chaos", + "lighting": "mixed practical street and evening lights (dusk/night)", + "style": "high-energy broadcast-style cycling coverage" + }, + { + "subGenre": "Cycling", + "scene": "Velodrome sprint night with polished wooden boards and high banks", + "sceneVariants": [ + "Velodrome sprint night with polished wooden boards and high banks", + "Match sprint duel with tactical cat-and-mouse pacing", + "Keirin motor-paced explosive sprint with derny in tow", + "Madison exchange in choreographed partner rhythm", + "Training session with isolated athletes practicing starts" + ], + "actions": [ + "Tactical track stand and burst sprint revealing explosive power", + "Madison hand-sling exchange catapulting a teammate forward", + "Rider timing a perfectly measured final sprint", + "Coach signaling cadence and lap completion from above" + ], + "camera": "Tight high-speed baseline rig with fisheye track lens and high-frame-rate slo-mo", + "accents": [ + "polished wood sheen and rim-light on velodrome boards", + "sweat-sheen and spoke-lace glints under cold arena lights" + ], + "mood": "tense mechanical precision", + "lighting": "cool indoor arena lights with sharp speculars (night/indoor)", + "style": "technical high-speed sports cinematography" + }, + { + "subGenre": "Cycling", + "scene": "Singletrack mountain bike descent through a sun-dappled pine forest", + "sceneVariants": [ + "Singletrack mountain bike descent through a sun-dappled pine forest", + "Technical rock garden with line choice drama", + "Flow trail with berms and jump rollers", + "Enduro stage finish with cheering pit crew", + "Night downhill with helmet-mounted lamps and strobing support beacons" + ], + "actions": [ + "Rider charging a steep drop with full commit and compress", + "Quick line choice between roots and boulders executed with flick precision", + "Air time off a tabletop followed by a controlled landing", + "Pit crew swapping a rear wheel and giving a thumbs-up" + ], + "camera": "Helmet POV intercut with trailing gimbal and follow-cam for compression", + "accents": [ + "dust plumes and suspended pine needles catching rim-light", + "specular paint chips and mud spatters providing tactile texture" + ], + "mood": "exhilarated risk-forward focus", + "lighting": "dappled forest daylight with high contrast patches (day)", + "style": "action-sports dynamic cinematography" + }, + { + "subGenre": "Cycling", + "scene": "Gravel endurance event across rolling farmland with neutral feed zones", + "sceneVariants": [ + "Gravel endurance event across rolling farmland with neutral feed zones", + "Long singletrack gravel crossings with treeline vistas", + "Farm-stand pithug stops with volunteers pouring coffee", + "Dusty long straights leading to technical farm tracks", + "Finish corral with medal ribbons and greasy-fork celebration" + ], + "actions": [ + "Rider powering through washboard gravel with steady seated cadence", + "Group forming and breaking over a dusty crest", + "Mechanic patching a tire and re-seating a tube mid-event", + "Rider high-fiving a volunteer handing over a grippy banana" + ], + "camera": "Telephoto from support vehicle for compressed peloton portraits and close gravel texture shots", + "accents": [ + "dust halos and airborne grit catching warm rim-light", + "gravel-chip impacts and tire tread close-up micro-detail" + ], + "mood": "gritty communal endurance", + "lighting": "warm golden daylight with soft haze (day)", + "style": "adventure-endurance visual reportage" + }, + { + "subGenre": "Cycling", + "scene": "Cyclocross mudfest in winter with churned mud, barriers and shoulder-run sections", + "sceneVariants": [ + "Cyclocross mudfest in winter with churned mud, barriers and shoulder-run sections", + "Sprint off-the-bike remounts with chilled breath", + "Short, snaking course through parkland with cheering locals", + "Tape-lined spectator barricades and hot drink vendors", + "Junior cyclocross heats with comical wipeouts and smiles" + ], + "actions": [ + "Rider shouldering bike across a steep muddy section with boots slipping", + "Explosive remount and re-acceleration after a barrier hop", + "Spectator catching mud on a waving gloved hand", + "Mechanic dabbing a chain and re-lubing under shelter" + ], + "camera": "Low-angle mud-splatter close-ups with mid-range following and 120fps slow-mo", + "accents": [ + "mud-splate micro-detail and wet-clump texture on frames", + "cold breath and steam from body heat under heavy jackets" + ], + "mood": "ferocious playful grit", + "lighting": "overcast cold daylight with even soft fills (day/winter)", + "style": "raw gritty alternative-sports cinematography" + }, + { + "subGenre": "Cycling", + "scene": "BMX park jam under colourful ramps and graffiti at sunset", + "sceneVariants": [ + "BMX park jam under colourful ramps and graffiti at sunset", + "Flatland trick circle with showy balance moves", + "Street-slam session with improvised urban obstacles", + "Night jam lit by portable LEDs with boombox soundtrack", + "Pro exhibition with commentators and trick rundown" + ], + "actions": [ + "Rider launching a tailwhip into a perfect grab with crowd cheers", + "Flatland artist executing a complex balance sequence", + "Group forming a line for a synchronized trick combo", + "Rider bailing artistically and popping back up smiling" + ], + "camera": "Low-fast shutter onboard and trailing 50mm with wide-angle stunt coverage", + "accents": [ + "spray-painted textures popping under warm sunset rim-light", + "dust and paint-particles catching highlight streaks" + ], + "mood": "rebellious playful artistry", + "lighting": "warm dusk-to-night with practical LED fill (evening)", + "style": "street-culture sports cinematography" + }, + { + "subGenre": "Cycling", + "scene": "Downhill gravity-fed race with steep rock slabs and cliff-edge exposures", + "sceneVariants": [ + "Downhill gravity-fed race with steep rock slabs and cliff-edge exposures", + "Technical gully with rhythm drops and ladder bridges", + "Late-stage race with exhausted riders and bold line choices", + "Practice day with taped lines and safety netting", + "Night-run with headlamps and pit-lanterns" + ], + "actions": [ + "Rider launching off a double-drop hitting a perfect tuck", + "Rapid corrective steering mid-air to avoid a rock pin", + "Care crew refreshing suspension settings between runs", + "Athlete crossing the line pumping fists despite bruises" + ], + "camera": "Follow cam on rig with gyro-stabilized long lens and helmet-cam close stunts", + "accents": [ + "rock dust micro-spray rim-lit and suspension oozing oil sheen", + "mud and grit accenting fork crowns and frame tubing" + ], + "mood": "extreme adrenaline focus", + "lighting": "harsh natural daylight on exposed rock or isolated practicals at night", + "style": "adrenaline sport extreme cinematography" + }, + { + "subGenre": "Cycling", + "scene": "Bikepacking multi-day route crossing remote forests and desert tracks at sunrise", + "sceneVariants": [ + "Bikepacking multi-day route crossing remote forests and desert tracks at sunrise", + "Camp setup at dusk with stove-lit tents and chain lubrication", + "Single-rider solitude rolling along a backcountry jeep track", + "Group of friends sharing a campsite and recounting the day's route", + "Resupply village stop with smiling locals and fresh bread" + ], + "actions": [ + "Rider loading panniers and tightening straps before an early push", + "Group pushing through a technical patch and cheering upon summit", + "Setting up camp, cooking, and performing minor repairs", + "Rider photographing a long vista and jotting notes into a journal" + ], + "camera": "Cinematic overland establishes with intimate handheld campsite portraits", + "accents": [ + "morning dew glinting on bags and frame junctions", + "campfire warm bloom and oil-rich metal highlights" + ], + "mood": "introspective rugged freedom", + "lighting": "warm sunrise-to-dusk natural light with campfire practicals (day/night)", + "style": "adventure travel documentary style" + }, + { + "subGenre": "Cycling", + "scene": "Time-trial individual start on empty rolling roads with taped start gates", + "sceneVariants": [ + "Time-trial individual start on empty rolling roads with taped start gates", + "Wetsuit-like aero skinsuits and disc wheels gleaming", + "Coach on the side timing with a handheld telemetry device", + "Wind gutters and tailwind-dependent pacing strategy", + "Finish corrals with supportive teammates and data tablets" + ], + "actions": [ + "Rider adopting an ultra-aero tuck to slice through wind", + "Measured cadence shifts to match gradient changes", + "Support van handing a quick bottle and aero helmet adjustment", + "Rider collapsing into the side to catch breath after finishing" + ], + "camera": "Isolated follow car with long telephoto and onboard powermeter overlays for data-driven shots", + "accents": [ + "disc wheel sheen and aerodynamic surface glints", + "wind-driven dust streaks accenting speed" + ], + "mood": "isolated relentless pursuit", + "lighting": "clean daylight with clear directional sun for crisp shadows (day)", + "style": "precision performance sports cinematography" + }, + { + "subGenre": "Cycling", + "scene": "Commuter rush-hour with packed bike lanes, cargo bikes and city hustle", + "sceneVariants": [ + "Commuter rush-hour with packed bike lanes, cargo bikes and city hustle", + "Cargo-bike parent ferrying kids beneath morning drizzle", + "E-bike riders overtaking tired pedal commuters", + "Bike-lane protests and pop-up repair stands", + "Rooftop bicycle parking heaps and shared-bike stations" + ], + "actions": [ + "Rider weaving smoothly between parked cars and buses", + "Cargo bike parent balancing a child with practiced calm", + "Courier sprinting to meet a pickup and swinging a bike mount", + "Volunteer mechanic fixing a quick puncture at the kerb" + ], + "camera": "Close street-level tracking with wide lens for immersive urban energy", + "accents": [ + "wet-pavement neon reflections and chain-oil glints on cranksets", + "heated breath and practical headlamp halos in colder cities" + ], + "mood": "practical urban rhythm", + "lighting": "mixed urban practicals and overcast daylight (dawn/evening)", + "style": "documentary urban mobility cinematography" + }, + { + "subGenre": "Cycling", + "scene": "Fatbike winter loop across snowfields with frozen lakes and thermal gear", + "sceneVariants": [ + "Fatbike winter loop across snowfields with frozen lakes and thermal gear", + "Arctic training camp with insulated tents and waxed frames", + "Short icy sprint races with sawtooth tires", + "Community snow-ride festival with hot beverages", + "Night fatbike glow ride with LED-wrapped forks" + ], + "actions": [ + "Rider plowing through packed snow with slow, powerful cadence", + "Group leading light-follow with breath pluming and laughter", + "Mechanic adding studded tires and checking rim tension", + "Participant warming hands and replenishing with thick hot drinks" + ], + "camera": "Cold-toned wide establishes with sled-mounted follow-cam and helmet POV", + "accents": [ + "snow sparkle rim-light and frost on frames and eyelashes", + "thermal steam halos around riders under cold sun" + ], + "mood": "cheery cold grit", + "lighting": "cool low-angle winter sun or overcast (day/winter)", + "style": "adventure-winter outdoor cinematography" + }, + { + "subGenre": "Cycling", + "scene": "Tandem touring along coastal backroads with couples and scenic picnics", + "sceneVariants": [ + "Tandem touring along coastal backroads with couples and scenic picnics", + "Slow romantic pace stopping for shoreline photos", + "Camping with tandem mounted on a trailer and friendly locals", + "Historic route touring with castle-side lunches", + "Market-stop fueling with local produce and smiling vendors" + ], + "actions": [ + "Tandem riders synchronizing pedals and laughing at shared jokes", + "Couple unpacking a picnic and pouring tea with sea vistas", + "Local swapping route advice and pointing to hidden coves", + "Rider adjusting saddle tilt while partner checks the map" + ], + "camera": "Warm cinematic over-shoulder compositions and scenic wide landscapes", + "accents": [ + "sunlit salt breeze micro-bokeh and polished chrome glints", + "fabric wrinkle micro-detail and picnic steam highlights" + ], + "mood": "romantic relaxed wanderlust", + "lighting": "golden coastal sunlight with gentle fill (day)", + "style": "lifestyle travel cinematography" + }, + { + "subGenre": "Cycling", + "scene": "Kids' pedal parade in a suburban park with balance bikes and cones", + "sceneVariants": [ + "Kids' pedal parade in a suburban park with balance bikes and cones", + "Mini obstacle course with ribbon prizes and smiling parents", + "Bike-safety workshop teaching kids helmet skills", + "Community bike rodeo with local police and volunteers", + "Little racers on tiny track finishing with handmade medals" + ], + "actions": [ + "Child wobbling but maintaining balance to big cheers", + "Volunteer tightening helmet straps and offering stickers", + "Parent sprinting alongside to steady a first pedal", + "Kids crossing the finish and collecting colorful ribbons" + ], + "camera": "Playful close-up 35mm with low-angle playful shots celebrating small victories", + "accents": [ + "sunlit rim on tiny spokes and helmet stickers", + "vibrant primary-color bike paint and confetti highlights" + ], + "mood": "joyful supportive play", + "lighting": "bright mid-morning daylight with warm fill (day)", + "style": "family-friendly lifestyle sports imagery" + }, + { + "subGenre": "Cycling", + "scene": "Para-cycling pursuit on a velodrome with adaptive rigs and intense focus", + "sceneVariants": [ + "Para-cycling pursuit on a velodrome with adaptive rigs and intense focus", + "Tandem para-sprint with pilot and visually-impaired athlete", + "Handcycle road time-trial around a closed circuit", + "Para-para team pursuit with seamless exchanges", + "Warm-up area with prosthetic tuning and physiotherapy" + ], + "actions": [ + "Tandem pilot synchronizing cadence for a smooth power output", + "Handcyclist powering a steep ramp with upper-body torque", + "Support staff adjusting prosthetic interface and seating", + "Athlete expressing elation in a focused podium moment" + ], + "camera": "Low-profile tracking at seat height with careful empathetic close-ups", + "accents": [ + "reflective adaptive-frame polish catching arena light", + "catchlights emphasizing athlete determination and teamwork" + ], + "mood": "inspirational competitive dignity", + "lighting": "bright arena lighting optimized for clear visibility (indoor/day)", + "style": "respectful performance documentary" + }, + { + "subGenre": "Cycling", + "scene": "Urban fixed-gear alleycat with improvised routes and courier-style racing", + "sceneVariants": [ + "Urban fixed-gear alleycat with improvised routes and courier-style racing", + "Courier hustle weaving between morning traffic", + "Amateur alleycat at dusk with stack starts and timed checkpoints", + "Sober finish with riders comparing route choices and stories", + "Pop-up party at the finish with local DJs and mechanic stalls" + ], + "actions": [ + "Rider threading alleys and shortcutting with bold line choices", + "Chain-slap and skidding corner executed fluidly on fixed gear", + "Runner sprinting on foot through pedestrian shortcuts to make time", + "Riders swapping mechanical tips and high-fiving at the finish" + ], + "camera": "Handheld high-energy tracking with wide lens for immersive city speed", + "accents": [ + "grime-and-grease micro-detail on urban frames and chrome", + "neon and taillight streaks producing dynamic color trails" + ], + "mood": "reckless joyful kinetic grit", + "lighting": "mixed practical urban lights and dusk ambient (evening)", + "style": "raw street-culture sports cinematography" + }, + { + "subGenre": "Cycling", + "scene": "Track training micro-session focusing on cadence and pedal stroke in a warm indoor gym", + "sceneVariants": [ + "Track training micro-session focusing on cadence and pedal stroke in a warm indoor gym", + "Coach supervising with power meter readouts", + "Athlete drilling single-leg cadence technique on rollers", + "Warm-down with gentle stretching and massage", + "Data-driven debrief with tablet overlays and clip playback" + ], + "actions": [ + "Athlete repeating short high-cadence intervals with strict form", + "Coach adjusting saddle and cleat position and observing micro-changes", + "Rider performing a cool-down spin and wrist-based breathing technique", + "Support staff noting telemetry for later analysis" + ], + "camera": "Clean technical close-ups with macro shots on cleat engagement and chain tension", + "accents": [ + "tiny oil sheen and sweat micro-highlights on chain and skin", + "backlit cadence wheels producing rim motion blur" + ], + "mood": "focused iterative improvement", + "lighting": "soft controlled studio lighting for clarity (indoor)", + "style": "technical athletic training cinematography" + }, + { + "subGenre": "Cycling", + "scene": "Charity mass-ride with thousands of riders sharing a scenic coastal loop", + "sceneVariants": [ + "Charity mass-ride with thousands of riders sharing a scenic coastal loop", + "Family-friendly route with picnic stops and live music", + "Sponsor villages with free tune-ups and selfie stands", + "Rider villages with recovery tents and massage therapists", + "Finish-line festival with community awards and speeches" + ], + "actions": [ + "Large peloton-style flow cruising picturesque roads with friendly waves", + "Volunteer directing riders through feed and safety zones", + "Child rider beaming as they receive a participation ribbon", + "Organizers handing out thermal blankets to finishers" + ], + "camera": "Bright wide festival establishes with drone swoops and intimate portraits", + "accents": [ + "sunlit banners and reflective helmet stickers creating glittering textures", + "vibrant sponsor colors saturating group compositions" + ], + "mood": "uplifting communal celebration", + "lighting": "bright mid-morning sunshine with soft fill (day)", + "style": "feel-good community event cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/sports_and_action_fencing.json b/src/data/sports_and_action_fencing.json new file mode 100644 index 0000000..4987f61 --- /dev/null +++ b/src/data/sports_and_action_fencing.json @@ -0,0 +1,204 @@ +{ + "sports_and_action": [ + { + "subGenre": "Fencing", + "scene": "Olympic piste under stadium lights with judges and digital scoring panels", + "sceneVariants": [ + "Olympic piste under stadium lights with judges and digital scoring panels", + "Final bout with tense national anthems and packed stands", + "Warm-up corridor with athletes stretching in national kits", + "Coach side-whispering tactical advice between periods", + "Victory handshake and medal presentation under floodlights" + ], + "actions": [ + "Lightning-fast lunge finishing with a clean touch to the chest", + "Tactical feint neutralizing the opponent's advance and creating an opening", + "Parry-riposte sequence executed in a single fluid motor pattern", + "Referee raising the light on the scorboard after a disputed touch" + ], + "camera": "Low-angle baseline with tight 85mm cutaways on blade contact and face micro-reactions", + "accents": [ + "sharp metallic glint on blades and mask mesh rim-light", + "sweat micro-highlights on forearms and mask visors" + ], + "mood": "taut electrified concentration", + "lighting": "spotlit high-contrast arena lighting (indoor/night)", + "style": "broadcast-precision sports cinematography" + }, + { + "subGenre": "Fencing", + "scene": "Club salle on a rainy evening with neon reflections and echoing footwork", + "sceneVariants": [ + "Club salle on a rainy evening with neon reflections and echoing footwork", + "Saturday night local épée ladder with attentive members", + "Youth foil clinic practicing point control and distance", + "Old master demonstrating tempo drills in the corner", + "Equipment racks lined with jackets, masks and spare blades" + ], + "actions": [ + "Coach feeding nuanced distance drills while fencers practice measured advances", + "Athlete executing a clean remise after a parry with subtle timing", + "Partner practicing controlled bladework with safety masks and slow tempo", + "Group applauding a well-executed classical combination" + ], + "camera": "Handheld mid-range to capture rhythmic footwork and close foil-tip interactions", + "accents": [ + "wet-gloss reflections from windows and polished wooden floor micro-texture", + "mask-mesh specular and jacket-fabric microfold highlights" + ], + "mood": "intimate focused discipline", + "lighting": "warm indoor club lighting with practical neon outside (evening)", + "style": "documentary club-level sports cinematography" + }, + { + "subGenre": "Fencing", + "scene": "Historic salle reenactment with classical sabre drills and period costumes", + "sceneVariants": [ + "Historic salle reenactment with classical sabre drills and period costumes", + "Black-and-white film-emulation of a 19th-century fencing salon", + "Coach in period garb demonstrating classical guard positions", + "Slow-motion riposte and theatrical bowing after each flourish", + "Audience in vintage attire applauding with measured decorum" + ], + "actions": [ + "Classical sabre cut executed with theatrical extension and flourish", + "Measured parry and formal riposte played for historical authenticity", + "Deliberate salute and bow following a taught tradition", + "Slow close-ups of ornate sabre pommel and leather grips" + ], + "camera": "Filmic 50mm primes with gentle halation and period color grading", + "accents": [ + "warm sepia halation and fine-grain film texture", + "polished brass pommel and leather-wrapped grip micro-detail" + ], + "mood": "nostalgic ceremonial elegance", + "lighting": "soft diffused tungsten-grade light (indoor/day)", + "style": "period dramatized sports cinematography" + }, + { + "subGenre": "Fencing", + "scene": "Nighttime exhibition bout in an art gallery with dramatic up-lighting and audience close", + "sceneVariants": [ + "Nighttime exhibition bout in an art gallery with dramatic up-lighting and audience close", + "Cross-genre performance combining dance and fencing choreography", + "Minimalist stage with single-piste and sculptural backdrops", + "Silent film score underscoring measured blade choreography", + "After-bout reception with hors d'oeuvres and artist talks" + ], + "actions": [ + "Choreographed blade work blending classical technique with expressive movement", + "Dramatic slow-motion parry and exposed riposte aligning with musical beats", + "Audience leaning in during a visually precise exchange", + "Performers bowing and exchanging masks in a symbolic gesture" + ], + "camera": "Artful low-light cinematography with selective focus and choreographed camera moves", + "accents": [ + "sculptural rim-lighting highlighting blade silhouettes", + "gallery reflection micro-bokeh and polished floor specular" + ], + "mood": "stylized theatrical tension", + "lighting": "accent uplighting with deep gallery shadows (night/indoor)", + "style": "art-sport hybrid cinematography" + }, + { + "subGenre": "Fencing", + "scene": "Olympic-style cadet training camp outdoors with portable pistes and international coaches (day)", + "sceneVariants": [ + "Olympic-style cadet training camp outdoors with portable pistes and international coaches (day)", + "Drill circuits focusing on point control and explosive footwork", + "Video-analysis tents with slow-replay feedback", + "Randomized touch drills and referee workshops", + "Campfire debrief and cultural exchange in the evening" + ], + "actions": [ + "Athletes repeating high-tempo fleche drills until form is crisp", + "Coach pointing out blade angles using tablet replay", + "Group warm-up sprint and bounding footwork exercise", + "Evening stretching circle with cross-cultural chat" + ], + "camera": "Mixed documentary wide and coaching close clips with playback overlays", + "accents": [ + "sunlit metal glints on blades and crisp shadow from outdoor light", + "sweat micro-highlights and protective jacket weave detail" + ], + "mood": "intense developmental focus", + "lighting": "bright outdoor daylight with practical tents (day)", + "style": "training-camp documentary cinematography" + }, + { + "subGenre": "Fencing", + "scene": "Slow-motion technical breakdown studio with high-frame-rate capture of blade-tip contact", + "sceneVariants": [ + "Slow-motion technical breakdown studio with high-frame-rate capture of blade-tip contact", + "Macro shots of blade flex and mask-mesh impact", + "Analyst voice-over dissecting micro-timing and angle of riposte", + "Isolated footwork treadmill with slow-framing for cadence study", + "Precision coaching session with annotated overlays" + ], + "actions": [ + "Ultra-slow capture of blade-tip just before registering a touch", + "Micro-analysis of wrist snap and shoulder rotation during a flick", + "Footwork replay showing weight shift and recovery patterns", + "Coach pausing and replaying a crucial decision sequence for correction" + ], + "camera": "High-frame-rate macro rigs and studio-controlled lighting for analytical clarity", + "accents": [ + "specular micro-highlights on blade tip and mask mesh", + "studio rim-lighting isolating small motion trails" + ], + "mood": "analytical clinical focus", + "lighting": "studio-key with soft rim and dark backdrop (indoor)", + "style": "technical sports analysis cinematography" + }, + { + "subGenre": "Fencing", + "scene": "Community 'try-fencing' open day in a park with portable kit and friendly volunteers", + "sceneVariants": [ + "Community 'try-fencing' open day in a park with portable kit and friendly volunteers", + "Short taster bouts with safe foam-tipped blades for kids", + "Demonstration zone showing three-weapon differences", + "Volunteer-run safety brief and quick hands-on lesson", + "End-of-day group photo and sign-up forms for new members" + ], + "actions": [ + "First tentative lunge attempted by a new participant and greeted with applause", + "Volunteer adjusting mask fit and explaining safety etiquette", + "Mini-team exhibition by local club demonstrating speed and control", + "Kids receiving stickers and commemorative photos" + ], + "camera": "Playful wide with friendly close-ups to emphasize accessibility and smiles", + "accents": [ + "soft daylight on white jackets and colorful local banners", + "foam-tip micro-texture and safety padding detail" + ], + "mood": "inviting community warmth", + "lighting": "bright friendly daylight with soft fill (day/outdoor)", + "style": "community outreach cinematography" + }, + { + "subGenre": "Fencing", + "scene": "Historic sabre duel reenactment in a castle courtyard with sparks and ceremonial pageantry", + "sceneVariants": [ + "Historic sabre duel reenactment in a castle courtyard with sparks and ceremonial pageantry", + "Period-accurate uniforms and ceremonial fanfare", + "Sword choreography practiced to musical counts", + "After-duel respectful salute and audience bow", + "Slow pans over aged stone and ornate weaponry" + ], + "actions": [ + "Duelists trading elegant sabre cuts in choreographed sequences", + "Formal parry and retreat sequences staged for dramatic effect", + "Armorer polishing blades and presenting them ceremonially", + "Audience applauding with measured formality after the duel" + ], + "camera": "Cinematic historic grade with telephoto compression for drama and close weapon detail", + "accents": [ + "sparks and metallic glints rim-lit against stone", + "ornate hilt micro-detail and aged metal patina" + ], + "mood": "ceremonial dramatic honor", + "lighting": "warm historic daylight or torch-lit evening (day/night)", + "style": "dramatic historical cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/sports_and_action_gymnastics.json b/src/data/sports_and_action_gymnastics.json new file mode 100644 index 0000000..07ca130 --- /dev/null +++ b/src/data/sports_and_action_gymnastics.json @@ -0,0 +1,279 @@ +{ + "sports_and_action": [ + { + "subGenre": "Gymnastics", + "scene": "Olympic arena floor final under bright overhead rigs and packed stands", + "sceneVariants": [ + "Olympic arena floor final under bright overhead rigs and packed stands", + "Climax of a floor routine with confetti-ready cameras", + "Athlete performing a tumble series as the crowd rises", + "Scoreboard countdown and tense judge faces", + "Victory podium with national anthems and bouquets" + ], + "actions": [ + "Clean tumbling pass linking double somersault into immediate controlled landing", + "Coach giving a last-second nod and thumbs-up before a mount", + "Judges conferring and tapping scorecards as applause swells", + "Teammates quietly watching and holding breath during the final pass" + ], + "camera": "Crane wide for establishing followed by high-frame-rate closeups on tumbling contact and facial reaction", + "accents": [ + "spotlight halation highlighting airborne chalk dust", + "sweat and leotard micro-speculars on catchlights" + ], + "mood": "exhilarated high-stakes focus", + "lighting": "intense overhead competition lights with deep audience blacks (indoor/night)", + "style": "broadcast-grade artistic sports cinematography" + }, + { + "subGenre": "Gymnastics", + "scene": "Quiet early-morning practice in a sunlit gym with ropes, beams and scattered chalk", + "sceneVariants": [ + "Quiet early-morning practice in a sunlit gym with ropes, beams and scattered chalk", + "Young gymnast repeating a balance drill on a low beam", + "Coach adjusting hand placement on a child's vault run", + "Solo stretching routine with morning dust motes", + "Empty stands echoing soft warm echoes" + ], + "actions": [ + "Slow balance adjustments and micro-corrections on a beam", + "A clean vault run culminating in a composed stick landing", + "Coach gently guiding foot placement during a releve", + "Athlete chalking hands and smiling before a rep" + ], + "camera": "Low handheld to capture balance nuance and tight 50mm push-ins for facial concentration", + "accents": [ + "warm sun shafts illuminating airborne chalk and hair highlights", + "soft bloom on polished gym surfaces and taped floor lines" + ], + "mood": "intimate disciplined calm", + "lighting": "warm morning sunlight with soft interior fill (day)", + "style": "intimate training portraiture" + }, + { + "subGenre": "Gymnastics", + "scene": "Rhythmic gymnastics gala with ribbons, hoops and colored stage gels", + "sceneVariants": [ + "Rhythmic gymnastics gala with ribbons, hoops and colored stage gels", + "Duet ribbon choreographed under theatrical spotlights", + "Hoop toss and catch series with precision timing", + "Group ribbon wave sequence synchronised to music", + "Final bow with flowing silk banners and confetti" + ], + "actions": [ + "Seamless ribbon spiral that arcs and freezes in slow-motion", + "Athlete spinning a hoop through shoulders into a perfect catch", + "Synchronized group leap with ribbons creating a woven pattern", + "Post-performance smiling salute and hand-to-heart gesture" + ], + "camera": "Elegant low-angle dolly with fluid motion to mirror rhythmic apparatus movement", + "accents": [ + "colored gobo lights catching ribbon sheen", + "glitter stage dust and sequin micro-highlights on costumes" + ], + "mood": "poetic graceful extravagance", + "lighting": "theatrical colored spotlights with glossy stage reflections (indoor/night)", + "style": "dance-infused performance cinematography" + }, + { + "subGenre": "Gymnastics", + "scene": "Trampoline gym practice with synchronized bounces and springboard thuds", + "sceneVariants": [ + "Trampoline gym practice with synchronized bounces and springboard thuds", + "Pairs practicing mirror routines with trampoline harness safety", + "High-altitude flips captured from below a ceiling-mounted camera", + "Coach timing rotation count and adjusting harness tension", + "Soft-mat landing drills with spotter supports" + ], + "actions": [ + "Explosive tuck-to-stretch transitions with body extension and clean form", + "Spotter-assisted release into a high flip and safe catch", + "Slow-mo of multiple rotations as athlete rotates in perfect axis", + "Coach signaling cadence and breathing counts from the side" + ], + "camera": "Low-upwards angle for drama with high-frame-rate captures of rotation", + "accents": [ + "spring glitter and dropped chalk rim-light on limbs", + "net-mesh texture and harness strap micro-detail" + ], + "mood": "exhilarating controlled flight", + "lighting": "cool gym LED with localized spot accenting (indoor)", + "style": "high-energy aerial sports cinematography" + }, + { + "subGenre": "Gymnastics", + "scene": "Balance beam final under tense hush with a single strip light highlighting the apparatus", + "sceneVariants": [ + "Balance beam final under tense hush with a single strip light highlighting the apparatus", + "Slow walk across the beam with measured toe placements", + "A daring tumbling series performed across the narrow line", + "Micro-closeup of toes gripping and chalk rubbing across surface", + "Final pose held as applause erupts from the stands" + ], + "actions": [ + "Tight arabesque held for a counted breath before tumbling sequence", + "Nervous inhalation and a spotless acrobatic series executed with perfect poise", + "Coach mouthing silent encouragement and clenching fists", + "Athlete closing the routine with a confident salute to the judges" + ], + "camera": "Narrow strip-light framing with 85mm selective focus to emphasize tension and precision", + "accents": [ + "strip-light rim shining on chalk and leotard seams", + "micro-texture of beam surface and toe-grip details" + ], + "mood": "knife-edge elegant tension", + "lighting": "isolated strip spotlight with surrounding darkness (night/indoor)", + "style": "intense minimalist performance cinematography" + }, + { + "subGenre": "Gymnastics", + "scene": "Outdoor parkour-meets-gymnastics urban jam with boxes, rails and soft mats (day)", + "sceneVariants": [ + "Outdoor parkour-meets-gymnastics urban jam with boxes, rails and soft mats (day)", + "Young freerunners combining flips with urban obstacles", + "Pop-up community jam with music and local instructors", + "Safety crew and padded landings set up on the pavement", + "Wrap-around editing team filming trick sequences" + ], + "actions": [ + "Precision vault onto a box followed by a flowing roll and sprint away", + "Rail-run flip combining parkour and gymnastic acrobatics", + "Group synchronised bounce-off crates culminating in a large aerial", + "Community cheering as a risky but clean trick lands" + ], + "camera": "Dynamic handheld with wide lens to emphasize proximity and stunt drama", + "accents": [ + "urban sun glints on metal rail and dust sparkles in air", + "practical event lights and boombox rim-glow" + ], + "mood": "playful adrenaline-fueled creativity", + "lighting": "bright natural daylight with practical music-stand fill (day)", + "style": "street-culture action cinematography" + }, + { + "subGenre": "Gymnastics", + "scene": "Youth tumble class with coaches on mats teaching safe rolls and progressions (day)", + "sceneVariants": [ + "Youth tumble class with coaches on mats teaching safe rolls and progressions (day)", + "Tiny kids trying a forward roll for the first time", + "Progressive skill stations with foam pits and incline mats", + "Parents watching in a warm viewing area", + "Sticker rewards ceremony after each success" + ], + "actions": [ + "Child performing a coached forward roll and receiving a big high-five", + "Coach spotting a beginner through an assisted backbend", + "Group laughter and silly warm-ups to ease tension", + "Parents filming a proud small performance on their phones" + ], + "camera": "Playful low-angle 35mm with bright, warm close-ups on expressions", + "accents": [ + "soft mat reflection and colorful sticker micro-detail", + "warm catchlights on small faces" + ], + "mood": "encouraging playful warmth", + "lighting": "bright even community center daylight (day)", + "style": "instructional family-friendly sports imagery" + }, + { + "subGenre": "Gymnastics", + "scene": "Vault final with high-speed run-up, springboard tension and explosive airtime", + "sceneVariants": [ + "Vault final with high-speed run-up, springboard tension and explosive airtime", + "Coach checking run marks and board tension pre-attempt", + "Large-scale vault with multiple twisting somersaults", + "Podium and reaction-slow frames after a clean stick", + "Replay screens showing rotation and landing angles" + ], + "actions": [ + "Lightning-fast run, springboard plant and full-twist layout over the vault table", + "Athlete executing a pinpoint stick landing with minimal hop", + "Vault crew adjusting board tension and marking hot-spots", + "Judges recording precise execution scores while crowd reacts" + ], + "camera": "High-frame-rate baseline camera with telephoto compression and slow-mo landing catches", + "accents": [ + "springboard dust and chalk arcs rim-lit by stadium lights", + "taped shoe micro-texture and vault table polish highlights" + ], + "mood": "adrenalized pinpoint focus", + "lighting": "bright competition lights combined with replay LED accents (indoor/night)", + "style": "high-impact performance cinematography" + }, + { + "subGenre": "Gymnastics", + "scene": "Parallel bars training session with rings and strength apparatus nearby", + "sceneVariants": [ + "Parallel bars training session with rings and strength apparatus nearby", + "Gymnast practicing giant swings and precise dismounts", + "Strength circuit including iron cross practice and pull routines", + "Coach timing sets and correcting shoulder line", + "Chalk dust falling on bars with each hand placement" + ], + "actions": [ + "Giant swing into a precise release move and smooth re-grasp", + "Athlete training iron-cross holds and controlled eccentric descent", + "Coach marking repetition counts and noting technique adjustments", + "Slow-motion of seamless bar-to-bar transitions highlighting shoulder stability" + ], + "camera": "Technique telephoto intercut with overhead gimbal sweeps for flow", + "accents": [ + "bar lacquer glints and chalk dust micro-particles in beams of light", + "muscle fiber micro-detail catching rim-light during holds" + ], + "mood": "mechanical elegant strain", + "lighting": "cool gym LEDs with directional accents (indoor)", + "style": "technical performance cinematography" + }, + { + "subGenre": "Gymnastics", + "scene": "Vintage acrobat troupe performing on a traveling fairground stage", + "sceneVariants": [ + "Vintage acrobat troupe performing on a traveling fairground stage", + "Small-town crowd gathered around a tent with bunting", + "Trained acrobats showing balanced pyramids and classic feats", + "Old-style dressing rooms and warm bath routines behind the tent", + "Post-show bow with rustic lights and clapping" + ], + "actions": [ + "Human pyramid culminating in a daring top-performer pose", + "Synchronized tumbling across a strip of rolled canvas", + "Old-school applause meter erupting after a near-perfect sequence", + "Troupe members collecting props and waving to kids" + ], + "camera": "Warm film-emulation with medium-wide festival framing and close emotional picks", + "accents": [ + "vintage bulb halation and sequin micro-highlights", + "canvas and rope texture micro-detail" + ], + "mood": "nostalgic showmanship", + "lighting": "warm practical fair bulbs with soft diffusion (evening)", + "style": "heritage acrobatic cinematography" + }, + { + "subGenre": "Gymnastics", + "scene": "High-energy competition montage with 24–120fps alternations across events", + "sceneVariants": [ + "High-energy competition montage with 24–120fps alternations across events", + "Intercut vault, beam, floor and bar highlights for a promo reel", + "Slow-motion focus on ephemeral dust and muscle micro-movements", + "Cutaway to cheering families and coach reactions", + "Triumphant montage ending on a champion's silent smile" + ], + "actions": [ + "Rapid montage of perfect landings and dynamic aerial flips", + "Crowd roar crescendos layered with slow breath close-ups", + "Athlete clasping a medal and staring quietly at it", + "Coach and team hugging in a slow dissolve" + ], + "camera": "Montage editing with variable frame-rate captures and rhythmic match-cuts", + "accents": [ + "multi-exposure halation and micro-highlights across different apparatus", + "synchronized breath and chalk micro-detail accents" + ], + "mood": "epic celebratory momentum", + "lighting": "mixed event lights and cinematic grading for punch (indoor/outdoor)", + "style": "promo-driven athletic montage cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/sports_and_action_horse_riding.json b/src/data/sports_and_action_horse_riding.json new file mode 100644 index 0000000..b4eec93 --- /dev/null +++ b/src/data/sports_and_action_horse_riding.json @@ -0,0 +1,229 @@ +{ + "sports_and_action": [ + { + "subGenre": "Horse Riding", + "scene": "Showjumping grand prix in a packed arena with colorful fences and bright sponsor banners", + "sceneVariants": [ + "Showjumping grand prix in a packed arena with colorful fences and bright sponsor banners", + "Tight timed jump-off with the crowd holding breath", + "Warm-up paddock with trainers tuning horses before entry", + "Presentation lane with national flags and draped ribbons", + "Podium ceremony with floral garlands and handlers" + ], + "actions": [ + "Horse flying a clean jump and landing with composed gallop", + "Rider rein-shortening mid-approach to adjust line", + "Ground crew resetting knocked rails while crowd murmurs", + "Winner raising visor and hugging the horse in celebration" + ], + "camera": "Telephoto baseline for jump compression, slow push-ins on rider-horse synchrony", + "accents": [ + "sunlit spray from hooves and sheen on leather tack", + "colorful fence paint catching specular highlights" + ], + "mood": "taut elegant competition", + "lighting": "bright arena lights with warm fill (day/indoor)", + "style": "polished equestrian sports cinematography" + }, + { + "subGenre": "Horse Riding", + "scene": "Dawn beach gallop with horses cutting whitewater and long lines of riders", + "sceneVariants": [ + "Dawn beach gallop with horses cutting whitewater and long lines of riders", + "Small pack of riders enjoying an early-morning trot", + "Solo horse and rider silhouetted against the rising sun", + "After-ride cool-down by driftwood and warm towels", + "Local tradition of ceremonial ride along the shoreline" + ], + "actions": [ + "Group cantering in rhythm as spray arcs behind hooves", + "Rider leaning into a graceful gallop with hair and tack flapping", + "Horse rearing playfully as a friend cues a playful pass", + "Small after-ride trot and mutual patting of the horses" + ], + "camera": "Low coastal telephoto and water-level follow for immersive spray shots", + "accents": [ + "golden rim-light on spray and mane strands", + "fine sand texture and wet-hoof micro-detail" + ], + "mood": "freedom luminous serenity", + "lighting": "warm sunrise with reflective ocean fill (dawn)", + "style": "cinematic lifestyle equestrian portrait" + }, + { + "subGenre": "Horse Riding", + "scene": "Cross-country eventing across rolling hills with natural fences and cheering marshals (day)", + "sceneVariants": [ + "Cross-country eventing across rolling hills with natural fences and cheering marshals (day)", + "Technical water-complex with splash and deep footing", + "Steep banks and angled drops requiring bold line choices", + "Final gallop to the stadium finish with time boards flashing", + "Post-run vet-check area with concerned handlers" + ], + "actions": [ + "Horse powering over a solid log fence with controlled commitment", + "Rider balancing over water-entries and adjusting seat", + "Volunteers flagging safe lines and calling encouragement", + "Vet-team performing a quick trot-up and cool-down checks" + ], + "camera": "Dynamic follow-cam on vehicle and drone overhead for stage context", + "accents": [ + "suspended splash droplets rim-lit and mud-splatter micro-detail", + "tack leather sheen and braided mane highlights" + ], + "mood": "adrenalized courageous focus", + "lighting": "bright midday sun with natural fill (day)", + "style": "adventure competition equestrian cinematography" + }, + { + "subGenre": "Horse Riding", + "scene": "Quiet stable yard at dusk with grooming, bridling and hay bales", + "sceneVariants": [ + "Quiet stable yard at dusk with grooming, bridling and hay bales", + "Young rider cleaning tack while horse chews quietly", + "Tack room with leather and brass shining under a single lamp", + "Farrier shoeing a calm horse under an awning", + "Night-feed ritual with lanterns and low music" + ], + "actions": [ + "Careful brushing and grooming to highlight coat texture", + "Tack inspection and careful knot-tying before a ride", + "Farrier striking a shoe with metronomic rhythm while horse stands patient", + "Quiet mutual pats and low-voiced reassurances between rider and horse" + ], + "camera": "Intimate close-ups on hands, leather and hair with warm practical lighting", + "accents": [ + "soft lamp halation on brass buckles and clean hair micro-detail", + "hay-fiber texture and warm dust motes in lamplight" + ], + "mood": "tender domestic calm", + "lighting": "warm practical lantern light with deep surrounding shadows (dusk/night)", + "style": "intimate equestrian lifestyle cinematography" + }, + { + "subGenre": "Horse Riding", + "scene": "Polo match on a manicured field with chukkas, mallets and booming hooves", + "sceneVariants": [ + "Polo match on a manicured field with chukkas, mallets and booming hooves", + "Quick chukka substitutions and pony changes at halftime", + "Close shot of a penalty conversion beneath sponsor tents", + "Riding boots and mallet-shadows creating rhythmic pattern", + "Luxury picnic parties and champagne in the stands" + ], + "actions": [ + "Player threading a low strike between opposing riders to score a goal", + "Quick pony change with handlers hustling new mounts into play", + "Rider banking a mallet swing to redirect ball in a split-second", + "Crowd erupting and polo ponies prancing in celebration" + ], + "camera": "Baseline telephoto with whip-pans following fast lateral action and close mallet-shots", + "accents": [ + "grass kick-up micro-spray and rim-light on mallet shaft", + "swept mane highlights and polished boot reflections" + ], + "mood": "elegant high-energy sport", + "lighting": "bright sunny day with crisp contrast (day)", + "style": "polished equestrian sports cinematography" + }, + { + "subGenre": "Horse Riding", + "scene": "Endurance ride across desert tracks with sparse crews and water stops (day)", + "sceneVariants": [ + "Endurance ride across desert tracks with sparse crews and water stops (day)", + "Single-rider pushing for long distances under a high sun", + "Aid station with rapid hydration and vet checks", + "Night leg continuation with headlamps and pulse monitoring", + "Finish corral with triumphant but exhausted riders" + ], + "actions": [ + "Rider balancing pace and monitoring horse's recovery between checkpoints", + "Support handler offering quick water and electrolyte at the trot", + "Vet checking heart-rate and gait before releasing the horse", + "Rider dismounting to hug and thank the horse after the finish" + ], + "camera": "Follow-vehicle telephoto and close saddle-cam for rider perspective", + "accents": [ + "dust halos and sun-licked leather highlights", + "sweat and flared nostril micro-detail on horse" + ], + "mood": "enduring gritty companionship", + "lighting": "harsh desert daylight with high contrast (day)", + "style": "endurance documentary equestrian cinematography" + }, + { + "subGenre": "Horse Riding", + "scene": "Foxhunt tradition with mounted riders in red coats sounding horns across autumn fields (day)", + "sceneVariants": [ + "Foxhunt tradition with mounted riders in red coats sounding horns across autumn fields (day)", + "Pre-ride assembly with hounds and formal salutations", + "Gallop across hedgerows and shallow stream hops", + "Post-hunt social with traditional refreshments and toasts", + "Riders exchanging respectful bows to landowners" + ], + "actions": [ + "Mounted pack galloping in formation over rolling countryside", + "Huntsman sounding a horn and directing the line", + "Rider performing a careful drop over a hedgerow with controlled seat", + "End-of-hunt ceremony with handshakes and shared stories" + ], + "camera": "Aerial sweeping for pack movement and close on rider-horse interplays", + "accents": [ + "autumn leaf micro-revs and hound-breath details rim-lit", + "polished leather and red-coat fabric micro-highlights" + ], + "mood": "traditional ritualistic camaraderie", + "lighting": "soft golden autumn sunlight (day)", + "style": "heritage equestrian storytelling" + }, + { + "subGenre": "Horse Riding", + "scene": "Mounted police patrol through urban festival with dignified horses and calm discipline (day)", + "sceneVariants": [ + "Mounted police patrol through urban festival with dignified horses and calm discipline (day)", + "Crowd-control presence at a parade with ceremonial uniforms", + "Community engagement where kids pet and meet horses", + "Quiet standby in a park as crowds pass by", + "Horse-and-officer returning to stables at end of duty" + ], + "actions": [ + "Officer guiding a calm horse through a dense crowd with practiced ease", + "Horse standing steady as children approach for a brief pet", + "Mounted unit communicating via hand-signals and calm voice commands", + "Leisurely walk-off to stable as festival winds down" + ], + "camera": "Respectful observational mid-range with close empathetic portraits", + "accents": [ + "polished bridle metal catching practical highlights", + "calm eye micro-details and tactile mane texture" + ], + "mood": "authoritative calm public service", + "lighting": "neutral daylight with soft fill (day)", + "style": "documentary civic equine cinematography" + }, + { + "subGenre": "Horse Riding", + "scene": "Night-time lantern ride through a vineyard with lantern-lit horses and soft music", + "sceneVariants": [ + "Night-time lantern ride through a vineyard with lantern-lit horses and soft music", + "Romantic paired rides between vine rows at twilight", + "Annual community lantern procession with horses leading the line", + "Post-ride warm fireside and wine tasting for adults", + "Quiet single-horse pacing beneath starry canopy" + ], + "actions": [ + "Horse walking calmly under lantern glow with gentle hoof taps on packed earth", + "Couple exchanging quiet smiles and soft conversation during the ride", + "Leader guiding the procession with slow steady voice cues", + "After-ride warm drink and gentle patting of horses" + ], + "camera": "Low-light handheld with lantern practicals and soft bokeh surrounds", + "accents": [ + "lantern halation and warm fabric micro-texture", + "soft breath and mane micro-detail in gentle lamplight" + ], + "mood": "romantic tranquil warmth", + "lighting": "low warm practical lanterns with starry ambient (night)", + "style": "romantic equestrian lifestyle cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/sports_and_action_martial_arts.json b/src/data/sports_and_action_martial_arts.json new file mode 100644 index 0000000..d38e03c --- /dev/null +++ b/src/data/sports_and_action_martial_arts.json @@ -0,0 +1,529 @@ +{ + "sports_and_action": [ + { + "subGenre": "Martial Arts", + "scene": "Traditional dojo at dawn with wooden floors, paper screens and a single hanging lantern", + "sceneVariants": [ + "Traditional dojo at dawn with wooden floors, paper screens and a single hanging lantern", + "Empty dojo with morning mist drifting under sliding doors", + "Students bowing in a long line before practice", + "Old master polishing practice swords at the edge of the hall", + "Sunlight slanting through dust motes onto the polished wood" + ], + "actions": [ + "Slow kata performed with measured breathing and exacting posture", + "Parallel close-ups of hands forming precise grips and stances", + "Master demonstrating a single controlled throw with a practiced ease", + "Students repeating the move in sync, feet whispering on the floor" + ], + "camera": "Low steady slider with occasional 50mm pull-ins on facial focus and hand detail", + "accents": [ + "warm rim-light on wood grain and sweat beads", + "soft halation from the hanging lantern and sun slant" + ], + "mood": "reverent disciplined focus", + "lighting": "warm low-angle dawn light with gentle fill (day/dawn)", + "style": "minimalist traditional martial-arts cinematography" + }, + { + "subGenre": "Martial Arts", + "scene": "Outdoor cliff-top martial arts duel at golden hour with wind and distant sea", + "sceneVariants": [ + "Outdoor cliff-top martial arts duel at golden hour with wind and distant sea", + "Two masters exchanging graceful forms against a storm-bent tree", + "Sunset silhouette duel with falling leaves", + "Training spar with sweeping ocean panorama", + "After-duel bow with waves crashing below" + ], + "actions": [ + "Bladed footwork and a clean disarming motion culminating in a bow", + "Aerial exchange where both combatants dodge and counter with fluidity", + "Slow-motion capture of a decisive parry and redirected momentum", + "Breathing-exhale close-ups as tension dissolves after the bout" + ], + "camera": "Wide scenic crane to establish scale, intercut with slow telephoto push-ins", + "accents": [ + "golden rim-light cutting hair and weapon edges", + "salt-spray glints and wind-blown fabric micro-detail" + ], + "mood": "cinematic heroic grace", + "lighting": "warm sunset rim with cool ocean-blue fill (evening)", + "style": "epic choreographed martial-arts cinematography" + }, + { + "subGenre": "Martial Arts", + "scene": "Underground dojang under fluorescent lights, echoing kicks and rhythmic counts (night)", + "sceneVariants": [ + "Underground dojang under fluorescent lights, echoing kicks and rhythmic counts (night)", + "Late-night gritty training with thumping music", + "Small crews practicing takedowns on thick mats", + "Coach giving blunt tactical corrections near a graffiti wall", + "Students shadow-sparing under harsh overhead practicals" + ], + "actions": [ + "Fast-paced sparring with audible impact and quick footwork", + "A throw executed and the mat thump captured in slow-motion", + "Coach counting rounds with staccato shouts", + "A fighter cooling down, breath heavy, gloves off" + ], + "camera": "Handheld close with shallow depth to emphasize impact and grit", + "accents": [ + "cold practical fluorescents creating sharp rim edges", + "sweat-sheen highlights and flying chalk dust" + ], + "mood": "raw combative intensity", + "lighting": "cool fluorescent with deep shadow pools (night/indoor)", + "style": "gritty fight-club documentary" + }, + { + "subGenre": "Martial Arts", + "scene": "Festival demonstration in a packed town square with drums and banners (day)", + "sceneVariants": [ + "Festival demonstration in a packed town square with drums and banners (day)", + "Group performance of synchronized forms accompanied by musicians", + "Children in miniature uniforms mimicking elders", + "Colorful flags and lucky-red accents framing the stage", + "Post-performance ceremony with incense" + ], + "actions": [ + "Synchronized pattern executed to the beat of drums", + "Audience clapping and children imitating hand positions", + "Leader stepping forward to accept applause and offer a bow", + "Close-ups of ornate costume embroidery during spins" + ], + "camera": "Festival-wide establishes with energetic handheld cutaways into the crowd", + "accents": [ + "vibrant flag motion catching sunlit highlights", + "musical instrument metal rims glinting in the sun" + ], + "mood": "ceremonial celebratory pride", + "lighting": "bright festival daylight with warm fill (day)", + "style": "colorful cultural performance cinematography" + }, + { + "subGenre": "Martial Arts", + "scene": "Quiet mountain temple meditation and breathwork before ritual training (day)", + "sceneVariants": [ + "Quiet mountain temple meditation and breathwork before ritual training (day)", + "Monks moving through greeting forms with slow ritual", + "Stone courtyard with incense smoke and lotus ponds", + "Morning bell tolling across mossy stones", + "Tense quiet where only breath and footfall break the hush" + ], + "actions": [ + "Slow breathing practice synchronized with deliberate hand mudras", + "Meditative stance transitions that flow like water", + "Silent bowing sequences to the altar before beginning movement", + "A single palm strike into a wooden post to test focus" + ], + "camera": "Calm stabilized slider with long focal portraits and tight micro detail", + "accents": [ + "soft diffused temple light with incense haze catching rays", + "stone moss micro-texture and lotus leaf speculars" + ], + "mood": "contemplative sacred focus", + "lighting": "soft diffuse daylight with gentle warm fill (day)", + "style": "contemplative ritual martial-arts portraiture" + }, + { + "subGenre": "Martial Arts", + "scene": "Urban rooftop fight sequence at night with neon signs and rain-slick surfaces", + "sceneVariants": [ + "Urban rooftop fight sequence at night with neon signs and rain-slick surfaces", + "Chase across water tanks with sparks from dropped tools", + "Neon-lit rooftop duel with dramatic city skyline", + "Falling rain exaggerating each footfall and impact", + "Final standoff on a narrow parapet with wind gusts" + ], + "actions": [ + "Fast sequence of evasive rolls and counterstrikes on a slick surface", + "Kick-off wall to flip and re-engage in a flowing combo", + "Weapon rappel cutaway and throw sequence captured in one take", + "Final clinch resolved with a careful takedown and calm bow" + ], + "camera": "Dynamic gimbal with rapid crane pulls and slow-motion on impact", + "accents": [ + "neon rim-light reflections on wet fabric and metal", + "rain arcs and illuminated droplets forming glitter trails" + ], + "mood": "edgy nocturnal suspense", + "lighting": "colored neon with hard contrast and practical reflections (night)", + "style": "stylized action-thriller martial-arts cinematography" + }, + { + "subGenre": "Martial Arts", + "scene": "Dojo tournament midday with bracketed mats, judges and banners (day)", + "sceneVariants": [ + "Dojo tournament midday with bracketed mats, judges and banners (day)", + "Single-elimination match with tense semifinal bouts", + "Parent and coach reactions in the stands", + "Judges conferring with scorecards and hand gestures", + "Post-match handshake line and trophy presentation" + ], + "actions": [ + "Explosive point-scoring combination followed by a respectful bow", + "Judge awarding scores and competitors accepting results graciously", + "Corner coach offering tactical advice between rounds", + "Competitor receiving a minor injury and being attended to calmly" + ], + "camera": "Broadcast multi-cam style with tight reaction shots and overhead mat establishes", + "accents": [ + "spotlight soft on martial-arts insignia and medal ribbons", + "sweat micro-highlights and mat chalk dust in motion" + ], + "mood": "competitive disciplined intensity", + "lighting": "bright indoor competition lights with soft ambient fill (day/indoor)", + "style": "broadcast-friendly sports martial-arts coverage" + }, + { + "subGenre": "Martial Arts", + "scene": "Secluded bamboo grove training at dawn with dappled light and twig-snap rhythm", + "sceneVariants": [ + "Secluded bamboo grove training at dawn with dappled light and twig-snap rhythm", + "Pairs practicing flowing forms between tall bamboo stalks", + "Single practitioner training with wooden staff and focused breathing", + "Dawn mist obscuring distant silhouettes", + "Quiet bows exchanged at the grove entrance" + ], + "actions": [ + "Flowing staff sequences with precise tip control and sweeping arcs", + "Footwork sequences stepping between bamboo stalks with nimble rhythm", + "Partner practice of displacement and gentle throws", + "Focused breathing and hand formation synchronization" + ], + "camera": "Slow crane weaving through bamboo with narrow depth cuts on hand-eye coordination", + "accents": [ + "dappled sunlight creating patterned rim-light on movement", + "bamboo leaf rustle micro-detail and tactile wood grain accents" + ], + "mood": "meditative kinetic grace", + "lighting": "dappled morning sunlight with cool understory shadows (day)", + "style": "poetic nature-infused martial-arts cinematography" + }, + { + "subGenre": "Martial Arts", + "scene": "Street demonstration in a rainy alley with improvised mats and onlookers (night)", + "sceneVariants": [ + "Street demonstration in a rainy alley with improvised mats and onlookers (night)", + "Impromptu self-defense workshop with neon shopfronts", + "Small crowd watching a public sparring demonstration", + "Instructor guiding a street-savvy defense technique", + "After-demo crowd discussing techniques and sharing tea" + ], + "actions": [ + "Quick defensive maneuvers converting attackers' momentum", + "Demonstrated joint-lock release and controlled disengagement", + "Instructor showing simple stance corrections to a civilian", + "Small scuffle safely broken down with authoritative calm" + ], + "camera": "Handheld close with rain-slick practical highlights and crowd reaction cutaways", + "accents": [ + "wet-surface specular rims and neon reflections", + "steam from street food adding soft diffusion to practicals" + ], + "mood": "practical empowered urgency", + "lighting": "mixed neon and street practicals with deep shadows (night)", + "style": "urban practical demonstration cinematography" + }, + { + "subGenre": "Martial Arts", + "scene": "Historic battlefield reenactment of martial arts formations with banners and period armor (day)", + "sceneVariants": [ + "Historic battlefield reenactment of martial arts formations with banners and period armor (day)", + "Large-scale choreographed formation with synchronized strikes", + "Close-quarters reenactment featuring sword and spear drills", + "Drum-led tempo guiding formation changes", + "After-action ceremonial cleansing and respect rituals" + ], + "actions": [ + "Synchronized spear thrusts and shield patterns executed with scale", + "Mounted combat demonstration with riders showing control", + "Close-hand grappling reenacted in slow ceremonial form", + "Leader performing a solo demonstration triumphant and precise" + ], + "camera": "Epic wide battle establishes with long telephoto compression for formation detail", + "accents": [ + "banner flutter rim-lights and metallic armor glints", + "dust plumes and hoofbeat micro-rhythm adding texture" + ], + "mood": "grand historical pageantry", + "lighting": "bright open daylight with high contrast (day)", + "style": "historical cinematic martial-arts staging" + }, + { + "subGenre": "Martial Arts", + "scene": "Late-night dojo meditation and slow rolling practice with candlelight (night)", + "sceneVariants": [ + "Late-night dojo meditation and slow rolling practice with candlelight (night)", + "Pairs working gentle joint mobility and breathing drills", + "Small candle-lit seminar on pressure points", + "Quiet repair of training equipment and slow movement sequences", + "Practitioners sharing herbal tea and soft conversation after practice" + ], + "actions": [ + "Slow joint-rolling sequences articulated to breath rhythm", + "Pressure-point demonstration performed with reverent care", + "Soft partner assists for mobility and flexibility", + "Closing circle of gratitude and silent bow" + ], + "camera": "Quiet intimate close-ups with candlelit vignettes and long shallow depth", + "accents": [ + "warm candle halation shaping faces and hands", + "soft smoke ribbons catching micro-light from candles" + ], + "mood": "introspective calm", + "lighting": "low warm candle/practical light with deep surrounding blacks (night)", + "style": "intimate ritual martial-arts portrait" + }, + { + "subGenre": "Martial Arts", + "scene": "Beach dojo sunrise training with barefoot drills and tidal rhythm (day)", + "sceneVariants": [ + "Beach dojo sunrise training with barefoot drills and tidal rhythm (day)", + "Group kata performed in shallow surf with soaked hems", + "Balance drills using driftwood and rocks", + "After-training stretching circle watching the horizon", + "Tide-line footwork practice with sand imprint detail" + ], + "actions": [ + "Low grounded stances absorbing shifting sand", + "Flowing paired throws practiced gently in surf", + "Sprint-shuffle footwork sequences with sand spray", + "Group breathwork synchronizing to wave rhythm" + ], + "camera": "Wide scenic establishes with low-angle sand texture close-ups", + "accents": [ + "salt-spray rim-light and sunlit water caustics", + "sand grain micro-detail and wet-sand reflections" + ], + "mood": "earthy vital focus", + "lighting": "warm sunrise with reflective ocean fill (day)", + "style": "naturalistic coastal martial-arts imagery" + }, + { + "subGenre": "Martial Arts", + "scene": "Mixed-discipline MMA gym at midday with ring, bags and conditioning rigs", + "sceneVariants": [ + "Mixed-discipline MMA gym at midday with ring, bags and conditioning rigs", + "Grappling class with mats stacked and trainers shouting cadence", + "Striking pad-work sequences with mitts and measured combos", + "Strength-and-conditioning circuits between rounds", + "Tap-out replay instruction on a whiteboard between sessions" + ], + "actions": [ + "Explosive clinch-to-takedown sequence captured in fluid cuts", + "Pad-holder absorbing thunderous combos and offering feedback", + "Athlete performing controlled ground transitions and escapes", + "Corner coach applying ice and short tactical notes between rounds" + ], + "camera": "Kinetic handheld capture with high-frame-rate slow-mo for impact moments", + "accents": [ + "glossy sweat-sheen on skin and leather glints on gloves", + "rubber floor texture and chalk dust micro-detail" + ], + "mood": "intense workmanlike focus", + "lighting": "bright overhead gym fluorescents with deep, practical shadow (day/indoor)", + "style": "dynamic performance sports cinematography" + }, + { + "subGenre": "Martial Arts", + "scene": "Silent rooftop kata at blue hour with long blue gradients and single accent lamp (night/dusk)", + "sceneVariants": [ + "Silent rooftop kata at blue hour with long blue gradients and single accent lamp (night/dusk)", + "Solo practitioner performing meditative flow with city lights below", + "Slow rotational camera around a static central figure", + "Occasional siren or passing plane providing ambient punctuation", + "After-practice silent bow with the cityscape as witness" + ], + "actions": [ + "Slow, precise kata sequences executed with deliberate tempo", + "Micro-expression study during transitions with breath timing", + "Final slow palm strike into a cloth target to release energy", + "Practitioner folding hands in controlled reverence at completion" + ], + "camera": "Circular dolly around performer with long lens compression and shallow depth", + "accents": [ + "cool blue rim from skyline and a warm accent lamp creating split-tone", + "subtle fabric motion catching tiny highlights in the blue hour" + ], + "mood": "lonely noble focus", + "lighting": "blue-hour ambient with a single warm practical accent (dusk/night)", + "style": "poetic meditative martial-arts cinematography" + }, + { + "subGenre": "Martial Arts", + "scene": "Forest clearing combat drills with primitive weapons and echoing wooden clacks (day)", + "sceneVariants": [ + "Forest clearing combat drills with primitive weapons and echoing wooden clacks (day)", + "Spearmaster teaching thrust-and-withdraw patterns", + "Shield wall practice mimicking ancient formations", + "Quick directional footwork practiced through marked poles", + "After-drill field first-aid practice and respectful sharing" + ], + "actions": [ + "Spearmaster demonstrating safe point control and recoveries", + "Partnered shield work with sliding, bracing and release", + "Rhythmic striking drills timed to wooden clack cadence", + "Student practicing safe disengage techniques on the grass" + ], + "camera": "Mid-range follow cam with tight slow-motion on weapon tip control", + "accents": [ + "sunlit dust and pollen catching warm micro-light", + "wood grain highlights and leather strap micro-texture" + ], + "mood": "earthbound tactical discipline", + "lighting": "dappled midday sunlight with cool understory shadows (day)", + "style": "tactical historical martial-arts cinematography" + }, + { + "subGenre": "Martial Arts", + "scene": "Urban subway hand-to-hand defense demo performed for commuting crowd (night)", + "sceneVariants": [ + "Urban subway hand-to-hand defense demo performed for commuting crowd (night)", + "Quick safe-defense moves for crowded spaces", + "Flash demonstration interrupted by a train passing", + "Practical self-defense seminar with volunteers and props", + "After-demo pamphlet distribution and Q&A" + ], + "actions": [ + "Demonstrator turning a grab into a safe-control and escape", + "Close-quarter privacy-respecting disengage practiced with a volunteer", + "Instructor demonstrating situational awareness and visual scanning", + "Attendees trying moves slowly under instructor supervision" + ], + "camera": "Handheld documentary capture with tight practical-lit close-ins and commuter reaction shots", + "accents": [ + "subway car reflection highlights and moving light streaks", + "practical fluorescent halation on metal handrails" + ], + "mood": "practical empowering urgency", + "lighting": "mixed transit fluorescents with passing train strobe (night/indoor)", + "style": "urban pragmatic instructional cinematography" + }, + { + "subGenre": "Martial Arts", + "scene": "Seaside tombolo training at low tide practicing balance and low stances (day)", + "sceneVariants": [ + "Seaside tombolo training at low tide practicing balance and low stances (day)", + "Group performing low stances across hard-packed sand", + "Aerial gulls wheeling overhead as practitioners hold forms", + "Tide pools reflecting dynamic silhouettes", + "After-training barefoot stroll on warm sand" + ], + "actions": [ + "Low anchored stances practiced against a light coastal breeze", + "Partner balance drills leveraging irregular sand firmness", + "Slow controlled sweeping leg moves drawing arcs in wet sand", + "Group breathwork syncing to the ebb and flow of surf" + ], + "camera": "Low-angle coastal wide with close texture shots of sand and foot imprint", + "accents": [ + "ocean caustics catching highlight rims on limbs", + "wet-sand mirror reflections and small ripple micro-texture" + ], + "mood": "grounded natural discipline", + "lighting": "bright coastal daylight with ocean reflective fill (day)", + "style": "naturalist martial-arts portraiture" + }, + { + "subGenre": "Martial Arts", + "scene": "Dark warehouse fight-training montage with heavy bag swings and sparring (night)", + "sceneVariants": [ + "Dark warehouse fight-training montage with heavy bag swings and sparring (night)", + "High-energy interval rounds with loud timing music", + "Slow-motion impact on leather and tuck-in recovery segments", + "Partnered grip-and-roll wrestling drills under harsh lights", + "After-session quiet debrief with staff counting punches" + ], + "actions": [ + "Repeated heavy bag power rounds with audible thuds", + "Grappling scrambles showing controlled leverage and escape", + "Coach slapping a mitt and yelling combination counts", + "Trainee collapsing into a corner breathing deeply between rounds" + ], + "camera": "Fast-cut montage with rhythmic match-to-beat edits and occasional 120fps slow-mo", + "accents": [ + "sweat-sheen and leather glints catching narrow spotlights", + "dust and chalk motes illuminated by sparse practicals" + ], + "mood": "gritty disciplined determination", + "lighting": "narrow spotlights with deep black surrounds (night/indoor)", + "style": "punchy training montage cinematography" + }, + { + "subGenre": "Martial Arts", + "scene": "Children's introductory class in a bright community center with playful mats and smiling coaches (day)", + "sceneVariants": [ + "Children's introductory class in a bright community center with playful mats and smiling coaches (day)", + "Tiny students learning simple falls and safe rolls", + "Parents watching from a soft seating area", + "Reward stickers and high-fives at the end", + "Playful obstacle courses teaching balance and reflexes" + ], + "actions": [ + "Child performing their first safe roll and beaming", + "Coach kneeling to demonstrate safe technique with patient hands", + "Group clap-and-cheer after a simple sequence executed", + "Parent filming a proud moment on a phone" + ], + "camera": "Friendly low-angle 35mm with warm close-ups to emphasize small details", + "accents": [ + "soft colorful mat reflections and warm skin catchlights", + "toy-and-sticker micro-detail adding homely texture" + ], + "mood": "playful encouraging warmth", + "lighting": "bright even community center daylight with soft fill (day)", + "style": "family-friendly instructional cinematography" + }, + { + "subGenre": "Martial Arts", + "scene": "High-altitude kata practice in a snowy pass with breath clouds and isolated silence (day/winter)", + "sceneVariants": [ + "High-altitude kata practice in a snowy pass with breath clouds and isolated silence (day/winter)", + "Practitioner moving in stark contrast to snowy plain", + "Wind-forged forms with crisp edge movement", + "Small cairn altar with offerings beside the practice mat", + "After-practice warming with hot broth near a small stove" + ], + "actions": [ + "Slow, forceful palm strikes performed with cold-steady balance", + "Breath-synchronized footwork across compacted snow", + "Careful footing adjustments to maintain stance on icy patches", + "Closing ritual of gratitude and cold-water splash" + ], + "camera": "Stark wide establishes with cold-graded telephoto compression and shallow close-ups on breath", + "accents": [ + "crystalline snow sparkle catching bright rim highlights", + "frost micro-texture on hair and clothing edges" + ], + "mood": "austere reverent rigor", + "lighting": "bright cold high-contrast winter sun (day/winter)", + "style": "stark elemental martial-arts cinematography" + }, + { + "subGenre": "Martial Arts", + "scene": "Open-air roof-top yoga-and-arts hybrid movement class blending mobility and martial flow (dusk)", + "sceneVariants": [ + "Open-air roof-top yoga-and-arts hybrid movement class blending mobility and martial flow (dusk)", + "Slow mobility drills flowing into short striking sequences", + "Small groups pairing for partner balance and gentle takedowns", + "Ambient acoustic musicians softly backing the practice", + "Candles and practicals creating a relaxed evening space" + ], + "actions": [ + "Mobility flow sequences integrating low kicks and balance holds", + "Partner-assisted stretching and light pressure guidance", + "Transition into a smooth short form demonstrating control", + "Post-session communal breathing and gratitude circle" + ], + "camera": "Soft telephoto with fluid gimbal moves emphasizing flow and connection", + "accents": [ + "warm candle halation and rooftop skyline bokeh", + "fabric motion catching late-light micro-highlights" + ], + "mood": "gentle connected calm", + "lighting": "warm practicals against cool atmospheric skyline (dusk)", + "style": "wellness-infused martial-arts lifestyle imagery" + } + ] +} \ No newline at end of file diff --git a/src/data/sports_and_action_rowing.json b/src/data/sports_and_action_rowing.json new file mode 100644 index 0000000..5190e2c --- /dev/null +++ b/src/data/sports_and_action_rowing.json @@ -0,0 +1,204 @@ +{ + "sports_and_action": [ + { + "subGenre": "Rowing", + "scene": "Sunrise regatta start with sleek shells lined up and coxswains calling commands", + "sceneVariants": [ + "Sunrise regatta start with sleek shells lined up and coxswains calling commands", + "Calm river mirror with bow waves splitting glassy water", + "Teams warming up with high-tempo pieces before the gun", + "Coach pacing the launch jetty with binoculars and stopwatch", + "Finish-line sprint with boats rocking and oars churning" + ], + "actions": [ + "Explosive race start with synchronized powerful strokes", + "Mid-race rhythm change as stroke rate spikes for a surge", + "Coach calling split times and urging an extra push", + "Crew collapsing into the shell in exhausted relief at the finish" + ], + "camera": "Long telephoto from the shore for compression, intercut with low water-level follow-cam", + "accents": [ + "morning mist rim-light on oar blades and hull lacquer", + "micro-spray particles and crisp ripples captured in slow motion" + ], + "mood": "disciplined collective intensity", + "lighting": "soft golden sunrise with calm reflective fill (dawn)", + "style": "documentary competitive rowing cinematography" + }, + { + "subGenre": "Rowing", + "scene": "Head race through autumn river bends with single sculls threading narrow channels", + "sceneVariants": [ + "Head race through autumn river bends with single sculls threading narrow channels", + "Solo sculler powering through a long sustained piece", + "Tree-lined banks with drifting leaves and turning eddies", + "Coxless pairs navigating tight river traffic during a club head", + "Finish with gravel ramp exit and bracing team hugs" + ], + "actions": [ + "Single sculler maintaining efficient long leg drive through fatigue", + "Boat punching through a small chop with minimal check", + "Rower sighting a landmark and adjusting course subtly", + "Team unloading boats and swapping warm layers after the run" + ], + "camera": "Dynamic river-follow drone with close bow-cam captures", + "accents": [ + "fallen-leaf micro-bokeh on water surface", + "oar-handle grain and wet-wood micro-texture" + ], + "mood": "steady relentless focus", + "lighting": "cool autumn morning with soft directional light (day)", + "style": "scenic endurance rowing cinematography" + }, + { + "subGenre": "Rowing", + "scene": "Indoor rowing erg-training class with rhythm metronome and sweat-drenched athletes (indoor)", + "sceneVariants": [ + "Indoor rowing erg-training class with rhythm metronome and sweat-drenched athletes (indoor)", + "High-intensity interval erg set with coach counting reps", + "Technique clinics dissecting catch and finish points", + "Tiny university erg room with rival teams shoulder-to-shoulder", + "Recovery cooldown with mobility and foam rolling" + ], + "actions": [ + "High-power erg sprint holding redline for 30 seconds", + "Coach cueing technical adjustments focusing on catch timing", + "Athlete breathing through a tough rep and grinding to the beep", + "Post-session stretching and shared protein shakes" + ], + "camera": "Tight gym handheld with diagonal low ergonomics to capture cadence and muscle strain", + "accents": [ + "sweat-sheen and monitor glow on faces", + "erg-handle texture and chain-snap micro-sounds" + ], + "mood": "intense focused grind", + "lighting": "bright indoor gym fluorescents with practical fills (indoor)", + "style": "training-room sports documentary" + }, + { + "subGenre": "Rowing", + "scene": "Community novice learn-to-row day with coaching launches and patient instructors", + "sceneVariants": [ + "Community novice learn-to-row day with coaching launches and patient instructors", + "Short taster rows with stable training launches", + "Kids on small sculls learning basic stroke and balance", + "Volunteer coaches guiding safe entry and exit from boats", + "End-of-day group photo on the jetty with proud smiles" + ], + "actions": [ + "Novice finding rhythm and smiling on first coordinated strokes", + "Coach adjusting hand placement and direct tactile cueing", + "Support launch steadying a wobbling shell during a learning drill", + "Group cheering as a participant completes a full lap" + ], + "camera": "Warm wide community establishes with close 35mm candid reaction shots", + "accents": [ + "gentle wake micro-texture and sun glint on life-jackets", + "warm skin catchlights and water-drop detail" + ], + "mood": "encouraging communal warmth", + "lighting": "bright daytime with pleasant fill (day)", + "style": "inclusive sports outreach cinematography" + }, + { + "subGenre": "Rowing", + "scene": "Coastal surf-boat sea-row with rolling swell and team bracing in unison (rough water)", + "sceneVariants": [ + "Coastal surf-boat sea-row with rolling swell and team bracing in unison (rough water)", + "Emergency training with rough-water pick-up drills", + "Traditional ocean rowing team practicing long coastal legs", + "Sunset surf-row with silhouette of crews riding wedges", + "Safety zodiac escort and spray-drenched photographers" + ], + "actions": [ + "Crew timing sweeps to climb and ride a swell with synchronized brace strokes", + "Skipper calling course adjustments and safety notes over the swell noise", + "Wet-splash slow-mo capturing muscle and water interplay", + "Team laughing through spray during a playful swell crest" + ], + "camera": "Boat-mounted follow-cam and waterproof helmet POVs", + "accents": [ + "spray rim-light and salt micro-crystals on faces", + "woven rope micro-detail and wet-leather seat texture" + ], + "mood": "adventurous salty camaraderie", + "lighting": "contrast coastal daylight with reflective sea fill (day)", + "style": "oceanic endurance cinematography" + }, + { + "subGenre": "Rowing", + "scene": "Masters regatta afternoon with mixed-age crews and nostalgic club flags", + "sceneVariants": [ + "Masters regatta afternoon with mixed-age crews and nostalgic club flags", + "Golden-hour masters eight gliding to a ceremonial finish", + "Clubs swapping stories and old trophies in the marquee", + "Warm-up gentle pieces with seasoned technique", + "Podium photo with vintage kit and smiling veterans" + ], + "actions": [ + "Veteran rower pulling a measured steady stroke in harmony with younger teammates", + "Crew sharing practical race tact and reminiscing between pieces", + "Handshakes across boats after a tight masters heat", + "Ceremonial presentation with hearty applause and ribbon displays" + ], + "camera": "Warm telephoto mixed with intimate 85mm portraits of weathered hands and faces", + "accents": [ + "patina on wooden blades and aged lacquer micro-texture", + "golden-hour rim and gentle wake micro-highlights" + ], + "mood": "nostalgic proud camaraderie", + "lighting": "warm late-afternoon sun with long shadows (evening)", + "style": "heritage sports documentary" + }, + { + "subGenre": "Rowing", + "scene": "Sprint regatta final under stadium-style stands with loud commentators and tight margins", + "sceneVariants": [ + "Sprint regatta final under stadium-style stands with loud commentators and tight margins", + "Eights sprinting for clear water down a straight course", + "Photo-finish replay capturing blade-to-water contact", + "Intense coach-side shouting and anthem moments", + "Medal ceremony with national anthems and tearful crews" + ], + "actions": [ + "Explosive mid-race power surge executed in a controlled technical push", + "Blade timing and recovery razor-perfect as stroke rate peaks", + "Crowd rising as boats lung the final meters to the line", + "Winning crew collapsing into each other in euphoric exhaustion" + ], + "camera": "Broadcast telephoto with high-speed slo-mo for blade-water contact nuance", + "accents": [ + "spray plume micro-arches and polished hull sheen", + "scoreboard glow and reflective medal micro-highlights" + ], + "mood": "nail-biting electric competition", + "lighting": "bright midday with stadium fills (day)", + "style": "broadcast high-intensity sports cinematography" + }, + { + "subGenre": "Rowing", + "scene": "Night-time headlamp training down a calm river with reflective lights and quiet focus", + "sceneVariants": [ + "Night-time headlamp training down a calm river with reflective lights and quiet focus", + "Solo sculler practicing intervals with a small headlamp on the bow", + "Support launch guiding novices through pitch-black bends", + "Silent glide exercise with low cadence emphasis", + "Cold-air breath and thermos ritual on the launch" + ], + "actions": [ + "Paced interval sets executed in low-visibility reliance on rhythm alone", + "Coxswain calling cadence with a soft calm voice to steady the crew", + "Support boat beacon guiding safe lines during dark bends", + "Rowers pulling a warm-swallow from a thermos at the end" + ], + "camera": "Low-light water-level follow cam and helmet-mounted micro-lights for intimacy", + "accents": [ + "headlamp cone reflections creating linear ripples", + "breath halos and wet-uniform sheen catching slivers of light" + ], + "mood": "quiet disciplined solitude", + "lighting": "isolated practical headlamps with deep surrounding dark (night)", + "style": "moody low-light sports cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/sports_and_action_running.json b/src/data/sports_and_action_running.json new file mode 100644 index 0000000..ad299e5 --- /dev/null +++ b/src/data/sports_and_action_running.json @@ -0,0 +1,429 @@ +{ + "sports_and_action": [ + { + "subGenre": "Running", + "scene": "Sunrise city marathon with thousands of runners crossing an iconic bridge", + "sceneVariants": [ + "Sunrise city marathon with thousands of runners crossing an iconic bridge", + "Elite lead pack pushing through rolling course with aerial drone above", + "Wheelchair athletes and para-athletes integrated in the front wave", + "Amateur fun-runers with costume runners and charity placards", + "Finish-line jubilation with photographers and medical tents" + ], + "actions": [ + "Lead pack surging on a bridge incline with synchronized breathing", + "Crowd thinning to reveal a solo contender pushing the pace", + "Support cyclists handing out bottles at a feed zone", + "Winner collapsing into arms as medical staff wrap a foil blanket" + ], + "camera": "Aerial drone crane over the bridge alternating with close 85mm finish-line portraits", + "accents": [ + "golden sunrise rim-light across runners' silhouettes", + "confetti and dust motes highlighted by low-angle sun" + ], + "mood": "triumphant endurance", + "lighting": "warm sunrise transitioning into bright morning (day)", + "style": "epic endurance documentary" + }, + { + "subGenre": "Running", + "scene": "Night ultramarathon across remote desert roads with headlamps and distant beacons", + "sceneVariants": [ + "Night ultramarathon across remote desert roads with headlamps and distant beacons", + "Small groups forming pelotons of light marching across dunes", + "Aid stations glowing like oases under lanterns", + "Lone runner silhouetted against a long ribbon of headlamps", + "Support crew swapping running packs at a remote checkpoint" + ], + "actions": [ + "Headlamp-cone marching with steady, trance-like pacing", + "Runner stopping to refuel and carefully lace shoes under lantern light", + "Medical volunteer checking vitals in a quiet tent", + "Runner using trekking poles on rough dune approaches" + ], + "camera": "Low-profile follow cam on a chase vehicle with periodic POV headlamp shots", + "accents": [ + "headlamp cones cutting through dust with rim-lit dust particles", + "lantern warm pools creating small islands of visibility" + ], + "mood": "stoic tenacity", + "lighting": "isolated practical lights and headlamps against deep dark (night)", + "style": "moody adventure sports reportage" + }, + { + "subGenre": "Running", + "scene": "Park interval session at golden hour, a small group doing hill repeats", + "sceneVariants": [ + "Park interval session at golden hour, a small group doing hill repeats", + "Coach with stopwatch barking cadence at the top of a rise", + "Young athletes chasing each other through a tree-lined path", + "Trail repeats with dogs running alongside social runners", + "Warm-down jogs with foam-rolling on the grass" + ], + "actions": [ + "Explosive hill sprints punching knees high and arms driving", + "Coach walking backward timing reps and offering technique notes", + "Runners laughing and high-fiving after a tough interval", + "Athlete bending double to catch their breath with hands on knees" + ], + "camera": "Handheld gimbal following alongside with occasional 50mm close-ups", + "accents": [ + "golden rim on sweat beads and grass seed motes", + "warm backlight creating soft lens flares through tree canopy" + ], + "mood": "focused camaraderie", + "lighting": "warm golden-hour sunlight with soft fill (evening)", + "style": "intimate training portraiture" + }, + { + "subGenre": "Running", + "scene": "Urban early-morning commuters mixing with joggers on a wet sidewalks under neon signs", + "sceneVariants": [ + "Urban early-morning commuters mixing with joggers on a wet sidewalks under neon signs", + "Runner weaving through a damp downtown with reflections on paving", + "Jogger passing a bakery as ovens open and steam pours out", + "Runner making polite eye contact with a barista through a coffee shop window", + "Subtle interactions with bicyclists and transit riders" + ], + "actions": [ + "Runner dodging puddles and adjusting cadence for slick surfaces", + "Jogger glancing at a smartwatch to check interval splits", + "Runner pausing to tie a shoelace and then sprinting to catch a light", + "Feet slapping rhythmically in wet conditions as steam rises" + ], + "camera": "Low-slung street camera with telephoto compression for urban intimacy", + "accents": [ + "neon reflections in puddles and glints on wet clothing", + "steamy micro-haze around food stalls creating soft halos" + ], + "mood": "practical city morning rhythm", + "lighting": "mixed warm practicals and cool ambient city glow (dawn)", + "style": "urban lifestyle reportage" + }, + { + "subGenre": "Running", + "scene": "Trail race through a dense autumn forest with leaves flying and root-strewn paths", + "sceneVariants": [ + "Trail race through a dense autumn forest with leaves flying and root-strewn paths", + "Singletrack with technical rock sections requiring agility", + "High-mountain ridge run with panoramic valley views", + "Muddy creek crossing with slippery stones and cheering volunteers", + "Finish line nestled in a clearing with rustic banners" + ], + "actions": [ + "Runners bouncing over roots with quick recovery footwork", + "Competitor slipping but regaining balance in a practiced roll", + "Aid station volunteer offering electrolyte gel and encouragement", + "Runner lifting arms in brief exultation at a scenic vista" + ], + "camera": "Handheld trail cams with stabilized gimbal and helmet POV for technical sections", + "accents": [ + "leaf-litter kicking up warm gossamer highlights", + "wet-rock speculars and moss micro-detail in tight shots" + ], + "mood": "primal exhilaration", + "lighting": "dappled midday sunlight through autumn canopy (day)", + "style": "rugged nature sports cinematography" + }, + { + "subGenre": "Running", + "scene": "Midnight ghost-run through an abandoned industrial complex with spray-painted walls", + "sceneVariants": [ + "Midnight ghost-run through an abandoned industrial complex with spray-painted walls", + "Secretive urban exploration runs with torch-carrying groups", + "Runners tracing disused railbeds and underpasses", + "Post-industrial mood with echoing footfalls and distant sirens", + "Illegal sprint races conducted informally among small crews" + ], + "actions": [ + "Runners threading between rusted structures, breath misting in cold air", + "Group sprinting in tight pace-line formation through archways", + "Flashlight beams cutting swathes through particulate dust", + "Quick vaults over low obstacles in a raw, athletic flow" + ], + "camera": "Low-light handheld with shallow depth and practical torch-beam reveals", + "accents": [ + "practical torch rim-light catching metal textures and dust", + "graffiti pigments popping under harsh beams" + ], + "mood": "edgy nocturnal tension", + "lighting": "torch and practical-only lighting creating deep blacks (night)", + "style": "gritty urban-adventure sports" + }, + { + "subGenre": "Running", + "scene": "Sun-drenched coastal promenade run with sea spray and strolling tourists", + "sceneVariants": [ + "Sun-drenched coastal promenade run with sea spray and strolling tourists", + "Sunrise tempo run with pelicans and early fishermen", + "Family jogs with prams and beach picnickers", + "Boardwalk sprint section with passing cyclists", + "Cliffside tempo intervals with crashing waves below" + ], + "actions": [ + "Runner flowing with seaside cadence and relaxed arm carriage", + "Jogger pausing to take in the ocean before resuming", + "Sprint interval with coach calling from the boardwalk", + "Group laughter as wind tugs at hats and caps" + ], + "camera": "Wide scenic establishes with telephoto compression for emotional isolation", + "accents": [ + "ocean spray catching sunlight producing shimmering microbokeh", + "salt-spray rim-light and sunlit hair highlights" + ], + "mood": "carefree healthful ease", + "lighting": "bright coastal daylight with reflective sea fill (day)", + "style": "lifestyle wellness cinematography" + }, + { + "subGenre": "Running", + "scene": "Winter city 10k with runners in thermal layers and breath forming clouds", + "sceneVariants": [ + "Winter city 10k with runners in thermal layers and breath forming clouds", + "Snow-dusted streets with volunteers shoveling pace lines", + "Icy sidewalks with protective grit and taped shoes", + "Cold-weather race with thermos stations and hot soup on route", + "Finishers draped in thermal blankets and hoisted medals" + ], + "actions": [ + "Runner maintaining steady cadence despite numbed fingers", + "Volunteer handing out hot cups and reflective blankets to finishers", + "Athlete stomping to restore circulation before resuming", + "Group pacing under coach guidance to avoid early bonking" + ], + "camera": "Cold-toned telephoto with tight breath-cloud close-ups and long lenses compressing lines", + "accents": [ + "visible breath clouds rim-lit by street lamps", + "frost micro-crystals on eyelashes and jacket fibers" + ], + "mood": "resolute chilly determination", + "lighting": "cool low-angle winter sun or early-morning street lighting (day/winter)", + "style": "tactile weathered sports reportage" + }, + { + "subGenre": "Running", + "scene": "Sunset track session under stadium lights focusing on sprint mechanics", + "sceneVariants": [ + "Sunset track session under stadium lights focusing on sprint mechanics", + "Relay changeover practice with baton precision drills", + "Individual speed work with blocks and reaction drills", + "Coach timing starts with electronic sensors", + "Sprinters celebrating small gains in the warm-down" + ], + "actions": [ + "Explosive block start captured in a high-frame-rate sequence", + "Smooth baton exchange executed with practiced near-synchrony", + "Athlete performing A-skips and bounding drills with crisp form", + "Coach analyzing stride through slow-motion playback" + ], + "camera": "High-frame-rate baseline and overhead rigging for start and acceleration phases", + "accents": [ + "stadium rim-lights crisp on muscle definition", + "sweat-sheen highlights on sprint spikes and track surface" + ], + "mood": "precision-driven intensity", + "lighting": "mixed golden hour into stadium cold white lights (evening)", + "style": "technical performance cinematography" + }, + { + "subGenre": "Running", + "scene": "Forest night-time torch relay with ceremonial runners passing a glowing baton", + "sceneVariants": [ + "Forest night-time torch relay with ceremonial runners passing a glowing baton", + "Civic ritual with flags and local dignitaries in attendance", + "Community night run with candles lining the path", + "Historical reenactment relay through town center lanes", + "Family participants carrying small hand-lanterns alongside elite runners" + ], + "actions": [ + "Ceremonial baton pass under torchlight with solemn pacing", + "Spectators applauding quietly as runners pass illuminated waypoints", + "Children cheering and waving small flags at checkpoints", + "Organizers coordinating handovers and safety marshals" + ], + "camera": "Low-light cinematic with soft practical torch-beam modeling and gentle tracking", + "accents": [ + "torch halation and warm practical flame reflections on faces", + "lantern-lit pathways producing warm bokeh" + ], + "mood": "reverent communal warmth", + "lighting": "torch/practical-lit warm pockets with surrounding dark (night)", + "style": "ceremonial documentary cinematography" + }, + { + "subGenre": "Running", + "scene": "Cross-country school meet in spring with rolling fields and cheering classes", + "sceneVariants": [ + "Cross-country school meet in spring with rolling fields and cheering classes", + "Muddy school fields with makeshift marker flags and cones", + "Junior races with protective marshals and enthusiastic parents", + "Podium presentations with small rosettes and chocolates", + "Team huddles before and after the race exchanging watery cheers" + ], + "actions": [ + "Young runner accelerating past a pack in a brave surge", + "Coach encouraging from the sideline and holding up split times", + "Team hugging and stamping muddy shoes after finishing", + "Volunteer awarding rosettes and congratulating finishers" + ], + "camera": "Warm documentary approach with medium-wide captures and playful close-ups", + "accents": [ + "mud-spray catching sunlight and accenting movement", + "sunlit pollen and grass seed visible during close passes" + ], + "mood": "youthful competitive joy", + "lighting": "bright spring daylight with gentle warmth (day)", + "style": "community youth-sports storytelling" + }, + { + "subGenre": "Running", + "scene": "Urban stair-run challenge up a skyscraper's emergency stairwell with echoing footfalls", + "sceneVariants": [ + "Urban stair-run challenge up a skyscraper's emergency stairwell with echoing footfalls", + "Charity tower-run with timed checkpoints on each landing", + "Runners in head-to-head sprints in concrete shaft with fluorescent lighting", + "Medical and water stations positioned on select floors", + "Winner emerging onto a rooftop observation deck greeted by cheers" + ], + "actions": [ + "Runner powering up flights with fast knee-drive and minimal contact time", + "Volunteer handing over energy gel at a landing", + "Athlete pausing briefly at a window to gulp cold air before resuming", + "Finishers collapsing on the rooftop with a sense of achievement" + ], + "camera": "Tight vertical tracking using gimbal climb rigs and occasional helmet POV", + "accents": [ + "fluorescent strip reflections creating lined rim-light", + "concrete dust and bead-sweat captured in macro detail" + ], + "mood": "intense vertical grit", + "lighting": "harsh fluorescent interior lighting with narrow shafts (indoor/night)", + "style": "raw performance sport cinematography" + }, + { + "subGenre": "Running", + "scene": "Sunrise hot-spring trail run with steam rising and volcanic rock paths", + "sceneVariants": [ + "Sunrise hot-spring trail run with steam rising and volcanic rock paths", + "Quick dips into natural pools between runs", + "Minimalist trail with geothermal steam vents punctuating the route", + "Small tourism-meet run with local guides leading", + "Finishers warming in communal wooden tubs after the run" + ], + "actions": [ + "Runner pausing to dip feet into a steaming pool and smiling", + "Group jogging in single file over slippery volcanic gravel", + "Guide pointing out natural features and safety hazards as they go", + "Participants peeling off layers after the run to revel in warmth" + ], + "camera": "Cinematic wide landscapes with close-up texture shots on steam and mineral deposits", + "accents": [ + "steam halos catching early sun and forming soft diffusion", + "mineral sheen and wet-rock specular details" + ], + "mood": "meditative natural exhilaration", + "lighting": "warm sunrise with soft diffused steam glow (day)", + "style": "nature-adventure lifestyle cinematography" + }, + { + "subGenre": "Running", + "scene": "Midnight city sprint race lit by mobile phone torches and passing car beams", + "sceneVariants": [ + "Midnight city sprint race lit by mobile phone torches and passing car beams", + "Pop-up sprint contest between friends on a closed-off boulevard", + "Informal betting and cheering from sidewalk gatherings", + "Street-level LED panels flashing lap times", + "Short sprint heats decided in short bursts of speed" + ], + "actions": [ + "Explosive short-sprint burst causing tails of dust and grit", + "Fans waving phones and creating moving light walls", + "Sprinter diving across an improvised finish line", + "Competitor breathing heavily and laughing with exhausted grin" + ], + "camera": "Tight handheld with neon rim-light and dynamic rolling shutter character", + "accents": [ + "mobile-phone LED rim-light and rolling car headlight streaks", + "reflective clothing popping under moving beams" + ], + "mood": "adrenalized playful nocturnal energy", + "lighting": "mixed portable practicals and transit beams with thrown shadows (night)", + "style": "edgy social-media street-sports aesthetic" + }, + { + "subGenre": "Running", + "scene": "Historic cobbled-city fun run with period costumes and old-market finishes", + "sceneVariants": [ + "Historic cobbled-city fun run with period costumes and old-market finishes", + "Run coinciding with a heritage festival and street performers", + "Participants dressed in vintage running kit reenacting old races", + "Finishers strolling through a market with victual vendors", + "Children's retro parade lap around the town square" + ], + "actions": [ + "Runners adopting jaunty vintage gait and waving to passersby", + "Street performers cheering and drumming rhythm on the sidelines", + "Volunteer awarding ribbon rosettes and guiding photographers", + "Crowds clapping as participants cross the cobbled finish" + ], + "camera": "Film-emulation with 50mm primes and warm vintage color grade", + "accents": [ + "soft sepia-toned halation and period fabric micro-detail", + "cobble wet-speculars and market stall glints" + ], + "mood": "playful nostalgic celebration", + "lighting": "soft daylight with warm vintage grade (day)", + "style": "period festival sports portrait" + }, + { + "subGenre": "Running", + "scene": "Sunset tempo run along river gorge with dramatic cliff faces and bridges", + "sceneVariants": [ + "Sunset tempo run along river gorge with dramatic cliff faces and bridges", + "Runners hugging switchbacks with valley views", + "Short-paced group runs finishing at a lookout with trophy photo ops", + "Local wildlife crossing creating natural obstacles", + "Cooling down with riverside stretches and reflective silence" + ], + "actions": [ + "Pace-line stretching out along switchbacks with leader calling cadence", + "Runner briefly touching cliff-face for balance and rhythm", + "Group huddle to admire the view and share a sip", + "Athlete snapping photos of the vista on a pause" + ], + "camera": "Cinematic wide panoramas with telephoto compression to emphasize group geometry", + "accents": [ + "sunset rim-light on cliff edges and running silhouettes", + "river-surface glitter forming moving light ribbons" + ], + "mood": "awe-driven spirited motion", + "lighting": "warm sunset into cool twilight (evening)", + "style": "cinematic outdoor sports portrait" + }, + { + "subGenre": "Running", + "scene": "Recovery group jog and mobility session at midday in a botanical garden", + "sceneVariants": [ + "Recovery group jog and mobility session at midday in a botanical garden", + "Guided breathwork under shaded pergolas", + "Athletes performing dynamic stretches near ornamental ponds", + "Low-intensity jog laps with coaches offering rehab tips", + "Post-run herbal tea and quiet socializing on benches" + ], + "actions": [ + "Runners performing guided foam-rolling and calf mobilizations", + "Coach leading a gentle cadence walk to lower heart-rate", + "Group closing in for a mindful breath and stretch", + "Participant smiling as a mobility tweak reduces discomfort" + ], + "camera": "Soft natural-light close-ups with relaxed 35mm framing", + "accents": [ + "dappled light through leaves creating gentle patterns on skin", + "botanical micro-detail like dew on petals and stem textures" + ], + "mood": "gentle restorative calm", + "lighting": "soft midday shade with gentle fill (day)", + "style": "wellness-focused sports documentary" + } + ] +} \ No newline at end of file diff --git a/src/data/sports_and_action_skateboarding.json b/src/data/sports_and_action_skateboarding.json new file mode 100644 index 0000000..0bbfc14 --- /dev/null +++ b/src/data/sports_and_action_skateboarding.json @@ -0,0 +1,229 @@ +{ + "sports_and_action": [ + { + "subGenre": "Skateboarding", + "scene": "Downtown street session at golden hour with ledges, stair-sets and graffiti walls", + "sceneVariants": [ + "Downtown street session at golden hour with ledges, stair-sets and graffiti walls", + "Classic urban stair-set with a long handrail and cheering friends", + "Empty banked plaza with perfect ledge lines", + "Late-afternoon session with warm sun and long shadows", + "Portable speaker pumping old-school hip-hop as backdrop" + ], + "actions": [ + "Skater launching a precision kickflip over a long stair-set", + "Frontside boardslide down a handrail with committed balance", + "Creative line linking ledges and manual pads", + "Crew celebrating a clean trick with high-fives and laughter" + ], + "camera": "Low handheld tracking with wide lens and occasional baseline telephoto for landing detail", + "accents": [ + "golden rim-light on wheel spray and paint-chipped edges", + "grainy concrete texture and graffiti paint micro-detail" + ], + "mood": "playful gritty freedom", + "lighting": "warm late-afternoon sunlight with long contrasty shadows (evening)", + "style": "raw urban skate cinematography" + }, + { + "subGenre": "Skateboarding", + "scene": "Empty indoor skatepark jam under LED panels with bowls, quarters and a controlled crowd", + "sceneVariants": [ + "Empty indoor skatepark jam under LED panels with bowls, quarters and a controlled crowd", + "Skaters flexing bowl lines with big arc carves", + "Pop-up night jam with projection mapped visuals", + "Quiet morning practice with lights rehearsing power lines", + "Sponsor demo with commentary and slow-mo replays" + ], + "actions": [ + "Skater carving deep in the bowl then launching a stylish air with grab", + "Quick transfer over a hip into a powered carve", + "Skater executing a precise fakie-to-forward inversion trick", + "Coach/mentor giving quick tips on approach timing" + ], + "camera": "Overhead jib and inside-the-bowl follow-cam with high-frame-rate landings", + "accents": [ + "reflective LED rim-light on wheel arcs", + "polished plywood micro-texture and wax sheen highlights" + ], + "mood": "focused playful intensity", + "lighting": "even artificial LED with colorful gels for atmosphere (night/indoor)", + "style": "polished park skate cinematography" + }, + { + "subGenre": "Skateboarding", + "scene": "Vert ramp final under stadium lights with a pumped crowd and thunderous music", + "sceneVariants": [ + "Vert ramp final under stadium lights with a pumped crowd and thunderous music", + "Massive competition with high amplitude airs and judges present", + "Celebrity pro exhibition with theatrical lighting", + "Practice warm-up with coaches and spotters prepping runs", + "Podium ceremony and sponsor interviews after dark" + ], + "actions": [ + "Huge air with stylish grab and perfect stomp landing", + "Complex inverted trick linking spins and grabs off the coping", + "Rider pumping for extra amplitude then landing clean", + "Crowd eruption as a final-run trick stomps" + ], + "camera": "High-speed baseline rigs and aerial bridged jib to capture amplitude and crowd", + "accents": [ + "stadium rim-light accentuating airborne spray and silhouette", + "sweat and board-seam micro-detail catching spot highlights" + ], + "mood": "adrenalized competitive spectacle", + "lighting": "stark stadium spotlights with deep blacks (night)", + "style": "epic competition skate cinematography" + }, + { + "subGenre": "Skateboarding", + "scene": "Backyard DIY mini-ramp session with friends, packed lunches and a laid-back vibe (day)", + "sceneVariants": [ + "Backyard DIY mini-ramp session with friends, packed lunches and a laid-back vibe (day)", + "Late afternoon barbecue with kids trying first drop-ins", + "Creative makeshift obstacles and painted bumpers", + "Evening string-lights hung and loud music playing", + "Repairing a cracked coping with a friend’s help" + ], + "actions": [ + "Friendly demo of a first rock-and-roll and immediate round of cheers", + "Kids taking turns trying a new trick while adults film", + "Skater grinding a homemade rail and laughing at a near miss", + "Group sharing snacks and trading boards in a communal moment" + ], + "camera": "Playful 35mm handheld with low-cost DIY charm and close interpersonal shots", + "accents": [ + "string-light bokeh and paint-worn wood micro-texture", + "sun-warmed skin catchlights and grill smoke haze" + ], + "mood": "communally warm playful", + "lighting": "warm afternoon into cozy practical lights (day/evening)", + "style": "intimate DIY skate storytelling" + }, + { + "subGenre": "Skateboarding", + "scene": "Downhill longboard race along a coastal cliff road with taped-off sections and chase cars", + "sceneVariants": [ + "Downhill longboard race along a coastal cliff road with taped-off sections and chase cars", + "Tight hairpin series with high-speed tuck sections", + "Late afternoon timing runs with calibrated gates", + "Rider drafting and tuck-rotations for speed", + "Post-race cold drinks and clutch-time interviews" + ], + "actions": [ + "Rider tucking into an aero position and carving through high-speed bends", + "Group drafting formation and strategic line choices", + "Chase-car capturing high-speed lateral compression and wheel spin blur", + "Winner stepping off the board to a hero’s handshake" + ], + "camera": "Chase-car mounted gimbal with long telephoto compression for speed drama", + "accents": [ + "wheel-spray micro-streaks and coastal spray rim-light", + "asphalt grain micro-texture and wind-driven clothing highlights" + ], + "mood": "adrenalized competitive grit", + "lighting": "golden-hour coastal sunlight with strong contrast (evening)", + "style": "extreme downhill cinematography" + }, + { + "subGenre": "Skateboarding", + "scene": "Classic skateboarding documentary segment featuring a local legend telling stories in a sunlit garage", + "sceneVariants": [ + "Classic skateboarding documentary segment featuring a local legend telling stories in a sunlit garage", + "Archive footage cut-ins of early street sessions", + "Board and truck close-ups with historical stickers", + "Slow stroll through old photos pinned on the wall", + "End-of-day quiet reflection and a toast" + ], + "actions": [ + "Legend recounting a pivotal trick and the crowd reaction in slow narrative", + "Cutaways to old VHS-style clips and nostalgic grain overlays", + "Hands tracing scars on boards and trucks for tactile storytelling", + "A younger skater listening and absorbing the lore" + ], + "camera": "Warm film-emulation interviews with tactile close-ups and overlay montages", + "accents": [ + "film grain halation and patina on aged wood and deck graphics", + "warm practical rim-light catching dust motes" + ], + "mood": "nostalgic reverent warmth", + "lighting": "soft warm practical window light (day/indoor)", + "style": "reflective heritage skate documentary" + }, + { + "subGenre": "Skateboarding", + "scene": "Night-led glow-skate charity lap through a city park with neon decks and LED wheels", + "sceneVariants": [ + "Night-led glow-skate charity lap through a city park with neon decks and LED wheels", + "Glow-wheel trick showcase with UV paint and blacklights", + "Fundraiser with DJ, charities and warm community tents", + "Slow parade around a lit path with families watching", + "Afterparty with hot cocoa and awards" + ], + "actions": [ + "Rider performing smooth cruiser tricks highlighted by neon LED streaks", + "Crowd clapping as a glow-routine finishes in a choreographed flourish", + "Volunteers tallying donations and handing out glow-bracelets", + "Group photo with neon colors and big smiles" + ], + "camera": "Neon-saturated handheld with long-exposure waterlight streaks and underwater-like motion smears", + "accents": [ + "UV paint gleam and LED wheel streak micro-trails", + "strobing light catchpoints on helmets and reflective gear" + ], + "mood": "festive communal glow", + "lighting": "UV/LED practicals and blacklight for surreal glow (night)", + "style": "event-driven creative skate cinematography" + }, + { + "subGenre": "Skateboarding", + "scene": "Technical flatland session under a highway overpass with creative footwork and balance moves", + "sceneVariants": [ + "Technical flatland session under a highway overpass with creative footwork and balance moves", + "Solo freestyler practicing complex flip combos on smooth pavement", + "Small jam of flatland riders exchanging tricks and tips", + "Teaching mini-workshop on bodyweight balancing techniques", + "Late-night quiet with only the hum of traffic above" + ], + "actions": [ + "Skater executing a complex flatland combo with seamless flow and body control", + "Close-up of flick and foot-placement micro-precision", + "Group clap after a successful multi-move sequence", + "Rider polishing board bearings and wax between runs" + ], + "camera": "Low wide lens to emphasize ground-plane movement with macro footwork inserts", + "accents": [ + "slick pavement micro-reflections and bearing glints", + "underpass concrete texture and ambient practical halation" + ], + "mood": "focused playful virtuosity", + "lighting": "mixed practical underpass lights with cool ambient (evening/night)", + "style": "technical flatland portraiture" + }, + { + "subGenre": "Skateboarding", + "scene": "Skate contest jam at a municipal plaza with pop-up vendor stalls and family zones (day)", + "sceneVariants": [ + "Skate contest jam at a municipal plaza with pop-up vendor stalls and family zones (day)", + "Youth semifinal heats with local sponsors", + "Live DJ mixing and hosted commentary", + "Prize ceremony and community recognition at the end", + "Hands-on vendor demos letting kids try boards" + ], + "actions": [ + "Skater landing a clean combo in front of judges and pocketing a high score", + "Crowd forming a human ring to give space and cheer performers", + "Volunteer handing out water and basic repair kits", + "Community leader presenting a token of appreciation to young talent" + ], + "camera": "Broadcast-friendly wide coverage with close 50mm emotional cutaways", + "accents": [ + "sponsor-banner color saturation and sunlit dust micro-bokeh", + "wheel spin blur and high-contrast shadow edges" + ], + "mood": "energetic community celebration", + "lighting": "bright daytime plaza sun with practical vendor shades (day)", + "style": "community event skate cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/sports_and_action_skiing.json b/src/data/sports_and_action_skiing.json new file mode 100644 index 0000000..3a75b6b --- /dev/null +++ b/src/data/sports_and_action_skiing.json @@ -0,0 +1,254 @@ +{ + "sports_and_action": [ + { + "subGenre": "Skiing", + "scene": "Alpine World Cup downhill with speed suits, gates and helicopter follow", + "sceneVariants": [ + "Alpine World Cup downhill with speed suits, gates and helicopter follow", + "High-speed finish line with crowds and timing boards", + "Snow spray kicked up across steep open faces", + "Lead racer launching off a high-speed compression", + "Podium ceremony with national flags and champagne" + ], + "actions": [ + "Skier tucking and blasting through a compression at 120+ kph", + "Edge carve and counter to absorb a tricky rise", + "Coach waving as split times flash on the scoreboard", + "Finish-line spray and liftoff as skis pass the timing beam" + ], + "camera": "Heli follow with telephoto compression and ground-based low-angle slo-mo on key turns", + "accents": [ + "high-contrast snow spray rim-lit by sun", + "micro-detail on ski edge chatter and gloss lacquer on helmets" + ], + "mood": "adrenaline-charged precision", + "lighting": "high alpine sunlight with crisp shadows (day)", + "style": "broadcast extreme alpine cinematography" + }, + { + "subGenre": "Skiing", + "scene": "Powder-charged backcountry line beneath old-growth pines after a big storm", + "sceneVariants": [ + "Powder-charged backcountry line beneath old-growth pines after a big storm", + "Chute descent with pillow drops and small airs", + "Tree-run weaving through tight curtains of white", + "Heli-accessed summit drop with clean untouched lines", + "Après-summit high-five on a windswept cornice" + ], + "actions": [ + "Skier cutting an arcing powder turn sending a plume of snow skyward", + "Quick line choice avoiding hidden rocks and leaning into a pillow drop", + "Buddy tapping helmet and pointing to the safest line below", + "Bootpacking a short approach then sliding fluidly into the run" + ], + "camera": "Handheld follow-cam and wide drone reveal with immersive POV turns", + "accents": [ + "powder plume micro-particles catching rim-light", + "frost-laden pine micro-detail and crystalline spray" + ], + "mood": "exhilarated free-spirited release", + "lighting": "soft post-storm diffuse light with occasional sun shafts (day)", + "style": "adventure backcountry cinematography" + }, + { + "subGenre": "Skiing", + "scene": "Quiet dawn cross-country trail through frosted meadows with steam from breath", + "sceneVariants": [ + "Quiet dawn cross-country trail through frosted meadows with steam from breath", + "Groomed classic tracks winding through birch stands", + "Interval training session with poles and measured cadence", + "Coach timing split times at a wooden trail kiosk", + "Family ski outing with hot thermos at a scenic lookout" + ], + "actions": [ + "Skier smoothly gliding in classic technique with steady rhythm", + "Interval sprint with pole-push power and quick recovery", + "Coach giving nods and showing pacing on a wrist GPS", + "Skier stopping to look across a frosted valley and smile" + ], + "camera": "Low telephoto glide-tracking and gentle gimbal follow for fluid motion", + "accents": [ + "breath plumes rim-lit by low sun", + "crisp frost micro-detail on twig and grass tips" + ], + "mood": "calm disciplined endurance", + "lighting": "warm low-angle sunrise with cool blue fill (dawn)", + "style": "tranquil endurance sports cinematography" + }, + { + "subGenre": "Skiing", + "scene": "Night urban skiing event down a lit city street with ramps and rails", + "sceneVariants": [ + "Night urban skiing event down a lit city street with ramps and rails", + "Street-style rail jam with cheering crowds and DJ booth", + "Flashpop night contest with neon and practicals", + "Converted plaza hill with protective padding and sponsor boards", + "Rooftop after-party with riders and music" + ], + "actions": [ + "Rider hitting a rail with stylish slide and landing clean", + "Crowd erupting as a trick sticks and judges signal top scores", + "DJ pumping beats timed to a kicker hit in a rapid edit", + "Athlete saluting camera and posing with urban graffiti backdrop" + ], + "camera": "Handheld inside-the-action with slow-motion trick capture and crane wide party reveals", + "accents": [ + "neon rim-light and city practical reflections on wet pavement", + "spark and snow spray highlights from rail contact" + ], + "mood": "edgy nightlife spectacle", + "lighting": "mixed neon practicals and directional spotlights (night)", + "style": "stylized urban action cinematography" + }, + { + "subGenre": "Skiing", + "scene": "Freestyle terrain park jam with big air jumps, halfpipe and colorful banners", + "sceneVariants": [ + "Freestyle terrain park jam with big air jumps, halfpipe and colorful banners", + "Halfpipe final with technical rotations and inverted tricks", + "Slopestyle heat with rails, hips and massive kicker lines", + "Rookie jam session with playful rail attempts", + "Prize-giving and highlight reel at sunset" + ], + "actions": [ + "Skier launching into multiple rotations and grabbing a clean mute", + "Halfpipe wall transfer with perfect extension and landing", + "Rail spin and tricky variation executed with showmanship", + "Crowd cheering as a stomped trick triggers wild reactions" + ], + "camera": "Multi-angle park rigs with high-frame-rate slo-mo and jib pulls for landing drama", + "accents": [ + "colored sponsor banners catching rim-light and snow spray glitter", + "waxed ski micro-texture and airborne shadow crispness" + ], + "mood": "adrenaline showmanship", + "lighting": "bright park lights with sunset warmth and flare (evening/day)", + "style": "energetic park sports cinematography" + }, + { + "subGenre": "Skiing", + "scene": "Ski touring sunrise with group skinning up a mellow ridge and panoramic summit view", + "sceneVariants": [ + "Ski touring sunrise with group skinning up a mellow ridge and panoramic summit view", + "Gentle alpine ridge with orange horizon and communal pause", + "Ski-bivvy stop for coffee and route planning", + "Small party traversing a corniced shoulder with cautious spacing", + "Snow-sense workshop teaching avalanche-awareness basics" + ], + "actions": [ + "Skins-on ascent with measured stride and poles tapping rhythm", + "Group removing skins at the summit and gearing up for descent", + "Leader pointing out safe lines and snowpack features", + "Small celebration and camera snaps before sliding down" + ], + "camera": "Steady follow with wide summit reveals and close texture of skins and crampon marks", + "accents": [ + "warm summit rim-light and tiny snow-crystal sparkle", + "skin-nap micro-texture and boot-sole imprint detail" + ], + "mood": "communal reflective adventure", + "lighting": "glowing sunrise with long shadows (dawn)", + "style": "adventure tour documentary" + }, + { + "subGenre": "Skiing", + "scene": "Ski-resort family afternoon with kids racing in the nursery slope and lifts murmuring", + "sceneVariants": [ + "Ski-resort family afternoon with kids racing in the nursery slope and lifts murmuring", + "Ski-school on gentle rollers with cheerful instructors", + "Hot-chocolate stop with colorful beanies and mittens", + "Sledding and snowman-building between runs", + "Lift-ride panoramic pause for a family photo" + ], + "actions": [ + "Child completing a small timed slalom and pumping fists", + "Parent guiding a toddler into a steady pizza wedge", + "Ski-instructor clapping and handing a sticker for progress", + "Group toasting with hot drinks after a successful lesson" + ], + "camera": "Warm family-focused wide with low-angle kid POV and gentle gimbal moves", + "accents": [ + "warm cup steam rim-light and colorful knit micro-texture", + "soft snow sparkle and rosy-cheek catchlights" + ], + "mood": "cozy familial joy", + "lighting": "soft afternoon sun with gentle fill (day)", + "style": "lifestyle family sports photography" + }, + { + "subGenre": "Skiing", + "scene": "Avalanche-control explosive drop and controlled slide safety demonstration (day)", + "sceneVariants": [ + "Avalanche-control explosive drop and controlled slide safety demonstration (day)", + "Resort teams setting controlled charges on a steep slope", + "Training exercise with transceiver search drills below", + "Observers watching safe-release effects from a safe ridge", + "After-action debrief with maps and snowpack charts" + ], + "actions": [ + "Explosive charge detonating and releasing a controlled slab", + "Safety team performing beacon and probe practice in staged rescue", + "Sensors registering release and data feeding to monitoring team", + "Crew high-fiving after a safe, controlled test" + ], + "camera": "Long telephoto safe vantage, intercut with onboard rescue-cam for practical action", + "accents": [ + "snow-column plume catching sun and casting dynamic shadows", + "rescue-gear micro-texture and reflective transceiver LEDs" + ], + "mood": "serious procedural focus", + "lighting": "bright daylight with deep shadow contrast (day)", + "style": "technical safety documentary" + }, + { + "subGenre": "Skiing", + "scene": "Backcountry rescue drill at twilight with headlamps and rescue sleds", + "sceneVariants": [ + "Backcountry rescue drill at twilight with headlamps and rescue sleds", + "Search-and-dog-team simulation with beacons and probes", + "Rescue team practicing morse-like light signaling communication", + "Evacuation stretch to a lit snow-cat pickup", + "Quiet debrief near a warming tent with tea" + ], + "actions": [ + "Rescue dog pointing and handler beginning a probe grid", + "Team digging a careful snow-pit to practice extraction", + "Sledging a weighted dummy to a safe pick-up point", + "Headlamp arcs and radio calls coordinating the group" + ], + "camera": "Low-light handheld with helmet cam close-ins and rescue-sled trailing shots", + "accents": [ + "headlamp rim-lines on snow spray and reflective rescue gear", + "radio-LED micro-glows and warm tent light halos" + ], + "mood": "professional urgent focus", + "lighting": "twilight practicals and headlamps with deep surrounding darkness (twilight/night)", + "style": "documentary rescue cinematography" + }, + { + "subGenre": "Skiing", + "scene": "Sunset groomer cruise with perfect corduroy and relaxed skiers winding down", + "sceneVariants": [ + "Sunset groomer cruise with perfect corduroy and relaxed skiers winding down", + "Apres-goers catching last lifts and sharing stories", + "Photogenic polished trails reflecting the low sun", + "Group carving linked turns along a mellow ridge", + "Chairlift ride home with tired smiles and rosy cheeks" + ], + "actions": [ + "Group carving smooth linked turns and kicking up symmetrical corduroy arcs", + "Skier performing a relaxed telemark turn with big sweeping motion", + "Friends chatting on a final run and hugging at bottom", + "Low-angle shot of skis tracing mirrored grooves into warm dusk" + ], + "camera": "Wide telephoto glide with gentle tracking and low-angle rhythm picks", + "accents": [ + "corduroy groove micro-shadow and rim-lit ski edges", + "soft warm sunset glow and warm breath catchlights" + ], + "mood": "content relaxed satisfaction", + "lighting": "warm sunset with long soft shadows (evening)", + "style": "lifestyle alpine cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/sports_and_action_snowboarding.json b/src/data/sports_and_action_snowboarding.json new file mode 100644 index 0000000..d8db6d4 --- /dev/null +++ b/src/data/sports_and_action_snowboarding.json @@ -0,0 +1,254 @@ +{ + "sports_and_action": [ + { + "subGenre": "Snowboarding", + "scene": "Big-mountain backcountry drop with wind-scoured cornices and remote summit access", + "sceneVariants": [ + "Big-mountain backcountry drop with wind-scoured cornices and remote summit access", + "Heli-accessed line with committing cliff exits", + "Steep couloir open to a wide alpine face", + "Splitboard approach across a high plateau then a single-line descent", + "Summit celebration with panoramic mountain vistas" + ], + "actions": [ + "Rider committing to a steep drop and linking tight, controlled turns", + "Quick bootpack across an icy step before dropping into powder", + "Buddy calls and hand signals marking a safe line", + "After-run group photo hugging boards and breath-steamed faces" + ], + "camera": "Helicopter and trailing follow-cam with helmet POV for steep sections", + "accents": [ + "powder plume catching rim-light and wind-driven snow sparkles", + "crystalline frost micro-detail on jacket zips and board edges" + ], + "mood": "awe-driven fearless focus", + "lighting": "high alpine sunlight with crisp contrast (day)", + "style": "epic backcountry cinematography" + }, + { + "subGenre": "Snowboarding", + "scene": "Terrain-park slopestyle final with massive kickers, rails and pumped crowds", + "sceneVariants": [ + "Terrain-park slopestyle final with massive kickers, rails and pumped crowds", + "Halfpipe finals under stadium lights with judges and sponsor banners", + "Warm-up jam with local riders testing lines", + "Creative rail section with unusual features and crowd reaction", + "Podium and trick-of-the-day edit with synth soundtrack" + ], + "actions": [ + "Rider launching a triple-rotation over a giant kicker with muted grab", + "Slick rail combos linking multiple handplants and boardslides", + "Halfpipe wall transfer with perfect amplitude and parked grabs", + "Crowd erupting as a trick stomps and athletes celebrate with chest pumps" + ], + "camera": "Multi-cam high-frame-rate rigs with jib and sled for landing drama", + "accents": [ + "snow spray glitter and sponsor-gel rim-lights on rotation", + "waxed board micro-texture and glove seam highlights" + ], + "mood": "adrenalized competitive showmanship", + "lighting": "bright park lights with evening warmth or strong daylight (day/night)", + "style": "energetic park sports cinematography" + }, + { + "subGenre": "Snowboarding", + "scene": "Urban stair-set and rail session at dusk with graffiti, portable lights and an audience", + "sceneVariants": [ + "Urban stair-set and rail session at dusk with graffiti, portable lights and an audience", + "DIY city session with makeshift ramps and protective pads", + "Late-night rail jam with boombox and neon practicals", + "Rooftop ledge challenge with skyline backdrop", + "Skater-meets-snowboard crossover event in an emptied plaza" + ], + "actions": [ + "Rider boardsliding a long rail and popping off into a clean landing", + "Quick gap transfers executed with gritty flair", + "Crowd chanting and filming on phones as tricks land", + "Rider wiping out spectacularly then laughing it off with crew" + ], + "camera": "Handheld wide and low for immediacy with slow-mo on rail contacts", + "accents": [ + "neon rim-lights reflecting off wet concrete and rail metal", + "paint-chipped texture and spray dust micro-highlights on impact" + ], + "mood": "rebellious community energy", + "lighting": "mixed practical and ambient dusk/neon (evening/night)", + "style": "street-culture action cinematography" + }, + { + "subGenre": "Snowboarding", + "scene": "Powder day at a coastal resort with long mellow bowls and tree glades", + "sceneVariants": [ + "Powder day at a coastal resort with long mellow bowls and tree glades", + "Tree runs opening into broad bowls with soft landings", + "Chairlift perspective with riders buzzing between laps", + "Small rope-drop session for locals in deep fresh snow", + "Après-bar with ski-bum camaraderie after a long day" + ], + "actions": [ + "Surfer-like powder turns carving deep plumes with fluid rhythm", + "Quick line selection through trees with compressed pop-over rolls", + "Rider laughing mid-run when a perfect line opens up", + "Group regrouping at the lift for one more unforgettable lap" + ], + "camera": "Low waterline-style follow-cam adapted to snow with drone overhead reveals", + "accents": [ + "soft powder halos and suspended snow micro-particles", + "sunlit rim on board nose and wax sheen" + ], + "mood": "joyful flowing freedom", + "lighting": "soft diffuse post-storm daylight with gentle shafts (day)", + "style": "lifestyle powder cinematography" + }, + { + "subGenre": "Snowboarding", + "scene": "Night backcountry splitboard session with headlamps and a small team", + "sceneVariants": [ + "Night backcountry splitboard session with headlamps and a small team", + "Early-morning beacon training before first light", + "Quiet headlamp skin with stars overhead and moonlit snow", + "Gentle pre-dawn line to catch a first-light face", + "Thermal tent morning-up with steaming mugs and route chat" + ], + "actions": [ + "Careful skin ascent in single file with measured breath and steady poles", + "Slow-pressure transits and quiet ropes as the team scouts a line", + "Leader calling 'drop' as the horizon light brightens", + "After-drop cheers as the team reunites near the pick-up" + ], + "camera": "Low-light helmet cam and trailing sled cam with starry wide panoramas", + "accents": [ + "headlamp cone rim-lines and tiny ice-crystal points in beam", + "breath-cloud rim-light and thermal-vapor micro-detail" + ], + "mood": "quiet tactical introspection", + "lighting": "headlamp practicals with pre-dawn star glow (night/dawn)", + "style": "intimate expedition cinematography" + }, + { + "subGenre": "Snowboarding", + "scene": "Freeride competition on a corniced face with judges observing line choice and control", + "sceneVariants": [ + "Freeride competition on a corniced face with judges observing line choice and control", + "Athletes scouting from above and choosing committed lines", + "Dynamic cliff drops executed with controlled style", + "Judges conferring on difficulty and style marks", + "Top-3 ceremony with sponsor tents and heated tents nearby" + ], + "actions": [ + "Athlete launching a flowing drop-line linking big moves and controlled landings", + "Careful cornice negotiation with composed edge work", + "Judge tallying style points and safety margins", + "Rider exiting the bottom pumping fists and acknowledging the crowd" + ], + "camera": "Telephoto compression from safe ridges plus trailing gimbal on safer sections", + "accents": [ + "cornice-edge highlights and wind-swirled snow micro-texture", + "suspended spray ribbons creating dynamic mid-air accents" + ], + "mood": "calculated daring elegance", + "lighting": "bright clear mountain daylight with sharp shadows (day)", + "style": "extreme freeride cinematography" + }, + { + "subGenre": "Snowboarding", + "scene": "Park progression clinic for juniors with foam pits, trampolines and patient coaches", + "sceneVariants": [ + "Park progression clinic for juniors with foam pits, trampolines and patient coaches", + "Beginner to intermediate progression lanes with easy kicker sizes", + "Coaches demonstrating basic grabs and body positioning", + "Kid-focused playful obstacles and prize stickers", + "Parent-check-in and warm snack tent near the training area" + ], + "actions": [ + "Young rider popping a small kicker into a soft foam pit and grinning wide", + "Coach spotting a first grab and guiding repeatable progression drills", + "Buddy high-five after successful trick attempt", + "Group photo at the end with stickers and certificates" + ], + "camera": "Warm 35mm low-angle friendly coverage with slow-motion for developmental highlights", + "accents": [ + "soft foam-reflection highlights and colorful protective pad micro-details", + "happy-splash micro-bokeh and bright-cloth textures" + ], + "mood": "encouraging playful learning", + "lighting": "bright daytime park lighting with soft fill (day)", + "style": "instructional family-friendly sports cinematography" + }, + { + "subGenre": "Snowboarding", + "scene": "Sunset groomer carve session with a small crew dialing in turns and edge pressure", + "sceneVariants": [ + "Sunset groomer carve session with a small crew dialing in turns and edge pressure", + "Perfect corduroy to test rail-to-rail carving", + "Coach providing stance and pressure feedback between runs", + "Telemark-style link variations for style points", + "After-run stretching and sipping hot drinks in the liftline" + ], + "actions": [ + "Skier-like carves with rail-to-rail precision creating clean corduroy arcs", + "Coach demonstrating weight transfer and angulation", + "Group exchanging tips on edge hold and cadence", + "Slow-motion of snow ribbons rolling off the board edges" + ], + "camera": "Low-angled glide cam with telephoto compression emphasizing line geometry", + "accents": [ + "corduroy shadows and rim-lit edges accenting the turn", + "wax sheen micro-highlights on board tops" + ], + "mood": "technical aesthetic satisfaction", + "lighting": "warm sunset with long shadows (evening)", + "style": "technical lifestyle snow-sport cinematography" + }, + { + "subGenre": "Snowboarding", + "scene": "Storm-shelter hut party after a long day with wet gear hanging and stories being shared", + "sceneVariants": [ + "Storm-shelter hut party after a long day with wet gear hanging and stories being shared", + "Cozy stove and steaming mugs with tired riders", + "Boot-drying ritual with slapstick and warmth", + "Photo review on a laptop and route planning for next day", + "Low-key music and stretched limbs after the long descent" + ], + "actions": [ + "Riders swapping line-calls and pointing at highlight clips", + "Someone drying a boot with a theatrical flourish", + "Quiet laughter and reflective toasts over shared food", + "Gear smoothing and prepping for the next day's push" + ], + "camera": "Intimate handheld close-ups with warm practical lighting and candid composition", + "accents": [ + "warm stove halation and wet-gear micro-texture", + "steam micro-particles and fabric weave detail" + ], + "mood": "content communal recovery", + "lighting": "warm indoor practicals with soft diffusion (night)", + "style": "camaraderie-focused adventure cinematography" + }, + { + "subGenre": "Snowboarding", + "scene": "Late-night urban rail edit shoot with neon gels, smoke and stylized camera moves", + "sceneVariants": [ + "Late-night urban rail edit shoot with neon gels, smoke and stylized camera moves", + "Director-led trick stringing with choreographed camera timing", + "Smoke machines and backlit rail contacts emphasizing motion", + "Staged slow-mo sequences for a viral highlight reel", + "Wrap party with riders and film team reviewing takes" + ], + "actions": [ + "Perfect rail contact with spark and smoke accenting the slide", + "Cinematic slow-mos choreographed to music beats", + "Camera dolly matching trick speed for a single-take vibe", + "Team celebrating a clean take and reviewing playback" + ], + "camera": "Stylized dolly and crane with heavy color grading and planned slo-mo", + "accents": [ + "neon gel rim-light on smoke and metal micro-spark particles", + "wet-reflective concrete and lacquered rail micro-highlights" + ], + "mood": "stylish cinematic bravado", + "lighting": "neon gel and smoke-lifted practicals (night)", + "style": "high-production urban sports cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/sports_and_action_soccer.json b/src/data/sports_and_action_soccer.json new file mode 100644 index 0000000..51dea09 --- /dev/null +++ b/src/data/sports_and_action_soccer.json @@ -0,0 +1,479 @@ +{ + "sports_and_action": [ + { + "subGenre": "Soccer", + "scene": "Night stadium, packed stands, rain-slick pitch and roaring floodlights", + "sceneVariants": [ + "Night stadium, packed stands, rain-slick pitch and roaring floodlights", + "Empty training ground under moody clouds and puddled turf", + "Street futsal court with neon signs and steam from manholes", + "Local derby in a cramped stadium with flares and chanting fans", + "Slow-motion penalty under a single spotlight in near-silence" + ], + "actions": [ + "Players sliding for a last-ditch tackle that sparks rain spray", + "Goalkeeper stretching for a fingertip save with camera tracking", + "Fans lighting flares and waving scarves as confetti flies", + "A captain shouting instructions and pointing toward the touchline" + ], + "camera": "Tight handheld dolly on the striker with periodic crane pull-outs to reveal the crowd", + "accents": [ + "wet-surface glints on the turf catching rim-light from floodlights", + "high-contrast rim-light on rain droplets and flying confetti" + ], + "mood": "electrified tension", + "lighting": "harsh stadium floodlights; pockets of saturated neon and deep shadows (night)", + "style": "gritty sports cinematography with high-frame-rate slow-mo moments" + }, + { + "subGenre": "Soccer", + "scene": "Small-town pitch at midnight with a solitary match and moonlit goalposts", + "sceneVariants": [ + "Small-town pitch at midnight with a solitary match and moonlit goalposts", + "Underlit community ground with motorcycle headlights as temporary lights", + "Abandoned stadium reclaimed by ivy with a single functioning lamp", + "Rooftop five-a-side game with city lights in the distance", + "Fog rolling across a half-flooded training pitch at late hour" + ], + "actions": [ + "A last-minute corner curled in with fog catching the ball's trajectory", + "Coach waving a flashlight to mark formations during drills", + "A defender blocking a shot and falling into a puddle", + "Players sprinting in tight formation with breath visible in cold air" + ], + "camera": "Low-angle slider along the pitch edge with occasional handheld close-ups on faces", + "accents": [ + "soft moonlit rim on wet jerseys", + "micro-detail reflections of lights in puddles" + ], + "mood": "intimate perseverance", + "lighting": "single overhead lamp and moon; cool blue highlights (night)", + "style": "documentary-style intimate sports portraiture" + }, + { + "subGenre": "Soccer", + "scene": "Urban street futsal tournament under strings of festoon bulbs late at night", + "sceneVariants": [ + "Urban street futsal tournament under strings of festoon bulbs late at night", + "Schoolyard match with portable lamps and cheering kids", + "Rooftop tournament with skyscraper skyline lit behind", + "Converted warehouse pitch with graffiti walls and halogen rigs", + "Parking-lot pickup game with car headlights providing backlight" + ], + "actions": [ + "A slick nutmeg followed by a quick one-two and chip over a defender", + "Crowd surging forward to celebrate a bicycle-kick goal", + "Referee holding up a late red card as tension explodes", + "An elegant free-kick curled around a small wall into the top corner" + ], + "camera": "Handheld Steadicam weaving through players with periodic ultra-wide push-ins", + "accents": [ + "warm filament bulbs casting amber highlights on skin and ball", + "spray of dust and rubber sparks highlighted by backlight" + ], + "mood": "urban grit and joy", + "lighting": "warm practical bulbs and hard backlights; deep contrast (night)", + "style": "cinematic street-sports with saturated urban textures" + }, + { + "subGenre": "Soccer", + "scene": "Feral pre-season training session under heavy clouds, floodlight halos in the drizzle", + "sceneVariants": [ + "Feral pre-season training session under heavy clouds, floodlight halos in the drizzle", + "Veteran players running conditioning drills in near-dark", + "Goalkeeping practice with flashes from distant lightning", + "Conditioning ladder drills with headlamps on each player", + "Coach shouting into the rain while players huddle in mid-pitch" + ], + "actions": [ + "Players performing synchronized shuttle runs, breathing visible", + "Goalkeeper making repetitive high-dives into mud", + "Coach throwing water bottles and motioning aggressively", + "A trainee scoring in practice and collapsing laughing into the mud" + ], + "camera": "Slow push-in on the coach's face intercut with high-speed captures of mud splashes", + "accents": [ + "mud-splatter micro-detail catching brief warm rim-light", + "foggy halos around floodlights providing dramatic silhouettes" + ], + "mood": "resolute hardening", + "lighting": "diffuse cold overcast with sharp floodlight accents (night-ish storm)", + "style": "moody training montage with high texture detail" + }, + { + "subGenre": "Soccer", + "scene": "Championship final under black sky with choreographed drone light show overhead", + "sceneVariants": [ + "Championship final under black sky with choreographed drone light show overhead", + "Massive televised stadium with camera cranes and light rigs", + "Opening kickoff with pyrotechnics and thunderous applause", + "Afterglow of celebration with pitch littered in banners and streamers", + "A hero's parade on the pitch after last whistle with confetti showers" + ], + "actions": [ + "Captain lifting the trophy amid shower of confetti", + "Slow-motion celebration as teammates embrace and spin", + "Mascot sprinting across the field while fans chant", + "A final whistle blow and the bench exploding onto the pitch" + ], + "camera": "Epic wide crane followed by intimate 50mm handheld portraits in the crowd", + "accents": [ + "golden confetti catching spotlights, creating shimmering depth", + "stadium-wide rim-lighting creating silhouette layers" + ], + "mood": "exultant climax", + "lighting": "multiple synchronized spotlights and colored drones; dramatic (night)", + "style": "epic sports spectacle with broadcast-grade polish" + }, + { + "subGenre": "Soccer", + "scene": "Sunny community park league with kids in mismatched jerseys playing barefoot", + "sceneVariants": [ + "Sunny community park league with kids in mismatched jerseys playing barefoot", + "Sunday morning grassroots game with parents on picnic blankets", + "Small pitch by a lake with boats visible in the distance", + "Village green with makeshift goalposts and bunting", + "Local festival match with stalls and bunting along the sideline" + ], + "actions": [ + "A child shooting past a defender and celebrating wildly", + "Parents applauding and handing out juice boxes", + "A goalie diving for a soft cross with grass stains", + "A spontaneous team huddle and cheer after a winning goal" + ], + "camera": "Wide pastoral establishes with playful 35mm close-ups on children's laughter", + "accents": [ + "golden hour rim on hair and grass blades", + "soft bloom around sunlit dust motes and pollen" + ], + "mood": "lighthearted community warmth", + "lighting": "warm golden-hour sunlight with soft fill (day)", + "style": "nostalgic, naturalistic family-sports imagery" + }, + { + "subGenre": "Soccer", + "scene": "Professional training complex midday with immaculate pitches and tactical boards", + "sceneVariants": [ + "Professional training complex midday with immaculate pitches and tactical boards", + "Tactical session with coaches demonstrating set-pieces on whiteboards", + "Recovery session in medical bay with physios treating players", + "Precision passing drills with data-tracking cameras above", + "Young prospects practicing finishing under coach supervision" + ], + "actions": [ + "A striker finishing a sequence with a composed volley", + "Player examining tactical tablet with coach pointing at clips", + "Physio applying ice and compression after a sprint", + "Analyst operating drone to capture overhead passing patterns" + ], + "camera": "Clean stabilized gimbal with occasional 85mm portraits and drone overviews", + "accents": [ + "clinical daylight giving crisp shadow separations", + "subtle specular highlights on glossy training equipment" + ], + "mood": "focused professionalism", + "lighting": "bright neutral daylight with controlled contrast (day)", + "style": "clean commercial sports production with high fidelity" + }, + { + "subGenre": "Soccer", + "scene": "Amateur midnight friendly in a suburban cul-de-sac under porch lights", + "sceneVariants": [ + "Amateur midnight friendly in a suburban cul-de-sac under porch lights", + "Back-alley improvised match between neighbors", + "Late-night five-a-side in a school carpark with halogens", + "Footballers in headlamps training drills on a small field", + "Underpass match with graffiti walls and echoing kicks" + ], + "actions": [ + "Ball ricocheting off garage doors during a sudden counter", + "Neighbors stopping to watch while sipping tea from thermoses", + "Player scoring and celebrating with a ridiculous flair", + "Kicking practice with wall rebounds in tight spaces" + ], + "camera": "Handheld, close to the action, using wide lens to exaggerate proximity", + "accents": [ + "warm porch light spill creating intimate halos", + "wet-surface glints and reflective signage adding texture" + ], + "mood": "playful camaraderie", + "lighting": "mixed practical porch lights and cool streetlamps; patchy (night)", + "style": "raw, human-centered sports vignettes" + }, + { + "subGenre": "Soccer", + "scene": "Historic derby replay captured in sepia with old-school kits and leather ball", + "sceneVariants": [ + "Historic derby replay captured in sepia with old-school kits and leather ball", + "Vintage-styled training ground with period-accurate benches", + "Black-and-white close-ups of thick-soled boots digging into the turf", + "Archive montage of famous goals projected onto a wall", + "Old stadium with wooden stands and hand-painted signage" + ], + "actions": [ + "A classic header into the corner celebrated with vintage roaring crowd", + "Players huddling in a tactile, gritty exchange before kickoff", + "Rolling slow-motion of leather ball being struck", + "Shadowy steward guiding fans as they stream into terraces" + ], + "camera": "Grainy film emulation, 50mm fixed prime with gentle push-ins", + "accents": [ + "warm film grain and halation on highlights", + "subtle sepia toning and soft vignette" + ], + "mood": "nostalgic reverence", + "lighting": "soft diffused daylight or tungsten-tone (day with vintage grade)", + "style": "period sports drama with filmic texture" + }, + { + "subGenre": "Soccer", + "scene": "Coastal cliffside pitch at dusk with waves crashing nearby and salt-spray mist", + "sceneVariants": [ + "Coastal cliffside pitch at dusk with waves crashing nearby and salt-spray mist", + "Small coastal town match with fishermen watching from benches", + "Windy headland practice with ball arcs affected by gusts", + "Lighthouse beam sweeping across the pitch during an evening friendly", + "Open-air training with kite-surfers visible off-shore" + ], + "actions": [ + "A long diagonal ball cut across by a midfielder fighting the wind", + "Goalkeeper punching a cross while bracing for salt spray", + "A dramatic overhead kick with ocean backdrop", + "Players pulling coats tight against the spray between plays" + ], + "camera": "Wide scenic establishes with telephoto compression for dramatic crowd isolation", + "accents": [ + "ocean spray caught in warm rim-light creating suspended droplets", + "wind-blown grass blades with specular highlights" + ], + "mood": "wind-swept defiance", + "lighting": "dusky cool-blue ambient with warm rim from lighthouse or setting sun (evening)", + "style": "cinematic sports with strong natural elements" + }, + { + "subGenre": "Soccer", + "scene": "Indoor arena futsal final under bright arena lights and polished wooden floor reflections", + "sceneVariants": [ + "Indoor arena futsal final under bright arena lights and polished wooden floor reflections", + "Semi-professional indoor training with tactical markers on floor", + "School gym five-a-side with echoing squeaks and bouncing ball", + "Converted industrial space with temporary indoor pitch", + "Indoor charity match with colorful banners and sponsor boards" + ], + "actions": [ + "Rapid one-touch sequences culminating in a slick finish", + "Player sliding and skidding across varnished floor leaving streaks", + "Coach signaling tactical substitutions with animated gestures", + "Crowd rising as a lightning-fast counter ends in a goal" + ], + "camera": "Dynamic overhead rig alternating with low-side tracking at shin level", + "accents": [ + "mirror-like floor reflections intensifying the lighting design", + "specular sheen on sweat and ball lacquer" + ], + "mood": "high-tempo excitement", + "lighting": "flat bright arena lights with high contrast reflections (indoor/day-equivalent)", + "style": "polished arena broadcast aesthetic" + }, + { + "subGenre": "Soccer", + "scene": "Rural muddy pitch at dawn with fog lifting and distant church bell ringing", + "sceneVariants": [ + "Rural muddy pitch at dawn with fog lifting and distant church bell ringing", + "Community cup final with tractors and hay bales as seating", + "Kids playing in gumboots around a muddy field", + "Early-morning joggers watching a pickup scrimmage", + "Mist hanging low over goal lines and worn patches of turf" + ], + "actions": [ + "Sliding tackle sending mud flying as boots meet the ball", + "Coach clapping and encouraging as players warm up", + "A speculative long-range strike splashing through puddles", + "Players shaking hands and laughing in the mist after final whistle" + ], + "camera": "Soft telephoto with gentle push-in as sunlight starts to break", + "accents": [ + "warm rim on rising mist and wet grass", + "damp-texture detail on jerseys and mud clods" + ], + "mood": "quiet early-morning determination", + "lighting": "soft golden dawn breaking through cool mist (day)", + "style": "pastoral documentary with tactile environmental detail" + }, + { + "subGenre": "Soccer", + "scene": "High school championship under midday sun, marching band in stands and banners waving", + "sceneVariants": [ + "High school championship under midday sun, marching band in stands and banners waving", + "Rowdy student section with painted faces and hand-made signs", + "Pep-rally pre-game with cheerleaders and smoke machines", + "Coach giving pre-match speech on the sideline", + "Post-match handshake line with exhausted players" + ], + "actions": [ + "Stunning lob over a packed defense into the top corner", + "Captain consoling a crying player after a missed opportunity", + "Band playing crescendo as the crucial free-kick is taken", + "Coach pacing the technical area and shouting tactical changes" + ], + "camera": "Broadcast-style multi-angle with 35mm pick-ups for emotional close-ups", + "accents": [ + "sunlit highlights on marching band instruments", + "rich saturated school-colors creating strong visual identity" + ], + "mood": "competitive school pride", + "lighting": "bright high-noon sun with subtle fill (day)", + "style": "energetic sports broadcast mixed with human storytelling" + }, + { + "subGenre": "Soccer", + "scene": "Urban community outreach program teaching kids to play in a redeveloped park midday", + "sceneVariants": [ + "Urban community outreach program teaching kids to play in a redeveloped park midday", + "Football clinic with volunteers and donated kits", + "Visiting pro spending time coaching and signing autographs", + "Accessible session with mixed-ability players and supportive equipment", + "Local NGO hosting a festival around the pitch with food stalls" + ], + "actions": [ + "Volunteer helping a child take their first controlled dribble", + "Pro player demonstrating ball control tricks and smiling with kids", + "Parents lining up to take photos and cheer", + "Coach handing out medals at event end" + ], + "camera": "Warm observational camera with human-focused close-ups and candid wide shots", + "accents": [ + "soft daylight with pleasant skin-tone rendering", + "colorful donated shirts creating visual warmth" + ], + "mood": "hopeful empowerment", + "lighting": "soft mid-morning daylight with warm fill (day)", + "style": "humanitarian sports storytelling with optimistic tone" + }, + { + "subGenre": "Soccer", + "scene": "Underground illegal match in a derelict stadium with torch-bearing spectators", + "sceneVariants": [ + "Underground illegal match in a derelict stadium with torch-bearing spectators", + "Secret midnight game with improvised betting stalls", + "Match lit by hand-held torches and car headlights", + "Edge-of-society players competing for honor and small prize", + "Graffiti-cloaked terraces echoing chants and distant sirens" + ], + "actions": [ + "A gritty slide tackle causing sparks as studs scrape metal", + "Crowd leaning forward as a penalty is calmly slotted home", + "Manager exchanging furtive notes with match organizers", + "A scuffle breaking out and being broken up by stern stewards" + ], + "camera": "Gritty low-light handheld with tight close-ups and shallow depth", + "accents": [ + "warm torch flicker creating dramatic flickering rim-light", + "smoke and dust particles catching intermittent light" + ], + "mood": "raw, dangerous intensity", + "lighting": "flickering practicals and hot car headlamps with deep blacks (night)", + "style": "gritty thriller sports aesthetic" + }, + { + "subGenre": "Soccer", + "scene": "Charity match on a sunny seaside promenade with celebrity players and smiling crowds", + "sceneVariants": [ + "Charity match on a sunny seaside promenade with celebrity players and smiling crowds", + "Exhibition game at a festival with sponsor tents and family zones", + "Celebrity beach soccer with friends and influencers", + "Friendly legends match with retired pros and fans", + "Kickabout between celebrities and community invitees with cameras rolling" + ], + "actions": [ + "Celebrity scoring from a cheeky back-heel and celebrating with kids", + "Fans forming conga-lines after a crowd-pleasing goal", + "Players interacting with young fans and signing shirts", + "Organizers handing out donation buckets and hugging beneficiaries" + ], + "camera": "Bright lifestyle coverage with 50mm portraits and drone wide shots", + "accents": [ + "sunlit sparkle on ocean and reflective sunglasses", + "vibrant event branding saturating the frame" + ], + "mood": "festive generosity", + "lighting": "bright seaside daylight with warm fill (day)", + "style": "polished event coverage with lifestyle warmth" + }, + { + "subGenre": "Soccer", + "scene": "Rainy cup tie decided by penalty shootout under dramatic thunderclouds and intermittent lighting", + "sceneVariants": [ + "Rainy cup tie decided by penalty shootout under dramatic thunderclouds and intermittent lighting", + "Frosty late-season match with breath clouding and frozen patches", + "Match interrupted by storm then resumed with soaked players", + "Late-night replay with tense, silent build-up to each kick", + "Match replayed on a small-screen in a cozy pub with patrons watching" + ], + "actions": [ + "Striker's run-up in heavy rain with droplets flung from every step", + "Goalkeeper guessing late and stretching full-length to parry", + "Fans hushed in suspense, then erupting after a decisive save", + "Players collapsing on knees in soaked grass as the winner is declared" + ], + "camera": "High-frame-rate close-ups of the ball crossing the line and slow-mo rain arcs", + "accents": [ + "heavy rain rim-lit to create sparkling arcs", + "water-sheened jerseys and reflective puddles magnifying highlights" + ], + "mood": "nail-biting suspense", + "lighting": "dramatic cloud-cut shafts with occasional floodlight surges (night/rain)", + "style": "heightened cinematic sports thriller" + }, + { + "subGenre": "Soccer", + "scene": "Early-evening skills clinic on a university pitch with hopeful student-athletes practicing set-pieces", + "sceneVariants": [ + "Early-evening skills clinic on a university pitch with hopeful student-athletes practicing set-pieces", + "Clinic focusing on youth development with slow learning sequences", + "Precision shooting drills under coach supervision and feedback", + "Video-analysis session with playback on a tablet near the pitch", + "Small-group mentoring with ex-pros demonstrating technique" + ], + "actions": [ + "Player repeating a freekick routine until the curl is perfect", + "Coach kneeling to adjust a youngster's shooting angle", + "Close-quarters passing drills emphasizing first touch", + "Slow-motion capture of a perfectly-timed volley" + ], + "camera": "Intimate 35mm documentary style with technique-focused cutaways", + "accents": [ + "soft evening warmth on skin and grass", + "subtle catchlights in players' eyes during instruction" + ], + "mood": "quiet aspiration", + "lighting": "soft evening light with gentle fill (day to dusk)", + "style": "instructional documentary with emotional warmth" + }, + { + "subGenre": "Soccer", + "scene": "Sun-drenched professional matchday walkouts with mascots and branded signage", + "sceneVariants": [ + "Sun-drenched professional matchday walkouts with mascots and branded signage", + "Pre-match warm-up with mascots entertaining the crowd", + "Players lining up for national anthems before kickoff", + "Medical checks and last-minute tactical talks in the tunnel", + "Commercial shoot on the pitch prior to kickoff with flashy rigs" + ], + "actions": [ + "Players acknowledging fans with hands raised as they pass", + "Mascot antics interrupting a focused warm-up", + "Captains exchanging pennants and shaking hands", + "Match officials conferring before the first whistle" + ], + "camera": "Wide cinematic walkout followed by tight 85mm emotional portraits", + "accents": [ + "sunlit backlight creating long dramatic stadium shadows", + "saturated team colors and glossy kit reflections" + ], + "mood": "ceremonial anticipation", + "lighting": "bright late-afternoon sun with high contrast (day)", + "style": "polished editorial sports photography" + } + ] +} \ No newline at end of file diff --git a/src/data/sports_and_action_surfing.json b/src/data/sports_and_action_surfing.json new file mode 100644 index 0000000..ab90e02 --- /dev/null +++ b/src/data/sports_and_action_surfing.json @@ -0,0 +1,279 @@ +{ + "sports_and_action": [ + { + "subGenre": "Surfing", + "scene": "Point-break at golden hour with long peeling walls and silhouetted line-up", + "sceneVariants": [ + "Point-break at golden hour with long peeling walls and silhouetted line-up", + "Perfect glassy left peeling across a rocky point", + "Early-morning line-up with pelicans and longboarders trimming", + "Local legends trading waves as the sun climbs", + "After-session paddle back with pastel sky reflection" + ], + "actions": [ + "Surfer carving a long drawn-out frontside arc along the face", + "Shared smile and fist-bump as two riders manage the same wave", + "Late drop into a sudden tube and emerging with arms raised", + "Paddle out rhythm with droplets catching warm rim-light" + ], + "camera": "Telephoto from a cliff for compressed lines, intercut with low-angle water-level follow-cam", + "accents": [ + "golden rim-light on spray and board rails", + "micro-detail on salt-spray droplets suspended in air" + ], + "mood": "serene fluid mastery", + "lighting": "warm golden-hour sunlight with soft reflective fill (dawn/evening)", + "style": "cinematic coastal sports portraiture" + }, + { + "subGenre": "Surfing", + "scene": "Storm-swell big-wave session with safety boats and jet-ski tow-ins (dark/cloudy)", + "sceneVariants": [ + "Storm-swell big-wave session with safety boats and jet-ski tow-ins (dark/cloudy)", + "Massive outer reef bombs displacing spray and thunderous sound", + "Tow-in crew hauling a rider into a cavernous barrel", + "Safety teams on alert as waves thunder past", + "Post-ride exhaustion and celebration on the safety sled" + ], + "actions": [ + "Tow-in rider hitting a transporter entry and burying inside a massive tube", + "Rescue crew launching under urgent radio calls", + "Slow-motion of a plunge of whitewater and rider slicing clean through heavy spray", + "Safety jet-ski rider tossing a tow rope and signaling clearance" + ], + "camera": "Helicopter overhead and high-frame-rate water cams capturing scale and spray", + "accents": [ + "epic spray arcs rim-lit against brooding cloud banks", + "ultra-detail on wall texture and foam ribbons" + ], + "mood": "adrenalized colossal intensity", + "lighting": "diffuse storm light with occasional backlit shafts (overcast/dark)", + "style": "extreme big-wave cinematography" + }, + { + "subGenre": "Surfing", + "scene": "Hidden reef break at low tide with crystal-clear turquoise bowls and reef detail (day)", + "sceneVariants": [ + "Hidden reef break at low tide with crystal-clear turquoise bowls and reef detail (day)", + "Shallow reef slappers emphasizing board control", + "Snorkelers watching surfers carve from the shallows", + "Dawn light revealing coral structure beneath the surface", + "Sun-bleached reef edges sparkling as waves pass" + ], + "actions": [ + "Surfer trimming shallow over reef with careful foot adjustments", + "Aerial arc showing board rail engagement and water scissoring", + "Underwater cutaway of fins carving reef contours", + "Post-surf rinse and grateful nod to the reef below" + ], + "camera": "Underwater wide-angle mixed with drone top-down reveals", + "accents": [ + "prismatic underwater caustics and turquoise glints", + "reef-texture micro-detail visible through glassy water" + ], + "mood": "intimate natural wonder", + "lighting": "bright tropical sun creating crisp caustics (day)", + "style": "nature-infused surf documentary" + }, + { + "subGenre": "Surfing", + "scene": "Night bioluminescent surf session with glow trails and ethereal water light (night)", + "sceneVariants": [ + "Night bioluminescent surf session with glow trails and ethereal water light (night)", + "Glow-riders leaving neon trails across dark water", + "Quiet midnight paddle out with soft headlamp dots", + "Shoreline luminous foam and amazed onlookers", + "After-session quiet talk wrapped in towels under starlight" + ], + "actions": [ + "Board cutting through bioluminescence making glowing streaks", + "Surfer carving with luminous spray scattering like sparks", + "Close-up of hands skimming glowing water and forming comet-like droplets", + "Paddler silhouetted against a glittering wet horizon" + ], + "camera": "Low-light long-exposure water cams and close portable LED accenting", + "accents": [ + "neon-like bioluminescent streaks creating surreal rim-light", + "soft starlight and single practical headlamp catchlights" + ], + "mood": "mystical nocturnal wonder", + "lighting": "very-low ambient with natural bioluminescent glow and practical accents (night)", + "style": "ethereal creative surf cinematography" + }, + { + "subGenre": "Surfing", + "scene": "Urban pier wave with churning chop and graffiti-lined pilings (day)", + "sceneVariants": [ + "Urban pier wave with churning chop and graffiti-lined pilings (day)", + "Local freeride with commuter-watchers on the pier", + "Tidal rips merging into a messy but surfable peel", + "Fishermen casting lines while surfers play in the closeout", + "Board-short local heroes performing improvised tricks" + ], + "actions": [ + "Surfer slashing through choppy waves and scoring section hacks", + "Quick carve between a pilings gap with spray lighting up", + "Local spotting a perfect channel and paddling with aggression", + "Board-nosed stumble and comedic recuperation on a near-miss" + ], + "camera": "Close water-level handheld weaving inside pilings and telephoto from the pier", + "accents": [ + "splash micro-highlights and paint-chipped piling texture", + "city-sky rim-light reflecting off wet surfaces" + ], + "mood": "gritty playful urban surf", + "lighting": "bright natural daylight with reflective fills (day)", + "style": "raw city-surf documentary" + }, + { + "subGenre": "Surfing", + "scene": "Longboard classic morning with single-fin trims and vintage boards (light)", + "sceneVariants": [ + "Longboard classic morning with single-fin trims and vintage boards (light)", + "Smooth noserides and cross-stepping sequences", + "Elder local providing tips on single-fin footwork", + "Wooden boards hugging mellow long period sets", + "After-ride coffee and bench talk at a classic surf lodge" + ], + "actions": [ + "Noseride elegantly held as a swell seams and drops", + "Cross-step sequence culminating in a graceful 360 return", + "Board slide elegantly executed with minimal spray", + "Group clap and wave as a perfect set concludes the session" + ], + "camera": "Warm 35mm close telephoto and low rail-follow to highlight trimming flow", + "accents": [ + "warm wood grain on vintage boards and polished wax micro-texture", + "soft backlight creating long silky water ribbons" + ], + "mood": "nostalgic elegant leisure", + "lighting": "soft golden morning sun with warm overtones (day)", + "style": "vintage-inspired surf portraiture" + }, + { + "subGenre": "Surfing", + "scene": "Cold-water coastal break with neoprene-clad surfers and frosty breath (winter/day)", + "sceneVariants": [ + "Cold-water coastal break with neoprene-clad surfers and frosty breath (winter/day)", + "Steely grey swell and wool-donned beachgoers", + "Thick wetsuits and hooded gloves balancing in chill", + "Waves chopping into a wind-swept shore with grit", + "Warm van rituals and thermos coffee after the last set" + ], + "actions": [ + "Short powerful cutbacks executed under choppy conditions", + "Quick paddle back through foam with determined faces", + "Post-surf ritual towel wrap and heated hand exchange", + "Wetsuit zip and boot tug as surfers ready to exit" + ], + "camera": "Cold-toned telephoto with low-angle wet-splash closeups and macro neoprene textures", + "accents": [ + "frosty breath rim-light and spray crystals catching cold sun", + "neoprene seam micro-detail and waxy board sheen" + ], + "mood": "stoic gritty resolve", + "lighting": "cool low-angle winter sun or overcast diffusion (day/winter)", + "style": "tactile cold-water surf documentary" + }, + { + "subGenre": "Surfing", + "scene": "Surf school lesson on a gentle beach break with instructors and foam boards (day)", + "sceneVariants": [ + "Surf school lesson on a gentle beach break with instructors and foam boards (day)", + "Kids and beginners learning pop-up technique in waist-high waves", + "Assistive instructors and safety kayaks nearby", + "Group laughter as first successful ride happens", + "Parent cheering at the shoreline with phones raised" + ], + "actions": [ + "Beginner catching their first white-water wave and standing briefly", + "Instructor guiding foot placement with a patient hand on the board", + "Child wiping out and resurfacing with a huge grin", + "Group high-five ceremony after a successful run" + ], + "camera": "Playful wide with low water POVs and warm close-ups on smiles", + "accents": [ + "sunlit foam sparkles and colorful foam-board graphics", + "happy-splash micro-bokeh and wet-hair catchlights" + ], + "mood": "celebratory learning joy", + "lighting": "bright friendly daylight with gentle fill (day)", + "style": "lifestyle surf instruction cinematography" + }, + { + "subGenre": "Surfing", + "scene": "Tow-in training at dawn with jet-ski teams practicing rescue and entry timing", + "sceneVariants": [ + "Tow-in training at dawn with jet-ski teams practicing rescue and entry timing", + "Team coordination drills with rescue rehearsals", + "Riders practicing extreme angle entries in smaller training sets", + "Communication checks and rope-handling rehearsals", + "Tactical debrief on a warm beach with taped diagrams" + ], + "actions": [ + "Rider hooking in at speed and gliding into a semi-barrel", + "Jet-ski operator executing a precision drop-off and pick-up", + "Safety crew deploying flotation in a practiced drill", + "Group reviewing telemetry and video playback for improvements" + ], + "camera": "Support-boat telephoto and helmet-cam to capture high-speed coordination", + "accents": [ + "jet-ski spray glints and tow-rope tension micro-detail", + "early sun glints and warm dew on equipment" + ], + "mood": "professional tactical focus", + "lighting": "cool dawn transitioning to bright morning (dawn/day)", + "style": "technical extreme-sports cinematography" + }, + { + "subGenre": "Surfing", + "scene": "Local surf contest on a windy beach with judges tower and sponsor tents", + "sceneVariants": [ + "Local surf contest on a windy beach with judges tower and sponsor tents", + "Shortboard heats with rapid turn combos", + "Longboard division providing mellow contrast on the same day", + "Frequent announcer updates and crowd cheering around the tower", + "Prize-giving and sponsor booths post-event" + ], + "actions": [ + "Competitor stringing together multiple maneuvers for a high-scoring heat", + "Judge writing notes and confer with heat scores", + "Crowd erupting on a critical backside carve", + "Competitor shaking hands with a rival after a respectful heat" + ], + "camera": "Broadcast-style telephoto switching with judge-tower wide and drone overhead", + "accents": [ + "sponsor flag flutter and rim-lit spray micro-highlights", + "swept sand micro-texture and sun-snap catchlights on ripples" + ], + "mood": "competitive celebratory energy", + "lighting": "bright windy daylight with high contrast (day)", + "style": "broadcast event surf cinematography" + }, + { + "subGenre": "Surfing", + "scene": "Solo meditative dawn paddle in a mirror-flat bay with mist and glassy reflections", + "sceneVariants": [ + "Solo meditative dawn paddle in a mirror-flat bay with mist and glassy reflections", + "Quiet early paddle with only birdsong and rolling breath", + "Single longboard drifting over still water with paddle-strokes soft", + "Occasional distant boat wake rippling across the glassy surface", + "Shoreline fog lifting to reveal silhouettes of the morning town" + ], + "actions": [ + "Surfer sitting on the board watching a perfect horizon and breathing slowly", + "Paddle-stroke leaving minimal ripples and small pearl-like droplets", + "Slow boarding into a tiny orphan peak and cruising the glass", + "Post-surf contemplative wrap and oral water blessing in quiet ritual" + ], + "camera": "Wide glassy surface establishes with subtle close telephoto contemplative picks", + "accents": [ + "mirror-like water reflections and soft mist rim-light", + "small pearl droplets catching soft dawn glow" + ], + "mood": "meditative serene solitude", + "lighting": "soft low-contrast dawn mist light (dawn)", + "style": "poetic contemplative surf portrait" + } + ] +} \ No newline at end of file diff --git a/src/data/sports_and_action_swimming.json b/src/data/sports_and_action_swimming.json new file mode 100644 index 0000000..d58860b --- /dev/null +++ b/src/data/sports_and_action_swimming.json @@ -0,0 +1,404 @@ +{ + "sports_and_action": [ + { + "subGenre": "Swimming", + "scene": "Olympic-size pool at dawn with steam rising and lane ropes glimmering", + "sceneVariants": [ + "Olympic-size pool at dawn with steam rising and lane ropes glimmering", + "Empty early-morning lanes with a lone swimmer doing laps", + "National trials with sparse coaches timing each length", + "Warm-up session with pace clocks ticking in soft light", + "Underwater camera showing precise stroke mechanics" + ], + "actions": [ + "Swimmer executing a flawless flip-turn and exploding off the wall", + "Coach tapping the pace clock and shouting split times", + "Slow-motion of arm entry and clean catch beneath the surface", + "Swimmer surfacing for a breath with droplets falling in slow arcs" + ], + "camera": "Underwater dolly tracking parallel to the swimmer with occasional above-water 85mm push-ins", + "accents": [ + "morning steam halo over lanes catching soft rim-light", + "micro-detail on water droplets and lane-ripple reflections" + ], + "mood": "quiet disciplined focus", + "lighting": "soft golden-dawn with cool pool-blue fill (day)", + "style": "intimate athletic portrait with technical clarity" + }, + { + "subGenre": "Swimming", + "scene": "Open-ocean marathon with buoys marking the course and distant support boats", + "sceneVariants": [ + "Open-ocean marathon with buoys marking the course and distant support boats", + "Coastal race with surfers and spectators on cliffs", + "Foggy harbor start with echoing horn and nervous athletes", + "Choppy late-afternoon sea with shifting currents", + "Finish line boarded by cheering officials and volunteers" + ], + "actions": [ + "Mass start with athletes jostling for positions in the chop", + "Support kayakers paddling alongside and signalling feed boats", + "Swimmer sighting a distant buoy and adjusting stroke rhythm", + "Exhausted finish with athlete hauled onto a safety platform" + ], + "camera": "Long telephoto from a support boat for compression, intercut with waterproof POV", + "accents": [ + "salt spray catching sunlight creating micro-sparkles", + "wet-skin speculars and reflective wetsuit highlights" + ], + "mood": "endurance-driven grit", + "lighting": "bright coastal daylight with high-contrast reflections (day)", + "style": "documentary endurance sports reportage" + }, + { + "subGenre": "Swimming", + "scene": "Community outdoor pool party midday with kids splashing and colorful inflatables", + "sceneVariants": [ + "Community outdoor pool party midday with kids splashing and colorful inflatables", + "Family-focused shallow end with floaties and parents watching", + "Neighborhood event with music and food stalls", + "Swimming lessons with instructors in bright caps", + "Competitive backyard relay with improvised lanes" + ], + "actions": [ + "Children jumping off the side and creating big splashes", + "Instructor guiding a toddler's first float with gentle support", + "A playful cannonball notching huge cheers from friends", + "Group relay exchange with excited high-fives at the edge" + ], + "camera": "Playful 35mm handheld with wide compositions and close candid cutaways", + "accents": [ + "sunlit water sparkles producing warm bokeh", + "vibrant inflatable color highlights and wet-skin sheen" + ], + "mood": "joyful communal warmth", + "lighting": "bright direct sunlight with warm fill (day)", + "style": "lifestyle family-centric sports imagery" + }, + { + "subGenre": "Swimming", + "scene": "Nighttime pool under LED lanes and underwater glow for an elite evening meet", + "sceneVariants": [ + "Nighttime pool under LED lanes and underwater glow for an elite evening meet", + "Finals atmosphere with quiet hush and sudden eruptions of applause", + "Players warming under warming lamps between events", + "Underwater replay sequences glowing in chilled light", + "Podium ceremony under spotlights and sponsor backdrops" + ], + "actions": [ + "Explosive dive from the blocks with illuminated splash particles", + "Touch finish in a photo-finish with slow-motion replay screens", + "Swimmer collapsing in happy exhaustion at the lane-end", + "Coach wrapping a towel around a shivering champion for the anthem" + ], + "camera": "High-frame-rate underwater capture intercut with tight above-water 50mm reaction shots", + "accents": [ + "underwater LED bands creating neon rim-lines on splashes", + "spotlight halos and polished medal gleams during podium" + ], + "mood": "tense nocturnal excellence", + "lighting": "cool LED lane lighting with warm spot accents (night)", + "style": "polished broadcast-meet cinematography" + }, + { + "subGenre": "Swimming", + "scene": "Frozen lake winter swim with hardy swimmers braving near-ice cold water", + "sceneVariants": [ + "Frozen lake winter swim with hardy swimmers braving near-ice cold water", + "Polar plunge charity with bundled supporters and hot drinks", + "Early-morning ice break ceremony for a seasonal swim ritual", + "Icy shore with steam rising off the water as swimmers enter", + "Medical tent offering warm blankets and rapid rewarming stations" + ], + "actions": [ + "Swimmer lowering into near-freezing water with calm breathing technique", + "Support crew helping athletes in and out of icy apertures", + "Quick sprint across slippery decking to a warming tent", + "Athlete stamping feet and rubbing hands as they warm with blankets" + ], + "camera": "Cold-toned wide establishes with close telephoto on breath clouds and tactile fabric texture", + "accents": [ + "visible breath clouds rim-lit by low sun", + "ice-edge micro-detail catching specular highlights" + ], + "mood": "austere resilient bravery", + "lighting": "cool low-angle winter sun with crisp shadows (day/winter)", + "style": "tactile survivalist sports photography" + }, + { + "subGenre": "Swimming", + "scene": "Indoor synchronized swimming routine with glossy pool reflections and choreographed lights", + "sceneVariants": [ + "Indoor synchronized swimming routine with glossy pool reflections and choreographed lights", + "Artistic duet under theatrical spotlights", + "Training rehearsal with coaches counting beats on the side", + "Close-up of synchronized hand formations and makeup details", + "Finale with coordinated lifts and smiling faces" + ], + "actions": [ + "Synchronized lift emerging from the water in perfect timing", + "Underwater ballet leg extensions with clean precision", + "Coach calling tempo cues and adjusting formations", + "Team members smiling in unison at the final pose" + ], + "camera": "Elegant underwater crane capturing uniform motion with above-water 50mm artistic cuts", + "accents": [ + "choreographed colored lights producing painterly reflections", + "glittering makeup and sequined caps catching highlights" + ], + "mood": "stylized graceful precision", + "lighting": "theatrical colored spotlights combined with glossy pool reflections (indoor/night)", + "style": "art-sport hybrid cinematic imagery" + }, + { + "subGenre": "Swimming", + "scene": "Suburban high-school swim gala in the afternoon with relay heats and proud parents", + "sceneVariants": [ + "Suburban high-school swim gala in the afternoon with relay heats and proud parents", + "Medal presentations with handshake lines", + "Swimmers in team caps peering at scoreboards", + "Kids racing in pink plastic floats for fun heats", + "Snack stall near the entrance selling sandwiches and hot chips" + ], + "actions": [ + "Relay exchange executed cleanly with frantic team encouragement", + "Parent group cheering and offering towels to winners", + "Young swimmer shaking hands with an older mentor", + "Coach giving last-minute tactical nudges before the relay start" + ], + "camera": "Warm documentary style with medium-wide family-centric compositions", + "accents": [ + "sunlit reflections on wet tiles and bright swim-caps", + "soft-focus on proud faces in the bleachers" + ], + "mood": "community pride and youthful enthusiasm", + "lighting": "bright late-afternoon sun through pool roofing (day)", + "style": "approachable local-sports documentary" + }, + { + "subGenre": "Swimming", + "scene": "Night cliff-diving competition with spotlit platforms and torch-lit spectator rows", + "sceneVariants": [ + "Night cliff-diving competition with spotlit platforms and torch-lit spectator rows", + "Solo exhibition dives into dark water with dramatic splashback", + "Competition judged by intensity of form and splash suppression", + "Backlit silhouette drops with oceanic backdrop", + "Post-dive scores displayed on luminous scoreboards" + ], + "actions": [ + "Diver executing a twisting somersault and entering with near-zero splash", + "Judges signaling scores as the crowd roars", + "Diver climbing the slick platform and taking a steadying breath", + "Spectators holding breath at the apex before the plunge" + ], + "camera": "High-contrast silhouette shots with slow-motion capture on impact", + "accents": [ + "torch flicker catching spray and rim-lighting profiles", + "spotlight glint on wet skin and platform edges" + ], + "mood": "adrenalized nocturnal spectacle", + "lighting": "focused spotlights and torches with deep surrounding blacks (night)", + "style": "theatrical extreme-sports cinematography" + }, + { + "subGenre": "Swimming", + "scene": "Indoor pool maintenance night with empty lanes and moonlight through high windows", + "sceneVariants": [ + "Indoor pool maintenance night with empty lanes and moonlight through high windows", + "Lifeguard cleaning filters under dim service lights", + "Night-shift grounds crew vacuuming pool tiles", + "Quiet empty stands with forgotten towels and drip marks", + "Automated pumps humming in a dimly lit machine room" + ], + "actions": [ + "Cleaner running a robotic pool vacuum in a methodical sweep", + "Lifeguard inspecting lane ropes and checking chlorine levels", + "Small drip resonating as silence fills the empty stands", + "Worker closing poolside umbrellas and switching off practicals" + ], + "camera": "Calm static wide frames with tight macro on water surface tension and machinery gauges", + "accents": [ + "cold moonlight catching still water glassiness", + "industrial speculars on metal ladders and racks" + ], + "mood": "calm clinical solitude", + "lighting": "dim moonlight with isolated utility fixtures (night)", + "style": "quiet observational documentary" + }, + { + "subGenre": "Swimming", + "scene": "Tropical lagoon snorkeling/swim event with crystal clear water and reef life", + "sceneVariants": [ + "Tropical lagoon snorkeling/swim event with crystal clear water and reef life", + "Community eco-swim to raise reef awareness", + "Families snorkeling near coral gardens", + "Swim-and-snorkel relay with marine biologists guiding", + "Kayak support boats marking the shallow course" + ], + "actions": [ + "Swimmer gliding above coral with fish scattering in iridescent arcs", + "Volunteer snorkel guides pointing out sea life to curious kids", + "Crowd clapping as a marine-recovery demonstration concludes", + "Swimmer surfacing to exchange excited exclamations with companions" + ], + "camera": "Underwater wide-angle survey captures reef texture, intercut with surface 35mm portraits", + "accents": [ + "prismatic shimmer through clear water creating rainbow caustics", + "iridescent fish scales catching sunflecks" + ], + "mood": "awe-filled eco-joy", + "lighting": "bright tropical sun creating strong caustic patterns (day)", + "style": "nature-infused lifestyle sports imagery" + }, + { + "subGenre": "Swimming", + "scene": "Dark early-morning harbor swim against a city skyline with industrial lights", + "sceneVariants": [ + "Dark early-morning harbor swim against a city skyline with industrial lights", + "Pre-dawn training swims with bobbing orange caps", + "Urban winter harbor with steam rising from hot pipes", + "Swimmers passing under bridges on a long training route", + "Support boat lights bobbing behind each cluster" + ], + "actions": [ + "Silent pack swimming through slick black water with synchronized strokes", + "Support craft signaling pace changes with soft beacons", + "Swimmer sighting a bridge pylon and adjusting breathing rhythm", + "Athlete rehydrating quickly on a small support boat between legs" + ], + "camera": "Low-profile boat-mounted telephoto with occasional waterproof POV cuts", + "accents": [ + "industrial lights creating fragmented speculars on water", + "cool rim-light on water droplets when air is exhaled" + ], + "mood": "stoic focused determination", + "lighting": "cold pre-dawn city glow with isolated practicals (dark/night)", + "style": "moody urban endurance reportage" + }, + { + "subGenre": "Swimming", + "scene": "Competitive diving complex with synchronized board pairs and training towers", + "sceneVariants": [ + "Competitive diving complex with synchronized board pairs and training towers", + "Youth diving clinic with coaches demonstrating technique", + "Platform-only exhibition with dramatic camera angles", + "Underwater cams capturing straight-line entries", + "Diving warm-up with repetitive dryland trampolining" + ], + "actions": [ + "Synchronized pair hitting mirror-perfect entries into still water", + "Coach demonstrating approach rhythm on dryland with metronome", + "Athlete practicing twisting rotations with harness support", + "Finals competitor performing a near-flawless 3.5-twist entry" + ], + "camera": "High-frame-rate overhead crane followed by underwater vertical tracking", + "accents": [ + "vertical shaft-lighting emphasizing body silhouette and splash shape", + "polished rigging highlights on platforms and ladders" + ], + "mood": "precise athletic tension", + "lighting": "studio-grade vertical spotlights with even fill (indoor/night)", + "style": "technical performance cinematography" + }, + { + "subGenre": "Swimming", + "scene": "Sunlit resort pool yoga-and-swim morning with gentle movements and serene music", + "sceneVariants": [ + "Sunlit resort pool yoga-and-swim morning with gentle movements and serene music", + "Aquatic therapy session with instructor guiding breath and motion", + "Relaxed lap-swim interspersed with stretching on pool-edge", + "Hydro-aerobics class with synchronized gentle choreography", + "Spa-culture morning with herbal steam and soft towels" + ], + "actions": [ + "Participants performing slow aqua-yoga flows with synchronized breathing", + "Therapist assisting gentle limb extension in warm water", + "Swimmer doing relaxed recovery laps and smiling at companions", + "Instructor adjusting posture and offering calm encouragement" + ], + "camera": "Soft warm 35mm establishes with close-ups on calm facial expressions and small hand details", + "accents": [ + "warm sun-caustics shimmering across calm water", + "soft steam halos above heated water creating tranquil separation" + ], + "mood": "calm restorative warmth", + "lighting": "warm morning sunlight with soft diffusion (day)", + "style": "spa-lifestyle serene documentary" + }, + { + "subGenre": "Swimming", + "scene": "Underwater cave swim exploration with headlamps revealing ancient formations", + "sceneVariants": [ + "Underwater cave swim exploration with headlamps revealing ancient formations", + "Technical cave-diving expedition mapping new passages", + "Rescue training in submerged cavern environments", + "Glowsticks marking safe passages for a guided group", + "Surface markers bobbing in a contained pool outside the cave" + ], + "actions": [ + "Divers threading narrow submerged passages with torches slicing the dark", + "Team buddy-checking and hand-signal communication in tight spaces", + "Bubbles forming a luminous trail as swimmers move forward", + "Emergency drill practicing controlled ascent and patient decompression" + ], + "camera": "Wide-angle underwater with focused torch-beam reveals and grainy cave texture", + "accents": [ + "beam-tunnel highlights through particulate matter", + "mineral texture glinting in narrow torchlight" + ], + "mood": "mysterious exploratory tension", + "lighting": "isolated dive-lights with deep surrounding black (dark)", + "style": "adventure-underwater documentary" + }, + { + "subGenre": "Swimming", + "scene": "Sunset river swim festival with small boats and riverside picnics", + "sceneVariants": [ + "Sunset river swim festival with small boats and riverside picnics", + "Community night-swim lantern ceremony on the bank", + "Riverside music stage backing the event", + "Traditional costume swim parade with boats escorting", + "Family floats and paddleboard escorts for safety" + ], + "actions": [ + "Swimmers gliding past lantern-lit banks as sunset deepens", + "Boats giving gentle encouragement and handing out water", + "Families clapping from the riverbank and taking photos", + "Organizers guiding swimmers onto safety ramps with careful hands" + ], + "camera": "Warm telephoto with low-angle river-surface reflections and wide festival overviews", + "accents": [ + "lanterns and sunset catching warm reflective lines on ripples", + "golden-hour rim on faces and wet hair" + ], + "mood": "communal ritual warmth", + "lighting": "warm sunset into soft twilight (evening)", + "style": "festival lifestyle sports cinematography" + }, + { + "subGenre": "Swimming", + "scene": "Midnight pool rave charity lap with glow-sticks and pulsing music", + "sceneVariants": [ + "Midnight pool rave charity lap with glow-sticks and pulsing music", + "Blacklight paint on caps and lanes for neon effect", + "DJ booth by the shallow end with dancers on the deck", + "Glow-lap challenge with luminous target buoys", + "Afterparty with warm blankets and late-night snacks" + ], + "actions": [ + "Swimmers cutting through neon-lit lanes in synchronized waves", + "Crowd cheering at per-lap milestones and charity tallies", + "Slow-motion of paint-splattered droplets under UV light", + "Volunteers tallying laps and high-fiving exhausted participants" + ], + "camera": "Neon-saturated handheld and underwater shots with heavy color grading for punch", + "accents": [ + "UV-reactive paint and glow-sticks creating surreal rim-light", + "strobing LED reflections on water surface" + ], + "mood": "euphoric nocturnal communal energy", + "lighting": "UV/blacklight mixed with colored LED strobes (night)", + "style": "vibrant event-driven sports imagery" + } + ] +} \ No newline at end of file diff --git a/src/data/sports_and_action_tennis.json b/src/data/sports_and_action_tennis.json new file mode 100644 index 0000000..c41cc39 --- /dev/null +++ b/src/data/sports_and_action_tennis.json @@ -0,0 +1,479 @@ +{ + "sports_and_action": [ + { + "subGenre": "Tennis", + "scene": "Grand Slam center court at dusk, packed stands, players in sharp whites", + "sceneVariants": [ + "Grand Slam center court at dusk, packed stands, players in sharp whites", + "Epic five-set final under warm sunset bleeding into floodlights", + "Crowd rising as a champion serves for the title", + "Long baseline rallies with cameras creeping along the stands", + "Victory lap with players waving to fans amid flower bouquets" + ], + "actions": [ + "Rally stretching baseline to baseline with incremental tactical changes", + "Precision serve down the T at 130+ km/h", + "Player collapsing to the ground after a match-defining winner", + "Coach and physio rushing onto court immediately after a medical timeout" + ], + "camera": "Telephoto baseline tracking for compressive drama, occasional 85mm push-ins for facial emotion", + "accents": [ + "golden rim-light on sweat and racquet strings as evening light fades", + "petal-like confetti and banner highlights catching the last sun" + ], + "mood": "tense ceremonial climax", + "lighting": "transitioning warm sunset into soft stadium floodlights (dusk)", + "style": "epic televised sports cinematography" + }, + { + "subGenre": "Tennis", + "scene": "Dawn practice on clay courts with mist lifting and coaches stringing racquets", + "sceneVariants": [ + "Dawn practice on clay courts with mist lifting and coaches stringing racquets", + "Solo hitting under pale morning light with coach feeding balls", + "Ball machine rhythm practice at first light", + "Players jogging the perimeter as cleaners prepare the courts", + "Court-side benches lined with steaming thermoses and towels" + ], + "actions": [ + "Player drilling serve placement with repetitive focus", + "Coach adjusting grip and foot placement in micro-lesson", + "Slow-motion of ball imprinting in wet clay after a heavy top-spin", + "Player wiping sweat and smiling with a teammate after a perfect sequence" + ], + "camera": "Low-angle slider capturing clay texture and imprint arcs with tight technique cutaways", + "accents": [ + "soft morning rim on clay dust particles", + "warm catchlights in player's eyes from rising sun" + ], + "mood": "disciplined serenity", + "lighting": "soft golden dawn with cool residual blue shadows (day)", + "style": "intimate athletic portraiture" + }, + { + "subGenre": "Tennis", + "scene": "Indoor arena exhibition match with dramatic spotlights and theatrical smoke", + "sceneVariants": [ + "Indoor arena exhibition match with dramatic spotlights and theatrical smoke", + "Celebrity doubles match with music and light-show", + "Nighttime charity event with choreographed entrance", + "Interior spotlighted one-on-one with empty upper tiers", + "Showmatch where players perform trick shots and acrobatics" + ], + "actions": [ + "Players trading rapid-fire volley exchanges near the net", + "A crowd-pleasing drop shot that arcs like a feather", + "Burst lighting accentuating racquet motion during a smash", + "Players shaking hands and interacting theatrically for the audience" + ], + "camera": "Dynamic low-key camera with 50mm portraits intercut with handheld baseline moves", + "accents": [ + "spotlight rim-light producing dramatic halation on sweat and strings", + "smoke and haze catching colored gobo lights" + ], + "mood": "theatrical exuberance", + "lighting": "high-contrast spotlights with colored gels (night/indoor)", + "style": "sport-entertainment hybrid with cinematic flair" + }, + { + "subGenre": "Tennis", + "scene": "Rooftop pop-up court with city skyline at night and neon banners", + "sceneVariants": [ + "Rooftop pop-up court with city skyline at night and neon banners", + "Private exhibition with champagne boxes and lamp-lit lounges", + "Urban rooftop charity tie with music and vendors", + "Intimate celebrity one-on-one with skyline as backdrop", + "Pop-up street-tennis event with graffiti murals" + ], + "actions": [ + "Players trading spinny baseline rallies under city lights", + "A perfectly timed lob against the skyline silhouette", + "Crowd leaning the railings to catch every point", + "An on-court interview as night breeze ruffles attire" + ], + "camera": "Wide rooftop establishes followed by tight 85mm portraits with skyline bokeh", + "accents": [ + "neon rim-lights outlining players and racquet edges", + "city light bokeh and reflective wet rooftop speculars" + ], + "mood": "chic nocturnal tension", + "lighting": "ambient city-glow with warm practicals (night)", + "style": "stylish urban sports portrait" + }, + { + "subGenre": "Tennis", + "scene": "Community clay-court tournament mid-afternoon with family picnics and kids learning", + "sceneVariants": [ + "Community clay-court tournament mid-afternoon with family picnics and kids learning", + "Local club finals with homemade trophies and bunting", + "Beginner clinics under a canopy of trees", + "Club-house social with kettle and scoreboards", + "Linesmen teaching kids to keep score after matches" + ], + "actions": [ + "Beginner player executing first clean forehand and cheering", + "Parent applauding and offering ice for tired wrists", + "Umpire calling scores as a child flashes a shy smile", + "Volunteer chalking fresh lines between matches" + ], + "camera": "Warm wide community establishes with playful 35mm close-ups on smiles", + "accents": [ + "sunlit rim on dust motes from clay as feet slide", + "warm glints on teapots and picnic cutlery" + ], + "mood": "friendly supportive warmth", + "lighting": "bright mid-afternoon sun with soft fill (day)", + "style": "nostalgic community sports photography" + }, + { + "subGenre": "Tennis", + "scene": "Nighttime synthetic court under harsh LED rigs during a televised match", + "sceneVariants": [ + "Nighttime synthetic court under harsh LED rigs during a televised match", + "High-speed baseline exchanges with broadcast cameras in the aisles", + "Night final with digital scoreboard and sponsor LEDs", + "Players in motion-lit zones with floor reflections", + "Umpire ascending the chair under a halo of spotlights" + ], + "actions": [ + "Explosive first-serve clocked and tracked by sensors", + "Baseline grind where each player subtracts an inch of court advantage", + "Net punt specializing in quick reflex volleys", + "Successful challenge cueing replay screens and fan reaction" + ], + "camera": "Broadcast telephoto with high-frame-rate slow-mo options on decisive points", + "accents": [ + "LED sponsor lights creating saturated color rim-lights", + "court lacquer reflections intensifying shot arcs" + ], + "mood": "high-intensity professional focus", + "lighting": "intense LED arena lighting with saturated color accents (night)", + "style": "broadcast sports production" + }, + { + "subGenre": "Tennis", + "scene": "Backyard mini-court at golden hour with kids inventing games and makeshift nets", + "sceneVariants": [ + "Backyard mini-court at golden hour with kids inventing games and makeshift nets", + "Family garden with chalked service lines and plastic racquets", + "Friendly siblings' match with an older cousin as coach", + "Corner of a suburban park converted to play area", + "DIY tournament with hand-painted signs and cardboard trophies" + ], + "actions": [ + "Child volleying poorly but laughing triumphantly after a lucky winner", + "Parent setting up a small net and counting points cheerfully", + "Sibling unsportsmanlike swap quickly forgiven with a hug", + "Ball ricocheting off a garden gnome and changing point outcome" + ], + "camera": "Playful close-up 35mm with soft focus on laughter and small gestures", + "accents": [ + "warm backlight on dust and pollen creating a homely haze", + "lens flares from low sun adding nostalgic glow" + ], + "mood": "playful familial warmth", + "lighting": "warm golden-hour sunlight with soft fill (evening)", + "style": "heartfelt family-sports slice-of-life" + }, + { + "subGenre": "Tennis", + "scene": "Rain-delayed match under protective canopy with players warming on covered courts", + "sceneVariants": [ + "Rain-delayed match under protective canopy with players warming on covered courts", + "Intermittent downpours forcing tarp covers and towel rituals", + "Players practicing serves in bursts between showers", + "Umpire consulting with tournament referee under umbrellas", + "Court crew squeegeeing water from the surface as rain eases" + ], + "actions": [ + "Quick practice serves when a window clears", + "Players patting rackets and checking string tension between drops", + "Coaching staff draping towels and offering hot drinks", + "Ground crew sprinting with squeegees to clear the baseline" + ], + "camera": "Observational mid-range with close-ups on water droplets and fabric texture", + "accents": [ + "wet-surface speculars and dripping roof-edge highlights", + "micro-detail on rain-split droplets on racquet strings" + ], + "mood": "patient tension", + "lighting": "overcast cool daylight with localized warm canopy lamps (day/rain)", + "style": "environmental sports documentary" + }, + { + "subGenre": "Tennis", + "scene": "Desert court tournament at high noon with shimmering heat haze and parched surrounds", + "sceneVariants": [ + "Desert court tournament at high noon with shimmering heat haze and parched surrounds", + "Nomadic tournament with temporary courts and tents", + "Players wiping salt from brows and sipping electrolyte mixes", + "Referee waving hand fan and scanning players for heat exhaustion", + "Support staff offering frozen towels between games" + ], + "actions": [ + "Players shortening swings to conserve energy in heat", + "Tactical change to slice and drop to avoid long baseline battles", + "Medical staff offering cooling therapy during changeovers", + "Ball bouncing higher and faster due to heat and surface" + ], + "camera": "Wide arid establishes with telephoto compression capturing heat shimmer", + "accents": [ + "heat-halo shimmer and mirage-like bokeh around distant objects", + "bleached, high-contrast color grading emphasizing desert tones" + ], + "mood": "raw endurance", + "lighting": "harsh overhead sun with sharp shadow definition (day)", + "style": "survivalist sports reportage" + }, + { + "subGenre": "Tennis", + "scene": "Sunset cliffside court with ocean spray and wind affecting ball flight", + "sceneVariants": [ + "Sunset cliffside court with ocean spray and wind affecting ball flight", + "Private resort match with palm trees and distant yachts", + "Dramatic arena perched on coastal promontory for a showcase event", + "Players bracing against gusts and adjusting footwork", + "After-match walk along the cliff with towels and cocktails" + ], + "actions": [ + "Wind-adjusted serve that arcs unpredictably", + "Player improvising a slice to keep ball low in gusts", + "Opposite-player chasing an errant lob near the cliff edge", + "Post-match embrace against the ocean backdrop" + ], + "camera": "Cinematic wide coastline establishes with telephoto compression and intimate 85mm cutaways", + "accents": [ + "ocean spray catching golden rim-light", + "salt-spray micro-sparkles and wind-swept hair highlights" + ], + "mood": "aesthetic rugged romance", + "lighting": "warm sunset into cool ocean-blue rim (evening)", + "style": "cinematic lifestyle sports" + }, + { + "subGenre": "Tennis", + "scene": "Night practice under single court spotlight in a quiet suburban park", + "sceneVariants": [ + "Night practice under single court spotlight in a quiet suburban park", + "Dedicated solo training session with ball machine and cones", + "Late-night obsessive tuning of serve toss with metronome", + "Player rehearsing backhand mechanics in isolation", + "Coach and player sharing quiet tactical conversation after each rep" + ], + "actions": [ + "Repetitive serve placement drills with mechanical monotony", + "Slow-motion of precise foot placement and hip rotation", + "Player collecting balls into a practiced rhythm", + "Coach nodding approvingly and adjusting stance between reps" + ], + "camera": "Intimate narrow-beam spotlight framing with shallow depth for emotional focus", + "accents": [ + "single spotlight creating crisp rim and deep surrounding blacks", + "micro-detail on dust motes and racquet strings under the beam" + ], + "mood": "obsessive refinement", + "lighting": "isolated spotlight with dark surroundings (night)", + "style": "meditative athlete portrait" + }, + { + "subGenre": "Tennis", + "scene": "Historic grass-court match with vintage attire and wooden-racket exhibition", + "sceneVariants": [ + "Historic grass-court match with vintage attire and wooden-racket exhibition", + "Black-and-white reenactment of classic serve-and-volley era", + "Slow pans over worn wooden benches and wicker picnic hampers", + "Players in period cotton attire rotating racquets ceremonially", + "Archive-style crowd reactions with parasols and hats" + ], + "actions": [ + "Classic serve-and-volley approach finishing with elegant net play", + "Gentle slice and drop executed with vintage racquet charm", + "Crowd applauding decorously between points", + "Period-accurate coach offering polite tactical notes" + ], + "camera": "Film emulation with gentle halation, 50mm primes and slow tracking", + "accents": [ + "soft film grain and warm sepia tints", + "parasol highlights and vintage fabric microtexture" + ], + "mood": "nostalgic refinement", + "lighting": "soft diffused daylight with vintage-grade color (day)", + "style": "period sports dramatization with filmic texture" + }, + { + "subGenre": "Tennis", + "scene": "Clay-court evening match under amber floodlights with dramatic dust plumes", + "sceneVariants": [ + "Clay-court evening match under amber floodlights with dramatic dust plumes", + "Late-season tournament with specialist clay-court competitors", + "Heavy topspin exchanges with visible clay imprint", + "Players sliding into forehand winners with clay explosions", + "Court-side camera ragging out to capture plume details" + ], + "actions": [ + "Sliding defensive retrieval that turns into an offensive angle", + "Heavy topspin crosscourt winner ripping past the opponent", + "Coach gesturing tactical footwork changes between games", + "Player spitting chalk dust and clapping to refocus" + ], + "camera": "Texture-focused telephoto capturing clay plumes and spray with 120fps slow-mo options", + "accents": [ + "amber rim-light on airborne clay particles", + "high micro-detail on shoe scuffs and clay stains" + ], + "mood": "earthy competitive intensity", + "lighting": "warm amber floodlights with deep shadows (evening/night)", + "style": "textural sports cinematography" + }, + { + "subGenre": "Tennis", + "scene": "Indoor wheelchair tennis final with adaptive equipment and focused fans", + "sceneVariants": [ + "Indoor wheelchair tennis final with adaptive equipment and focused fans", + "Adaptive clinics with mixed-ability matches", + "Athletes strapping grips and racing with agile maneuvers", + "Post-match camaraderie and trophy presentation", + "Training drills emphasizing chair-handling and shot accuracy" + ], + "actions": [ + "Rapid chair rotation for an agile defensive volley", + "Player threading a precise cross-court passing shot", + "Coach providing tactical timing cues from the sideline", + "Athlete celebrating with teammates in a unified cheer" + ], + "camera": "Low-angle tracking at seat height to emphasize speed and dexterity", + "accents": [ + "reflective wheel rims catching overhead lights", + "catchlights emphasizing emotion and grit in faces" + ], + "mood": "resilient competitive spirit", + "lighting": "bright indoor sports lighting with even fill (day/indoor)", + "style": "respectful documentary sports portrait" + }, + { + "subGenre": "Tennis", + "scene": "Forest clearing pop-up court at midday with dappled sunlight and birdsong", + "sceneVariants": [ + "Forest clearing pop-up court at midday with dappled sunlight and birdsong", + "Eco-friendly event with wooden benches and natural stands", + "Players warming with barefoot footwork drills on soft ground", + "Nature festival match with ambient acoustic music", + "Courtside volunteers guiding visitors along woodland paths" + ], + "actions": [ + "Delicate drop-shot played to exploit soft underfoot conditions", + "Players pausing to listen as a forest sound interrupts play", + "Volunteers offering herbal teas during changeovers", + "An impromptu rally that ends with laughter and applause" + ], + "camera": "Wide organic establishes with close-ups that capture leaf-dappled skin tones", + "accents": [ + "dappled sunlight creating mottled rim-light on players", + "natural micro-detail like leaf veins and twig textures" + ], + "mood": "serene playful communion", + "lighting": "dappled midday sunlight with cool understory shadows (day)", + "style": "eco-conscious lifestyle sports imagery" + }, + { + "subGenre": "Tennis", + "scene": "Cold-weather indoor dome match with visible breath and insulated stands", + "sceneVariants": [ + "Cold-weather indoor dome match with visible breath and insulated stands", + "Polar-region exhibition with heated benches and thermal wraps", + "Players in thermal compression sleeves managing stiffness", + "Quick warm-up laps on the side with hot-water thermoses", + "Staff checking court temperature and humidity controls" + ], + "actions": [ + "Players shortening swing arcs and focusing on crisp contact", + "Coaches emphasizing warm-up and dynamic mobility between points", + "Player slapping hands and stomping to keep warm during breaks", + "Analysts checking shot clock and equipment for cold tolerance" + ], + "camera": "Neutral indoor establishes with telephoto emphasis on breath clouds and fabric detail", + "accents": [ + "visible breath puffs rim-lit by arena lights", + "subtle sheen on thermal fabrics catching overhead highlights" + ], + "mood": "practical focused resilience", + "lighting": "bright indoor dome lighting with cool color temperature (day/indoor)", + "style": "practical sports documentary" + }, + { + "subGenre": "Tennis", + "scene": "Urban subway-station promotional mini-court with commuters as an audience at night", + "sceneVariants": [ + "Urban subway-station promotional mini-court with commuters as an audience at night", + "Pop-up match under station arches with commuter applause", + "Late-night guerrilla tennis with improvised nets near ticket kiosks", + "Ad-campaign stunt with branded lighting rigs", + "Short-form matches between commuting professionals on break" + ], + "actions": [ + "Quick exhibition rallies that pause when a train passes", + "Players trading trick shots to impress a passing crowd", + "Commuters stopping to film on phones and cheer", + "Brand ambassadors handing out headbands and flyers" + ], + "camera": "Handheld urban camera style with tight close-ups and quick cuts for social content", + "accents": [ + "neon ad-panels and moving train lights creating streaked bokeh", + "wet floor reflections doubling practical light sources" + ], + "mood": "playful urban surprise", + "lighting": "mixed practical station lighting and moving transit lights (night)", + "style": "viral guerrilla-stunt sports imagery" + }, + { + "subGenre": "Tennis", + "scene": "Private late-night practice in a mansion court under warm lamps and classical music", + "sceneVariants": [ + "Private late-night practice in a mansion court under warm lamps and classical music", + "Exclusive invite-only session with butler service", + "Single-player concentrated serve routine with a hitting partner", + "Coach providing whispered tactical corrections between movements", + "After-practice champagne toast with small entourage" + ], + "actions": [ + "Refined serve placement in a serene controlled environment", + "Player practicing controlled slice returns to perfect a finish", + "Coach observing and taking philosophical notes on movement", + "Players sharing a quiet celebratory moment over muted music" + ], + "camera": "Elegant low-motion camera with warm 50mm portraits and soft lens diffusion", + "accents": [ + "warm lamp halation creating soft glamorous skin tones", + "glints on crystal glasses and polished floor accents" + ], + "mood": "luxurious focused ritual", + "lighting": "warm practical lamps with soft diffusion (night/indoor)", + "style": "luxury lifestyle sports portrait" + }, + { + "subGenre": "Tennis", + "scene": "Community night-lights tournament with LED boundary lines and eclectic crowd", + "sceneVariants": [ + "Community night-lights tournament with LED boundary lines and eclectic crowd", + "Street-tennis festival with food trucks and DJ booth", + "Glow-racquet charity match with luminous apparel", + "Short-format 'fast tennis' event with neon scoring boards", + "Family-friendly evening with kids' mini-games between sets" + ], + "actions": [ + "Glow racquet smashes producing colored streaks through the frame", + "Family cheering as a player hits a trick shot for the kids", + "DJ dropping a beat to punctuate crucial points", + "Volunteer handing out LED bracelets to the crowd" + ], + "camera": "Vibrant festival camera with colorful gels and tight social-style cutaways", + "accents": [ + "LED boundary lines producing crisp neon rim separation", + "glow-on-glow reflections and colorful ambient bokeh" + ], + "mood": "festive inclusive energy", + "lighting": "colored LED and practical festival lights (night)", + "style": "event-driven colorful sports cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/sports_and_action_yoga.json b/src/data/sports_and_action_yoga.json new file mode 100644 index 0000000..1ca6a36 --- /dev/null +++ b/src/data/sports_and_action_yoga.json @@ -0,0 +1,254 @@ +{ + "sports_and_action": [ + { + "subGenre": "Yoga", + "scene": "Sunrise cliffside vinyasa with a small group facing the sea", + "sceneVariants": [ + "Sunrise cliffside vinyasa with a small group facing the sea", + "Solo practitioner flowing along a narrow ridgeline", + "Community sunrise flow with pastel sky and gulls", + "Leader guiding breathwork while sun crests the horizon", + "After-practice seated meditation watching waves" + ], + "actions": [ + "Synchronized sun salutations moving into a calm standing balance", + "Slow mindful transitions from warrior to triangle with controlled breath", + "Leader cueing a long exhale that dissolves tension", + "Group folding into a shared silent pause at the finish" + ], + "camera": "Wide cinematic establishes with gentle gimbal push-ins on hands and faces", + "accents": [ + "golden rim-light on skin and yoga mats", + "sea-spray and breeze catching hair micro-detail" + ], + "mood": "serene expansive calm", + "lighting": "warm sunrise with soft reflective fill (dawn)", + "style": "naturalistic wellness cinematography" + }, + { + "subGenre": "Yoga", + "scene": "Urban rooftop evening class with city lights and portable lanterns (dusk)", + "sceneVariants": [ + "Urban rooftop evening class with city lights and portable lanterns (dusk)", + "Couples' partner yoga under skyline bokeh", + "Yoga & breath workshop with acoustic backing", + "Pop-up rooftop retreat with mats and tea", + "Slow cool-down watching passing planes and neon" + ], + "actions": [ + "Partner-assisted backbends with supportive hands", + "Guided restorative poses held in long stillness", + "Synchronised breath exercise to slow the pulse", + "Closing circle with sharing of intentions and hand-holding" + ], + "camera": "Intimate 35mm close-ups and soft wide bokeh to capture skyline warmth", + "accents": [ + "soft lantern halation and city-glow rim-light", + "textured mat fibers and warm skin catchlights" + ], + "mood": "connected urban serenity", + "lighting": "cool dusk ambient with warm practical lanterns (evening)", + "style": "lifestyle urban-wellness cinematography" + }, + { + "subGenre": "Yoga", + "scene": "Moonlit beach restorative session with candles and gentle waves (night)", + "sceneVariants": [ + "Moonlit beach restorative session with candles and gentle waves (night)", + "Couple's restorative by tide-line with soft blankets", + "Quiet candlelit yin practice with sound-bath underpinning", + "Therapeutic breathing circle under a full moon", + "Silent savasana as tide whispers on the shore" + ], + "actions": [ + "Long passive holds with slow diaphragmatic breath", + "Guided body-scan releasing residual tension", + "Soft hands-on adjustments and gentle shoulder rolls", + "Silent savasana with bell chimes marking intervals" + ], + "camera": "Low-light long exposures mixed with close practical-lit faces and hands", + "accents": [ + "candle halation and moonlit water reflections", + "soft towel texture and warm skin micro-highlights" + ], + "mood": "deep restful introspection", + "lighting": "very-low moon/practical candle light with soft diffusion (night)", + "style": "meditative wellness cinematography" + }, + { + "subGenre": "Yoga", + "scene": "Forest clearing sunrise retreat with mat rows under tall trees (day)", + "sceneVariants": [ + "Forest clearing sunrise retreat with mat rows under tall trees (day)", + "Silent walking meditation through mossy paths", + "Tree-hug guided breath exercise with small groups", + "Outdoor restorative with natural soundscape", + "Herbal tea and sharing circle beneath branches" + ], + "actions": [ + "Grounding standing sequences connecting breath to foot contact", + "Slow dynamic mobility expressed through joint flows", + "Group guided breath syncing to birdsong", + "Community folding into a quiet gratitude practice" + ], + "camera": "Natural wide establishes with delicate close-ups of hands grounding and leaf-dappled light", + "accents": [ + "dappled sunlight rim on leaves and skin", + "forest micro-detail like moss, leaf veins and dew" + ], + "mood": "rooted restorative calm", + "lighting": "dappled morning sunlight with cool understory shadows (day)", + "style": "eco-conscious wellness cinematography" + }, + { + "subGenre": "Yoga", + "scene": "High-energy power yoga studio midday with athletes pushing flow sequences (day)", + "sceneVariants": [ + "High-energy power yoga studio midday with athletes pushing flow sequences (day)", + "Hot-yoga room focusing on dynamic core-centric flows", + "Performance-style vinyasa with music flush and synced movement", + "Instructor-led progressive strength sequence", + "Post-class cooldown with organized foam-roll routines" + ], + "actions": [ + "Powerful Chaturanga-to-Urdhva transitions executed in muscle control", + "Athlete sustaining extended plank variations with controlled breath", + "Group synchronized fast vinyasa for aerobic load", + "Final guided stretching and mobility for shoulder release" + ], + "camera": "Kinetic handheld with occasional stabilized slow-pushs to match dynamic flows", + "accents": [ + "sweat-sheen glints and muscle fiber micro-highlights", + "studio softbox rim-lights sculpting movement" + ], + "mood": "focused energised discipline", + "lighting": "bright studio lights with warm fill (indoor/day)", + "style": "performance-oriented fitness cinematography" + }, + { + "subGenre": "Yoga", + "scene": "Private candlelit restorative session in a luxury studio with aromatherapy (night)", + "sceneVariants": [ + "Private candlelit restorative session in a luxury studio with aromatherapy (night)", + "One-on-one therapeutic session focusing on breath and fascia release", + "Aromatherapy steam and palms-on adjustments for deep relaxation", + "Guided visualization with soft piano underscore", + "Post-session herbal tea with soft spoken guidance" + ], + "actions": [ + "Practitioner guiding long supported poses with bolsters and blankets", + "Gentle hands-on myofascial release and cranial support", + "Slow tactile guidance for better thoracic mobility", + "Final guided imagery and counted breathing for deep rest" + ], + "camera": "Soft intimate close-ups with warm candle halation and slow focus pulls", + "accents": [ + "warm lamp/candle halos on skin and fabric", + "aromatic steam micro-particles catching light" + ], + "mood": "luxurious restorative calm", + "lighting": "low warm practicals and candlelight (night/indoor)", + "style": "spa-lifestyle therapeutic cinematography" + }, + { + "subGenre": "Yoga", + "scene": "Airport terminal quick-mobility session for travelers between flights (day)", + "sceneVariants": [ + "Airport terminal quick-mobility session for travelers between flights (day)", + "Seated mobility for long-haul passengers", + "Gentle neck and shoulder release at a gate in public demonstration", + "Group travel-stretch with minimal mat footprint", + "Instructional mat-free posture routine for jet-lag" + ], + "actions": [ + "Seated twists and neck release performed with discrete grace", + "Standing calf and hip-mobile drills to revive circulation", + "Minimal discreet breathwork to calm travel-tone", + "Quick ergonomic posture fixes demonstrating immediate relief" + ], + "camera": "Documentary mid-range with tight discreet close-ups for subtlety", + "accents": [ + "soft practical overhead lights catching subtle catchlights on eyes", + "fabric weave of travel clothing and small skin micro-highlights" + ], + "mood": "practical calming refresh", + "lighting": "neutral indoor ambient airport lighting (day/indoor)", + "style": "pragmatic instructional cinematography" + }, + { + "subGenre": "Yoga", + "scene": "Cold-weather snow-yoga session on a heated deck with thermal mats (winter/dawn)", + "sceneVariants": [ + "Cold-weather snow-yoga session on a heated deck with thermal mats (winter/dawn)", + "Slow breathwork with steam mixing in cold air", + "Group finishing with hot soups and communal warmth", + "Thermal gear integrated with mobility practice", + "Short mindful walking with warm boot ritual" + ], + "actions": [ + "Warm breath-led mobility and slow sun-salute adapted to cold", + "Quick thermal activation sequences to rewarm limbs", + "Group fold into seated breath and heat retention practices", + "Post-practice warm cloth wrap and communal warming" + ], + "camera": "Cold-toned wide with intimate warm close-ups to contrast chill and heat", + "accents": [ + "breath plumes rim-lit and thermal-vapor halo", + "heated-mat sheen and frost micro-texture on surrounding surfaces" + ], + "mood": "resilient serene ritual", + "lighting": "cool dawn with warm practical mats and steam (day/winter)", + "style": "tactile wellness cinematography" + }, + { + "subGenre": "Yoga", + "scene": "Acro-yoga street jam in a park with playful crowds and festival energy (day)", + "sceneVariants": [ + "Acro-yoga street jam in a park with playful crowds and festival energy (day)", + "Pairs practicing flyers and bases under shade trees", + "Mini-workshops teaching trust-building lifts", + "Playful choreographed small-group pyramid builds", + "Sunset group-flow culminating in a joyful collapse" + ], + "actions": [ + "Base-to-flyer lift into a clean bird pose and smooth transition", + "Trust-building counterbalance and slow descent teaching", + "Spotting and safety partner assist with rhythmic cues", + "Celebratory cheer and high-fives after a successful sequence" + ], + "camera": "Playful low-angle 35mm with wide festival establishes and close interpersonal shots", + "accents": [ + "sunlit skin rim and grass micro-detail", + "bright festival colors and fabric micro-texture" + ], + "mood": "playful trusting connection", + "lighting": "bright friendly daylight with warm fill (day)", + "style": "community acro-lifestyle cinematography" + }, + { + "subGenre": "Yoga", + "scene": "Therapeutic clinic focused on mobility and rehab with physiotherapist oversight (indoor/day)", + "sceneVariants": [ + "Therapeutic clinic focused on mobility and rehab with physiotherapist oversight (indoor/day)", + "Slow rehabilitative sequences for shoulder impingement", + "Guided hip-opening program for runners and cyclists", + "Biomechanics tablet feedback and corrective cueing", + "Small-group restorative rehearsal with therapist adjustments" + ], + "actions": [ + "Practitioner guiding corrective movement and monitoring joint lines", + "Coach applying gentle manual therapy and range-of-motion guidance", + "Athlete performing slow dynamic mobility under feedback", + "Closing breathing practice to integrate newfound range" + ], + "camera": "Clinical clean framing with macro PT-technique close-ups and neutral lighting", + "accents": [ + "clinical texture highlights on therapy bands and kinesiology tape", + "subtle catchlights on measured facial expression" + ], + "mood": "focused restorative progress", + "lighting": "soft studio-like neutral lighting for clarity (indoor/day)", + "style": "professional therapeutic cinematography" + } + ] +} \ No newline at end of file