From e40272313ba0a2ec4e9a71ba069b5dca6489e40f Mon Sep 17 00:00:00 2001 From: Ken Yasue Date: Mon, 18 Aug 2025 12:18:15 +0200 Subject: [PATCH] save scene data --- .clinerules/prompt-generation.md | 51 ++ src/data/city_and_architecture_bridges.json | 454 ++++++++++++++ src/data/city_and_architecture_castles.json | 379 ++++++++++++ .../city_and_architecture_cathedrals.json | 379 ++++++++++++ src/data/city_and_architecture_factories.json | 429 +++++++++++++ ...ty_and_architecture_futuristic_cities.json | 454 ++++++++++++++ .../city_and_architecture_historic_towns.json | 479 +++++++++++++++ src/data/city_and_architecture_libraries.json | 379 ++++++++++++ src/data/city_and_architecture_markets.json | 354 +++++++++++ .../city_and_architecture_modern_plazas.json | 504 +++++++++++++++ src/data/city_and_architecture_monuments.json | 404 ++++++++++++ src/data/city_and_architecture_museums.json | 329 ++++++++++ src/data/city_and_architecture_palaces.json | 404 ++++++++++++ ...y_and_architecture_residential_blocks.json | 504 +++++++++++++++ src/data/city_and_architecture_skylines.json | 404 ++++++++++++ .../city_and_architecture_skyscrapers.json | 404 ++++++++++++ src/data/city_and_architecture_slums.json | 504 +++++++++++++++ src/data/city_and_architecture_stadiums.json | 329 ++++++++++ .../city_and_architecture_street_cafes.json | 379 ++++++++++++ src/data/city_and_architecture_subways.json | 282 +++++++++ .../city_and_architecture_urban_parks.json | 379 ++++++++++++ src/data/fashion_and_beauty_accessories.json | 554 +++++++++++++++++ src/data/fashion_and_beauty_boho_style.json | 404 ++++++++++++ src/data/fashion_and_beauty_bridal_wear.json | 404 ++++++++++++ .../fashion_and_beauty_business_suits.json | 404 ++++++++++++ src/data/fashion_and_beauty_casual_wear.json | 379 ++++++++++++ .../fashion_and_beauty_cocktail_dresses.json | 554 +++++++++++++++++ src/data/fashion_and_beauty_cosplay.json | 404 ++++++++++++ .../fashion_and_beauty_evening_gowns.json | 454 ++++++++++++++ src/data/fashion_and_beauty_hair_styling.json | 529 ++++++++++++++++ .../fashion_and_beauty_haute_couture.json | 379 ++++++++++++ .../fashion_and_beauty_makeup_styles.json | 429 +++++++++++++ src/data/fashion_and_beauty_pajamas.json | 404 ++++++++++++ src/data/fashion_and_beauty_runway_shows.json | 479 +++++++++++++++ .../fashion_and_beauty_school_uniforms.json | 404 ++++++++++++ src/data/fashion_and_beauty_shoes.json | 479 +++++++++++++++ src/data/fashion_and_beauty_sportswear.json | 454 ++++++++++++++ src/data/fashion_and_beauty_streetwear.json | 454 ++++++++++++++ src/data/fashion_and_beauty_swimwear.json | 529 ++++++++++++++++ ...shion_and_beauty_traditional_costumes.json | 354 +++++++++++ .../fashion_and_beauty_vintage_outfits.json | 504 +++++++++++++++ src/data/nature_aurora_skies.json | 504 +++++++++++++++ src/data/nature_canyons.json | 479 +++++++++++++++ src/data/nature_caves.json | 454 ++++++++++++++ src/data/nature_cliffs.json | 529 ++++++++++++++++ src/data/nature_coral_reefs.json | 579 ++++++++++++++++++ src/data/nature_deserts.json | 454 ++++++++++++++ src/data/nature_forests.json | 554 +++++++++++++++++ src/data/nature_glaciers.json | 429 +++++++++++++ src/data/nature_lakes.json | 454 ++++++++++++++ src/data/nature_meadows.json | 554 +++++++++++++++++ src/data/nature_oceans.json | 454 ++++++++++++++ src/data/nature_rainforest.json | 504 +++++++++++++++ src/data/nature_rivers.json | 429 +++++++++++++ src/data/nature_savannah.json | 404 ++++++++++++ src/data/nature_storms.json | 579 ++++++++++++++++++ src/data/nature_sunsets.json | 454 ++++++++++++++ src/data/nature_volcanoes.json | 429 +++++++++++++ src/data/nature_waterfalls.json | 479 +++++++++++++++ src/data/nature_wetlands.json | 504 +++++++++++++++ src/data/people_and_lifestyle_artists.json | 404 ++++++++++++ .../people_and_lifestyle_celebrations.json | 254 ++++++++ src/data/people_and_lifestyle_children.json | 454 ++++++++++++++ src/data/people_and_lifestyle_commuting.json | 429 +++++++++++++ src/data/people_and_lifestyle_craftsmen.json | 454 ++++++++++++++ src/data/people_and_lifestyle_daily_life.json | 354 +++++++++++ src/data/people_and_lifestyle_elderly.json | 479 +++++++++++++++ .../people_and_lifestyle_family_moments.json | 354 +++++++++++ src/data/people_and_lifestyle_farm_life.json | 554 +++++++++++++++++ src/data/people_and_lifestyle_festivals.json | 279 +++++++++ ...people_and_lifestyle_fishing_villages.json | 454 ++++++++++++++ src/data/people_and_lifestyle_friendship.json | 254 ++++++++ src/data/people_and_lifestyle_markets.json | 254 ++++++++ src/data/people_and_lifestyle_relaxing.json | 454 ++++++++++++++ .../people_and_lifestyle_romantic_dates.json | 404 ++++++++++++ .../people_and_lifestyle_school_days.json | 279 +++++++++ src/data/people_and_lifestyle_shopping.json | 404 ++++++++++++ .../people_and_lifestyle_street_life.json | 279 +++++++++ src/data/people_and_lifestyle_travelers.json | 229 +++++++ src/data/people_and_lifestyle_workplaces.json | 254 ++++++++ 80 files changed, 33645 insertions(+) create mode 100644 .clinerules/prompt-generation.md create mode 100644 src/data/city_and_architecture_bridges.json create mode 100644 src/data/city_and_architecture_castles.json create mode 100644 src/data/city_and_architecture_cathedrals.json create mode 100644 src/data/city_and_architecture_factories.json create mode 100644 src/data/city_and_architecture_futuristic_cities.json create mode 100644 src/data/city_and_architecture_historic_towns.json create mode 100644 src/data/city_and_architecture_libraries.json create mode 100644 src/data/city_and_architecture_markets.json create mode 100644 src/data/city_and_architecture_modern_plazas.json create mode 100644 src/data/city_and_architecture_monuments.json create mode 100644 src/data/city_and_architecture_museums.json create mode 100644 src/data/city_and_architecture_palaces.json create mode 100644 src/data/city_and_architecture_residential_blocks.json create mode 100644 src/data/city_and_architecture_skylines.json create mode 100644 src/data/city_and_architecture_skyscrapers.json create mode 100644 src/data/city_and_architecture_slums.json create mode 100644 src/data/city_and_architecture_stadiums.json create mode 100644 src/data/city_and_architecture_street_cafes.json create mode 100644 src/data/city_and_architecture_subways.json create mode 100644 src/data/city_and_architecture_urban_parks.json create mode 100644 src/data/fashion_and_beauty_accessories.json create mode 100644 src/data/fashion_and_beauty_boho_style.json create mode 100644 src/data/fashion_and_beauty_bridal_wear.json create mode 100644 src/data/fashion_and_beauty_business_suits.json create mode 100644 src/data/fashion_and_beauty_casual_wear.json create mode 100644 src/data/fashion_and_beauty_cocktail_dresses.json create mode 100644 src/data/fashion_and_beauty_cosplay.json create mode 100644 src/data/fashion_and_beauty_evening_gowns.json create mode 100644 src/data/fashion_and_beauty_hair_styling.json create mode 100644 src/data/fashion_and_beauty_haute_couture.json create mode 100644 src/data/fashion_and_beauty_makeup_styles.json create mode 100644 src/data/fashion_and_beauty_pajamas.json create mode 100644 src/data/fashion_and_beauty_runway_shows.json create mode 100644 src/data/fashion_and_beauty_school_uniforms.json create mode 100644 src/data/fashion_and_beauty_shoes.json create mode 100644 src/data/fashion_and_beauty_sportswear.json create mode 100644 src/data/fashion_and_beauty_streetwear.json create mode 100644 src/data/fashion_and_beauty_swimwear.json create mode 100644 src/data/fashion_and_beauty_traditional_costumes.json create mode 100644 src/data/fashion_and_beauty_vintage_outfits.json create mode 100644 src/data/nature_aurora_skies.json create mode 100644 src/data/nature_canyons.json create mode 100644 src/data/nature_caves.json create mode 100644 src/data/nature_cliffs.json create mode 100644 src/data/nature_coral_reefs.json create mode 100644 src/data/nature_deserts.json create mode 100644 src/data/nature_forests.json create mode 100644 src/data/nature_glaciers.json create mode 100644 src/data/nature_lakes.json create mode 100644 src/data/nature_meadows.json create mode 100644 src/data/nature_oceans.json create mode 100644 src/data/nature_rainforest.json create mode 100644 src/data/nature_rivers.json create mode 100644 src/data/nature_savannah.json create mode 100644 src/data/nature_storms.json create mode 100644 src/data/nature_sunsets.json create mode 100644 src/data/nature_volcanoes.json create mode 100644 src/data/nature_waterfalls.json create mode 100644 src/data/nature_wetlands.json create mode 100644 src/data/people_and_lifestyle_artists.json create mode 100644 src/data/people_and_lifestyle_celebrations.json create mode 100644 src/data/people_and_lifestyle_children.json create mode 100644 src/data/people_and_lifestyle_commuting.json create mode 100644 src/data/people_and_lifestyle_craftsmen.json create mode 100644 src/data/people_and_lifestyle_daily_life.json create mode 100644 src/data/people_and_lifestyle_elderly.json create mode 100644 src/data/people_and_lifestyle_family_moments.json create mode 100644 src/data/people_and_lifestyle_farm_life.json create mode 100644 src/data/people_and_lifestyle_festivals.json create mode 100644 src/data/people_and_lifestyle_fishing_villages.json create mode 100644 src/data/people_and_lifestyle_friendship.json create mode 100644 src/data/people_and_lifestyle_markets.json create mode 100644 src/data/people_and_lifestyle_relaxing.json create mode 100644 src/data/people_and_lifestyle_romantic_dates.json create mode 100644 src/data/people_and_lifestyle_school_days.json create mode 100644 src/data/people_and_lifestyle_shopping.json create mode 100644 src/data/people_and_lifestyle_street_life.json create mode 100644 src/data/people_and_lifestyle_travelers.json create mode 100644 src/data/people_and_lifestyle_workplaces.json diff --git a/.clinerules/prompt-generation.md b/.clinerules/prompt-generation.md new file mode 100644 index 0000000..2c5a21c --- /dev/null +++ b/.clinerules/prompt-generation.md @@ -0,0 +1,51 @@ +# Main task +Generate prompt and base idea for image and video genration + +## Process +- Read source file from here : src\data\genres.json +- Generate json based on genre and subgenre. + +Sample output +{ + "nature": [ + { + "subGenre": "Caves", + "scene": "Stalactite cathedral with shafts of light", + "sceneVariants": [ + "Stalactite cathedral with shafts of light", + "High vaulted chamber dripping mineral curtains", + "Sunbeams piercing a ceiling skylight", + "Massive columns connecting floor and roof", + "A still pool reflecting the vaulted ceiling" + ], + "actions": [ + "Dust motes drifting through light shafts", + "Water droplets falling and rippling small pools", + "A guide pointing a beam across the chamber", + "Echoing footsteps of slow visitors" + ], + "camera": "Wide low-angle dolly to capture vertical scale with periodic push-ins on formations", + "accents": [ + "golden rim-light in shafts and mirrored pool reflections", + "high micro-detail on speleothem textures" + ], + "mood": "reverent awe", + "lighting": "selective shafts of warm sunlight in a cool dark interior", + "style": "epic subterranean cinematography" + },... + ] +} + +- Create file under src/data as ${genre}_${subgenre}.json +- Generate 20 entries for each subgenre +- Half of entry is in dark ( night if it is real world), half of entry is in light atmosphare. + +## Rules +- Be creative and generate 5 scenes based on subGenre +- Be creative and generate 4 actions based on scene +- Be creative and generate beset camera action for the scene +- Accents: should be something impressive to implrove luminence, enhance atmosphare. +- 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 diff --git a/src/data/city_and_architecture_bridges.json b/src/data/city_and_architecture_bridges.json new file mode 100644 index 0000000..13550d5 --- /dev/null +++ b/src/data/city_and_architecture_bridges.json @@ -0,0 +1,454 @@ +{ + "city_architecture": [ + { + "subGenre": "Bridges", + "scene": "Suspension bridge at golden hour with warm cables backlit and traffic threads below (day)", + "sceneVariants": [ + "Suspension bridge at golden hour with warm cables backlit and traffic threads below (day)", + "Long-span silhouette against a molten sky", + "Pedestrian promenade with benches along the railing", + "Ferry wakes cutting across river under the bridge", + "Maintenance catwalks visible beneath the deck" + ], + "actions": [ + "Commuter vehicles creating rhythmic light ribbons", + "Joggers pacing the promenade in steady cadence", + "A street musician playing near a viewpoint", + "Crane operations visible on a distant pier" + ], + "camera": "Slow crane lateral with telephoto compressions to emphasize cable geometry", + "accents": [ + "golden rim-light on cable strands", + "mirror glints on river ripples" + ], + "mood": "quiet momentum", + "lighting": "warm golden-hour daylight", + "style": "cinematic infrastructure cinematography" + }, + { + "subGenre": "Bridges", + "scene": "Arched stone bridge over a narrow canal with ivy and lamplight (day)", + "sceneVariants": [ + "Arched stone bridge over a narrow canal with ivy and lamplight (day)", + "A mossy parapet with carved heraldry", + "Small boats tying up beside moss-stained steps", + "Reflections forming perfect arches in still water", + "Laundry and window boxes framing the approach" + ], + "actions": [ + "A gondolier guiding a small group through the arch", + "An old couple pausing to feed pigeons", + "A painter setting up an easel on the parapet", + "A cyclist carefully slowing to cross the uneven paving" + ], + "camera": "Low water-level glide through the arch with slow push to parapet detail", + "accents": [ + "soft speculars on wet stone", + "micro-detail on carved chisel marks" + ], + "mood": "intimate antiquity", + "lighting": "soft daytime with low contrast", + "style": "heritage canal cinematography" + }, + { + "subGenre": "Bridges", + "scene": "Cable-stayed bridge at dusk with dramatic silhouette and reflected colors in calm water (dusk)", + "sceneVariants": [ + "Cable-stayed bridge at dusk with dramatic silhouette and reflected colors in calm water (dusk)", + "A radial fan of cables meeting a slender pylon", + "Boats moored along a park-lined shore", + "Pedestrian lighting tracing the walkway", + "A distant ferry slipping along the horizon" + ], + "actions": [ + "Cyclists moving in steady streams across the deck", + "Photographers arranging tripods for long exposures", + "Joggers pausing to stretch and admire the view", + "A small concert drifting sound across the bank" + ], + "camera": "Wide panoramic timelapse from riverbank with slow exposure ramp into blue hour", + "accents": [ + "soft magenta-to-indigo gradation in reflection", + "thin rim-light along cable edges" + ], + "mood": "elegant transition", + "lighting": "dusk with saturated skyline reflections", + "style": "architectural twilight cinematography" + }, + { + "subGenre": "Bridges", + "scene": "Modern pedestrian truss bridge with perforated balustrades and integrated seating (day)", + "sceneVariants": [ + "Modern pedestrian truss bridge with perforated balustrades and integrated seating (day)", + "Minimalist structural ribs forming a repetitive rhythm", + "Benches inset into the deck for pause points", + "Integrated wayfinding embedded into handrails", + "Cycle lane partitioned from pedestrian flow" + ], + "actions": [ + "Commuters and students moving in alternating flows", + "A busker stringing up a small amplifier in a niche", + "Maintenance technicians checking LED guide strips", + "A delivery cyclist weaving safely through gaps" + ], + "camera": "Low-angle glide with repeating-frame compositions to emphasize repetition", + "accents": [ + "clean speculars on perforated metal", + "soft backlight creating silhouette rhythm" + ], + "mood": "functional elegance", + "lighting": "clear midday daylight", + "style": "human-centered urban infrastructure cinematography" + }, + { + "subGenre": "Bridges", + "scene": "Historic covered wooden bridge in autumn with falling leaves and river fog (day)", + "sceneVariants": [ + "Historic covered wooden bridge in autumn with falling leaves and river fog (day)", + "Timber trusses visible through weathered siding", + "A handpainted sign warning about low clearance", + "Moss-softened walkways and carved rail ends", + "A narrow lane on either end lined with maples" + ], + "actions": [ + "A slow car crossing with leaves spinning in its wake", + "Pedestrians pausing to gaze into fog banks", + "A fisherman untangling a line nearby", + "A dog shaking off dew on the far bank" + ], + "camera": "Gentle lateral dolly timed to leaf movement and fog churn", + "accents": [ + "warm autumnal color grading", + "soft diffusion to highlight fog and falling leaves" + ], + "mood": "seasonal nostalgia", + "lighting": "cool diffused autumn daylight", + "style": "pastoral heritage cinematography" + }, + { + "subGenre": "Bridges", + "scene": "Railway viaduct crossing a deep valley with long parabolic arches (day)", + "sceneVariants": [ + "Railway viaduct crossing a deep valley with long parabolic arches (day)", + "Series of repeating stone arches climbing a slope", + "Moss and vine pockets in sheltered keystones", + "A local single-track branch line crossing at low frequency", + "A farm track running under a mid-arch" + ], + "actions": [ + "A commuter diesel train crossing slowly, whistle echoing", + "Sheep grazing among arch shadows", + "A farmer driving a tractor beneath the viaduct", + "An aerial glider crossing the valley in the background" + ], + "camera": "Long telephoto aerial to compress arch spacing with slow push-ins as train passes", + "accents": [ + "crisp rim-light on stone curvature", + "high micro-detail to render stone grain" + ], + "mood": "structural permanence", + "lighting": "clear high-contrast daylight", + "style": "infrastructure landscape cinematography" + }, + { + "subGenre": "Bridges", + "scene": "Temporary event bridge lit with festival lights and bunting spanning a city river (night)", + "sceneVariants": [ + "Temporary event bridge lit with festival lights and bunting spanning a city river (night)", + "A shallow temporary deck assembled for crowds", + "String lights creating a low canopy above the deck", + "A riverside festival linked by the bridge", + "Floating barges moored to bridge piles hosting musicians" + ], + "actions": [ + "Crowds flowing in both directions carrying food and drink", + "Performers moving between barges and bridge stage", + "A river parade passing under the bridge", + "Security guiding orderly queues at entry points" + ], + "camera": "Handheld and jib mixes timed to musical cue points with wide river reveals", + "accents": [ + "saturated festival lighting with warm bokeh", + "soft mirror highlights on river reflecting string lights" + ], + "mood": "communal exhilaration", + "lighting": "artificial festival night lighting", + "style": "temporary-event cinematography" + }, + { + "subGenre": "Bridges", + "scene": "Lift bridge operating to pass a tall-masted ship at dawn with fog hanging low (day)", + "sceneVariants": [ + "Lift bridge operating to pass a tall-masted ship at dawn with fog hanging low (day)", + "Mechanical towers rising to expose an open channel", + "A classic schooner slipping through slow and dignified", + "Dockworkers watching from a quay coffee in hand", + "Control cabins glowing with instrument panels" + ], + "actions": [ + "Mechanical winches grinding as the lift rises", + "The ship's sails furled and crew moving on deck", + "Fishermen retying lines as current flows change", + "Murmured commentary from small onlookers" + ], + "camera": "Medium telephoto with slow motion on moving mechanical detail and mist reveals", + "accents": [ + "soft pull of warm dawn color into cool fog", + "micro-speculars on wet metal sheave surfaces" + ], + "mood": "mechanical grace", + "lighting": "cool dawn with fog diffusion", + "style": "maritime process cinematography" + }, + { + "subGenre": "Bridges", + "scene": "Pedestrian footbridge lit by linear LEDs at night with motion blur of runners (night)", + "sceneVariants": [ + "Pedestrian footbridge lit by linear LEDs at night with motion blur of runners (night)", + "Thin handrail LEDs creating a continuous line", + "Motion-activated lighting brightening zones as people pass", + "Transparent balustrades revealing river reflections below", + "Fitness groups using the bridge as a training circuit" + ], + "actions": [ + "Runners creating rhythmic light streaks across long exposures", + "Cyclists using the LED line as a guiding ribbon", + "Security camera panning to maintain coverage", + "A street artist projecting subtle ephemeral graphics onto the deck" + ], + "camera": "Long-exposure tracking with occasional high-speed inserts to freeze feet and shoe detail", + "accents": [ + "neon linear highlights with soft trail bloom", + "mirror micro-highlights on wet deck surfaces" + ], + "mood": "kinetic serenity", + "lighting": "cool artificial LED night lighting", + "style": "active urban night cinematography" + }, + { + "subGenre": "Bridges", + "scene": "Historic iron bridge with riveted plates and patina under overcast skies (day)", + "sceneVariants": [ + "Historic iron bridge with riveted plates and patina under overcast skies (day)", + "Close-up of structural rivets and plate joints", + "Rust streaks and repaint patches forming a textured patina", + "A narrow carriage track crossing the structure", + "Graffiti and small memorials tacked to a railing" + ], + "actions": [ + "A maintenance crew scraping and priming small patches", + "Pedestrians tracing handrails and pausing to read plaques", + "A slow truck trundling across to a site delivery", + "Birds nesting in sheltered gusset plates" + ], + "camera": "Macro-to-midrange sequences highlighting rivet texture and overall span", + "accents": [ + "neutral documentary-grade toning to preserve material truth", + "micro-texture on oxidized metal" + ], + "mood": "weathered dignity", + "lighting": "overcast diffuse daylight", + "style": "industrial heritage cinematography" + }, + { + "subGenre": "Bridges", + "scene": "Glass pedestrian bridge enclosed as a climate-controlled skyway connecting two office blocks (day)", + "sceneVariants": [ + "Glass pedestrian bridge enclosed as a climate-controlled skyway connecting two office blocks (day)", + "Transparent enclosure with integrated seating bays", + "Graphic floor patterns orienting flow", + "Displays showing corporate and civic information", + "Vegetated planters along a sunlit edge" + ], + "actions": [ + "Employees moving between buildings with brief conversations", + "A drone inspection passing outside the glazing", + "Cleaning robots periodically making maintenance passes", + "A child on a school trip asking questions about the architecture" + ], + "camera": "Smooth interior lateral sweep with controlled exposure for exterior skyline balance", + "accents": [ + "clean high-key daylight to keep interior faces readable", + "soft micro-reflections on glass panes" + ], + "mood": "climate-refined efficiency", + "lighting": "bright interior daylight with controlled glare management", + "style": "modern workplace cinematography" + }, + { + "subGenre": "Bridges", + "scene": "Mountain suspension footbridge swaying over a gorge with alpine stream far below (day)", + "sceneVariants": [ + "Mountain suspension footbridge swaying over a gorge with alpine stream far below (day)", + "Thin walking deck and cable handrails with wood planks", + "Snow-tipped pines framing a narrow valley", + "A small research team crossing with backpacks", + "Trailhead signage at both approaches" + ], + "actions": [ + "Hikers stepping carefully while balancing packs", + "Wind gusts inducing gentle bridge sway", + "A bird of prey hovering over the gorge", + "A guide pausing to point out a geological feature" + ], + "camera": "Handheld stabilized by harness to the structure with wide valley establishes", + "accents": [ + "crisp alpine rim-light on trees and rock faces", + "micro-detail on aged timber planks" + ], + "mood": "exhilarated exposure", + "lighting": "clear high-altitude daylight", + "style": "adventure landscape cinematography" + }, + { + "subGenre": "Bridges", + "scene": "Drawbridge of an old fortified town with evening patrols and watch-lights (dusk)", + "sceneVariants": [ + "Drawbridge of an old fortified town with evening patrols and watch-lights (dusk)", + "Chains and counterweights silhouetted against a smoky sky", + "A wooden deck scarred by centuries of traffic", + "Gates and portcullis mechanisms visible in close-up", + "Lanterns lining the approach as dusk falls" + ], + "actions": [ + "Watchmen walking slow patrol loops with lamplight", + "Local citizens attending to last-minute gate closures", + "A horse-drawn cart negotiating the ramp", + "Faint echo of a distant horn carrying across the water" + ], + "camera": "Low handheld with long-exposure to hold lantern pools and silhouette detail", + "accents": [ + "warm lamplight bloom against dusk cool", + "textured wood and iron micro-highlights" + ], + "mood": "medieval hush", + "lighting": "dusk with warm practical lamplight", + "style": "historical nocturnal cinematography" + }, + { + "subGenre": "Bridges", + "scene": "Urban cable footbridge doubling as a performance stage during weekend events (day)", + "sceneVariants": [ + "Urban cable footbridge doubling as a performance stage during weekend events (day)", + "Temporary seating lining the deck and adjacent banks", + "Portable acoustic systems mounted to railing anchors", + "Food stalls and pop-up bars clustered at bridge ends", + "Festival signage and decorative pennants marking the area" + ], + "actions": [ + "A small band performing as crowds gather", + "Children dancing between audience clusters", + "Vendors serving drinks from mobile carts", + "Security managing flows at entry points" + ], + "camera": "Event-style coverage mixing wide bridge reveals with intimate performance inserts", + "accents": [ + "energetic midday grading with high color fidelity", + "specular highlights on instrument surfaces" + ], + "mood": "festive urbanity", + "lighting": "bright daytime event light", + "style": "live-event bridge cinematography" + }, + { + "subGenre": "Bridges", + "scene": "Iconic cable-loop pedestrian bridge at night with synchronized LED choreography (night)", + "sceneVariants": [ + "Iconic cable-loop pedestrian bridge at night with synchronized LED choreography (night)", + "An emblematic looping pylon lit with moving color patterns", + "Reflections translating choreography into the river's mirror", + "Crowds standing to watch scheduled shows", + "Camera operators capturing the timed spectacle" + ], + "actions": [ + "LED sequences sweeping across cable arrays in timed choreography", + "Audience applause and spontaneous cheers at color peaks", + "Security guiding slow-moving crowd flow during the show", + "Boats positioning under the bridge for immersive vantage" + ], + "camera": "Long-exposure timed to LED cycles with synchronized multi-angle cuts", + "accents": [ + "neon chromatic pops against deep night", + "mirror micro-highlights to amplify color" + ], + "mood": "spectacular civic theatre", + "lighting": "vibrant artificial LED night lighting", + "style": "public spectacle cinematography" + }, + { + "subGenre": "Bridges", + "scene": "Low timber farm footbridge spanning a slow marsh channel with morning mist (day)", + "sceneVariants": [ + "Low timber farm footbridge spanning a slow marsh channel with morning mist (day)", + "Rough-sawn planks and simple handrails weathered with use", + "Cattails and reeds gently brushing the decking", + "A pair of ducks slipping under the arch", + "A farmer leading a herd cautiously across" + ], + "actions": [ + "A farmer moving livestock across with calm authority", + "Mist dissipating as the sun climbs higher", + "Insects flicking across water surfaces creating small ripples", + "A child balancing along the handrail playfully" + ], + "camera": "Low slow dolly over water with macro reeds and wide meadow reveals", + "accents": [ + "soft pastel morning grading and dew micro-highlights", + "high micro-detail on wood joinery" + ], + "mood": "rural ease", + "lighting": "cool dawn with mist diffusion", + "style": "pastoral micro-cinematography" + }, + { + "subGenre": "Bridges", + "scene": "Iconic metropolitan arch bridge with tram lines and bustling sidewalks (day)", + "sceneVariants": [ + "Iconic metropolitan arch bridge with tram lines and bustling sidewalks (day)", + "Elegant arching steel forms carrying multiple transit layers", + "Tram cables and overhead lines forming a complex web", + "Crowded sidewalks with vendors and performers", + "Viewpoints offering skyline panoramas" + ], + "actions": [ + "Trams sliding smoothly across the deck calling at stops", + "Street vendors serving quick meals to commuters", + "Tourists stopping to photograph skyline frames", + "A busker improvising to the passing crowd" + ], + "camera": "Medium-wide tracking to show layered transit and human density with selective telephoto cuts", + "accents": [ + "crisp mid-day speculars on steel and glass", + "micro-detail on tram wheel and rail interactions" + ], + "mood": "dynamic urban connective", + "lighting": "bright daylight with active shadow play", + "style": "transport-civic cinematography" + }, + { + "subGenre": "Bridges", + "scene": "After-rain twilight on a small urban bridge where puddles reflect neon shopfronts (night)", + "sceneVariants": [ + "After-rain twilight on a small urban bridge where puddles reflect neon shopfronts (night)", + "Little islands of light in puddle mirrors", + "Umbrella silhouettes moving purposefully across deck", + "A café spill of warm people under awnings nearby", + "A bike propped against a wet railing" + ], + "actions": [ + "A lone saxophonist playing under a warm awning", + "Pedestrians stepping carefully around puddles", + "Street sweepers clearing gritted sand as night settles", + "A couple pausing to share an umbrella and a quiet laugh" + ], + "camera": "Low wet-lens handheld capturing puddle reflections and shallow DOF faces", + "accents": [ + "neon-pool micro-speculars and warm practical highlights", + "soft filmic grain to accent nocturnal texture" + ], + "mood": "intimate reflection", + "lighting": "mixed neon and warm practicals in wet twilight", + "style": "nocturnal urban contemplative cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/city_and_architecture_castles.json b/src/data/city_and_architecture_castles.json new file mode 100644 index 0000000..258bff4 --- /dev/null +++ b/src/data/city_and_architecture_castles.json @@ -0,0 +1,379 @@ +{ + "city_architecture": [ + { + "subGenre": "Castles", + "scene": "Hilltop medieval castle at sunrise with crenellated walls and long valley views (day)", + "sceneVariants": [ + "Hilltop medieval castle at sunrise with crenellated walls and long valley views (day)", + "Aerial approach showing winding access road and terraces", + "Stone keep rising above outer bailey and curtain walls", + "Early mist spilling through valley below", + "Small guardhouse at the main gate with shuttered windows" + ], + "actions": [ + "Dawn sentries ringing a warning bell and scanning the horizon", + "A farmer leading pack animals along the access road", + "Servants sweeping and lighting hearths within the outer courtyard", + "A messenger arriving breathless at the gate" + ], + "camera": "Slow drone rise from valley to keep with gentle parallax to show scale", + "accents": [ + "warm golden rim-light on stone edges", + "micro-detail on weathered mortar and lichen" + ], + "mood": "stoic dawn", + "lighting": "warm sunrise with long directional shadows", + "style": "heritage landscape cinematography" + }, + { + "subGenre": "Castles", + "scene": "Castle courtyard market in high summer with pennants and craft stalls (day)", + "sceneVariants": [ + "Castle courtyard market in high summer with pennants and craft stalls (day)", + "Temporary stalls selling pottery and textiles beneath archways", + "Children weaving through benches and barrels", + "A minstrel performing on a raised timber platform", + "A water cistern in the center providing a focal point" + ], + "actions": [ + "Merchants arranging goods and trading with townsfolk", + "A performer juggling while a small crowd laughs", + "A blacksmith demonstrating forging on a small hearth", + "Sparrows and pigeons scavenging near spilled grain" + ], + "camera": "Handheld steady dolly with close human-scale cutaways and wide courtyard reveals", + "accents": [ + "sunlit highlights on colorful pennants", + "textural micro-detail on woven fabrics and wooden stalls" + ], + "mood": "festive bustle", + "lighting": "bright warm daylight", + "style": "living-history documentary cinematography" + }, + { + "subGenre": "Castles", + "scene": "Castle interior great hall with long banquet table, tapestries and rising hearth smoke (dusk)", + "sceneVariants": [ + "Castle interior great hall with long banquet table, tapestries and rising hearth smoke (dusk)", + "High timbered roof with chains supporting iron chandeliers", + "Raised dais and carved throne at the far end", + "Tapestry panels telling historic narratives on stone walls", + "Long wooden benches worn smooth by centuries" + ], + "actions": [ + "Servitors carrying platters and setting goblets", + "Minstrels rehearsing in a corner before the meal", + "A herald reading an edict aloud at the dais", + "Torch-bearers adjusting cressets as light drops" + ], + "camera": "Slow lateral crane tracking past table settings with periodic intimate inserts on faces and hands", + "accents": [ + "warm tungsten-like flame highlights against cool stone", + "soft smoke diffusion to add atmospheric depth" + ], + "mood": "grand domesticity", + "lighting": "dusk with strong warm practicals", + "style": "period interior cinematography" + }, + { + "subGenre": "Castles", + "scene": "Ruined hill castle at midday with collapsed towers, bramble and exposed masonry (day)", + "sceneVariants": [ + "Ruined hill castle at midday with collapsed towers, bramble and exposed masonry (day)", + "Crumbled curtain wall opening onto a scrubbed slope", + "Masonry cross-sections revealing ashlar and rubble core", + "A single intact arch framing distant landscape", + "Swallows nesting under a surviving lintel" + ], + "actions": [ + "Sunlight spotlighting carved fragments amid ruin", + "A historian sketching an elevation and taking notes", + "Small mammals darting through fissures in search of shelter", + "Wind stirring seedheads across broken flagstones" + ], + "camera": "Wide scenic plates with macro texture cuts to show erosion and botanical colonization", + "accents": [ + "muted earthy grading to emphasize ruin and age", + "high micro-detail on stone erosion and lichen" + ], + "mood": "melancholic reclamation", + "lighting": "bright daylight with soft shadow contrast", + "style": "ruin studies cinematography" + }, + { + "subGenre": "Castles", + "scene": "Coastal castle perched on cliffs with crashing waves and gulls circling (day)", + "sceneVariants": [ + "Coastal castle perched on cliffs with crashing waves and gulls circling (day)", + "Fortified sea wall with cannon embrasures facing open ocean", + "A narrow causeway protecting the harbor entrance", + "Salt-streaked masonry and weathered anchors", + "A small fishing fleet bobbing in a protected cove" + ], + "actions": [ + "Waves smashing at base in slow motion sending spray up", + "Lookouts scanning the horizon for distant sails", + "Fisher crews unloading early catches at a small quay", + "Gulls wheeling and wheeling above the ramparts" + ], + "camera": "Aerial sweep from sea to parapet with stabilized long-lens detail on water impact", + "accents": [ + "cool marine rim-light and wet rock micro-speculars", + "high clarity on spray and water droplets" + ], + "mood": "defiant isolation", + "lighting": "daylight with high coastal contrast", + "style": "maritime fortress cinematography" + }, + { + "subGenre": "Castles", + "scene": "Castle keep interior with narrow slit windows and spiral stair silhouetted (dark)", + "sceneVariants": [ + "Castle keep interior with narrow slit windows and spiral stair silhouetted (dark)", + "Stone torches and iron sconces mounting the walls", + "A small armory alcove with rack of spears", + "A service hatch revealing a dim kitchen below", + "A single shaft of moonlight falling on a flagstone" + ], + "actions": [ + "A sentinel moving quietly along the parapet steps", + "A low conversation between a captain and a scribe about patrol routes", + "Torch flames guttering and being re-tended", + "The clink of chainmail as a guard adjusts harness" + ], + "camera": "Low-light handheld with cautious focus pulls between dark planes and single light sources", + "accents": [ + "warm torch rim-light juxtaposed with cold stone shadow", + "micro-detail on chain links and scuffs" + ], + "mood": "contained vigilance", + "lighting": "low practical torchlight with moon accent (dark)", + "style": "nocturnal heritage cinematography" + }, + { + "subGenre": "Castles", + "scene": "Baroque gardened castle with manicured terraces, fountains and statuary (day)", + "sceneVariants": [ + "Baroque gardened castle with manicured terraces, fountains and statuary (day)", + "Geometry of clipped hedges and axial paths", + "Reflecting pool forming a central axis", + "Classical statuary on pedestals catching the sun", + "Ornamental topiary framing long vistas" + ], + "actions": [ + "Gardeners trimming and sweeping decorative gravel", + "Visitors strolling along axes with guided commentary", + "Spray from ornamental fountains lit in sun creating rainbows", + "Children playing hide-and-seek among clipped yews" + ], + "camera": "Low lateral glide following axial flow with occasional high crane reveals of axial perspective", + "accents": [ + "prismatic highlights in fountain spray", + "rich saturated horticultural greens" + ], + "mood": "formal elegance", + "lighting": "bright daylight to keep color fidelity", + "style": "garden heritage cinematography" + }, + { + "subGenre": "Castles", + "scene": "Winter castle with snow on ramparts and hearth smoke curling into grey sky (day)", + "sceneVariants": [ + "Winter castle with snow on ramparts and hearth smoke curling into grey sky (day)", + "Frosted battlements and icy steps", + "Fur-clad riders returning from the hunt at a distant gate", + "Icicles forming on projecting stonework", + "A guarded gate with salted grit paths" + ], + "actions": [ + "Smoke curling from multiple hearths indicating life within", + "Horses stamping to toss off snow beside the gate", + "Servants delivering bundles of wood to keep the fires going", + "Footprints forming patterns across newly fallen snow" + ], + "camera": "Wide cold aerial with close macro inserts on frost and breath plumes", + "accents": [ + "cold blue rim-light with warm ember highlights", + "high micro-detail on rime and stone frost" + ], + "mood": "cold resilience", + "lighting": "diffuse cold daylight", + "style": "seasonal fortress cinematography" + }, + { + "subGenre": "Castles", + "scene": "Castle armory and smithy with glowing forge, hammer strikes and leather racks (day)", + "sceneVariants": [ + "Castle armory and smithy with glowing forge, hammer strikes and leather racks (day)", + "Anvils and tongs strewn with tools of the trade", + "Racks of shields and helmets hanging on wall pegs", + "A leatherworker stitching bridle straps", + "Sooted beams and stone floor scuffed by activity" + ], + "actions": [ + "Hammer-on-anvil rhythm producing sparks and ember arcs", + "Blacksmith quenching a blade in a plunge resulting in vapour hiss", + "Armour polishing sequence producing high micro-speculars", + "A trainee learning to temper under a master's gaze" + ], + "camera": "Tactile close macro with slow parallax between hammer and receiving metal", + "accents": [ + "hot orange forge glow contrasted with cool metal highlights", + "micro-spark speculars to emphasize impact" + ], + "mood": "embodied craft", + "lighting": "warm practical forge lighting", + "style": "craftsmanship heritage cinematography" + }, + { + "subGenre": "Castles", + "scene": "Forested castle approach in early autumn where a procession arrives through leaf litter (day)", + "sceneVariants": [ + "Forested castle approach in early autumn where a procession arrives through leaf litter (day)", + "Winding tree-lined avenue with dappled light", + "Mounted escorts forming a stately line", + "Small roadside shrines with offerings along the route", + "A distant tower glimpsed through trunks" + ], + "actions": [ + "Procession moving at measured pace with banners fluttering", + "Local villagers lining the approach to watch and wave", + "Leaves swirling under hooves in micro-currents", + "A herald announcing passage at a small roadside platform" + ], + "camera": "Low tracking ground shot to emphasize procession rhythm with wide parallax forestry reveals", + "accents": [ + "golden-brown autumn grading and leaf micro-texture", + "soft rim-light filtering through canopy gaps" + ], + "mood": "ceremonial arrival", + "lighting": "soft filtered autumn daylight", + "style": "procession heritage cinematography" + }, + { + "subGenre": "Castles", + "scene": "Castle dungeon and oubliette with damp stone, iron rings and faint torchlight (dark)", + "sceneVariants": [ + "Castle dungeon and oubliette with damp stone, iron rings and faint torchlight (dark)", + "Narrow barred windows near ceiling letting a pale shaft through", + "Chains hanging from wall anchors and small barred openings", + "Wooden stools and a small straw pallet", + "A distant clank of a barred door swinging" + ], + "actions": [ + "A prisoner tracing a crude mark on the wall with a bit of charcoal", + "Guards exchanging a whispered message at a slot", + "Damp water dripping at irregular intervals adding acoustic punctuation", + "A torch sputtering then being refreshed" + ], + "camera": "Low-light handheld with precise micro-focus on textures and slow reveal of depth", + "accents": [ + "cool damp rim-light with warm torch proximity accents", + "micro-detail on efflorescence and iron corrosion" + ], + "mood": "claustrophobic tension", + "lighting": "minimal practical torchlight (dark)", + "style": "noir heritage micro-cinematography" + }, + { + "subGenre": "Castles", + "scene": "Castle festival joust arena with banners, tilting barriers and trained horses (day)", + "sceneVariants": [ + "Castle festival joust arena with banners, tilting barriers and trained horses (day)", + "Bleacher seating along a tilting pitch", + "Heraldry flags snapping in wind atop pavilions", + "A small tented encampment for riders and grooms", + "A ceremonial standard planted in the center of the field" + ], + "actions": [ + "Lances striking shields producing controlled splinter effects", + "Trains of horses moving in practiced arcs", + "Crowds cheering and throwing flowers into the ring", + "Medics attending to minor knocks in a calm practiced way" + ], + "camera": "High-frame-rate telephoto for impact slow motion and wide spectator panorama", + "accents": [ + "warm golden event grade to enhance color of banners", + "specular dust micro-highlights to amplify motion" + ], + "mood": "historic pageantry", + "lighting": "bright daylight for action clarity", + "style": "event historical cinematography" + }, + { + "subGenre": "Castles", + "scene": "Moated castle with drawbridge and watch-towers reflecting in mirror water (day)", + "sceneVariants": [ + "Moated castle with drawbridge and watch-towers reflecting in mirror water (day)", + "Water lilies and reed margins softening the moat edges", + "A small fishing skiff tied to a post near the gate", + "An evening mist forming over the surface in cooler months", + "Ring of protective palisade remnants beside the moat" + ], + "actions": [ + "Drawbridge lowering for a visiting dignitary with ceremonial flourish", + "Water reflections rippling subtly as wind crosses the moat", + "Children skipping stones at a distant bank while being admonished", + "A guard testing the chain mechanism at close detail" + ], + "camera": "Reveal shot from waterline to keep with mirror symmetry and gentle parallax", + "accents": [ + "mirror-like water micro-highlights", + "soft botanical greens to contrast stone" + ], + "mood": "ceremonial calm", + "lighting": "even daylight with reflective pockets", + "style": "formal heritage cinematography" + }, + { + "subGenre": "Castles", + "scene": "Castle chapel service with stained glass light and intimate pew congregation (day)", + "sceneVariants": [ + "Castle chapel service with stained glass light and intimate pew congregation (day)", + "Small carved pulpit and embroidered altar frontals", + "A cantor leading a few voices under the vault", + "Lanterns and candles accenting a small congregation", + "A child handing a small offering at the rail" + ], + "actions": [ + "Chanting voice lifting and echoing in vault", + "Parishioners crossing and kneeling at the rod", + "A candle being lit and placed beside a photograph", + "A reading from an aged scripture with slow camera focus on hands" + ], + "camera": "Intimate steady close coverage with sensitive audio capture and shallow depth", + "accents": [ + "prismatic stained-glass shafts and warm candle rim-light", + "micro-detail on embroidered textiles" + ], + "mood": "intimate devotion", + "lighting": "soft filtered daylight and low practical candles", + "style": "sacred micro-cinematography" + }, + { + "subGenre": "Castles", + "scene": "Castle winter solstice celebration with bonfires, roasted meats and community feast (night)", + "sceneVariants": [ + "Castle winter solstice celebration with bonfires, roasted meats and community feast (night)", + "Long tables heaped with seasonal fare below parapet lights", + "Bonfires casting dancing shadow across fortress face", + "A ceremonial wreath hung on a central door", + "Storytellers and bards performing near the hearth" + ], + "actions": [ + "Flames popping and embers rising as guests clap and sing", + "Servers passing platters of roasted meats and bread", + "Children weaving lanterns on a supervised path", + "A leader raising a toast and the crowd responding in chorus" + ], + "camera": "Dynamic handheld with warm practical emphasis and crowd reaction close-ups", + "accents": [ + "fiery warm grading and reflective ember micro-highlights", + "soft grain to evoke seasonal warmth" + ], + "mood": "communal warmth", + "lighting": "deep warm night practicals and firelight", + "style": "event heritage cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/city_and_architecture_cathedrals.json b/src/data/city_and_architecture_cathedrals.json new file mode 100644 index 0000000..7cc4e71 --- /dev/null +++ b/src/data/city_and_architecture_cathedrals.json @@ -0,0 +1,379 @@ +{ + "city_architecture": [ + { + "subGenre": "Cathedrals", + "scene": "Gothic cathedral exterior at golden hour, flying buttresses and sculpted portals", + "sceneVariants": [ + "Gothic cathedral exterior at golden hour, flying buttresses and sculpted portals", + "Close study of rose window framed by tracery", + "Long approach avenue lined with ancient plane trees", + "Stone steps worn smooth by centuries of feet", + "Scaffolding at a buttress for conservation work" + ], + "actions": [ + "Sunlight grazing carved saints and producing crisp rim-light", + "Tour groups pausing before the portal for a guide's explanation", + "A bell-ringer preparing for evening tolls", + "Conservationists gently cleaning carved reliefs" + ], + "camera": "Wide tracking approach from street level with telephoto compression to highlight façade layering", + "accents": [ + "warm golden rim-light on carved stone edges", + "micro-detail on weathered chisel marks" + ], + "mood": "reverent grandeur", + "lighting": "directional late-afternoon sun with long architectural shadows", + "style": "heritage architectural cinematography" + }, + { + "subGenre": "Cathedrals", + "scene": "Cathedral nave interior with towering vaults and filtered stained-glass shafts (day)", + "sceneVariants": [ + "Cathedral nave interior with towering vaults and filtered stained-glass shafts (day)", + "A single sunbeam landing on worn choir stalls", + "Side chapels with votive candle arrays", + "Long pipe organ case dominating the rear gallery", + "Clerestory windows casting colored patterns on flagstone" + ], + "actions": [ + "Dust particles visible in a warm shaft of light", + "A choir rehearsing softly while the organist warms up", + "A solitary worshipper kneeling in a pew", + "A conservator documenting polychrome fragments" + ], + "camera": "Low dolly with slow vertical crane to emphasize soaring verticality and occasional close focus racks", + "accents": [ + "prismatic colored shafts from stained glass", + "soft ambient bloom to give a contemplative feel" + ], + "mood": "spiritual stillness", + "lighting": "filtered interior daylight with selective warm shafts", + "style": "sacred interior cinematography" + }, + { + "subGenre": "Cathedrals", + "scene": "Twilight cathedral plaza with candles and incense during a procession (dusk→night)", + "sceneVariants": [ + "Twilight cathedral plaza with candles and incense during a procession (dusk→night)", + "Procession moving across the square with flickering lights", + "Incense plumes caught in a cool cross-breeze", + "Candles placed at a temporary outdoor altar", + "A line of hooded participants silhouetted against the façade" + ], + "actions": [ + "Candlelight flickering across participant faces and stone", + "Chanting voices building a layered human chorus", + "Priests pausing to bless the crowd at key points", + "Small embers drifting from large censers" + ], + "camera": "Handheld intimate coverage with long-exposure inserts to record candle trails and subtle motion", + "accents": [ + "warm practical candle highlights contrasted against cool dusk", + "soft diffusion on incense plumes for mood" + ], + "mood": "ritual solemnity", + "lighting": "warm practicals and fading dusk (dusk→night)", + "style": "liturgical event cinematography" + }, + { + "subGenre": "Cathedrals", + "scene": "Baroque cathedral interior with gilded altarpiece and high-polish marble (day)", + "sceneVariants": [ + "Baroque cathedral interior with gilded altarpiece and high-polish marble (day)", + "Ornate stucco and gilding catching sun from side windows", + "Massive columns fluted to a richly carved entablature", + "A pilgrimage candle stand with many offerings", + "Close-ups of gilded cherubs and putti" + ], + "actions": [ + "Priest performing a morning mass with incense and processional movement", + "Visitors pausing before the altarpiece taking quiet photographs where allowed", + "Maintenance polishing brass candlesticks", + "Soft organ drones underpinning the ceremony" + ], + "camera": "Medium crane with careful exposure to hold gilding highlights and shadow detail", + "accents": [ + "rich warm gold highlights with preserved texture", + "high micro-detail on marble veining" + ], + "mood": "opulent devotion", + "lighting": "directional daylight accenting gilded surfaces", + "style": "decorative heritage cinematography" + }, + { + "subGenre": "Cathedrals", + "scene": "Cathedral crypt with low vaults, candles and reliquaries (dark)", + "sceneVariants": [ + "Cathedral crypt with low vaults, candles and reliquaries (dark)", + "Narrow stone passages lined with ancient tomb slabs", + "Small chapel alcoves with private votive offerings", + "A faint dampness generating slight surface sheen", + "Occasional liturgical relics displayed behind glass" + ], + "actions": [ + "A pilgrim tracing a carved name with gloved fingers", + "A conservator photographing an inscribed slab with LED panels", + "Soft echoes of distant chanting entering the crypt", + "A candle being lit and placed on a small ledge" + ], + "camera": "Low-light stabilized macro and mid-range shots with discrete warm LED fill to avoid harsh shadows", + "accents": [ + "soft warm micro-highlights on candle flame and reliquary glass", + "cool stone micro-texture for tactile contrast" + ], + "mood": "intimate gravity", + "lighting": "low practical candlelight and subtle LED fill (dark)", + "style": "nocturnal sacred micro-cinematography" + }, + { + "subGenre": "Cathedrals", + "scene": "Cathedral rooftop views across an old city at sunrise with bell towers piercing the horizon (day)", + "sceneVariants": [ + "Cathedral rooftop views across an old city at sunrise with bell towers piercing the horizon (day)", + "View over tile roofs and chimney stacks", + "Workers tending rooftop gardens and bell housings", + "A sunrise glow gently bathing distant hills", + "Pigeons fluttering among chimneys" + ], + "actions": [ + "Bell technicians checking cable tension at dawn", + "Photographers capturing a panoramic sunrise sequence", + "Rooftop gardeners watering early plantings", + "A chimney sweep moving carefully across tiles" + ], + "camera": "Aerial ramp with occasional close rooftop inserts and careful safety framing", + "accents": [ + "thin golden rim-light on terracotta ridges", + "micro-specular on dew-damp roof tiles" + ], + "mood": "expansive calm", + "lighting": "golden sunrise with long shadows", + "style": "panoramic heritage cinematography" + }, + { + "subGenre": "Cathedrals", + "scene": "Abandoned cathedral ruin overtaken by nature with collapsed vaults and tree growth (day)", + "sceneVariants": [ + "Abandoned cathedral ruin overtaken by nature with collapsed vaults and tree growth (day)", + "Ivy and saplings pushing through stone joints", + "Mottled sunlight through broken clerestory", + "Birds nesting inside tall cavities", + "Moss carpets and ferns in the nave" + ], + "actions": [ + "Sunlight spotlighting a single carved capital among ruin", + "Small mammals scurrying through root networks", + "A historian documenting structural collapse patterns", + "Wind moving a loose curtain of vine leaves" + ], + "camera": "Quiet wide and macro mixes with emphasis on texture and layered ruination", + "accents": [ + "muted green grading to emphasize nature reclaiming stone", + "soft volumetric shafts through broken roof sections" + ], + "mood": "melancholic reclamation", + "lighting": "dappled daylight through open roof (day)", + "style": "ruinous poetic cinematography" + }, + { + "subGenre": "Cathedrals", + "scene": "Cathedral organ concert with full choir and candlelit nave (night)", + "sceneVariants": [ + "Cathedral organ concert with full choir and candlelit nave (night)", + "Wide choir formation under a central vaulted bay", + "Close-up of massive organ pipes and action", + "Audience in hushed reverence in pews", + "Choir conductor in a silhouetted energetic posture" + ], + "actions": [ + "Organ pedals thundering underfoot and swell shutters opening", + "Choir voices rising in layered harmonic textures", + "Candles held aloft during a choral crescendo", + "Audience silent reaction as the final chord decays" + ], + "camera": "Low-light rhythmic coverage with multi-angle mixes and sensitive audio capture", + "accents": [ + "warm candle rim-light combined with subtle stage fill", + "micro-detail on organ pipe brass and leather bellows" + ], + "mood": "sublime resonance", + "lighting": "low warm practicals and controlled stage fill (night)", + "style": "musical sacred cinematography" + }, + { + "subGenre": "Cathedrals", + "scene": "Facade restoration in progress with scaffolding, laser scanning and conservation teams (day)", + "sceneVariants": [ + "Facade restoration in progress with scaffolding, laser scanning and conservation teams (day)", + "Conservation tents protecting delicate polychrome fragments", + "Aerial scaffold layers wrapping the portal", + "Technicians using non-invasive cleaning tools", + "Condition-report panels temporarily mounted near the plaza" + ], + "actions": [ + "Laser scanning captures geometry while conservators annotate", + "Hands cleaning soot from an ornamental foliate band", + "Engineers inspecting scaffold safety anchors", + "An academic briefing press for the restoration project" + ], + "camera": "Documentary close-ups with methodical pan-outs to show science and craft integration", + "accents": [ + "clinical daylight grading for documentation clarity", + "micro-highlights on tool surfaces and cleaned stone" + ], + "mood": "practical stewardship", + "lighting": "even daylight with technical fill", + "style": "conservation documentary cinematography" + }, + { + "subGenre": "Cathedrals", + "scene": "Cathedral cloister in autumn with leaf-littered walkways and students studying (day)", + "sceneVariants": [ + "Cathedral cloister in autumn with leaf-littered walkways and students studying (day)", + "Arcaded cloister walkway with vine-draped columns", + "Benches carved with graffiti and initials from centuries past", + "A small herb garden tended by novices", + "A passing academic lecture in a courtyard alcove" + ], + "actions": [ + "Students hunched over notebooks and portable recorders", + "A tutor guiding a small seminar around a carved relief", + "Leaves swirling as a bicycle passes the cloister entrance", + "A cat dozing on warmed stone steps" + ], + "camera": "Medium dolly with intimate shallow focus on faces and carved details", + "accents": [ + "warm autumnal grading and soft depth-of-field", + "micro-highlights on shaded carved surfaces" + ], + "mood": "contemplative learning", + "lighting": "soft midday with gentle shadowing", + "style": "academic heritage cinematography" + }, + { + "subGenre": "Cathedrals", + "scene": "Cathedral bell tower access with narrow spiral stair and view slits (day)", + "sceneVariants": [ + "Cathedral bell tower access with narrow spiral stair and view slits (day)", + "Stone spiral narrowing toward wooden belfry doors", + "Window slits framing city fragments far below", + "Ropes and pulley attachments for bell maintenance", + "Graffiti marks and historical scratchings on tread edges" + ], + "actions": [ + "Bell maintenance crew hauling new ropes into the belfry", + "A panoramic look released through a slit showing city geometry", + "A technician inspecting bell hung bearings", + "Slow breathing echoes in enclosed stone" + ], + "camera": "Tight gimbal moves with occasional peek-through slits to capture vertigo and context", + "accents": [ + "soft side rim-light highlighting stone texture", + "warm wooden micro-highlights in the belfry" + ], + "mood": "contained tension", + "lighting": "directional daylight through narrow slits", + "style": "vertical heritage cinematography" + }, + { + "subGenre": "Cathedrals", + "scene": "Cathedral façade lit in color projections for a civic anniversary (night)", + "sceneVariants": [ + "Cathedral façade lit in color projections for a civic anniversary (night)", + "Mapping sequences revealing sculptural detail with light", + "Crowd gathered in the plaza with celebration banners", + "A narrator speaking into a sound system as imagery evolves", + "Fireworks softening in the distance as part of the program" + ], + "actions": [ + "Projection sequences accentuating carved stories in time-lapse", + "Audience reactions and applause at key cues", + "Lighting technicians monitoring content alignment", + "Security controlling crowd thresholds" + ], + "camera": "Timed projection capture with high-dynamic-range and synchronized audio-stitch", + "accents": [ + "saturated projection color while preserving stone detail", + "soft glowing reflections on nearby wet surfaces" + ], + "mood": "communal pride", + "lighting": "vibrant projection light against deep night", + "style": "spectacle heritage cinematography" + }, + { + "subGenre": "Cathedrals", + "scene": "Winter sunrise on a cathedral with frost on carved pinnacles and a crisp blue sky (day)", + "sceneVariants": [ + "Winter sunrise on a cathedral with frost on carved pinnacles and a crisp blue sky (day)", + "Thin rime on traceried stone", + "Breath visible from early workers on scaffold", + "Long clean shadows across the plaza", + "A lone early visitor circling the perimeter" + ], + "actions": [ + "Frost catching early sunlight producing crisp micro-sparkles", + "Maintenance crew removing frost from critical metalwork", + "A dog running across an empty square leaving small prints", + "Street vendors setting up warm beverages to attract the first visitors" + ], + "camera": "Wide crisp aerial with close macro inserts on frost and carved detail", + "accents": [ + "cold cyan rim-light on frost with warm counter-sun", + "high micro-clarity on carved edges" + ], + "mood": "bracing serenity", + "lighting": "cold clear sunrise with crystalline highlights", + "style": "seasonal heritage cinematography" + }, + { + "subGenre": "Cathedrals", + "scene": "Cathedral library annex with old manuscripts and glass display cases (day)", + "sceneVariants": [ + "Cathedral library annex with old manuscripts and glass display cases (day)", + "Rows of ledgers and illuminated codices on display", + "Conservator's bench with fine brushes and humidification equipment", + "Quiet reading desk with a single lamp", + "Archival boxes labeled with conservation notes" + ], + "actions": [ + "Conservators handling manuscripts in gloved hands for close inspection", + "A scholar noting marginalia under a magnifier", + "Subtle humidity control indicators softly glowing", + "A docent guiding a small specialist group through rare holdings" + ], + "camera": "Macro-focused sequences with stable tripod and soft tungsten-balanced fill", + "accents": [ + "warm archival highlights to preserve color fidelity", + "micro-detail on vellum and ink textures" + ], + "mood": "academic reverence", + "lighting": "controlled interior daylight with rare-book-safe fill", + "style": "archival documentary cinematography" + }, + { + "subGenre": "Cathedrals", + "scene": "Cathedral in a modern plaza where old and new architecture meet, showing contextual contrast (day)", + "sceneVariants": [ + "Cathedral in a modern plaza where old and new architecture meet, showing contextual contrast (day)", + "Sleek glass pavilions juxtaposed against heavy stone", + "Pedestrian flows connecting contemporary amenities to a heritage site", + "Signage explaining conservation and contemporary intervention", + "Temporary seating and art installations placed respectfully" + ], + "actions": [ + "Visitors moving between modern pavilion and cathedral entry points", + "Guides explaining the blend of old and new", + "An outdoor café serving patrons with cathedral views", + "Maintenance ensuring barriers preserve tactile access" + ], + "camera": "Compositional wide plates that juxtapose materials with mid-range human inserts", + "accents": [ + "balanced grading to respect heritage tones amid modern brightness", + "soft speculars on glass to separate planes" + ], + "mood": "dialogue of eras", + "lighting": "even daylight with considered contrast", + "style": "contextual heritage-modern cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/city_and_architecture_factories.json b/src/data/city_and_architecture_factories.json new file mode 100644 index 0000000..34aae45 --- /dev/null +++ b/src/data/city_and_architecture_factories.json @@ -0,0 +1,429 @@ +{ + "city_architecture": [ + { + "subGenre": "Factories", + "scene": "Historic brick mill with tall chimneys, loading bays and old gantries (day)", + "sceneVariants": [ + "Historic brick mill with tall chimneys, loading bays and old gantries (day)", + "Courtyard with stacked wooden crates and trolley tracks", + "Arched windows casting grid shadows across dusty floors", + "Exterior yard with vintage delivery trucks and signage", + "Interior mezzanine with overseer's office and pinned diagrams" + ], + "actions": [ + "Forklifts moving crates along marked corridors", + "Workers loading pallets onto waiting trucks", + "A maintenance team inspecting a drive gearbox", + "A guide pointing out historic machinery to visitors" + ], + "camera": "Low dolly along service lanes with periodic crane reveals to chimneys", + "accents": [ + "warm rim-light on brick texture", + "micro-detail on flaking paint and rivet seams" + ], + "mood": "industrial nostalgia", + "lighting": "bright daylight filtering through industrial glazing", + "style": "heritage industrial cinematography" + }, + { + "subGenre": "Factories", + "scene": "Active steelworks with rolling mills, glowing ingots and molten streams (day→night)", + "sceneVariants": [ + "Active steelworks with rolling mills, glowing ingots and molten streams (day→night)", + "Night shots with molten orange rivers and sparks", + "High-angle view of rolling lines and coil stacks", + "Crane transfer of heavy hot billets between bays", + "Control room windows overlooking the production floor" + ], + "actions": [ + "Operators guiding slabs through rolling sequences", + "Crane operators swinging heavy loads into position", + "A fire watch team monitoring slag ejection", + "Engineers reading thermocouple outputs and adjusting flow" + ], + "camera": "Protected crane and long telephoto to compress scale with occasional macro on molten detail", + "accents": [ + "intense orange micro-glow and metallic speculars", + "smoke-halo rim-lights emphasizing heat" + ], + "mood": "raw mechanical intensity", + "lighting": "strong high-contrast industrial lighting with glowing process sources", + "style": "heavy industry cinematography" + }, + { + "subGenre": "Factories", + "scene": "Automotive assembly line with robotic arms, conveyor belts and body shells (day)", + "sceneVariants": [ + "Automotive assembly line with robotic arms, conveyor belts and body shells (day)", + "Station close-ups of bolt torquing robots", + "End-of-line QA inspection bay with cameras", + "Paint shop with controlled booths and drying ovens", + "Logistics bay packing completed sub-assemblies" + ], + "actions": [ + "Robotic arms welding and placing panels in precise choreography", + "Technicians performing line changeovers and tooling swaps", + "Quality inspectors scanning VINs and dimensional checks", + "Logistics staff staging boxed modules for outbound shipping" + ], + "camera": "Tracking along the conveyor with periodic robot-eye close macro", + "accents": [ + "clean industrial speculars and lacquer sheen", + "micro-highlights on brushed metal and fasteners" + ], + "mood": "precision production", + "lighting": "bright neutral task lighting optimized for inspection", + "style": "manufacturing cinematography" + }, + { + "subGenre": "Factories", + "scene": "Textile mill with looms, dye vats and bolt-stacked mezzanines (day)", + "sceneVariants": [ + "Textile mill with looms, dye vats and bolt-stacked mezzanines (day)", + "High-speed looms creating patterned cloth rolls", + "Dye vats with stirring arms and steam", + "Quality control bench inspecting weave and color", + "Rolls being pallet-wrapped and labeled for dispatch" + ], + "actions": [ + "Loom operators tending threads and fixing snags", + "Workers transferring wet bolts to drying racks", + "A colorist comparing swatches under standardized light", + "Packers labeling rolls for shipment" + ], + "camera": "Handheld lateral with high-frame inserts to capture weave motion", + "accents": [ + "saturated textile color pop and steam micro-bloom", + "micro-detail on thread texture" + ], + "mood": "rhythmic craft", + "lighting": "diffuse industrial daylight with controlled task lamps", + "style": "textile production cinematography" + }, + { + "subGenre": "Factories", + "scene": "Food processing plant with canning lines, stainless steel conveyors and HACCP signage (day)", + "sceneVariants": [ + "Food processing plant with canning lines, stainless steel conveyors and HACCP signage (day)", + "Tray-filling and sealing stations under sterile guards", + "Palletizing robots stacking crates for cold storage", + "Quality sampling lab adjacent to the line", + "Loading dock with refrigerated trucks" + ], + "actions": [ + "Operators monitoring fill volumes and seal integrity", + "Lab technicians running microbiology spot tests", + "Maintenance performing line sterilization cycles", + "Logistics coordinating chilled dispatch" + ], + "camera": "Medium crane with sterile close-ups on valves and seals", + "accents": [ + "clean stainless speculars and hygienic micro-highlights", + "neutral clinical grading for food fidelity" + ], + "mood": "sanitary efficiency", + "lighting": "bright white interior LED for hygiene and inspection", + "style": "food-industry cinematography" + }, + { + "subGenre": "Factories", + "scene": "Brewery floor with copper kettles, fermentation tanks and wooden casks (day)", + "sceneVariants": [ + "Brewery floor with copper kettles, fermentation tanks and wooden casks (day)", + "Small-batch microbrew kettle with steam rising", + "Rows of stainless fermenters with sight glasses", + "Barrel-aging room with dim timber shelving", + "Packaging line bottling and labeling craft bottles" + ], + "actions": [ + "Brewmaster sampling wort and adjusting hops", + "Workers cleaning and sanitizing tanks between batches", + "A packer feeding bottles into the labeler at steady pace", + "Cellar staff moving casks with a small forklift" + ], + "camera": "Low lateral glide with warm close-ups on copper and liquid texture", + "accents": [ + "warm copper rim-light and foam micro-detail", + "soft grain to evoke craft texture" + ], + "mood": "artisanal ritual", + "lighting": "warm practicals mixed with bright process lighting", + "style": "craft brewery cinematography" + }, + { + "subGenre": "Factories", + "scene": "Electronics cleanroom with ESD mats, gowning area and SMT lines (day)", + "sceneVariants": [ + "Electronics cleanroom with ESD mats, gowning area and SMT lines (day)", + "Close stations with pick-and-place heads placing tiny components", + "A reflow oven with conveyor and windowed inspection", + "Gowning antechamber with strict protocols", + "AOI stations scanning boards at high resolution" + ], + "actions": [ + "Technicians performing tape-and-reel feed changes", + "Engineers debugging firmware on test jigs", + "Operators inspecting boards under magnification", + "Cleanroom monitors checking particle counters" + ], + "camera": "Macro tripod inserts with sterile wider frames for context", + "accents": [ + "neutral clinical micro-highlights and controlled reflections", + "micro-detail on solder joints and component leads" + ], + "mood": "surgical precision", + "lighting": "even cool LED to avoid color cast in inspection", + "style": "cleanroom cinematography" + }, + { + "subGenre": "Factories", + "scene": "Foundry with casting pits, crucibles and hammering stations (day)", + "sceneVariants": [ + "Foundry with casting pits, crucibles and hammering stations (day)", + "Pouring operations with glowing metal flows", + "Forging hammers stamping red-hot billets", + "Sand casting mould preparation benches", + "Finishing stations grinding cast flanges" + ], + "actions": [ + "Foundry workers pouring molten metal with controlled channels", + "Blacksmiths shaping billets on an anvil", + "Grinders dressing flash and flash-filling operations", + "Quality staff measuring dimensional tolerances" + ], + "camera": "Protected low-angle with heat-haze compression and high-speed inserts", + "accents": [ + "intense molten micro-glow and smoky rim-light", + "micro-detail on grain and slag matrix" + ], + "mood": "forged intensity", + "lighting": "strong process light with hot source glow", + "style": "metalworking cinematography" + }, + { + "subGenre": "Factories", + "scene": "Glassworks with kilns, molten gob formation and annealing lehrs (day)", + "sceneVariants": [ + "Glassworks with kilns, molten gob formation and annealing lehrs (day)", + "Lampworking bench with mouth-blown forms and artisans", + "Large furnace mouth glowing deep orange", + "Automated float line with shimmering ribbon of glass", + "Cold processing area cutting and polishing edges" + ], + "actions": [ + "Glassblowers shaping gobs with blowpipes and paddles", + "Operators feeding kilns and monitoring temperatures", + "Polishers finishing pane edges and testing clarity", + "Inspectors checking anneal cycles and stress profiles" + ], + "camera": "Warm handheld to match human craft with macro detail on molten motion", + "accents": [ + "fiery orange micro-highlights and glass speculars", + "micro-detail on bubble inclusions and polish marks" + ], + "mood": "luminous craft", + "lighting": "hot process glow balanced with neutral fill", + "style": "glassmaking cinematography" + }, + { + "subGenre": "Factories", + "scene": "Print works with massive offset presses, ink fountains and folding units (day)", + "sceneVariants": [ + "Print works with massive offset presses, ink fountains and folding units (day)", + "High-speed web press run with roll-fed paper", + "Ink mixing benches with sample swatches", + "Bindery with stitchers and trimming guillotines", + "Pressroom control panel with tension meters" + ], + "actions": [ + "Press operators matching color bars and adjusting register", + "Bindery staff monitoring stitch and glue cycles", + "Quality crew checking sample copies for color fidelity", + "Maintenance performing scheduled press wash routines" + ], + "camera": "Tracking along paper path with close inserts on ink feed and register marks", + "accents": [ + "saturated ink micro-highlights and tactile paper grain detail", + "micro-detail on halftone and varnish" + ], + "mood": "mechanical rhythm", + "lighting": "bright task lighting with localized contrast", + "style": "print-industry cinematography" + }, + { + "subGenre": "Factories", + "scene": "Canning factory with steam, conveyor lanes and label applicators (day)", + "sceneVariants": [ + "Canning factory with steam, conveyor lanes and label applicators (day)", + "High-speed seamers closing lids with precise crimps", + "Pasteurization tunnels and steam condensate lines", + "Label application booths and reject lanes", + "Cold storage entry where cans queue for palletizing" + ], + "actions": [ + "Operators monitoring seam tension and seam visuals", + "Technicians clearing minor jams on labelers", + "QA sampling cans for seal integrity and weight checks", + "Forklift operators staging full pallets for dispatch" + ], + "camera": "Medium handheld with macro on seam and label detail", + "accents": [ + "warm steam micro-bloom and stainless speculars", + "micro-detail on seam crimps and label edges" + ], + "mood": "steady throughput", + "lighting": "bright industrial LED with steam diffusion", + "style": "food-packaging cinematography" + }, + { + "subGenre": "Factories", + "scene": "Recycling facility with conveyor sorting, magnets and balers (day)", + "sceneVariants": [ + "Recycling facility with conveyor sorting, magnets and balers (day)", + "Mixed-material belts with manual pick lines", + "Magnetic separators pulling ferrous metals", + "Baler compression chamber ejecting compacted bales", + "Dust extraction and optical sorting cabinets" + ], + "actions": [ + "Sorters removing contaminants and directing streams", + "Operators controlling baler cycles and safety interlocks", + "Engineers calibrating optical sorters for color thresholds", + "Maintenance clearing belt jams and greasing bearings" + ], + "camera": "Handheld industrial with wide coverage and macro on materials", + "accents": [ + "cool industrial micro-highlights and dust motes in shafts", + "micro-detail on crushed textures and baling straps" + ], + "mood": "dirty efficiency", + "lighting": "high-contrast industrial lighting with extraction fan haze", + "style": "infrastructure cinematography" + }, + { + "subGenre": "Factories", + "scene": "Cold storage distribution with racked pallets, forklifts and frosted doors (day)", + "sceneVariants": [ + "Cold storage distribution with racked pallets, forklifts and frosted doors (day)", + "High-rack aisles stretching into chilly gloom", + "Dock doors loading refrigerated trailers", + "Packing stations with thermal packaging and dry ice", + "Temperature indicators and access vestibules" + ], + "actions": [ + "Forklift drivers retrieving specified pallets with safety vests", + "Packing staff preparing outbound consignments in insulated boxes", + "Temperature monitors logging hourly readings", + "QC staff spot-checking chilled product integrity" + ], + "camera": "Low lateral with breath-haze macro and steady vehicle inserts", + "accents": [ + "cool blue micro-highlights and frost bloom on metal", + "micro-detail on condensation and pallet textures" + ], + "mood": "clinical logistics", + "lighting": "bright cool lighting balanced for human workability", + "style": "cold-chain cinematography" + }, + { + "subGenre": "Factories", + "scene": "Pharmaceutical GMP suite with isolators, laminar flow hoods and sterile gowning (day)", + "sceneVariants": [ + "Pharmaceutical GMP suite with isolators, laminar flow hoods and sterile gowning (day)", + "Controlled aseptic fill lines in isolator housings", + " gowning antechamber with strict entry protocols", + "Analytical lab adjacent for batch QA release", + "Tray flow with sealed containers awaiting inspection" + ], + "actions": [ + "Technicians performing aseptic fills under isolator gloves", + "Quality assurance signing off batch release documents", + "Engineers monitoring HEPA and pressure cascade displays", + "Operators sampling vials for sterility testing" + ], + "camera": "Macro tripod with sterile wider context and careful exposure", + "accents": [ + "neutral clinical micro-highlights and sterile speculars", + "micro-detail on vial seals and syringe tips" + ], + "mood": "regulated precision", + "lighting": "clean cool laminar lighting for compliance", + "style": "pharma-grade cinematography" + }, + { + "subGenre": "Factories", + "scene": "Small artisan workshop producing ceramics with kilns, potter's wheels and glazing benches (day)", + "sceneVariants": [ + "Small artisan workshop producing ceramics with kilns, potter's wheels and glazing benches (day)", + "Wheel-throwing benches with clay spinners and aprons", + "Glaze mixing area with labeled vats and sieves", + "Kiln yard with stacked bisque and firing logs", + "Finished shelf showing glazed forms catching light" + ], + "actions": [ + "Artisans shaping vessels and trimming footrings", + "Assistants loading kiln shelves and packing supports", + "Glazers spraying or brushing controlled finishes", + "A photographer cataloging finished pieces for sale" + ], + "camera": "Intimate handheld with macro on clay texture and glaze flow", + "accents": [ + "warm tactile grading and glaze specular micro-highlights", + "micro-detail on crackle and kiln ash" + ], + "mood": "hands-on craft", + "lighting": "soft daylight with warm kiln practicals", + "style": "artisan workshop cinematography" + }, + { + "subGenre": "Factories", + "scene": "Robotics smart factory with AGVs, vision cells and AI control hubs (day)", + "sceneVariants": [ + "Robotics smart factory with AGVs, vision cells and AI control hubs (day)", + "Automated guided vehicles ferrying parts between cells", + "Vision-guided robot pick-and-place operating at high speed", + "Centralized AI operations room with large dashboards", + "Predictive maintenance kiosks showing health analytics" + ], + "actions": [ + "AGVs navigating mapped paths with dynamic re-routing", + "Robots performing delicate assembly tasks with camera feedback", + "Engineers tuning AI models and reviewing anomaly alerts", + "Technicians swapping tool heads for multi-task cells" + ], + "camera": "Smooth drone and tracking shots to show system orchestration", + "accents": [ + "cool tech-grade micro-highlights and display glow", + "micro-detail on cable routing and sensor lenses" + ], + "mood": "automated precision", + "lighting": "balanced neutral LED for sensor fidelity", + "style": "smart-manufacturing cinematography" + }, + { + "subGenre": "Factories", + "scene": "Small-scale food artisan line (chocolate, bakery) with hand-finish stations (day)", + "sceneVariants": [ + "Small-scale food artisan line (chocolate, bakery) with hand-finish stations (day)", + "Tempering station with glossy chocolate flowing into molds", + "Bakery bench with dough shaping and proofing racks", + "Packaging bench sealing boxes and attaching labels", + "A small storefront pickup counter adjacent to the bake area" + ], + "actions": [ + "Artisans piping decorations and finishing confections", + "Oven crews monitoring proof times and temperature curves", + "Packers arranging boxes and applying brand stickers", + "A server handing out sample tastes to a waiting queue" + ], + "camera": "Macro food-focused inserts with human-scale wider frames", + "accents": [ + "warm edible micro-highlights and pastry sheen", + "micro-detail on crumb and gloss surfaces" + ], + "mood": "handmade indulgence", + "lighting": "warm practicals mixed with bright task lights", + "style": "artisan-food cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/city_and_architecture_futuristic_cities.json b/src/data/city_and_architecture_futuristic_cities.json new file mode 100644 index 0000000..616b84b --- /dev/null +++ b/src/data/city_and_architecture_futuristic_cities.json @@ -0,0 +1,454 @@ +{ + "city_architecture": [ + { + "subGenre": "Futuristic Cities", + "scene": "Neon megastructure boulevard with layered traffic decks and animated billboards (night)", + "sceneVariants": [ + "Neon megastructure boulevard with layered traffic decks and animated billboards (night)", + "Close-up of kinetic signage reacting to passerby", + "Aerial view down a canyon of glass and neon", + "Pedestrian bridges lit by programmable LEDs", + "A skytram line slicing through tower canyons" + ], + "actions": [ + "Autonomous taxis gliding between decks in silent arcs", + "Street vendors selling synthesized snacks under awnings", + "Holographic advertisements morphing to target demographics", + "A maintenance drone patching a fractured LED band" + ], + "camera": "Low-angle crane with neon-reflect push-ins and long telephoto compression", + "accents": [ + "intense neon bloom with mirror puddle reflections", + "micro-speculars on wet glass and chrome" + ], + "mood": "electric bustle", + "lighting": "neon and LED-driven layered illumination (night)", + "style": "neo-noir megastructure cinematography" + }, + { + "subGenre": "Futuristic Cities", + "scene": "Vertical farm spire integrated into residential tower with terraced greenery (day)", + "sceneVariants": [ + "Vertical farm spire integrated into residential tower with terraced greenery (day)", + "Hydroponic beds stacked on cantilevered balconies", + "Automated harvesters gliding on rails", + "Glass facades showing green heart of the tower", + "Roof-level pollinator habitat with solar canopies" + ], + "actions": [ + "Robotic harvesters collecting microgreens into modular bins", + "Residents harvesting herbs for communal kitchens", + "Technicians adjusting nutrient dosing on remote panels", + "A drone delivering fresh produce to a transit node" + ], + "camera": "Slow crane reveal from street to roof with telephoto garden inserts", + "accents": [ + "soft green rim-light and micro-dew highlights", + "clear glass micro-reflections to emphasize translucency" + ], + "mood": "sustainable optimism", + "lighting": "bright daylight with greenhouse diffusion", + "style": "eco-tech vertical cinematography" + }, + { + "subGenre": "Futuristic Cities", + "scene": "Skybridge network linking crystalline towers with moving walkways (day)", + "sceneVariants": [ + "Skybridge network linking crystalline towers with moving walkways (day)", + "Enclosed climate-controlled promenades with planted pockets", + "People in transit cafes moving between nodes", + "Emergency evacuation pods docked at junctions", + "Transparent floors showing transit below" + ], + "actions": [ + "Commuters gliding on moving walkways while AR overlays highlight directions", + "Service bots restocking walkway vending niches", + "Security scanning identity tokens at access gates", + "A small busker performing on a junction plaza" + ], + "camera": "High crane and slow lateral glide to emphasize network topology", + "accents": [ + "clean specular highlights on structural glass", + "soft bounce fill to maintain human skin tone in glass light" + ], + "mood": "connected efficiency", + "lighting": "neutral high-key daylight", + "style": "urban-transit futurism" + }, + { + "subGenre": "Futuristic Cities", + "scene": "Autonomous transit hub with maglev slips, drone pads and passenger concierge robots (day)", + "sceneVariants": [ + "Autonomous transit hub with maglev slips, drone pads and passenger concierge robots (day)", + "Arrivals hall with holographic timetables and biometrics lanes", + "Drone apron with vertical recharging pylons", + "Underground maglev throat with seamless platform screen doors", + "An integrated retail lane offering on-demand services" + ], + "actions": [ + "Passengers boarding autonomous pods via scheduled windows", + "Concierge robots guiding passengers and carrying luggage", + "Maintenance drones rotating batteries at charging nodes", + "Crowd-flow analytics projected onto public displays" + ], + "camera": "Medium wide with rapid inserts on doors, indicators and human interaction", + "accents": [ + "clean high-key lighting for display legibility", + "micro-highlights on polished composite surfaces" + ], + "mood": "ordered mobility", + "lighting": "bright artificial daylight with localized accent arrays", + "style": "mobility hub cinematography" + }, + { + "subGenre": "Futuristic Cities", + "scene": "Holographic marketplace with ephemeral stalls and virtual-physical hybrid goods (day)", + "sceneVariants": [ + "Holographic marketplace with ephemeral stalls and virtual-physical hybrid goods (day)", + "AR-enabled antiques alongside on-demand printed items", + "Crowds sampling sensory-augmented demos", + "Time-limited experiential pop-ups fluttering into place", + "A microstage with algorithmic performances" + ], + "actions": [ + "Shoppers summoning custom goods via gesture and receiving physical printouts", + "Vendors toggling hologram skins to match customer taste", + "A courier robot retrieving a real item from a nearby fulfillment node", + "An artist demonstrating a mixed-reality installation" + ], + "camera": "Low lateral glide with shallow DOF to emphasize holographic layers", + "accents": [ + "soft holographic bloom and color-shift glints", + "micro-detail on printed objects emerging from fabrication kiosks" + ], + "mood": "playful commerce", + "lighting": "mixed daylight with AR projection accents", + "style": "market futurism" + }, + { + "subGenre": "Futuristic Cities", + "scene": "Smart façade district where building skins display programmable patterns and data (night)", + "sceneVariants": [ + "Smart façade district where building skins display programmable patterns and data (night)", + "Data-visualizations wrapping entire blocks as moving tapestries", + "Emergency red-alert patterns shifting citywide", + "Advertising that adapts its palette to ambient conditions", + "Pedestrians forming viewing clusters at favored façades" + ], + "actions": [ + "City controllers updating façade themes in response to events", + "Tourists recording façade shows on devices", + "Engineers patching LED tiles with UAV assistance", + "A spontaneous street performance timed to a façade sync" + ], + "camera": "Wide crane with timed push-ins to match façade choreography", + "accents": [ + "programmed micro-bloom and synchronized specular hits", + "reflected micro-highlights on wet pavement" + ], + "mood": "spectacle and data-saturation", + "lighting": "city-scale dynamic façade lighting (night)", + "style": "digital façade cinematography" + }, + { + "subGenre": "Futuristic Cities", + "scene": "Underground utility strata where service tunnels host data-ops and climate control rigs (dark)", + "sceneVariants": [ + "Underground utility strata where service tunnels host data-ops and climate control rigs (dark)", + "Rows of cooled server racks humming behind glass", + "Massive air-handling units with braided ductwork", + "Robotic maintenance carts navigating cable corridors", + "Inspection hatches with portable diagnostics" + ], + "actions": [ + "Technicians routing ephemeral fiber and splicing nodes", + "Automated coolant pumps cycling under load", + "Robotic inspectors scanning for anomaly heat signatures", + "Engineers pulling up telemetry on rugged tablets" + ], + "camera": "Protected low-light tracking with thermal inserts and macro detail", + "accents": [ + "cool blue micro-highlights on metal and cable sheen", + "micro-detail in LED status clusters" + ], + "mood": "quiet infrastructure vigilance", + "lighting": "low-task artificial lighting with cool temperature", + "style": "infrastructural futurism" + }, + { + "subGenre": "Futuristic Cities", + "scene": "Orbital elevator interface plaza with cargo gantries and rendezvous decks (day)", + "sceneVariants": [ + "Orbital elevator interface plaza with cargo gantries and rendezvous decks (day)", + "Ground-level staging yards for vertical payloads", + "Passenger transfer domes where climbers embark", + "Massive tether anchor visible against skyline", + "Control towers coordinating ascent windows" + ], + "actions": [ + "Cargo modules being secured to transfer cradles", + "Passengers boarding pressurized shuttles for ascent", + "Engineers calibrating winch and tension systems", + "Security screening high-value payload manifests" + ], + "camera": "Aerial crane with long-lens inserts to compress gargantuan scale", + "accents": [ + "polished metallic micro-highlights and tether rim-light", + "micro-reflections on protective domes" + ], + "mood": "ambitious transit", + "lighting": "bright daylight with controlled glare management", + "style": "spaceport interface cinematography" + }, + { + "subGenre": "Futuristic Cities", + "scene": "AI-governed civic plaza with adaptive furniture, climate misters and responsive art (day)", + "sceneVariants": [ + "AI-governed civic plaza with adaptive furniture, climate misters and responsive art (day)", + "Seating reconfiguring for groups detected by sensors", + "Interactive fountains altering patterns to ambient mood", + "Public terminals providing micro-grants and civic feedback", + "Paws-and-people mode where pet paths are auto-prioritized" + ], + "actions": [ + "Plaza systems reconfiguring seating as a flash market appears", + "Citizens using terminals to vote on ephemeral programming", + "Maintenance bots sanitizing and re-aligning furniture overnight", + "An artist coding a new responsive artwork for a residency" + ], + "camera": "Medium crane into human-scale inserts capturing system transitions", + "accents": [ + "soft programmable micro-highlights and water micro-bloom", + "neutral skin-tone preserving fill under variable displays" + ], + "mood": "participatory civics", + "lighting": "balanced daylight with responsive practicals", + "style": "civic-tech cinematography" + }, + { + "subGenre": "Futuristic Cities", + "scene": "Levitation tramway slicing over parklands with silent magnetic rails (day)", + "sceneVariants": [ + "Levitation tramway slicing over parklands with silent magnetic rails (day)", + "Floating platforms bridging treetop canopies", + "Trams with transparent floors offering landscape reveals", + "Docking pods nested into skyline edges", + "A maintenance sky-crew inspecting guide rails" + ], + "actions": [ + "Trams boarding with quiet door seals and soft announcements", + "Park users watching tram shadows pass overhead", + "Automated trolley pads aligning for precise docking", + "A drone inspecting magnetic guide node integrity" + ], + "camera": "Aerial tracking with telephoto landscape compression and slow push-ins", + "accents": [ + "soft mirror micro-highlights on rail surfaces", + "leaf-edge micro-speculars where tram casts shadow" + ], + "mood": "serene futurity", + "lighting": "sunny daylight with balanced exposure", + "style": "transport-lux cinematography" + }, + { + "subGenre": "Futuristic Cities", + "scene": "Glass-spire financial district with algorithmic trading floors visible as luminous volumes (day)", + "sceneVariants": [ + "Glass-spire financial district with algorithmic trading floors visible as luminous volumes (day)", + "Glass atriums hosting ephemeral investor summits", + "Data-ticker ribbons wrapping tower cores", + "Encrypted courier lanes with secure pods", + "Sky lobbies with view over the city web" + ], + "actions": [ + "Analyst teams consulting augmented reality deal flows", + "Secure couriers transferring sealed modules between towers", + "Cleaning drones polishing façade glass between trading windows", + "A sudden market wall projection shifting public façade color" + ], + "camera": "High crane with deep telephoto breaks to capture trading floor density", + "accents": [ + "clean specular micro-highlights and reflective data ribbons", + "neutral color grading to preserve corporate palettes" + ], + "mood": "hyper-efficient capital", + "lighting": "bright controlled interior daylight with exterior glare management", + "style": "financial futurism cinematography" + }, + { + "subGenre": "Futuristic Cities", + "scene": "Suburban smart-node with shared autonomous gardens, microfactories and community sensors (day)", + "sceneVariants": [ + "Suburban smart-node with shared autonomous gardens, microfactories and community sensors (day)", + "A cluster of microfactories printing custom parts on demand", + "Communal autonomous mowers tending pocket lawns", + "Edge compute kiosks hosting neighborhood datasets", + "Charging pavilions for shared mobility fleets" + ], + "actions": [ + "Residents scheduling microfactory builds via neighborhood app", + "Autonomous mowers returning to charging docks", + "A repair bot performing a spot weld on a printed bracket", + "Neighbors reviewing shared sensor dashboards at a kiosk" + ], + "camera": "Intimate handheld to connect household scale with tech stitching", + "accents": [ + "clean micro-highlights on composite surfaces", + "soft practical fills for human faces" + ], + "mood": "practical innovation", + "lighting": "bright daylight with curated practical accents", + "style": "distributed-local futurism" + }, + { + "subGenre": "Futuristic Cities", + "scene": "Cultural archive tower with holographic galleries and immersive memory rooms (dark)", + "sceneVariants": [ + "Cultural archive tower with holographic galleries and immersive memory rooms (dark)", + "Small pods offering curated personal-history experiences", + "Archivists assembling holographic reconstructions", + "Quiet reading nooks shielded from projection light", + "A public remembrance wall cycling curated tributes" + ], + "actions": [ + "Visitors entering memory pods and selecting time-slices", + "Technicians stitching archived footage into layered displays", + "Curators moderating public narrative contributions", + "A conservator checking storage fidelity for holographic media" + ], + "camera": "Low-light tripod with careful exposure for projection legibility", + "accents": [ + "soft projection glow and volumetric micro-highlights", + "micro-detail on holographic particle artifacts" + ], + "mood": "reflective futurism", + "lighting": "controlled dark gallery lighting with projection sources", + "style": "immersive-archive cinematography" + }, + { + "subGenre": "Futuristic Cities", + "scene": "Zero-emission industrial belt with distributed energy stacks and circular logistics (day)", + "sceneVariants": [ + "Zero-emission industrial belt with distributed energy stacks and circular logistics (day)", + "Modular energy hubs coupling hydrogen, battery and solar feeds", + "Automated circular logistics sorting recovered materials", + "Green roofs on industrial sheds supporting pollinators", + "Community energy co-ops with visible dashboards" + ], + "actions": [ + "Engineers balancing microgrid feeds across neighborhoods", + "Robots sorting and routing recovered materials for reuse", + "Operators recalibrating storage in response to demand spikes", + "A community rep explaining energy data on a public screen" + ], + "camera": "Medium crane with human-scale inserts to show societal impact", + "accents": [ + "clean eco-grade micro-highlights and soft solar rim-light", + "micro-detail on composite panels and piping" + ], + "mood": "practical resilience", + "lighting": "bright daylight optimized for technical clarity", + "style": "clean-industry futurism" + }, + { + "subGenre": "Futuristic Cities", + "scene": "Personal air mobility vertiport cluster with queuing lounges and vertistack charging (day→night)", + "sceneVariants": [ + "Personal air mobility vertiport cluster with queuing lounges and vertistack charging (day→night)", + "Vertiport canopies with indexed touchdown pads", + "Passenger lounges with pre-flight biometric checks", + "Automated vertibuses aligning for mass egress", + "Charging stacks glowing softly at dusk" + ], + "actions": [ + "Passengers boarding personal air pods with soft-closing hatches", + "Ground crews securing luggage and balancing loads", + "Automated charging sequences initiating battery top-ups", + "Operations staff sequencing takeoff windows for noise mitigation" + ], + "camera": "Dynamic aerial inserts mixed with human-scale boarding shots", + "accents": [ + "soft charging glow micro-highlights and rotor reflection micro-speculars", + "neutral fill to preserve human skin tones" + ], + "mood": "streamlined ascent", + "lighting": "balanced twilight-friendly practicals (day→night)", + "style": "personal-mobility cinematography" + }, + { + "subGenre": "Futuristic Cities", + "scene": "Repair commons beneath a tower where maker-collectives refurbish and retrofit old devices (day)", + "sceneVariants": [ + "Repair commons beneath a tower where maker-collectives refurbish and retrofit old devices (day)", + "Bays of tools and shared diagnostic rigs", + "Volunteer benches refurbishing donated hardware", + "A swap-shelf of recycled parts with tagging system", + "A microbrewery-style social counter nearby" + ], + "actions": [ + "Volunteers diagnosing and replacing failed modules", + "A small class teaching soldering basics", + "A curator cataloguing salvaged boards for reuse", + "A short demo showing a retrofitted gadget in action" + ], + "camera": "Intimate handheld with macro tool inserts and wide community frames", + "accents": [ + "warm task micro-highlights and oily metal sheen", + "micro-detail on tool marks and solder joints" + ], + "mood": "repair culture warmth", + "lighting": "bright interior task lighting", + "style": "repair-commons cinematography" + }, + { + "subGenre": "Futuristic Cities", + "scene": "Climate-adaptive waterfront with retractable floodwalls, tidal turbines and promenade nodes (day)", + "sceneVariants": [ + "Climate-adaptive waterfront with retractable floodwalls, tidal turbines and promenade nodes (day)", + "Park nodes that convert to flood reservoirs when needed", + "Tidal turbine clusters integrated under promenades", + "Retractable platforms rising with tide for emergency use", + "Informational pylons showing water-level predictions" + ], + "actions": [ + "Operators cycling floodwall deployment in a drill", + "Engineers monitoring tidal turbine output", + "Families picnicking on adaptive benches that float when deployed", + "Drones mapping coastal erosion for planning" + ], + "camera": "Aerial and lateral crane passes with telephoto tidal inserts", + "accents": [ + "mirror-like water micro-highlights and engineered steel sheen", + "soft environmental grading for ecological fidelity" + ], + "mood": "adaptive calm", + "lighting": "clear daylight with engineered reflection management", + "style": "resilient waterfront cinematography" + }, + { + "subGenre": "Futuristic Cities", + "scene": "Quiet micro-residential pod cluster for single-occupancy with shared amenity cores (day)", + "sceneVariants": [ + "Quiet micro-residential pod cluster for single-occupancy with shared amenity cores (day)", + "Small private pods with foldable interiors and smart storage", + "Shared lounges and communal kitchens at cluster cores", + "Autonomous delivery lockers integrated into façades", + "A rooftop micro-park shared by pods" + ], + "actions": [ + "Residents returning from work and decluttering modular interiors", + "A concierge drone depositing a grocery order at a locker", + "Neighbors sharing a communal meal at the lounge table", + "Maintenance swapping air filters on a scheduled run" + ], + "camera": "Intimate handheld with macro on compact living mechanisms and wide amenity frames", + "accents": [ + "soft warm micro-highlights on domestic objects", + "neutral interior fill for human clarity" + ], + "mood": "compact comfort", + "lighting": "bright interior daylight with practical LED accents", + "style": "micro-living cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/city_and_architecture_historic_towns.json b/src/data/city_and_architecture_historic_towns.json new file mode 100644 index 0000000..f6cef53 --- /dev/null +++ b/src/data/city_and_architecture_historic_towns.json @@ -0,0 +1,479 @@ +{ + "city_architecture": [ + { + "subGenre": "Historic Towns", + "scene": "Cobblestone main square at mid-morning with merchants setting out stalls", + "sceneVariants": [ + "Cobblestone main square at mid-morning with merchants setting out stalls", + "Arcaded marketplace framed by carved stone facades", + "A small fountain at the square center surrounded by benches", + "Laundry lines strung between upper-floor windows above the square", + "A procession of bicycles weaving between market stalls" + ], + "actions": [ + "Merchants unpacking goods and arranging colorful textiles", + "A cart rattling slowly across the cobbles", + "Children chasing a ball between tables", + "A bell-ringer sounding a morning chime from the tower" + ], + "camera": "Low steady dolly across the cobbles with intermittent medium push-ins on vendor hands and faces", + "accents": [ + "warm rim-light on carved stone edges", + "micro-detail on woven textiles and merchant wares" + ], + "mood": "busy conviviality", + "lighting": "soft warm morning light with gentle fill", + "style": "empathetic heritage documentary" + }, + { + "subGenre": "Historic Towns", + "scene": "Narrow medieval lane with overhanging timbered houses and deep shadows (day)", + "sceneVariants": [ + "Narrow medieval lane with overhanging timbered houses and deep shadows (day)", + "A crooked street opening into a small chapel courtyard", + "Flagstone drains channeling rain along the lane", + "A stack of firewood and potted herbs on windowsills", + "An old signboard creaking above a low doorway" + ], + "actions": [ + "A baker passing a tray of breads into a courtyard", + "A cat slipping through a half-open gate and vanishing", + "A local guide pointing out a carved lintel", + "Soft footfall echoes from a single passerby" + ], + "camera": "Handheld intimate tracking that negotiates tight turns, with selective shallow focus", + "accents": [ + "high micro-detail on wood grain and mortar textures", + "soft warm bounce lighting on shaded walls" + ], + "mood": "quiet intimacy", + "lighting": "directional daylight with contrasting shaded pockets", + "style": "textural historic portraiture" + }, + { + "subGenre": "Historic Towns", + "scene": "Riverside quay with old warehouses converted to cafés and galleries (day)", + "sceneVariants": [ + "Riverside quay with old warehouses converted to cafés and galleries (day)", + "Mooring posts and small fishing boats tied to a stone quay", + "Café terraces overlooking a lazy river bend", + "Historic signage and painted advertisements faded on brick walls", + "A narrow footbridge connecting both sides" + ], + "actions": [ + "Baristas serving cups to early patrons", + "Kayakers slipping silently past in small boats", + "Street artists laying out easels near a wall", + "A barge passing slow with a small crew waving" + ], + "camera": "Medium crane from waterline to terrace level with smooth crossfades into interior shots", + "accents": [ + "warm reflective highlights on river ripples", + "textured brick micro-detail in close-up" + ], + "mood": "relaxed cultural charm", + "lighting": "even daylight with warm river reflections", + "style": "heritage-lifestyle cinematography" + }, + { + "subGenre": "Historic Towns", + "scene": "Hilltop citadel with crenellated walls and panoramic valley views (day)", + "sceneVariants": [ + "Hilltop citadel with crenellated walls and panoramic valley views (day)", + "Stone ramparts pockmarked by centuries of weather", + "A narrow drawbridge and moat visible in the approach", + "Flag fluttering on a keep tower", + "Ruined chapels and small cloisters inside the walls" + ], + "actions": [ + "Visitors walking along battlements taking in the view", + "A small interpretive group listening closely to a guide", + "A shepherd dog trotting near the parapet", + "Young actors in costume rehearsing a historical scene" + ], + "camera": "Wide aerial approach sweeping up to a defensive wall with telephoto cuts for scale", + "accents": [ + "crisp rim-light on stone edges to emphasize texture", + "high dynamic-range to preserve valley detail" + ], + "mood": "stoic grandeur", + "lighting": "clear bright daylight with strong contrast", + "style": "epic heritage cinematography" + }, + { + "subGenre": "Historic Towns", + "scene": "Sunlit vineyard village with terraced stone houses and drying grape racks (day)", + "sceneVariants": [ + "Sunlit vineyard village with terraced stone houses and drying grape racks (day)", + "Low stone walls and terraced viticulture hugging a hillside", + "Laundry and drying grapes forming patterns on terraces", + "A small wine press building with an old oak door", + "A procession of harvesters carrying woven baskets" + ], + "actions": [ + "Harvesters moving slowly with laden baskets", + "A vintner checking fermentation barrels in a cellar", + "Children playing among stacked crates", + "A couple sharing a shaded bench under a fig tree" + ], + "camera": "Low dolly following a harvest walkway with wide terrace reveals and macro grape close-ups", + "accents": [ + "golden midday rim-light on vine leaves", + "micro-detail on grape skin textures in macro" + ], + "mood": "bucolic warmth", + "lighting": "strong warm daylight emphasizing earth tones", + "style": "rural heritage cinematography" + }, + { + "subGenre": "Historic Towns", + "scene": "Market night festival in a historic lane lit by paper lanterns (night)", + "sceneVariants": [ + "Market night festival in a historic lane lit by paper lanterns (night)", + "Temporary stalls selling crafts and food under warm lantern glow", + "Strings of lanterns creating a low canopy above the lane", + "Traditional music performers on a small raised platform", + "A dense crowd moving in slow celebratory waves" + ], + "actions": [ + "Families sharing food and clapping along with music", + "Artisans demonstrating craft techniques in close-up", + "Lanterns swinging gently with the crowd motion", + "A slow procession carrying a decorated palanquin" + ], + "camera": "Handheld intimate coverage with shallow depth to isolate faces and lantern bokeh", + "accents": [ + "soft warm lantern bloom and natural filmic grain", + "micro-highlights on glazed pottery and metalwork" + ], + "mood": "communal festivity", + "lighting": "warm low artificial lantern light (night)", + "style": "ethnographic nocturnal portraiture" + }, + { + "subGenre": "Historic Towns", + "scene": "Old university quarter with cloisters, stone staircases and reading nooks (day)", + "sceneVariants": [ + "Old university quarter with cloisters, stone staircases and reading nooks (day)", + "Courtyards punctuated by statues and trimmed hedges", + "Arched walkways with student gatherings", + "A small bell tower marking the faculty hall", + "Leather-bound books stacked in a window display" + ], + "actions": [ + "Students discussing in small circles under archways", + "A tutor pointing to diagrams in an open folio", + "A librarian closing an ancient oak door", + "A pigeon hopping across a carved plinth" + ], + "camera": "Gentle crane and dolly to preserve composed frames, with slow focus racks on manuscript pages", + "accents": [ + "soft academic warm grading", + "high-fidelity texture on carved stone and parchment" + ], + "mood": "scholarly calm", + "lighting": "diffuse daylight with controlled aperture shafts", + "style": "quiet institutional cinematography" + }, + { + "subGenre": "Historic Towns", + "scene": "Medieval festival reenactment on castle green with tents and archery (day)", + "sceneVariants": [ + "Medieval festival reenactment on castle green with tents and archery (day)", + "Colorful pennants and bannered tents marking event plots", + "Archers and armored volunteers performing demonstrations", + "Campfires and traditional cooking smoke mixing with festival aromas", + "Children in period costume running between tents" + ], + "actions": [ + "Swordplay demonstrations intercut with slow audience reaction shots", + "Archers releasing ceremonial volleys in synchronized cadence", + "A scribe illustrating a scroll at a shaded table", + "Spectators sampling traditional food from stalls" + ], + "camera": "Handheld action coverage with medium telephoto slowmo inserts for performance impact", + "accents": [ + "warm festival grading with high-contrast costume color", + "specular micro-highlights on polished metal armor" + ], + "mood": "historic spectacle", + "lighting": "bright midday festival light", + "style": "event-driven heritage cinematography" + }, + { + "subGenre": "Historic Towns", + "scene": "Saltbox fishing village with clapboard houses and nets drying on racks (day)", + "sceneVariants": [ + "Saltbox fishing village with clapboard houses and nets drying on racks (day)", + "Narrow passages between whitewashed cottages", + "Rocky shoreline with small skiffs pulled ashore", + "Fish smokehouses with aromatic plumes", + "Children scrambling over low stone walls" + ], + "actions": [ + "Fishermen mending nets in concentrated repetition", + "A small launch slipping out on a calm morning", + "Dogs nosing through overturned crates for scraps", + "A local elder telling sea tales to a small gathering" + ], + "camera": "Low coastal glide with close hands-on-detail cuts and wide village context", + "accents": [ + "salt-bleached color grading and textured wood micro-detail", + "soft prism highlights on wet rope and net fibers" + ], + "mood": "salt-scented nostalgia", + "lighting": "clear coastal daylight with long directional light", + "style": "seaside heritage cinematography" + }, + { + "subGenre": "Historic Towns", + "scene": "Nightwatch streets: lamplit alleys and watchman rounds in a preserved quarter (night)", + "sceneVariants": [ + "Nightwatch streets: lamplit alleys and watchman rounds in a preserved quarter (night)", + "Gas-lamp glow pooling on wet flagstones", + "A watchman with a staff and lantern walking a slow beat", + "Shutters closed and silhouette-figures at upper windows", + "Distant horizon with cathedral spire backlit by moon" + ], + "actions": [ + "Watchman calling a time-hymn at intervals", + "Footsteps echoing as the lantern beam moves", + "Occasional cat slinking across the lamplight", + "A locked gate being inspected at close detail" + ], + "camera": "Quiet handheld with long exposures to keep lamp pools soft and atmospheric", + "accents": [ + "warm lamplight bloom against cool night shadow", + "fine grain and natural filmic texture" + ], + "mood": "mysterious patience", + "lighting": "low lamplight night with controlled highlight bleed", + "style": "nocturnal heritage cinematography" + }, + { + "subGenre": "Historic Towns", + "scene": "Old shipyard quarter where restored maritime workshops line the quay (day)", + "sceneVariants": [ + "Old shipyard quarter where restored maritime workshops line the quay (day)", + "Timber ribs and small boat restorations visible near open sheds", + "Pulley systems and block-and-tackle rigging hanging from beams", + "A small maritime museum with displayed figureheads", + "A retired captain smoking quietly on a bench" + ], + "actions": [ + "Carpenters planing planks for a wooden skiff", + "Polishing brass fittings and oiling ropes", + "Visitors touring an open workshop and asking questions", + "A small demonstration of traditional rope-splicing" + ], + "camera": "Low lateral dolly with intimate medium inserts on craft hands and tools", + "accents": [ + "textured wood grain and metallic micro-detail", + "warm workshop light balanced with daylight" + ], + "mood": "craft reverence", + "lighting": "balanced daylight with warm interior pockets", + "style": "craftsmanship heritage cinematography" + }, + { + "subGenre": "Historic Towns", + "scene": "Quiet monastery gardens with cloister paths and ancient herb beds (day)", + "sceneVariants": [ + "Quiet monastery gardens with cloister paths and ancient herb beds (day)", + "Trimmed box hedges and stone benches under plane trees", + "A narrow water rill running through the garden", + "Sunlit mosaic paving marking an old chapel approach", + "Rosary beads and small devotional tokens left on a bench" + ], + "actions": [ + "Monks moving quietly along paths in ceremonial rhythm", + "A novice watering herbs and collecting samples", + "Soft bell tolls marking midday prayer", + "Small birds flitting through clipped hedges" + ], + "camera": "Slow tracking with long shallow focus racks to emphasize stillness and ritual", + "accents": [ + "soft golden shafts through foliage", + "micro-detail on leaf venation and carved motifs" + ], + "mood": "contemplative serenity", + "lighting": "gentle midday shafts with soft fill", + "style": "sacred garden cinematography" + }, + { + "subGenre": "Historic Towns", + "scene": "Moonlit ruined abbey with pale stone and long church shadows (night)", + "sceneVariants": [ + "Moonlit ruined abbey with pale stone and long church shadows (night)", + "Broken arches forming ghostly frames", + "Crescents of moonlight falling through open vaults", + "A distant owl calling from a crumbling belfry", + "Thin fog drifting through nave remains" + ], + "actions": [ + "Moonlight accentuating carved capitals and eroded faces", + "A silhouette crossing an archway in slow motion", + "Motes drifting in the silver pools of light", + "A historian recording the site with a quiet voice" + ], + "camera": "Long-exposure stabilized passes with close micro-shots on stone relief", + "accents": [ + "cool moonlit rim-light and subtle shadow fill", + "soft filmic grain to enhance age and texture" + ], + "mood": "elegiac hush", + "lighting": "low moonlit night with subtle fog diffusion", + "style": "romantic nocturnal heritage cinematography" + }, + { + "subGenre": "Historic Towns", + "scene": "Festival of light on a historic bridge with lanterns and projected frescoes (night)", + "sceneVariants": [ + "Festival of light on a historic bridge with lanterns and projected frescoes (night)", + "Projectors painting color onto stone arches", + "Lanterns paddling along the river under the bridge", + "Crowds stopping on the span to take pictures", + "A choir performing near the bridgehead" + ], + "actions": [ + "Projected images mapping architectural detail in rhythm", + "Lantern-lit boats drifting under the arches", + "Audiences applauding as a sequence completes", + "Children releasing small floating candles onto the water" + ], + "camera": "Dynamic night-time aerial and bridge-level mixed coverage with careful exposure grading", + "accents": [ + "vibrant projection color on textured stone", + "soft water speculars reflecting moving lights" + ], + "mood": "communal enchantment", + "lighting": "vibrant artificial projection with warm practical lanterns (night)", + "style": "event-driven heritage cinematography" + }, + { + "subGenre": "Historic Towns", + "scene": "Autumn lane lined with maples and historic bakeries with smoke curling from chimneys (day)", + "sceneVariants": [ + "Autumn lane lined with maples and historic bakeries with smoke curling from chimneys (day)", + "Golden leaf carpets on flagstone paths", + "Small shopfront windows displaying seasonal goods", + "A baker sliding fresh loaves from a stone oven", + "A tractor bringing in firewood to a nearby inn" + ], + "actions": [ + "Leaves swirling as pedestrians move through", + "Steam and flour dust mixing at a bakery doorway", + "A musician playing a small violin under an awning", + "Customers choosing pies and pastries at a counter" + ], + "camera": "Warm low crane with close texture inserts and medium human-scale compositions", + "accents": [ + "warm autumnal grading and soft rim-light on steam", + "micro-detail on pastry crusts" + ], + "mood": "comforting nostalgia", + "lighting": "soft warm daylight typical of golden autumn", + "style": "seasonal heritage cinematography" + }, + { + "subGenre": "Historic Towns", + "scene": "Early morning fog lifting from a canal-side quarter with gondolas and narrow stairways (day)", + "sceneVariants": [ + "Early morning fog lifting from a canal-side quarter with gondolas and narrow stairways (day)", + "Pale reflections of shuttered windows on glassy water", + "Laundry lines above narrow canals and mossy stone steps", + "A small boatman guiding a gondola through a tight turn", + "Birds roosting under eaves and peeking from niches" + ], + "actions": [ + "Fog dissolving as a slow boat glides through", + "Shop owners unlocking and sweeping thresholds", + "A photographer capturing minimalistic reflections", + "A child skipping stones from a low landing" + ], + "camera": "Low water-level glide with slow vertical reveal to rooftop silhouettes", + "accents": [ + "soft pastel fog grading and mirror-like water highlights", + "micro-detail on moss and wet stone" + ], + "mood": "gentle reveal", + "lighting": "diffuse dawn with lifting fog", + "style": "moody canal-side cinematography" + }, + { + "subGenre": "Historic Towns", + "scene": "Winter market in a fortified square with evergreen garlands and kettle stalls (dark)", + "sceneVariants": [ + "Winter market in a fortified square with evergreen garlands and kettle stalls (dark)", + "Frosted breath visible in the cold air", + "Steam rising from hot beverage stalls", + "Sweaters and scarves forming colorful human texture", + "Small wooden chalets forming a circular market" + ], + "actions": [ + "People huddling with hot drinks while vendors ladle soups", + "Choirs singing carols near a decorated tree", + "Candlemakers demonstrating handcraft in close-up", + "A skater looping on a small temporary rink" + ], + "camera": "Intimate handheld with tight shallow depth around faces and vendor wares", + "accents": [ + "warm practical highlights against cool ambient snow", + "soft bokeh on candle flames to create depth" + ], + "mood": "festive warmth", + "lighting": "cold night with warm practical pools (night)", + "style": "nocturnal seasonal heritage cinematography" + }, + { + "subGenre": "Historic Towns", + "scene": "Post-storm morning revealing a historic lane washed clean with fresh sheen (day)", + "sceneVariants": [ + "Post-storm morning revealing a historic lane washed clean with fresh sheen (day)", + "Glittering cobbles and reflections in puddles", + "Steam rising as the street warms slowly", + "Sun breaking through low clouds onto carved facades", + "A stray dog shaking droplets off its coat" + ], + "actions": [ + "Shopkeepers sweeping and setting out displays", + "Children leaping over shallow puddles with laughter", + "A cobbler oiling leather shoes near a doorway", + "A mail carrier delivering bundles on a bicycle" + ], + "camera": "Reflective mid-range glide with delicate macro drops to droplet and stone detail", + "accents": [ + "mirror micro-highlights and saturated post-rain colors", + "textured wet-stone micro-detail" + ], + "mood": "refreshing recovery", + "lighting": "bright post-rain sunlight with soft contrasts", + "style": "uplifting heritage cinematography" + }, + { + "subGenre": "Historic Towns", + "scene": "Sunrise bell-tower silhouette over tile roofs with morning mist in the valley (day)", + "sceneVariants": [ + "Sunrise bell-tower silhouette over tile roofs with morning mist in the valley (day)", + "A slow beam of morning sun hitting a rooftop ridge", + "Smoke from chimneys dissipating into pale air", + "A distant shepherd moving along a ridge below", + "A rooftop laundry line catching first light" + ], + "actions": [ + "Bell tolls marking dawn in gentle cadence", + "Mists lifting as sun energy increases", + "Roosters crowing in scattered courtyards", + "Window shutters opening to reveal faces" + ], + "camera": "Slow aerial ramp with silhouette to color transition and gentle parallax", + "accents": [ + "golden edge light and soft mist diffusion", + "micro-detail on terracotta texture" + ], + "mood": "awakened ritual", + "lighting": "golden early-morning light with valley mist", + "style": "poetic dawn heritage cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/city_and_architecture_libraries.json b/src/data/city_and_architecture_libraries.json new file mode 100644 index 0000000..720e5b2 --- /dev/null +++ b/src/data/city_and_architecture_libraries.json @@ -0,0 +1,379 @@ +{ + "city_architecture": [ + { + "subGenre": "Libraries", + "scene": "Historic stone library with high arched windows and reading alcoves (day)", + "sceneVariants": [ + "Historic stone library with high arched windows and reading alcoves (day)", + "A long reading room with wooden stacks and narrow catwalks", + "Sunlight pouring through stained glass and casting patterns on tables", + "A quiet courtyard visible through a colonnade", + "A carved entrance portal with engraved dedications" + ], + "actions": [ + "Readers bent over folios under shaded lamps", + "A librarian guiding a student to a reference shelf", + "Soft footsteps dampened by thick rugs", + "A conservator inspecting an illuminated manuscript" + ], + "camera": "Slow dolly down the main aisle with periodic close-ups on hands and marginalia", + "accents": [ + "warm skylight shafts across oak surfaces", + "micro-detail on leather bindings and gilt tooling" + ], + "mood": "scholarly calm", + "lighting": "filtered daylight with soft interior fill", + "style": "heritage interior cinematography" + }, + { + "subGenre": "Libraries", + "scene": "Modern glass library atrium with multi-level stacks and suspended reading pods (day)", + "sceneVariants": [ + "Modern glass library atrium with multi-level stacks and suspended reading pods (day)", + "Open-plan levels connected by floating stair", + "Transparent pods offering isolated study booths", + "A café terrace overlooking the stacks", + "Digital discovery kiosks dotted across landing zones" + ], + "actions": [ + "Students using integrated kiosks for catalog searches", + "People moving between levels in measured flows", + "A staff member demonstrating a digital archive", + "A small group in a glass pod rehearsing a presentation" + ], + "camera": "Vertical crane from ground to roof capturing layered human activity and pod details", + "accents": [ + "clean high-key daylight for display clarity", + "specular highlights on glass and polished metal" + ], + "mood": "contemporary study", + "lighting": "bright natural daylight with neutral fill", + "style": "modern institutional cinematography" + }, + { + "subGenre": "Libraries", + "scene": "Small neighborhood lending library with wooden counters and community noticeboard (day)", + "sceneVariants": [ + "Small neighborhood lending library with wooden counters and community noticeboard (day)", + "A compact lending desk with a friendly librarian", + "Floor-to-ceiling shelves in narrow aisles", + "A children's reading nook with colorful rugs", + "A small community noticeboard of local events" + ], + "actions": [ + "Locals checking out books and chatting about recommendations", + "A volunteer restocking returned books", + "A child picking a picture book and settling on a rug", + "Staff posting a new community event notice" + ], + "camera": "Intimate handheld with close inserts on spine labels and handwritten notes", + "accents": [ + "warm interior fill to emphasize human scale", + "micro-highlights on worn paper texture" + ], + "mood": "friendly accessibility", + "lighting": "soft interior daylight with warm accents", + "style": "community library cinematography" + }, + { + "subGenre": "Libraries", + "scene": "University research library vault with climate-controlled shelving and rare volumes (day)", + "sceneVariants": [ + "University research library vault with climate-controlled shelving and rare volumes (day)", + "Rows of compact mobile stacks and numbered endplates", + "A glassed secure reading room with supervised handling", + "Conservation bench with tools and archival boxes", + "A small scanner for high-fidelity imaging" + ], + "actions": [ + "Researchers requesting fragile volumes under supervision", + "Conservators documenting condition and stabilizing pages", + "Technicians operating high-resolution scanners", + "Archivists retrieving cataloged items from mobile stacks" + ], + "camera": "Careful tripod macro and medium shots focusing on hands and instrument panels", + "accents": [ + "neutral archival lighting to protect pigments", + "micro-detail on vellum, stitching and page edges" + ], + "mood": "institutional focus", + "lighting": "controlled low-UV daylight or LED archival lighting", + "style": "archival research cinematography" + }, + { + "subGenre": "Libraries", + "scene": "Children's library with colorful stacks, story circle and puppet stage (day)", + "sceneVariants": [ + "Children's library with colorful stacks, story circle and puppet stage (day)", + "Low shelves arranged in playful shapes", + "A puppetry stage with felt backdrops", + "Story-time rugs with seating cushions", + "Interactive tactile panels for early literacy" + ], + "actions": [ + "A librarian animatedly reading a story as children respond", + "Parents helping children choose books", + "A puppet show with simple sound effects", + "A craft table where kids glue and assemble small projects" + ], + "camera": "Low child-eye handheld with frequent wide vantage on group reactions and macro on illustrated pages", + "accents": [ + "vibrant saturated color grading for visual appeal", + "soft warm fill to keep expressions readable" + ], + "mood": "playful learning", + "lighting": "bright even daylight for color fidelity", + "style": "children's library cinematography" + }, + { + "subGenre": "Libraries", + "scene": "Digital media library with podcast booths, recording gear and editing suites (day)", + "sceneVariants": [ + "Digital media library with podcast booths, recording gear and editing suites (day)", + "Soundproof booths with condenser microphones and pop filters", + "A public editing bay with multiple monitor stations", + "A small lending rack of audio-visual gear", + "A display of community-produced podcasts and video projects" + ], + "actions": [ + "Creators recording voice tracks in a booth", + "Editors assembling timelines at high-resolution monitors", + "Staff lending portable recorders and camera kits", + "A workshop attendee learning podcasting basics" + ], + "camera": "Intimate mid-range coverage with close micro on equipment interfaces and waveform detail", + "accents": [ + "neutral tech-grade color to preserve interface legibility", + "soft micro-speculars on microphone and glass" + ], + "mood": "creative production", + "lighting": "even interior LED lighting controlled to avoid glare", + "style": "digital media cinematography" + }, + { + "subGenre": "Libraries", + "scene": "Historic map room with rolled maps, large table and backlit map cabinet (day)", + "sceneVariants": [ + "Historic map room with rolled maps, large table and backlit map cabinet (day)", + "Wide flat table for large-plan assembly", + "Drawers of rolled cartography labeled by region and period", + "A backlit tracing table for detailed examination", + "A small study nook with a precision lamp" + ], + "actions": [ + "Researchers unrolling large maps on the table for joint inspection", + "A conservator flattening a brittle edge under a humidified sleeve", + "A student tracing old coastlines for a thesis", + "A curator photographing details for digital archive" + ], + "camera": "Slow top-down crane for map spreads with macro insets on cartographic detail", + "accents": [ + "soft neutral fill to preserve paper tone", + "micro-detail on printed halftone and ink" + ], + "mood": "analytical curiosity", + "lighting": "controlled diffused daylight and tracing-table backlight", + "style": "cartographic archival cinematography" + }, + { + "subGenre": "Libraries", + "scene": "Library makerspace with 3D printers, laser cutters and prototyping benches (day)", + "sceneVariants": [ + "Library makerspace with 3D printers, laser cutters and prototyping benches (day)", + "Rows of desktop fabrication gear with safety shielding", + "Wall of filament spools and material samples", + "A supervised laser cutting enclosure and extraction", + "A display wall of recent community prototypes" + ], + "actions": [ + "Patrons sending jobs to 3D printers and monitoring prints", + "An instructor demonstrating safe laser cutter operation", + "A rapid prototyping session producing a small assembly", + "A curator documenting maker outputs for exhibition" + ], + "camera": "Macro and medium mixes capturing machine motion, filament texture and human interaction", + "accents": [ + "clean tech grading with specular micro-highlights on printed surfaces", + "soft safety lighting to emphasize operational clarity" + ], + "mood": "hands-on innovation", + "lighting": "bright interior LED with task lighting on benches", + "style": "makerspace cinematography" + }, + { + "subGenre": "Libraries", + "scene": "Open-air pop-up library on a plaza with movable shelves and reading benches (day)", + "sceneVariants": [ + "Open-air pop-up library on a plaza with movable shelves and reading benches (day)", + "Foldable wooden shelves arranged in geometric patterns", + "A small canopy reading tent and children's story table", + "Signage promoting reading programs and lending rules", + "A volunteer check-out desk with mobile scanner" + ], + "actions": [ + "Volunteers lending and re-shelving books in a brisk flow", + "Visitors browsing for curated titles and sitting on benches", + "A short author talk under a canopy", + "Children participating in an interactive reading corner" + ], + "camera": "Low lateral glide with close-reader inserts and small staged wide scenes", + "accents": [ + "natural warm daylight grading to keep paper true", + "micro-highlights on cover textures" + ], + "mood": "public outreach", + "lighting": "bright daylight with occasional canopy shade", + "style": "pop-up library cinematography" + }, + { + "subGenre": "Libraries", + "scene": "Research reading room with reserved desks, lamps and quiet signage (day)", + "sceneVariants": [ + "Research reading room with reserved desks, lamps and quiet signage (day)", + "Numbered desks with soft task lamps and power outlets", + "A reserved stack with closed-access material and request slips", + "A quiet tech station for remote database access", + "Subtle acoustic panels mounted to preserve hush" + ], + "actions": [ + "Readers absorbed in detailed study under single lamps", + "A librarian fetching a reserved item from a secure shelf", + "A student making careful marginal notes for citation", + "A researcher consulting microfiche or digital archive terminals" + ], + "camera": "Medium tripod with careful exposure to preserve lamp pools and paper tonality", + "accents": [ + "soft tungsten-like task light and neutral ambient fill", + "micro-detail on pencil strokes and index slips" + ], + "mood": "focused concentration", + "lighting": "controlled interior with warm desk lamps", + "style": "study room cinematography" + }, + { + "subGenre": "Libraries", + "scene": "Library roof garden with reading lounges, shade pergolas and skyline views (day)", + "sceneVariants": [ + "Library roof garden with reading lounges, shade pergolas and skyline views (day)", + "Clustered lounge furniture with integrated planters", + "Solar shade sails and low wooden decking", + "A small pop-up book sale table near the entrance", + "A distant view over urban rooftops to a landmark" + ], + "actions": [ + "Readers lounging with tablets and paper books", + "A librarian hosting an outdoor book club session", + "Maintenance watering planters and checking irrigation", + "A photographer capturing skyline-paired portraits" + ], + "camera": "Medium drone into human-scale glide with macro inserts on plant textures and book pages", + "accents": [ + "golden rim-light on deck edges and plant leaves", + "micro-speculars on reading glasses and cup rims" + ], + "mood": "elevated calm", + "lighting": "bright daylight with soft shade pockets", + "style": "rooftop library cinematography" + }, + { + "subGenre": "Libraries", + "scene": "Mobile library van setting up on a neighborhood corner with fold-out shelves (day)", + "sceneVariants": [ + "Mobile library van setting up on a neighborhood corner with fold-out shelves (day)", + "Brightly wrapped van with community branding", + "Fold-out shelving and quick sign-up station", + "A volunteer stamping membership cards and issuing loans", + "A small children's circle for story-time near the van" + ], + "actions": [ + "Volunteers checking IDs and issuing library cards", + "Locals browsing quick titles and checking out items", + "A story-time session drawing a small group of children", + "Volunteers restocking donations and reorganizing displays" + ], + "camera": "Handheld documentary coverage with quick close-ups on stamps and hand-offs", + "accents": [ + "vivid brand color pops and natural daylight", + "micro-highlights on laminated cards and covers" + ], + "mood": "direct outreach", + "lighting": "bright daylight for open-air clarity", + "style": "mobile outreach cinematography" + }, + { + "subGenre": "Libraries", + "scene": "Historic reading terrace with sculpture, benches and classical balustrade (day)", + "sceneVariants": [ + "Historic reading terrace with sculpture, benches and classical balustrade (day)", + "Stone balustrades overlooking a garden or cityscape", + "Marble sculpture group as focal point", + "Long benches designed for reading and reflection", + "A small plaque describing the terrace donors" + ], + "actions": [ + "Readers reclining on benches with large folios", + "A docent explaining sculptural iconography to visitors", + "Maintenance polishing bronze plaques and sweeping paths", + "A photographer arranging a portrait session against the balustrade" + ], + "camera": "Medium crane with slow push-in to human portraits and wide terrace reveals", + "accents": [ + "soft golden rim-light on marble edges", + "micro-speculars on polished bronze" + ], + "mood": "calm dignity", + "lighting": "soft daylight with long shadows", + "style": "terrace heritage cinematography" + }, + { + "subGenre": "Libraries", + "scene": "After-hours library event with dimmed stacks, projector screenings and quiet crowds (night)", + "sceneVariants": [ + "After-hours library event with dimmed stacks, projector screenings and quiet crowds (night)", + "Low projector glow creating focal pools within stacks", + "Small talk sessions and panel seating among aisles", + "Evening candle-like practicals permitted for ambience", + "A soft Q&A after a screening with a small audience" + ], + "actions": [ + "Audience listening to a speaker with occasional applause", + "A librarian running projection and AV equipment", + "Small clusters forming for post-talk discussion", + "Cleanup crew returning tables and stacking chairs after the event" + ], + "camera": "Low-light handheld and static wide to capture speaker and audience interactions", + "accents": [ + "soft projection glow and warm human practicals", + "micro-highlights on paper and hands" + ], + "mood": "intellectual evening", + "lighting": "low mixed artificial for projection legibility (night)", + "style": "event library cinematography" + }, + { + "subGenre": "Libraries", + "scene": "Reference desk with expert staff, thick indexes and microfilm reader (day)", + "sceneVariants": [ + "Reference desk with expert staff, thick indexes and microfilm reader (day)", + "Long counter with nameplates and reference signage", + "A microfilm reader with a small viewing hood", + "Reference cards and subject index cabinets", + "A phone line and queued research requests area" + ], + "actions": [ + "Reference staff retrieving indexed material and advising patrons", + "A researcher viewing microfilm and making notes", + "A librarian entering metadata into a terminal", + "A patron receiving scanned pages via email for remote use" + ], + "camera": "Documentary close-ups on cards, microfilm reels and hand gestures", + "accents": [ + "neutral clinical grading for legibility", + "soft micro-speculars on glass and metal handles" + ], + "mood": "professional service", + "lighting": "even interior task lighting", + "style": "reference service cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/city_and_architecture_markets.json b/src/data/city_and_architecture_markets.json new file mode 100644 index 0000000..9e8be40 --- /dev/null +++ b/src/data/city_and_architecture_markets.json @@ -0,0 +1,354 @@ +{ + "city_architecture": [ + { + "subGenre": "Markets", + "scene": "Open-air farmers' market under canvas awnings with crates of seasonal produce (day)", + "sceneVariants": [ + "Open-air farmers' market under canvas awnings with crates of seasonal produce (day)", + "Long rows of stalls arranged along a pedestrian boulevard", + "Colorful produce pyramids forming graphic compositional elements", + "Small tented coffee and pastry stands at an endcap", + "A covered central meeting gazebo hosting demonstrations" + ], + "actions": [ + "Vendors arranging produce and calling out specials", + "Customers inspecting and selecting fruit with tactile care", + "A barista tamping espresso and handing a cup across a counter", + "A small acoustic duo providing ambient music nearby" + ], + "camera": "Handheld low dolly weaving through stalls with macro inserts on hands and product texture", + "accents": [ + "vibrant saturated color grading to emphasize produce appeal", + "specular highlights on wet greens and polished crates" + ], + "mood": "community abundance", + "lighting": "bright daylight with soft awning fill", + "style": "market lifestyle cinematography" + }, + { + "subGenre": "Markets", + "scene": "Night food market alley packed with neon signs and smoky grills (night)", + "sceneVariants": [ + "Night food market alley packed with neon signs and smoky grills (night)", + "Low narrow alleyways converted into a string of night kitchens", + "Steam and smoke forming atmospheric halos under light", + "Crowds gathered around popular stalls with queue lines", + "Temporary seating clusters under string lighting" + ], + "actions": [ + "Chefs tossing woks with dramatic flame bursts", + "Customers calling out orders and exchanging cash or cards", + "Stall staff plating with precise flourish for social-media shots", + "Delivery scooters weaving cautiously through clusters" + ], + "camera": "Low-angle handheld with wet-lens texture and tight focus on cooking action", + "accents": [ + "neon and tungsten mixed color grading with soft bloom", + "micro-speculars on glistening sauces and grills" + ], + "mood": "electric appetite", + "lighting": "vibrant artificial night lighting with deep shadows", + "style": "nocturnal culinary cinematography" + }, + { + "subGenre": "Markets", + "scene": "Historic covered market hall with iron ribs, glass roof and artisanal stalls (day)", + "sceneVariants": [ + "Historic covered market hall with iron ribs, glass roof and artisanal stalls (day)", + "Large central nave with radial vendor bays", + "Hanging signage and ornate cast-iron columns", + "Butcher and fish counters with tiled splashbacks", + "A mezzanine café overlooking the floor" + ], + "actions": [ + "Butchers skillfully filleting fish and calling fresh catches", + "Bakers sliding out loaves into display racks", + "Artisans shaping cheese and wrapping parcels", + "Patrons enjoying coffee at mezzanine tables watching the market below" + ], + "camera": "Crane sweep from roof to floor with close tactile cuts on product and hands", + "accents": [ + "soft glint of natural roof light with warm interior fill", + "textural micro-detail on meat, fish scales and bread crusts" + ], + "mood": "timeless trade", + "lighting": "filtered daylight through glass roof with stable fill", + "style": "heritage market cinematography" + }, + { + "subGenre": "Markets", + "scene": "Floating market with boats laden with produce and shaded awnings along a canal (day)", + "sceneVariants": [ + "Floating market with boats laden with produce and shaded awnings along a canal (day)", + "Narrow wooden boats tied to small piers and stepping ladders", + "Canal-front stalls selling spices and woven goods", + "A small wooden bridge arching over the canal linking lanes", + "Children diving to touch water from low quays" + ], + "actions": [ + "Boat vendors paddling between stalls and offering samples", + "Customers negotiating from the quay with playful banter", + "A small boat releasing folded paper offerings into the water", + "A canoe passing slowly, camera mounted for low-angle reflections" + ], + "camera": "Low water-level glide between boats with close macro on water reflections and produce", + "accents": [ + "specular water highlights and saturated tropical hues", + "micro-detail on woven basket weave and spice grains" + ], + "mood": "lively intimacy", + "lighting": "bright tropical daylight with strong reflections", + "style": "canal market cinematography" + }, + { + "subGenre": "Markets", + "scene": "Night bazaar with textiles, lanterns and bargaining crowds in a historic quarter (night)", + "sceneVariants": [ + "Night bazaar with textiles, lanterns and bargaining crowds in a historic quarter (night)", + "A maze of small lanes and canopies lit by warm lamps", + "Textile drops creating layered color backdrops", + "A central spice merchant with open sacks of dried goods", + "A narrow corridor where artisans weave and dye in close quarters" + ], + "actions": [ + "Haggling in rapid exchange with playful price theatrics", + "Tailors offering quick alteration demos to potential buyers", + "Lantern-sellers replenishing oil and adjusting wicks", + "Camera-toting tourists negotiating for souvenirs" + ], + "camera": "Handheld immersive coverage with shallow depth to isolate texture and faces", + "accents": [ + "warm lantern toning with soft bokeh", + "micro-speculars on glossy dyed silk" + ], + "mood": "sensory overload", + "lighting": "warm low artificial lantern light (night)", + "style": "ethnographic night-market cinematography" + }, + { + "subGenre": "Markets", + "scene": "Weekend flea market under an elevated rail with eclectic stalls and vintage finds (day)", + "sceneVariants": [ + "Weekend flea market under an elevated rail with eclectic stalls and vintage finds (day)", + "Rows of second-hand tables with arrayed goods", + "Vinyl, furniture and vintage clothing creating a tactile spread", + "A small food cart offering quick bites between stalls", + "Street performers weaving through the aisles" + ], + "actions": [ + "Bargain hunters riffling through boxes of vinyl", + "Deal arrangements and cash exchange handoffs", + "Vendors arranging new discoveries on makeshift stands", + "A repairer demonstrating quick restoration to a curious buyer" + ], + "camera": "Dynamic handheld with macro inserts on object detail and wide establish of urban infrastructure", + "accents": [ + "neutral documentary grading with pops of retro chroma", + "micro-texture on worn surfaces for tactile fidelity" + ], + "mood": "treasure-hunt delight", + "lighting": "dappled daylight under elevated structure with mixed fill", + "style": "urban flea-market cinematography" + }, + { + "subGenre": "Markets", + "scene": "Organic farmers' cooperative market in a suburban park with community stalls (day)", + "sceneVariants": [ + "Organic farmers' cooperative market in a suburban park with community stalls (day)", + "Tables laid under shade trees with farm signage", + "Community noticeboard and children's play corner", + "Bulk-buy stalls with bulk bins and reusable containers", + "A small stage hosting educational talks on sustainable practice" + ], + "actions": [ + "Community members exchanging recipes and seeds", + "Farmers offering sample tastings and bundling CSA boxes", + "Volunteers facilitating recycling and waste sorting", + "A small cooking demo showing seasonal meals" + ], + "camera": "Low lateral glide with macro food inserts and human-scale interviews", + "accents": [ + "fresh saturated greens and natural color fidelity", + "soft micro-highlights on produce and hands" + ], + "mood": "communal ecology", + "lighting": "soft daylight under park shade", + "style": "community market cinematography" + }, + { + "subGenre": "Markets", + "scene": "Covered night fish market near the docks with ice-packed counters and early buyers (night→dawn)", + "sceneVariants": [ + "Covered night fish market near the docks with ice-packed counters and early buyers (night→dawn)", + "Large illuminated counters arranged in grid", + "Ice-laden trays reflecting sodium light", + "A heated workers' corner with coffee urns", + "A small weighing station and ledger area" + ], + "actions": [ + "Wholesalers inspecting lot by lot and making rapid bulk purchases", + "Cleaners hosing down floors and sweeping fish scales", + "Auctioneer calling yields as buyers raise hands", + "A small group of chefs selecting premium cuts for restaurants" + ], + "camera": "Low wide with high-detail macro on scales, ice crystals and fish texture; timed for early dawn light ramp", + "accents": [ + "cool sodium rim-light on ice with high micro texture", + "sharp micro-detail on scales and gill textures" + ], + "mood": "efficient commerce", + "lighting": "near-night with transition into cool dawn", + "style": "wholesale market cinematography" + }, + { + "subGenre": "Markets", + "scene": "Holiday craft market in a cathedral nave with string lights and handcrafted goods (day→night)", + "sceneVariants": [ + "Holiday craft market in a cathedral nave with string lights and handcrafted goods (day→night)", + "Low stalls arranged between nave columns", + "Handmade ceramics and textiles on display under warm strings", + "A background choir performing seasonal pieces", + "Entrance lanterns and directional signage" + ], + "actions": [ + "Artisans demonstrating handcraft processes in intimate booths", + "Shoppers selecting unique gifts and packing them carefully", + "Choir interludes enhancing a contemplative atmosphere", + "Volunteers directing flows to maintain respectful spacing" + ], + "camera": "Handheld intimate with shallow depth on objects and slow wide frames to convey the unique setting", + "accents": [ + "warm string-light bloom and preserved interior tonality", + "micro-detail on crafted fibers and ceramic glaze" + ], + "mood": "artisanal warmth", + "lighting": "dusk into warm artificial string light (night)", + "style": "sacred market cinematography" + }, + { + "subGenre": "Markets", + "scene": "Open-air spice market with sacks of ground spices and aromatic steam (day)", + "sceneVariants": [ + "Open-air spice market with sacks of ground spices and aromatic steam (day)", + "Mounded spice cones forming textured color fields", + "Loose herbs and dried fruit arranged in patterns", + "Scale pans and copper scoops as visible tools", + "A narrow alley where spices pile against painted walls" + ], + "actions": [ + "Vendors offering small sniff tests and measured scoops", + "Buyers blending custom mixes and trading secrets", + "A cook taking a small handful of spice to start a sample fry", + "Powder dusting into the air with quick motions creating fragrant halos" + ], + "camera": "Macro-rich imagery with low lateral sweep to capture texture and aromatic motion", + "accents": [ + "hyper-saturated spice palettes and specular micro-highlights", + "soft haze to convey aromatic particulate" + ], + "mood": "sensory intensity", + "lighting": "bright daylight to preserve color fidelity", + "style": "sensory market cinematography" + }, + { + "subGenre": "Markets", + "scene": "Pop-up artisan night market in an industrial loft with creative stalls and soft lighting (night)", + "sceneVariants": [ + "Pop-up artisan night market in an industrial loft with creative stalls and soft lighting (night)", + "Exposed brick, string lights and scaffolded display tables", + "Handmade jewelry and small-batch ceramics carefully lit", + "A small bar area with craft cocktails", + "A DJ setting a low-tempo ambient soundtrack" + ], + "actions": [ + "Artisans discussing techniques with inquisitive buyers", + "Cocktail servers juggling orders and maintaining stations", + "A designer performing a micro-runway showing accessories", + "Visitors purchasing and discussing provenance" + ], + "camera": "Intimate handheld with close macro on product detail and human reaction shots", + "accents": [ + "warm indoor practical highlights with neutral micro-contrast", + "micro-speculars on glazed ceramics and metalwork" + ], + "mood": "curated craftiness", + "lighting": "low warm practical night lighting", + "style": "loft-market cinematography" + }, + { + "subGenre": "Markets", + "scene": "Open-air flower market at dawn with crates of blooms and early buyers (day)", + "sceneVariants": [ + "Open-air flower market at dawn with crates of blooms and early buyers (day)", + "Buckets and crates overflowing with seasonal flowers", + "A small greenhouse van parked nearby", + "A florist layering bouquets with ribbon and paper", + "Petals fluttering with early morning breeze" + ], + "actions": [ + "Florists assembling posies and wrapping for quick sale", + "Early morning shoppers selecting stems for events", + "Vendors misting bouquets to maintain freshness", + "Children trailing between crates for color fascination" + ], + "camera": "Low lateral glide with macro on petal texture and dew micro-highlights", + "accents": [ + "vibrant floral saturation and delicate speculars on dewdrops", + "soft natural fill to preserve color fidelity" + ], + "mood": "delicate joy", + "lighting": "soft dawn with fresh clarity", + "style": "floral market cinematography" + }, + { + "subGenre": "Markets", + "scene": "Underground antique market in an old subway concourse with low light and dense aisles (day→night)", + "sceneVariants": [ + "Underground antique market in an old subway concourse with low light and dense aisles (day→night)", + "Stacks of furniture, lamp clusters and framed art leaning against columns", + "Dim signage and an urban gritty patina", + "A small restoration corner where items are repaired", + "Rail timetables and old posters forming a nostalgic backdrop" + ], + "actions": [ + "Bargaining over provenance and price with careful inspection", + "Restorers performing minor repairs to enhance saleability", + "A collector lifting a frame to inspect a signature", + "Low chatter and occasional laughter echoing in the concourse" + ], + "camera": "Low handheld with shallow depth to isolate item detail and maintain atmospheric texture", + "accents": [ + "muted warm grading with micro-speculars on brass and glass", + "soft filmic grain to emphasize vintage feel" + ], + "mood": "nostalgic curiosity", + "lighting": "low warm artificial with shadow pockets", + "style": "underground antique cinematography" + }, + { + "subGenre": "Markets", + "scene": "Community swap market with barter tables, trades and low-key exchange (day)", + "sceneVariants": [ + "Community swap market with barter tables, trades and low-key exchange (day)", + "Tables labeled by category: books, tools, toys", + "A noticeboard listing swap rules and community notices", + "A children's corner facilitating toy exchange", + "A shared coffee station run by volunteers" + ], + "actions": [ + "Neighbors exchanging goods and skills with friendly negotiation", + "Volunteers facilitating swaps and maintaining fairness", + "A teach-and-trade session where skills are shared", + "Kids swapping comics in animated exchange" + ], + "camera": "Intimate handheld with human-scale close-ups and conversational edits", + "accents": [ + "neutral documentary-grade color for trust and clarity", + "micro-highlights on exchanged items to emphasize texture" + ], + "mood": "community reciprocity", + "lighting": "even daylight for legibility", + "style": "social-market cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/city_and_architecture_modern_plazas.json b/src/data/city_and_architecture_modern_plazas.json new file mode 100644 index 0000000..2044ba7 --- /dev/null +++ b/src/data/city_and_architecture_modern_plazas.json @@ -0,0 +1,504 @@ +{ + "city_architecture": [ + { + "subGenre": "Modern Plazas", + "scene": "Central civic plaza with sculptural fountain, broad steps and integrated seating (day)", + "sceneVariants": [ + "Central civic plaza with sculptural fountain, broad steps and integrated seating (day)", + "Tiered steps forming amphitheatre seating facing a sculpted water feature", + "Paved geometric pattern with inset planting strips", + "A low-profile pavilion hosting temporary exhibitions", + "A view across the plaza to a mixed-use tower backdrop" + ], + "actions": [ + "People sipping coffee while watching water arcs", + "Street buskers playing acoustic sets from the steps", + "Children running through timed water jets", + "Maintenance staff performing a scheduled fountain clean" + ], + "camera": "Wide panoramic crane from ground-level up to a mid-air reveal with occasional push-ins on interactions", + "accents": [ + "specular highlights on wet paving and fountain spray", + "soft rim-light on seating edges to separate figures" + ], + "mood": "urban sociability", + "lighting": "bright even daylight with light fill", + "style": "contemporary civic cinematography" + }, + { + "subGenre": "Modern Plazas", + "scene": "Evening performance plaza with stage lighting and temporary seating (night)", + "sceneVariants": [ + "Evening performance plaza with stage lighting and temporary seating (night)", + "A programmable stage framed by stepped seating", + "Cafés and food trucks arranged along a perimeter", + "Projection mapping across a plaza wall", + "Crowd clusters forming conversational pockets" + ], + "actions": [ + "Live music set with audience responding in waves", + "Lighting rig operators cueing color transitions", + "Food service running steady orders between set breaks", + "Security managing safe crowd flow at exits" + ], + "camera": "Dynamic handheld and jib coverage timed with performance cues, with selective slow motion for crowd moments", + "accents": [ + "saturated stage lighting with soft bloom", + "warm practical lighting on vendor tents for human warmth" + ], + "mood": "communal excitement", + "lighting": "artificial stage light and warm practicals (night)", + "style": "event-focused urban cinematography" + }, + { + "subGenre": "Modern Plazas", + "scene": "Transit plaza adjacent to a major rail hub with covered concourse and kiosks (day)", + "sceneVariants": [ + "Transit plaza adjacent to a major rail hub with covered concourse and kiosks (day)", + "Wide covered canopies channeling flows to platforms", + "Ticket kiosks and real-time display boards forming a visual cluster", + "Bike-share docks and micro-mobility hubs near the concourse", + "A tiny parklet offering respite beside the transit entrance" + ], + "actions": [ + "Commuter flows interleaving with delivery cycles", + "Display boards switching arrival information in real time", + "Passengers hailing rides and loading luggage", + "Street vendors offering quick snacks to commuters" + ], + "camera": "Medium crane with timed tracking to capture rhythmic human flows and arrival departures", + "accents": [ + "clean high-clarity daylight for signage legibility", + "reflective speculars on canopy membranes" + ], + "mood": "efficient motion", + "lighting": "even daylight with purposeful fill", + "style": "transport-oriented urban cinematography" + }, + { + "subGenre": "Modern Plazas", + "scene": "Green plaza with integrated rain garden and porous paving for urban ecology (day)", + "sceneVariants": [ + "Green plaza with integrated rain garden and porous paving for urban ecology (day)", + "Bioswale channels and native planting weaving through paving", + "Educational signage explaining water capture", + "Scattered shade trees with seating beneath", + "Solar-powered benches with device charging hubs" + ], + "actions": [ + "Children learning about native plants in a small guided group", + "Stormwater slowly percolating into the rain garden after a shower", + "Maintenance gardener checking irrigation sensors", + "A remote worker using a solar bench to charge a device" + ], + "camera": "Low lateral glide with macro insertions on water flow and plant micro-texture", + "accents": [ + "fresh saturated greens and mirror micro-highlights on wet leaves", + "soft diffused fill to emphasize natural textures" + ], + "mood": "restorative calm", + "lighting": "diffuse daylight, often post-rain clarity", + "style": "green infrastructure cinematography" + }, + { + "subGenre": "Modern Plazas", + "scene": "Commercial plaza with retail arcades, water troughs and seasonal art installations (day)", + "sceneVariants": [ + "Commercial plaza with retail arcades, water troughs and seasonal art installations (day)", + "Shaded arcade walkways framing storefronts", + "Integrated seating niches with sculptural elements", + "Rotating temporary exhibitions on plinths", + "A seasonal flower carpet defining a central axis" + ], + "actions": [ + "Shoppers moving between curated retail windows", + "Installers placing the next season's sculpture piece", + "A small pop-up tasting event sampling local food", + "Street sweepers keeping display areas pristine" + ], + "camera": "Medium crane to follow shopper routes with close product and human-scale cutaways", + "accents": [ + "soft product-grade lighting for storefronts", + "practical backlight on sculptures to add depth" + ], + "mood": "curated ease", + "lighting": "even daylight optimized for retail display", + "style": "commercial lifestyle cinematography" + }, + { + "subGenre": "Modern Plazas", + "scene": "Plaza with interactive waterplay and public seating designed for children and families (day)", + "sceneVariants": [ + "Plaza with interactive waterplay and public seating designed for children and families (day)", + "Timed water jets embedded flush with paving", + "Shallow splash basins flanked by soft seating", + "Covered picnic shelters for family gatherings", + "Storage vaults for seasonal furniture and umbrellas" + ], + "actions": [ + "Children playing in choreographed water jets under parental watch", + "Lifeguard-style attendants monitoring safe play", + "Maintenance crew testing pump cycles between uses", + "Families picnicking on removable seating cushions" + ], + "camera": "Low-angle handheld following child-eye perspective with periodic wide family frames", + "accents": [ + "specular overwater highlights and sparkle accents", + "soft warm fill to keep faces readable" + ], + "mood": "playful conviviality", + "lighting": "bright sunny daylight with reflective pops", + "style": "family-oriented urban cinematography" + }, + { + "subGenre": "Modern Plazas", + "scene": "Memorial plaza with minimal stone geometry and contemplative planting (day)", + "sceneVariants": [ + "Memorial plaza with minimal stone geometry and contemplative planting (day)", + "Linear reflecting pools and a simple commemorative wall", + "Limes and low grasses forming meditative edges", + "Subtle carved inscriptions catching light at different times", + "A single path guiding visitors through a sequence" + ], + "actions": [ + "Visitors pausing to read inscriptions and leave small tokens", + "A slow timed ceremony with a flag-lowering", + "Curators performing subtle site cleaning and care", + "A lone pianist playing near an adjacent colonnade" + ], + "camera": "Slow, reverent crane with long still holds and soft focus pulls to emphasize silence", + "accents": [ + "muted neutral grading with delicate rim-light on stone edges", + "micro-detail on engraved text for intimate clarity" + ], + "mood": "solemn reflection", + "lighting": "soft directional daylight to support contemplative mood", + "style": "memorial contemplative cinematography" + }, + { + "subGenre": "Modern Plazas", + "scene": "Tech campus plaza with kinetic art, charging stations and informal meeting islands (day)", + "sceneVariants": [ + "Tech campus plaza with kinetic art, charging stations and informal meeting islands (day)", + "Interactive sculpture responding to wind or touch", + "Clustered seating with power and wifi nodes", + "Pop-up demo stands for startups", + "Elevated walkways connecting adjacent research blocks" + ], + "actions": [ + "Engineers demonstrating small prototypes in a public demo", + "Students working on laptops in collaborative clusters", + "A kinetic sculpture moving in rhythmic pattern to wind gusts", + "Service robots delivering lightweight parcels between pods" + ], + "camera": "Fluid helicopter or drone-like sweep with intimate handheld cutaways for demo interactions", + "accents": [ + "clean tech-leaning color grade with crisp micro-highlights", + "specular accents on metal art surfaces" + ], + "mood": "innovative momentum", + "lighting": "bright, controlled daylight with soft fill", + "style": "technology campus cinematography" + }, + { + "subGenre": "Modern Plazas", + "scene": "Plaza under a canopy of tensile fabric shading with integrated lighting (dusk→night)", + "sceneVariants": [ + "Plaza under a canopy of tensile fabric shading with integrated lighting (dusk→night)", + "Soft suspended membrane forming a luminous roof", + "Perimeter planters doubling as seating and lighting bases", + "Embedded linear lights mapping circulation paths", + "Cafés using the canopy edge for al fresco dining" + ], + "actions": [ + "Canopy lights gradually changing color with sunset", + "Couples taking evening strolls under the soft roof", + "Servers lighting candles on outdoor tables", + "A small acoustic set performing under the canopy" + ], + "camera": "Slow crane under the canopy with careful white balance to capture membrane translucency", + "accents": [ + "soft volumetric bloom through membrane material", + "warm edge light to favor human skin tones" + ], + "mood": "intimate publicness", + "lighting": "dusk to night transition with integrated warm artificial fill", + "style": "ambient public-space cinematography" + }, + { + "subGenre": "Modern Plazas", + "scene": "Plaza with weekend farmers' market, temporary stalls and regional produce (day)", + "sceneVariants": [ + "Plaza with weekend farmers' market, temporary stalls and regional produce (day)", + "Colorful crates of fruit and vegetable pyramids", + "Producers handing out samples and recipes", + "Live demonstration tent for seasonal preserves", + "Children sampling local treats at a tasting stall" + ], + "actions": [ + "Vendors haggling cheerfully and advising customers", + "Local chefs sourcing seasonal produce for pop-up events", + "Musicians providing a gentle acoustic soundtrack", + "Volunteers handing out reusable bags and information" + ], + "camera": "Handheld market coverage mixing medium human-scale shots with macro food photography", + "accents": [ + "vibrant saturated color grade to enhance produce appeal", + "micro-speculars on wet produce and polished crates" + ], + "mood": "community abundance", + "lighting": "bright even daylight with soft shaded vendor pockets", + "style": "local market cinematography" + }, + { + "subGenre": "Modern Plazas", + "scene": "Plaza converted to winter ice rink with temporary pavilions and warming fires (dark)", + "sceneVariants": [ + "Plaza converted to winter ice rink with temporary pavilions and warming fires (dark)", + "Skating area edged by string light canopies", + "Warm beverage huts and carved ice sculptures", + "Temporary railings and safety signage around the ice", + "Families and teens sharing the space at night" + ], + "actions": [ + "Skaters performing twirls while families watch from warm pavilions", + "Staff smoothing the ice and checking lighting", + "Hot chocolate being ladled into cups with marshmallow toppings", + "Small fireworks or nocturnal light sequences marking the hour" + ], + "camera": "Low sled-mounted glide capturing skater motion with wide crowd perspectives", + "accents": [ + "warm practical pools against cool ice highlights", + "soft bokeh on string lights to create depth" + ], + "mood": "seasonal joy", + "lighting": "cold ambient night lit with warm practicals", + "style": "seasonal recreational cinematography" + }, + { + "subGenre": "Modern Plazas", + "scene": "Plaza with sculptural stair that doubles as seating and viewing platform (day)", + "sceneVariants": [ + "Plaza with sculptural stair that doubles as seating and viewing platform (day)", + "Organic stepped geometry forming casual amphitheatre", + "Integrated litter channels and small planter pockets", + "An elevated viewing point oriented towards a civic landmark", + "A performance micro-stage on the lower step plane" + ], + "actions": [ + "Students lounging and studying on the steps", + "A morning yoga group using the amphitheatre for practice", + "A photographer staging portrait shots against the geometry", + "Workers performing light maintenance on seating surfaces" + ], + "camera": "Medium dolly with human-scale cutaways, occasional low-angle hero shots of the stair form", + "accents": [ + "soft sculptural rim-light and micro-texture on seating materials", + "balanced natural fill to keep faces readable" + ], + "mood": "functional beauty", + "lighting": "clean daylight emphasizing form", + "style": "object-oriented plaza cinematography" + }, + { + "subGenre": "Modern Plazas", + "scene": "Plaza transformed for a food truck festival with lane-based circulation and shaded queues (day)", + "sceneVariants": [ + "Plaza transformed for a food truck festival with lane-based circulation and shaded queues (day)", + "A curated lineup of diverse street food vendors", + "Temporary seating clusters with waste-sorting stations", + "Live cooking demonstrations in a central demo area", + "A DJ booth providing a low-key soundtrack" + ], + "actions": [ + "Crowds sampling dishes and sharing at communal tables", + "Staff coordinating hygiene and waste logistics", + "A chef performing a live demonstration with a small crowd", + "A long queue forming for a particularly popular truck" + ], + "camera": "Handheld energetic coverage with macro food inserts and crowd reaction shots", + "accents": [ + "vivid saturated food color and warm practical highlights", + "specular micro-highlights on plated dishes" + ], + "mood": "gustatory celebration", + "lighting": "bright daylight with tent shade variation", + "style": "culinary event cinematography" + }, + { + "subGenre": "Modern Plazas", + "scene": "Quiet contemplative plaza around a public library entrance with low seating and reading nooks (day)", + "sceneVariants": [ + "Quiet contemplative plaza around a public library entrance with low seating and reading nooks (day)", + "Integrated book-exchange kiosks and small garden beds", + "Steps forming reading terraces facing a memorial tree", + "Glass entry revealing interior reading light", + "A small fountain offering a gentle white noise" + ], + "actions": [ + "Readers lounging on benches with open volumes", + "Librarians setting up outdoor reading sessions for children", + "A student sketching architectural details in a notebook", + "A quiet phone conversation filtered into background" + ], + "camera": "Medium crane with intimate close-ups on books and hands, slow rhythmic pacing", + "accents": [ + "soft warm fill to preserve skin and paper tones", + "micro-highlights on page edges and cover textures" + ], + "mood": "calm study", + "lighting": "even daylight with soft skylight fill", + "style": "quiet civic cinematography" + }, + { + "subGenre": "Modern Plazas", + "scene": "Plaza with public art kinetic installation responding to wind and human touch (day)", + "sceneVariants": [ + "Plaza with public art kinetic installation responding to wind and human touch (day)", + "Array of moveable blades and chimes forming an interactive composition", + "A central podium providing interpretive context", + "Seating placed to observe changing motion patterns", + "Children experimenting with triggering mechanisms" + ], + "actions": [ + "Kinetic elements moving in harmonic sequences with wind gusts", + "Visitors touching and altering motion states of the installation", + "An artist conducting a participatory workshop", + "Maintenance testing balance and lubrication points" + ], + "camera": "Long lateral passes capturing parallax movement with micro-focus racks on pivots", + "accents": [ + "subtle speculars on moving metal and polished finishes", + "soft motion blur to emphasize graceful kinetics" + ], + "mood": "curated dynamism", + "lighting": "clean daylight to maintain motion clarity", + "style": "interactive public art cinematography" + }, + { + "subGenre": "Modern Plazas", + "scene": "Pop-up cinema plaza with temporary screen and socially distanced seating (dusk→night)", + "sceneVariants": [ + "Pop-up cinema plaza with temporary screen and socially distanced seating (dusk→night)", + "Projection screen hung against a plaza facade", + "Blanket seating zones with small picnic lanterns", + "Concession kiosks operating from a corner", + "A gentle sound canopy maintaining local noise limits" + ], + "actions": [ + "Filmgoers arriving with picnic baskets and folding chairs", + "Projectionist aligning and focusing the temporary projector", + "Intermittent crowd reactions to classic film moments", + "Clean-up teams tidy seating zones between screenings" + ], + "camera": "Low static wide with occasional close reaction cuts and timed projection sync", + "accents": [ + "soft projection glow on faces and surrounding walls", + "warm micro-highlights on picnic materials to add texture" + ], + "mood": "communal intimacy", + "lighting": "dusk into gentle artificial projection glow (night)", + "style": "event plaza cinematography" + }, + { + "subGenre": "Modern Plazas", + "scene": "Plaza with integrated amphitheatre for daily programmed fitness and wellness classes (day)", + "sceneVariants": [ + "Plaza with integrated amphitheatre for daily programmed fitness and wellness classes (day)", + "Stepped seating providing informal spectator zones", + "Morning tai chi and midday aerobics scheduled on the lower plane", + "Storage alcoves for mats and small equipment", + "Healthy vending machines and water refill stations" + ], + "actions": [ + "Instructors leading a synchronized class with calm cadence", + "Regulars arriving early to claim favored spots", + "A cameraman capturing a promotional wellness clip", + "Maintenance replenishing water distribution points" + ], + "camera": "Medium stabilized tracking with rhythmic edits mirroring exercise tempo", + "accents": [ + "crisp natural light to render motion without harsh shadow", + "clear hydration speculars on water surfaces" + ], + "mood": "organized vitality", + "lighting": "bright morning daylight for optimal activity", + "style": "lifestyle public-space cinematography" + }, + { + "subGenre": "Modern Plazas", + "scene": "Plaza with built-in stormwater detention beneath a playful grassy surface (day)", + "sceneVariants": [ + "Plaza with built-in stormwater detention beneath a playful grassy surface (day)", + "Subtle undulating green mounds masking below-ground tanks", + "Informal pathways weaving across the grass", + "Interpretive signage discussing resilience design", + "Adjacent children's play features that double as overflow relief" + ], + "actions": [ + "Rainstorms activating subtle overflow channels and revealing functional design", + "Children playing unaware at the surface while engineers check sensors below", + "A school group on an educational tour learning about water reuse", + "Ground staff checking access hatches for maintenance" + ], + "camera": "Low dolly that occasionally reveals cross-sections and interpretive cutaways", + "accents": [ + "fresh green grading to emphasize landscape health", + "soft wet micro-highlights after rain" + ], + "mood": "resilient assurance", + "lighting": "variable daylight often post-rain clarity", + "style": "sustainable urban design cinematography" + }, + { + "subGenre": "Modern Plazas", + "scene": "Plaza that doubles as emergency assembly area with clear signage and flexible hardscape (day)", + "sceneVariants": [ + "Plaza that doubles as emergency assembly area with clear signage and flexible hardscape (day)", + "Wide unobstructed circulation routes and marked assembly zones", + "Integrated storage for emergency supplies within seating walls", + "Clear wayfinding and projection-capable walls for public messaging", + "A nearby service driveway accessible for rapid assistance" + ], + "actions": [ + "Periodic community drills with coordinated movement to zones", + "Authorities demonstrating emergency kit distribution", + "Volunteers setting up temporary shelters and first-aid tents", + "Public information broadcasts using temporary loudspeakers" + ], + "camera": "Documentary-style wide coverage with close-ups on wayfinding and organizational detail", + "accents": [ + "neutral documentary grading for clarity", + "micro-highlights on signage and stored equipment" + ], + "mood": "organized readiness", + "lighting": "even daylight for maximum visibility", + "style": "civic resilience cinematography" + }, + { + "subGenre": "Modern Plazas", + "scene": "Plaza adjacent to a civic museum with exterior exhibitions and contemplative nooks (day)", + "sceneVariants": [ + "Plaza adjacent to a civic museum with exterior exhibitions and contemplative nooks (day)", + "Outdoor pedestals for rotating sculpture installations", + "Low benches forming reading pockets near interpretive panels", + "Glass-faced museum entrance integrated with plaza paving", + "Guided tour groups forming small circles near key works" + ], + "actions": [ + "Docents guiding small groups past exterior pieces", + "Students sketching and taking notes at benches", + "A conservator performing a close inspection of an outdoor sculpture", + "Families picnicking while museum outreach events run nearby" + ], + "camera": "Medium crane with interpretive close-ups of art and audience interaction", + "accents": [ + "balanced daylight preserving color accuracy of outdoor works", + "subtle reflective highlights on patinated sculpture" + ], + "mood": "cultural engagement", + "lighting": "bright daylight with controlled contrast", + "style": "museum-adjacent urban cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/city_and_architecture_monuments.json b/src/data/city_and_architecture_monuments.json new file mode 100644 index 0000000..11eeb38 --- /dev/null +++ b/src/data/city_and_architecture_monuments.json @@ -0,0 +1,404 @@ +{ + "city_architecture": [ + { + "subGenre": "Monuments", + "scene": "Triumphal arch on a ceremonial axis with flanking colonnades and formal plaza (day)", + "sceneVariants": [ + "Triumphal arch on a ceremonial axis with flanking colonnades and formal plaza (day)", + "Wide approach avenue lined with flagpoles", + "Shallow reflecting pools framing the arch", + "Pedestaled inscriptions etched into the base", + "A distant perspective view showing city axis alignment" + ], + "actions": [ + "Tourists pausing at the base to photograph relief panels", + "A small civic parade passing along the axis", + "Maintenance crews cleaning bronze plaques", + "Guides explaining sculptural programs to visiting groups" + ], + "camera": "Low telephoto reveal along the axis with slow push-ins to relief detail", + "accents": [ + "golden rim-light on carved figures", + "mirror micro-highlights on pool surfaces" + ], + "mood": "ceremonial dignity", + "lighting": "directional daylight with strong architectural shadows", + "style": "formal civic cinematography" + }, + { + "subGenre": "Monuments", + "scene": "Equestrian statue in a small square with weathered bronze and patinated base (day)", + "sceneVariants": [ + "Equestrian statue in a small square with weathered bronze and patinated base (day)", + "Close-up on hooves and rider's garb", + "Pedestal plaques with engraved dedications", + "Historic lamp standards circumnavigating the square", + "A small visitor kiosk adjacent to the monument" + ], + "actions": [ + "A local guide reading the inscription aloud", + "A pigeon's slow descent to the base and flutter away", + "Conservationist brushing and removing bird droppings", + "Children mimicking the statue's pose for photos" + ], + "camera": "Medium low-angle to convey monumentality with macro inserts on plaque text", + "accents": [ + "soft patina highlights on bronze", + "warm textured grading to emphasize age" + ], + "mood": "respectful memory", + "lighting": "even daylight with directional fill", + "style": "portrait monuments cinematography" + }, + { + "subGenre": "Monuments", + "scene": "Modern abstract monument plaza with reflective surfaces and minimalist geometry (day)", + "sceneVariants": [ + "Modern abstract monument plaza with reflective surfaces and minimalist geometry (day)", + "Polished stone planes interrupted by a single vertical sculpture", + "Minimal water rills integrated into paving", + "Interpretive placards with artist statements", + "Benches forming rhythm around the monument" + ], + "actions": [ + "Visitors studying the artist statement and sketches", + "Children running guided lines created by paving geometry", + "A maintenance runner polishing reflective panels", + "Photographers composing minimalist frames against the skyline" + ], + "camera": "Clean architectural crane with tight composition to emphasize negative space", + "accents": [ + "mirror micro-highlights and soft edge bloom", + "neutral modern grading to preserve material honesty" + ], + "mood": "contemplative abstraction", + "lighting": "bright even daylight for crisp geometry", + "style": "contemporary monument cinematography" + }, + { + "subGenre": "Monuments", + "scene": "War memorial avenue with rows of memorial stones and eternal flame (day)", + "sceneVariants": [ + "War memorial avenue with rows of memorial stones and eternal flame (day)", + "Inscribed name walls forming a contemplative walkway", + "Guarding sentinel box and ceremonial flag positions", + "A landscaped hedge forming a quiet boundary", + "A solemn approach path lined with poppy beds" + ], + "actions": [ + "Ceremonial guard changing with precise ritual", + "Veterans laying wreaths under supervision", + "Visitors tracing names and leaving tokens", + "A choir performing a brief anthem during a ceremony" + ], + "camera": "Reverent slow dolly with close macro on inscriptions and wreath textures", + "accents": [ + "warm flame rim-light on eternal flame", + "soft desaturated grading for solemnity" + ], + "mood": "solemn remembrance", + "lighting": "gentle daylight, often overcast for muted tone", + "style": "memorial documentary cinematography" + }, + { + "subGenre": "Monuments", + "scene": "Large national monument on a hill with panoramic terraces and ceremonial steps (day)", + "sceneVariants": [ + "Large national monument on a hill with panoramic terraces and ceremonial steps (day)", + "A grand axis approach with terraced viewpoints", + "Colossal sculptural groups flanking a central plinth", + "Flag drapes and ceremonial standards", + "A plaza designed for mass gatherings and civic events" + ], + "actions": [ + "Official procession moving up ceremonial steps", + "Tour groups using terrace viewpoints for panorama shots", + "Event scaffolding being assembled for a forthcoming commemoration", + "Security checks and crowd barrier deployment" + }, + "camera": "High-angle crane and wide aerial passes to show civic scale", + "accents": [ + "bold rim-light on massive forms", + "clear atmospheric perspective for panorama" + ], + "mood": "state gravitas", + "lighting": "bright daylight to hold civic detail", + "style": "monumental state cinematography" + }, + { + "subGenre": "Monuments", + "scene": "Memorial wall at dusk with engraved panels backlit and visitors leaving candles (dusk)", + "sceneVariants": [ + "Memorial wall at dusk with engraved panels backlit and visitors leaving candles (dusk)", + "Names etched in polished stone forming a reflective plane", + "Small offering ledges and candle niches", + "Soft path lighting guiding evening visitation", + "Quiet benches for contemplation" + ], + "actions": [ + "Family members leaving small candles and notes", + "A docent reading aloud a name from the panel", + "Detritus and flowers being carefully arranged by volunteers", + "A slow procession of visitors pausing at specific panels" + ], + "camera": "Long-exposure dusk capture with careful primary source preservation and macro on hand-placed tokens", + "accents": [ + "warm candle highlights contrasted with cool dusk reflection", + "mirror micro-highlights on polished stone" + ], + "mood": "tender recollection", + "lighting": "dusk with warm practicals (candles) and faint path lights", + "style": "nocturnal memorial cinematography" + }, + { + "subGenre": "Monuments", + "scene": "Revolutionary monument with equinox alignment showing sunlight striking a plaque precisely (day)", + "sceneVariants": [ + "Revolutionary monument with equinox alignment showing sunlight striking a plaque precisely (day)", + "A precisely oriented shaft that captures seasonal sun", + "Plaques showing dates, maps and historical context", + "An observation platform with interpretive signage", + "A small timekeeping device or sundial integrated nearby" + ], + "actions": [ + "Crowds gathering for an annual alignment commemoration", + "Scholars explaining the astronomical design", + "Photographers bracketing the precise sunlight strike", + "Maintenance staff ensuring the alignment markers are visible" + ], + "camera": "Timelapse ramp to capture precise solar event with human reaction close-ups", + "accents": [ + "thin golden spot highlight on the alignment moment", + "neutral archival-grade color to preserve documentation" + ], + "mood": "ritual precision", + "lighting": "natural solar alignment event (day)", + "style": "astral-heritage cinematography" + }, + { + "subGenre": "Monuments", + "scene": "Sculptural warhorse ensemble in a round plaza where motion and tension are captured (day)", + "sceneVariants": [ + "Sculptural warhorse ensemble in a round plaza where motion and tension are captured (day)", + "Multi-figure bronze grouping on a circular pedestal", + "A shallow moat or ring of low hedges encircling the sculpture", + "Interpretive lighting rigs for night display", + "Textured cobbles radiating from the central plinth" + ], + "actions": [ + "Conservation team polishing bronze and treating patina", + "School groups sketching the dynamic forms", + "A small ensemble performing a period reading to complement the sculpture", + "Visitors walking the circular pathway in slow observation" + ], + "camera": "Slow rotational dolly around the plinth with occasional low-angle hero cuts", + "accents": [ + "crisp micro-specular on bronze musculature", + "soft shadow carving to emphasize motion" + ], + "mood": "dynamic remembrance", + "lighting": "daylight with controlled fill to preserve modeling", + "style": "sculptural monument cinematography" + }, + { + "subGenre": "Monuments", + "scene": "Historic gateway monument marking an ancient city boundary with plaques and mileposts (day)", + "sceneVariants": [ + "Historic gateway monument marking an ancient city boundary with plaques and mileposts (day)", + "A stone arch flanked by small explanatory panels", + "Old milestone stones embedded into the approach", + "A low wall with small dedication inscriptions", + "A landscaped buffer to protect the monument" + ], + "actions": [ + "A cyclist pausing to read a milestone inscription", + "Local historian giving a short talk to tourists", + "A city worker placing protective cones during maintenance", + "Families using the area as a picnic approach point" + ], + "camera": "Medium approach dolly with interpretive close-ups on plaques and mileposts", + "accents": [ + "weathered stone micro-texture", + "gentle warm grading to emphasize heritage" + ], + "mood": "local continuity", + "lighting": "even daylight for legibility", + "style": "contextual heritage cinematography" + }, + { + "subGenre": "Monuments", + "scene": "Environmental monument in a reclaimed industrial site with informative plaques and native planting (day)", + "sceneVariants": [ + "Environmental monument in a reclaimed industrial site with informative plaques and native planting (day)", + "Remediated earthforms and interpretive signage", + "Sculptural forms referencing industrial heritage", + "Wetland pockets integrated into the monument footprint", + "Solar signage and monitoring kiosks" + ], + "actions": [ + "Volunteers planting native species around interpretive beds", + "Students reading educational displays about remediation", + "Engineers inspecting embedded sensors and data panels", + "Birds and small mammals returning to new habitat pockets" + ], + "camera": "Low lateral glide with macro inserts on planted micro-habitats and signage", + "accents": [ + "fresh saturated greens and wet-surface micro-highlights", + "neutral documentary-grade color for educational fidelity" + ], + "mood": "hopeful reclamation", + "lighting": "diffuse daylight often post-rain for lush color", + "style": "ecological monument cinematography" + }, + { + "subGenre": "Monuments", + "scene": "Heroic column in a civic square with spiral reliefs telling a narrative (day)", + "sceneVariants": [ + "Heroic column in a civic square with spiral reliefs telling a narrative (day)", + "Close-up spiral relief showing vignettes", + "A ring of steps allowing 360° viewing", + "Pedestals with interpretive plaques around the base", + "An aerial looking down to show narrative sequencing" + ], + "actions": [ + "Guides tracing narrative panels for visitors", + "Photographers using telephoto to isolate vignette sections", + "City staff cleaning and protecting lower reliefs from touch", + "A small band performing a fanfare at the base" + ], + "camera": "Vertical crane with precise rotation to follow spiral sequencing", + "accents": [ + "thin rim-light on relief edges", + "micro-detail to capture carved narrative texture" + ], + "mood": "narrative monumentality", + "lighting": "bright daylight to reveal relief detail", + "style": "story-driven monument cinematography" + }, + { + "subGenre": "Monuments", + "scene": "Maritime memorial on a headland with wind-carved stone monoliths and exposed benches (day)", + "sceneVariants": [ + "Maritime memorial on a headland with wind-carved stone monoliths and exposed benches (day)", + "A rugged coastal foreground with driftwood and tidal pools", + "Memorial plaques set into native rock", + "A small path winding to a dramatic viewpoint", + "A flag flown on a high staff in persistent wind" + ], + "actions": [ + "Visitors braving wind to read inscriptions and look out to sea", + "Waves crashing with periodic spray crossing the headland", + "A lone maintenance worker checking fixture corrosion", + "Seabirds nesting in small sheltered clefts" + ], + "camera": "Aerial-to-ground reveal emphasizing exposure and coastal drama", + "accents": [ + "cool marine rim-light with wind-blown spray micro-highlights", + "high dynamic-range to keep coastal detail" + ], + "mood": "exposed remembrance", + "lighting": "daylight with strong coastal clarity", + "style": "maritime monument cinematography" + }, + { + "subGenre": "Monuments", + "scene": "Contemporary plaza memorial with interactive digital panels and contemplative seating (day)", + "sceneVariants": [ + "Contemporary plaza memorial with interactive digital panels and contemplative seating (day)", + "Touch-enabled kiosks explaining context", + "Minimal seating islands and planted buffers", + "Integrated audio-visual nodes for personal testimonies", + "Night-lit pathways for safe dusk visitation" + ], + "actions": [ + "Visitors listening to recorded testimonies via headsets", + "Curators updating digital content remotely", + "Families using quiet seating to reflect", + "Volunteers providing guided interpretation tours" + ], + "camera": "Mixed wide and macro to capture both human interaction and interface legibility", + "accents": [ + "neutral documentary color grading for accuracy", + "soft LED micro-highlights on screens and water features" + ], + "mood": "interactive reflection", + "lighting": "even daylight with controlled screen legibility", + "style": "digital memorial cinematography" + }, + { + "subGenre": "Monuments", + "scene": "Cenotaph in a central square used for national remembrance ceremonies (dusk)", + "sceneVariants": [ + "Cenotaph in a central square used for national remembrance ceremonies (dusk)", + "Raised plinth with wreath-laying area and flag standards", + "Viewing terraces arranged for official parties", + "Acoustic staging provisions for speechmaking", + "Lighting towers to ensure dignified evening visibility" + ], + "actions": [ + "Official wreath-laying with military honors", + "Bugler performing a lone lament", + "Crowds standing in respectful silence", + "Press and official photographers capturing formal protocol" + ], + "camera": "Respectful wide with close emotional inserts and ceremony-timed coverage", + "accents": [ + "soft warm uplight on plinth against dusk blue", + "micro-detail on wreath textures and ribbon inscriptions" + ], + "mood": "state solemnity", + "lighting": "dusk into night with ceremonial uplighting", + "style": "formal ceremony cinematography" + }, + { + "subGenre": "Monuments", + "scene": "Small neighborhood memorial garden tucked between buildings with plaque stones and benches (day)", + "sceneVariants": [ + "Small neighborhood memorial garden tucked between buildings with plaque stones and benches (day)", + "Intimate planting pockets and shade trees", + "A low stone wall with names incised", + "A small water rill providing ambient sound", + "Local volunteer noticeboard and flowers" + ], + "actions": [ + "Neighbors tending small plantings and leaving fresh flowers", + "Children visiting with a class to learn local history", + "A volunteer sweeping leaves and maintaining tidy edges", + "A quiet conversation on a bench recounting memory" + ], + "camera": "Quiet handheld close to grass level with slow focus racks on tokens", + "accents": [ + "soft warm micro-highlights on fresh flowers", + "gentle pastel grading for neighborhood intimacy" + ], + "mood": "personal memory", + "lighting": "soft daylight with dappled shade", + "style": "human-scale memorial cinematography" + }, + { + "subGenre": "Monuments", + "scene": "Historic lighthouse monument with bronze plaque and panoramic sea views (day)", + "sceneVariants": [ + "Historic lighthouse monument with bronze plaque and panoramic sea views (day)", + "A tapering white tower and keeper's cottage", + "Stairs leading down to a rocky shoreline", + "Plaque recounting maritime heritage", + "A small museum display adjacent to the path" + ], + "actions": [ + "Visitors reading the plaque and looking through binoculars", + "A guide pointing out historic shipping lanes from the promontory", + "A family picnicking in sheltered lee of the cottage", + "Gulls and terns wheeling on gusts" + ], + "camera": "Reveal from sea to tower with telephoto detail on plaque and architecture", + "accents": [ + "clean marine rim-light and reflective wet rock micro-highlights", + "high clarity to preserve horizon detail" + ], + "mood": "maritime heritage", + "lighting": "bright daylight with coastal clarity", + "style": "beacon monument cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/city_and_architecture_museums.json b/src/data/city_and_architecture_museums.json new file mode 100644 index 0000000..79a0067 --- /dev/null +++ b/src/data/city_and_architecture_museums.json @@ -0,0 +1,329 @@ +{ + "city_architecture": [ + { + "subGenre": "Museums", + "scene": "Grand neoclassical museum façade with broad steps and columns (day)", + "sceneVariants": [ + "Grand neoclassical museum façade with broad steps and columns (day)", + "Evening steps bathed in warm uplights", + "A row of flags along the cornice marking a special exhibition", + "Visitors clustered near the main bronze doors", + "A horse-drawn carriage arriving for a gala" + ], + "actions": [ + "Ticket queue forming and security scanning passes", + "Museum staff rehearsing docent routes for tours", + "A school group being ushered inside by chaperones", + "Photographers capturing the façade during golden hour" + ], + "camera": "Slow crane approach from plaza up the steps with telephoto detail on carved capitals", + "accents": [ + "warm rim-light on column edges", + "micro-reflections on bronze hardware" + ], + "mood": "formal expectation", + "lighting": "bright daylight with potential golden-hour warmth", + "style": "institutional heritage cinematography" + }, + { + "subGenre": "Museums", + "scene": "Modern art museum atrium with soaring void, suspended sculptures and visitors (day)", + "sceneVariants": [ + "Modern art museum atrium with soaring void, suspended sculptures and visitors (day)", + "A glass roof funneling diffused light into a white cube", + "Suspended kinetic sculptures casting moving shadows", + "Minimalist benches placed for reflection", + "An upper gallery visible as a thin rim around the void" + ], + "actions": [ + "Visitors moving slowly under suspended works, observing negative space", + "Museum crew adjusting a suspended mobile with a cherry picker", + "Docents leading interpretive groups through the atrium", + "A student sketching a form closely with concentrated attention" + ], + "camera": "Vertical crane with slow parallax to emphasize scale and suspended motion", + "accents": [ + "soft diffused skylight with subtle shadow play", + "clean high-key grading to preserve artwork fidelity" + ], + "mood": "contemplative modernity", + "lighting": "diffuse natural daylight", + "style": "contemporary art cinematography" + }, + { + "subGenre": "Museums", + "scene": "Natural history diorama hall with mounted skeletons and painted backdrops (day)", + "sceneVariants": [ + "Natural history diorama hall with mounted skeletons and painted backdrops (day)", + "Large articulated skeletons set against painted ecological scenes", + "Soft spotlights highlighting fossil teeth and bone texture", + "Child-friendly interactive labels at small reach height", + "A dimmed pocket theatre showing short films" + ], + "actions": [ + "Families clustering to read labels and press interactive buttons", + "A conservator inspecting a mounted articulation for stability", + "A docent narrating an evolutionary timeline to an fascinated child", + "Slow rotational lighting revealing bone textures" + ], + "camera": "Low lateral dolly with macro inserts on bone surfaces and label interaction", + "accents": [ + "warm tracked spot highlights and soft ambient fill", + "micro-detail on fossil matrix and solder points" + ], + "mood": "educational awe", + "lighting": "controlled spot lighting to reveal detail", + "style": "natural-history cinematography" + }, + { + "subGenre": "Museums", + "scene": "Small community museum in a converted townhouse with intimate cabinets and local artifacts (day)", + "sceneVariants": [ + "Small community museum in a converted townhouse with intimate cabinets and local artifacts (day)", + "Narrow rooms with display cabinets and local ephemera", + "Handwritten labels and framed historic photos on walls", + "A volunteer-run reception desk with donation jar", + "A cozy attic exhibit on local crafts" + ], + "actions": [ + "Volunteers guiding visitors through personal local narratives", + "A curious child opening a tactile box under supervision", + "A conservator placing a delicate textile into a support mount", + "A docent reading an oral-history clip to a small group" + ], + "camera": "Handheld intimate framing with close macro on labels and hands", + "accents": [ + "warm domestic grading to match the small-scale environment", + "micro-speculars on glass cabinet surfaces" + ], + "mood": "personal heritage", + "lighting": "soft interior daylight and practical lamps", + "style": "community heritage cinematography" + }, + { + "subGenre": "Museums", + "scene": "Science museum interactive gallery with hands-on exhibits and projection mapping (day)", + "sceneVariants": [ + "Science museum interactive gallery with hands-on exhibits and projection mapping (day)", + "Interactive touch tables and motion-sensing installations", + "Projection-mapped floors reacting to visitor presence", + "Kid-centric experiment stations with safety signage", + "An overhead dome for immersive short films" + ], + "actions": [ + "Children activating exhibits and watching immediate feedback", + "Educators explaining basic scientific principles in short demos", + "Technicians troubleshooting sensor calibration between sessions", + "A timed demonstration drawing a small crowd" + ], + "camera": "Dynamic handheld with macro inserts on interactive UI and wide to show collective engagement", + "accents": [ + "neon interactive highlights with controlled bloom", + "clean high-key fill for display legibility" + ], + "mood": "curious engagement", + "lighting": "bright neutral artificial with projection accents", + "style": "interactive museum cinematography" + }, + { + "subGenre": "Museums", + "scene": "Museum storage and conservation suite with racks, trays and treatment benches (day)", + "sceneVariants": [ + "Museum storage and conservation suite with racks, trays and treatment benches (day)", + "Compact mobile racking with labeled drawers", + "Conservation benches with microscopes and fine tools", + "Climate monitors and sealed archival boxes", + "A small photography station for high-res imaging" + ], + "actions": [ + "Conservators performing delicate consolidations under magnification", + "Technicians scanning artifacts for database entry", + "Curators reviewing crate manifests and crate removal sequences", + "Engineers checking HVAC and humidity control readouts" + ], + "camera": "Macro documentary rig with meticulous close-ups and stable mid-shots for process clarity", + "accents": [ + "neutral conservation-grade lighting", + "micro-detail on stitching, adhesive and substrate" + ], + "mood": "methodical care", + "lighting": "controlled low-UV interior lighting", + "style": "conservation documentary cinematography" + }, + { + "subGenre": "Museums", + "scene": "Open-air sculpture park curated as an extension of a museum with trails and placards (day)", + "sceneVariants": [ + "Open-air sculpture park curated as an extension of a museum with trails and placards (day)", + "Large-scale outdoor installations spaced across meadow and woodland", + "Interpretive signage and audio-augmented stops", + "Seasonal planting framing each artwork", + "A small outdoor kiosk selling guide maps and catalogs" + ], + "actions": [ + "Visitors walking a sculpture trail with audio guides", + "Curators checking installation anchors and labels", + "A workshop in-situ where an artist discusses process", + "Kids climbing safe accessible sculptures under supervision" + ], + "camera": "Aerial-to-ground reveal emphasizing siting and landscape relation with telephoto detail on materiality", + "accents": [ + "natural landscape grading with sculpture material micro-highlights", + "mirror micro-highlights on polished surfaces" + ], + "mood": "outdoor contemplation", + "lighting": "daylight with long-range perspective clarity", + "style": "sculpture park cinematography" + }, + { + "subGenre": "Museums", + "scene": "Contemporary photography museum with rotating exhibitions and gallery talks (day)", + "sceneVariants": [ + "Contemporary photography museum with rotating exhibitions and gallery talks (day)", + "White walls and modular hanging rigs for prints of various sizes", + "A small black-box theatre adjacent for artist talks", + "A reading room with artist monographs and catalogs", + "Projection stations for digital works" + ], + "actions": [ + "Visitors pacing slowly to view large-format prints", + "An artist-led discussion in a small black-box theatre", + "Technicians changing a gallery label and adjusting hanging heights", + "A curator unpacking a new framed print with gloved hands" + ], + "camera": "Steady dolly with careful exposure to preserve print fidelity and highlight tonal range", + "accents": [ + "neutral color grading and high micro-clarity for prints", + "soft gallery fill to avoid glare" + ], + "mood": "visual focus", + "lighting": "controlled gallery lighting for print preservation", + "style": "photography gallery cinematography" + }, + { + "subGenre": "Museums", + "scene": "Maritime museum with restored ship exhibits, rigging and interactive displays (day)", + "sceneVariants": [ + "Maritime museum with restored ship exhibits, rigging and interactive displays (day)", + "Deck-level viewing platforms giving sense of scale", + "Interpretive panels and small hands-on engines", + "A dry-dock exhibit of hull cross-section", + "A small boat restoration bay visible through glass" + ], + "actions": [ + "Guided tours walking visitors along deck simulation paths", + "Restorers applying consolidant and patching timber", + "Children touching knot demonstrations under scaffold supervision", + "A docent demonstrating navigation instruments" + ], + "camera": "Low-angle deck-level tracking with macro on rope, timber and instrument details", + "accents": [ + "cool marine rim-light and polished brass highlights", + "micro-detail on rope braid and plank grain" + ], + "mood": "hands-on maritime history", + "lighting": "bright indoor daylight with controlled exhibits", + "style": "maritime museum cinematography" + }, + { + "subGenre": "Museums", + "scene": "Museum café with glazed courtyard views and light snacks adjacent to galleries (day)", + "sceneVariants": [ + "Museum café with glazed courtyard views and light snacks adjacent to galleries (day)", + "Indoor-outdoor seating with museum branding", + "Pastry cases and artisanal coffee station", + "Quiet reading corners with museum catalogs", + "A small terrace linking to an outdoor sculpture court" + ], + "actions": [ + "Museum patrons discussing exhibits over light lunches", + "Baristas preparing museum-branded beverages", + "Staff transporting catalogs between shop and café", + "A group debriefing an exhibit visit" + ], + "camera": "Medium handheld with gentle tracking between service and seating areas", + "accents": [ + "warm interior fill balanced with courtyard daylight", + "micro-speculars on porcelain and stainless steel" + ], + "mood": "composed refreshment", + "lighting": "bright daylight with soft interior fill", + "style": "museum hospitality cinematography" + }, + { + "subGenre": "Museums", + "scene": "Museum night opening with red carpet, spotlighting on façade and guests arriving (night)", + "sceneVariants": [ + "Museum night opening with red carpet, spotlighting on façade and guests arriving (night)", + "Velvet ropes and step-and-repeat banners at the entrance", + "Spotlights skimming sculptural details on the façade", + "Catering stations and low chatter in the plaza", + "Security and guest management at entry points" + ], + "actions": [ + "Guests posing for photographers on the red carpet", + "Curators giving short speeches before the doors open", + "Caterers circulating canapés to arrivals", + "Security managing guest lists and accreditation" + ], + "camera": "Dynamic handheld and jib coverage timed with arrival cues and spotlight choreography", + "accents": [ + "bright spotlight rim-light and warm practical hospitality pools", + "speculars on fabric and glass" + ], + "mood": "gala excitement", + "lighting": "vibrant artificial event lighting (night)", + "style": "event museum cinematography" + }, + { + "subGenre": "Museums", + "scene": "Children's discovery gallery with tactile exhibits, sensory panels and soft flooring (day)", + "sceneVariants": [ + "Children's discovery gallery with tactile exhibits, sensory panels and soft flooring (day)", + "Low interactive panels with push-button responses", + "Textured hands-on stations and safe soft flooring", + "A small puppet corner and storytelling nook", + "Color-coded wayfinding designed for child legibility" + ], + "actions": [ + "Kids pressing buttons and watching immediate feedback", + "Facilitators guiding a small group activity", + "Parents assisting with controlled tactile exploration", + "A short demonstration using small props for storytelling" + ], + "camera": "Low child-eye handheld with close macro on sensory material and wide reaction frames", + "accents": [ + "vibrant saturated colors and soft micro-lighting", + "micro-speculars on tactile surfaces" + ], + "mood": "playful learning", + "lighting": "bright even daylight with feature accent lights", + "style": "children's museum cinematography" + }, + { + "subGenre": "Museums", + "scene": "Museum shop with curated objects, catalogs and design-led displays (day)", + "sceneVariants": [ + "Museum shop with curated objects, catalogs and design-led displays (day)", + "Shelving with thematic groupings and curated notes", + "Central table with seasonal and exhibition tie-ins", + "Cashwrap and sustainable packaging displays", + "A small reading nook with exhibition catalogs" + ], + "actions": [ + "Shop staff wrapping purchases and recommending items", + "Visitors browsing for meaningful souvenirs", + "A designer signing a limited-edition catalog", + "Inventory staff restocking popular items" + ], + "camera": "Medium handheld with macro on product detail and wide shop layout perspectives", + "accents": [ + "clean retail-grade lighting with warm merchandising fills", + "micro-highlights on paper and object surfaces" + ], + "mood": "curated retail", + "lighting": "bright indoor daylight or neutral artificial", + "style": "museum retail cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/city_and_architecture_palaces.json b/src/data/city_and_architecture_palaces.json new file mode 100644 index 0000000..fe518b0 --- /dev/null +++ b/src/data/city_and_architecture_palaces.json @@ -0,0 +1,404 @@ +{ + "city_architecture": [ + { + "subGenre": "Palaces", + "scene": "Grand palace façade at golden hour with sweeping steps and guard pavilions (day)", + "sceneVariants": [ + "Grand palace façade at golden hour with sweeping steps and guard pavilions (day)", + "Long ceremonial staircase leading to carved portals", + "Flagged forecourt with ornamental urns and axial symmetry", + "Horse-drawn carriage pulling up to a ceremonial entrance", + "Marble balustrades framing a panoramic city approach" + ], + "actions": [ + "Ceremonial guards pacing in measured cadence", + "Carriages arriving and disembarking dignitaries", + "Valets opening heavy doors and assisting guests", + "A small band tuning discreetly near the portico" + ], + "camera": "Wide crane rise from forecourt to façade with slow dolly across carved details", + "accents": [ + "warm golden rim-light on sculpted stone", + "high micro-detail on carved ornament and bronze fittings" + ], + "mood": "ceremonial dignity", + "lighting": "warm late-afternoon sun with long architectural shadows", + "style": "formal heritage cinematography" + }, + { + "subGenre": "Palaces", + "scene": "Opulent palace ballroom with gilded mirrors, crystal chandeliers and parquet floors (day→night)", + "sceneVariants": [ + "Opulent palace ballroom with gilded mirrors, crystal chandeliers and parquet floors (day→night)", + "Long dinner tables and embroidered tapestries", + "Balustraded gallery for string quartet and observers", + "Ceiling frescoes framed by molded cornices", + "Marble pillars with integrated warm sconces" + ], + "actions": [ + "Chandeliers slowly dimming while candles are lit for evening", + "Formally-dressed guests arriving in measured processions", + "Server teams placing silver service in orchestrated rhythm", + "A string quartet beginning a delicate prelude" + ], + "camera": "Elegant lateral crane with periodic slow circular tracking to emphasize volume", + "accents": [ + "crystalline speculars on chandelier crystals", + "soft gilt highlights on carved wood and stucco" + ], + "mood": "opulent refinement", + "lighting": "transitioning from daylight to warm candlelit evening", + "style": "grand interior cinematography" + }, + { + "subGenre": "Palaces", + "scene": "Palace private corridor with embroidered hangings and family portraits (day)", + "sceneVariants": [ + "Palace private corridor with embroidered hangings and family portraits (day)", + "Long gallery lined with ancestral portraits and crested tapestries", + "Polished wooden wainscoting and narrow clerestory windows", + "A side alcove with reading chair and small table", + "A servant's discreet side door with a slipping hatch" + ], + "actions": [ + "A family member pausing to inspect a portrait in private", + "A servant carrying a tray of tea along a silent corridor", + "A conservator assessing tapestry condition under soft light", + "The quiet click of a closing cabinet door" + ], + "camera": "Handheld glide with shallow focus racks between portrait and human expression", + "accents": [ + "soft warm fill to preserve skin tones against dark tapestries", + "micro-detail on embroidered threads and gilded frames" + ], + "mood": "intimate lineage", + "lighting": "soft diffused daylight through clerestory", + "style": "domestic heritage cinematography" + }, + { + "subGenre": "Palaces", + "scene": "Formal palace gardens with axial lawns, trimmed hedges and reflecting pools (day)", + "sceneVariants": [ + "Formal palace gardens with axial lawns, trimmed hedges and reflecting pools (day)", + "Parterres edged with low clipped box and gravel pathways", + "Ornamental fountains and statuary at formal nodes", + "A long vista terminating at a sculpted water feature", + "Garden rooms framed by clipped yew hedges" + ], + "actions": [ + "Gardeners clipping and shaping topiary with practiced hand", + "Visitors strolling along axial paths with guided commentary", + "A small boat drifting in a central reflecting pool", + "Butterflies and bees concentrating around seasonal beds" + ], + "camera": "Low lateral glide along axis with occasional overhead crane reveal", + "accents": [ + "prismatic highlights in fountain spray", + "saturated horticultural greens for visual richness" + ], + "mood": "orderly serenity", + "lighting": "bright midday with crisp shadow definition", + "style": "formal landscape cinematography" + }, + { + "subGenre": "Palaces", + "scene": "Winter palace façade under snow with warm inner lights visible through windows (day)", + "sceneVariants": [ + "Winter palace façade under snow with warm inner lights visible through windows (day)", + "Snow-laden cornices and softened carved detail", + "Footways cleared with salted grit and ceremonial lanterns", + "Pine garlands and wreaths accenting porticoes", + "A powdered courtyard with horse traces" + ], + "actions": [ + "Servitors carrying bundles of warm blankets to arriving guests", + "Engineers clearing snow from roof gutters and gunite", + "Warm light spilling through mullioned windows into a cold exterior", + "A carriage's breath visible as it approaches the door" + ], + "camera": "Wide crisp aerial with close macro on frost-laden ornament and steam plumes", + "accents": [ + "cold cyan rim-light on snow with warm window counter-light", + "micro-detail on rime and stone frost" + ], + "mood": "regal warmth against winter", + "lighting": "low winter daylight with warm interior contrast", + "style": "seasonal palace cinematography" + }, + { + "subGenre": "Palaces", + "scene": "Rooftop palace terrace with intimate evening salon and lantern-lit alcoves (night)", + "sceneVariants": [ + "Rooftop palace terrace with intimate evening salon and lantern-lit alcoves (night)", + "Low seating clusters around warming braziers", + "Clipped container gardens and privacy screens", + "A small bar serving late drinks and aperitifs", + "Panoramic skyline behind a formal balustrade" + ], + "actions": [ + "Guests drifting between conversation pockets with soft laughter", + "A sommelier arranging a flight of small pours", + "A string trio providing downtempo accompaniment", + "Security discreetly monitoring entry thresholds" + ], + "camera": "Intimate handheld with selective shallow depth on faces and lantern bokeh", + "accents": [ + "warm lantern bloom contrasted with cool skyline rim-light", + "soft micro-speculars on glassware and metal" + ], + "mood": "intimate elegance", + "lighting": "warm artificial terrace lighting against night", + "style": "lifestyle palace cinematography" + }, + { + "subGenre": "Palaces", + "scene": "Palace state bedroom with silk hangings, canopy bed and morning light (day)", + "sceneVariants": [ + "Palace state bedroom with silk hangings, canopy bed and morning light (day)", + "Polished gilt furniture and embroidered linens", + "A dressing table with portrait miniatures", + "High windows framing private gardens", + "A small private chapel visible through an adjoining doorway" + ], + "actions": [ + "Servants arranging garments and helping with ceremonial dressing", + "A morning call where attendants present the day's schedule", + "Soft curtains being drawn to admit the first light", + "A lady of court tracing a brooch in contemplative stillness" + ], + "camera": "Quiet dolly with careful exposure to hold cloth texture and face tonality", + "accents": [ + "warm silk highlights and micro-detail on embroidery", + "soft fill to keep delicate fabrics true" + ], + "mood": "private ceremony", + "lighting": "gentle morning light with subtle room fill", + "style": "intimate period interior cinematography" + }, + { + "subGenre": "Palaces", + "scene": "Palace archives and state rooms housing ceremonial regalia (day)", + "sceneVariants": [ + "Palace archives and state rooms housing ceremonial regalia (day)", + "Chests of orders, crowns and embroidered standards in glass cases", + "Interpretive panels illustrating provenance", + "Conservation trays and labeled mounts", + "Controlled micro-environment showcases for fragile textiles" + ], + "actions": [ + "Curators rotating items for display with gloved hands", + "Researchers taking spectral imaging and notes", + "Security checks on display cases and alarm circuits", + "Visitors reading curated descriptions in hushed tones" + ], + "camera": "Macro and medium archival captures with neutral documentary grading", + "accents": [ + "clinical micro-highlights on gem and metal surfaces", + "soft non-invasive fill to protect artifacts" + ], + "mood": "institutional reverence", + "lighting": "controlled interior lighting for conservation safety", + "style": "museum-quality heritage cinematography" + }, + { + "subGenre": "Palaces", + "scene": "Palace kitchen with mass service lines, roasting spits and early bustle (day)", + "sceneVariants": [ + "Palace kitchen with mass service lines, roasting spits and early bustle (day)", + "Large hearths and hanging chains for spits", + "Rows of copper pans and hanging herb bundles", + "Prep benches laden with seasonal produce", + "A cool cellar door opening to reveal stacked casks" + ], + "actions": [ + "Teams of cooks coordinating timing for large service", + "Carvers testing tenderness and reading roast cues", + "Kitchen hands carrying platters through service doors", + "A baker bringing out fresh hearth loaves" + ], + "camera": "Tactile close-to-midrange coverage with rhythmic edits matching service tempo", + "accents": [ + "warm orange hearth highlights and metallic micro-reflections", + "textural detail on grain, crust and char" + ], + "mood": "organized frenzy", + "lighting": "warm practical hearth and daylight mix", + "style": "culinary heritage cinematography" + }, + { + "subGenre": "Palaces", + "scene": "State council chamber with long table, heraldic banners and dignitaries (day)", + "sceneVariants": [ + "State council chamber with long table, heraldic banners and dignitaries (day)", + "High-backed seats and carved armorial cresting", + "A central table with inlaid maps and documents", + "A gallery for advisors and scribes behind a balustrade", + "A windowed apse providing controlled daylight" + ], + "actions": [ + "Ministers entering and taking formal places", + "A secretary passing sealed documents and inkwells", + "Quiet debate punctuated by nods and measured interjections", + "A herald announcing a motion with ceremonial language" + ], + "camera": "Medium crane with discrete close-ups on hands and documents to emphasize process", + "accents": [ + "balanced warm grading to favor skin tones against dark banners", + "micro-detail on inlaid wood and parchment" + ], + "mood": "dignified governance", + "lighting": "soft daylight with controlled fill for clear facial readability", + "style": "institutional heritage cinematography" + }, + { + "subGenre": "Palaces", + "scene": "Palace stables with polished tack, straw-lined stalls and mounted guards (day)", + "sceneVariants": [ + "Palace stables with polished tack, straw-lined stalls and mounted guards (day)", + "Bridles and harnesses hung on neat pegs", + "A farrier shoeing a palace steed over a wooden block", + "Stableboys moving feed and checking water buckets", + "A training paddock visible through open doors" + ], + "actions": [ + "Horses being groomed and saddled for ceremonial rides", + "Farrier hammering a new shoe with rhythmic sparks", + "Stable master inspecting bridles and rope fastenings", + "Fresh straw being brought in and compacted" + ], + "camera": "Low lateral dolly and macro detail on hair, leather and metal", + "accents": [ + "warm stable light balanced with daylight through doorways", + "micro-speculars on polished brass and leather" + ], + "mood": "practical nobility", + "lighting": "even daylight with warm interior pockets", + "style": "craft-and-animal cinematography" + }, + { + "subGenre": "Palaces", + "scene": "Palace library with ornate stacks, gilded ledgers and reading alcoves (day)", + "sceneVariants": [ + "Palace library with ornate stacks, gilded ledgers and reading alcoves (day)", + "Ladders on rails accessing high shelves", + "Leatherbound folios and illuminated manuscript displays", + "Carved reading carrels with shaded lamps", + "A small conservator bench for fragile items" + ], + "actions": [ + "Scholars poring over rare volumes under soft lamp light", + "A librarian retrieving a requested ledger via ladder", + "A conservator carefully opening a folio for imaging", + "Footsteps muffled on thick rugs as readers move between carrels" + ], + "camera": "Slow tracked crane between stacks with intimate macro on marginalia", + "accents": [ + "soft tungsten/lamp warmth to preserve color fidelity", + "micro-detail on vellum and gold tooling" + ], + "mood": "learned calm", + "lighting": "controlled interior daylight with shaded task lamps", + "style": "archival cinematic portraiture" + }, + { + "subGenre": "Palaces", + "scene": "Palace conservatory with exotic plants, glass panes and warm humid air (day)", + "sceneVariants": [ + "Palace conservatory with exotic plants, glass panes and warm humid air (day)", + "Tropical palms and orchids arranged around a central path", + "Glasshouse framework with iron ribs and sealing gaskets", + "Hanging baskets of delicate flowering vines", + "A central basin with small koi or aquatic plants" + ], + "actions": [ + "A horticulturist misting rare orchids and checking humidity", + "Visitors moving slowly to preserve microclimate", + "A gardener re-potting a sensitive specimen", + "Tiny butterflies and pollinators visible in close-up" + ], + "camera": "Low lateral glide with close macro on leaf texture and water droplets", + "accents": [ + "soft diffused greenhouse light and prismatic wet highlights", + "saturated plant color fidelity" + ], + "mood": "botanical luxury", + "lighting": "bright diffused greenhouse daylight", + "style": "horticultural palace cinematography" + }, + { + "subGenre": "Palaces", + "scene": "Secret palace garden at dusk with lantern-lit paths and secluded benches (dusk)", + "sceneVariants": [ + "Secret palace garden at dusk with lantern-lit paths and secluded benches (dusk)", + "Winding narrow paths revealing successive intimate rooms", + "Small water mirrors catching lantern light", + "Clipped pergolas and jasmine-trellised arbors", + "A solitary statue half-hidden in shadow" + ], + "actions": [ + "A page carrying a letter through shadowed steps", + "Lovers pausing on a bench behind a pergola", + "A groundskeeper lighting lanterns strategically for evening", + "Crickets and nocturnal insects beginning their chorus" + ], + "camera": "Handheld low-light with careful white balance to preserve lantern warmth", + "accents": [ + "warm lantern bloom and soft bokeh on distant lights", + "micro-speculars on water mirrors" + ], + "mood": "secret intimacy", + "lighting": "dusk with isolated warm practicals", + "style": "nocturnal garden cinematography" + }, + { + "subGenre": "Palaces", + "scene": "Palace theatre with private box seats, velvet drapes and an intimate stage (night)", + "sceneVariants": [ + "Palace theatre with private box seats, velvet drapes and an intimate stage (night)", + "Tiered private boxes with carved balustrades", + "Gilded proscenium arch framing a velvet-curtained stage", + "A small orchestra pit with chamber musicians", + "A private royal box with velvet cushions and attendants" + ], + "actions": [ + "Curtain rise revealing a chamber drama and hush of audience", + "Attendants passing whispered cues to box occupants", + "Musicians tuning and the conductor making final gestures", + "A bow at the final scene with subtle applause" + ], + "camera": "Low-light theatrical coverage with careful audio and multi-angle cuts", + "accents": [ + "warm stage tungsten balanced to preserve velvets", + "soft gilded highlights on box ornament" + ], + "mood": "intimate spectacle", + "lighting": "curated stage lighting with warm theatrical tones (night)", + "style": "heritage performance cinematography" + }, + { + "subGenre": "Palaces", + "scene": "Palace subterranean wine cellars with racked bottles and cool stone floors (day)", + "sceneVariants": [ + "Palace subterranean wine cellars with racked bottles and cool stone floors (day)", + "Long aisles of oak racking bearing labeled vintages", + "A tasting table with decanted bottles and tasting notes", + "Low micro-LEDs showing humidity and temperature gauges", + "A heritage corking press mounted in a corner" + ], + "actions": [ + "A sommelier conducting a private tasting with visiting dignitaries", + "Cellar staff checking labels and rotating stock", + "Slow pour and swirl with close-up on legs and bouquet", + "A conservator monitoring microclimate systems" + ], + "camera": "Low dolly with close macro on glass, bubbles and label detail", + "accents": [ + "cool cellar grading with warm highlights on poured glass", + "micro-speculars on bottle glass and condensation" + ], + "mood": "cultured restraint", + "lighting": "low cool artificial with localized warm tasting spot", + "style": "culinary heritage cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/city_and_architecture_residential_blocks.json b/src/data/city_and_architecture_residential_blocks.json new file mode 100644 index 0000000..fa1d36f --- /dev/null +++ b/src/data/city_and_architecture_residential_blocks.json @@ -0,0 +1,504 @@ +{ + "city_architecture": [ + { + "subGenre": "Residential Blocks", + "scene": "Tree-lined mid-century apartment block with low-rise balconies and communal lawn (day)", + "sceneVariants": [ + "Tree-lined mid-century apartment block with low-rise balconies and communal lawn (day)", + "Corner stoops with potted plants and bike racks", + "Sun-dappled courtyard with a communal bench", + "Balconies hung with small laundry lines and plants", + "Aerial view showing block relation to quiet street grid" + ], + "actions": [ + "Residents watering window boxes and sweeping doorsteps", + "Children playing on the lawn under watchful parents", + "A delivery cyclist weaving through the quiet lane", + "A building superintendent unlocking a utility shed" + ], + "camera": "Low dolly along the courtyard with periodic close-ups on faces and textured facades", + "accents": [ + "soft warm rim-light on balcony rails", + "micro-highlights on dewy grass and pot glaze" + ], + "mood": "domestic calm", + "lighting": "soft morning daylight with gentle fill", + "style": "residential slice-of-life cinematography" + }, + { + "subGenre": "Residential Blocks", + "scene": "High-rise concrete apartment tower punctuated by staggered balconies (day)", + "sceneVariants": [ + "High-rise concrete apartment tower punctuated by staggered balconies (day)", + "Facade grid with colorful curtains and satellite dishes", + "Ground-level retail pod serving tower residents", + "Sunlit vertical courtyard with planted planters", + "Night-time silhouette with isolated lit apartments" + ], + "actions": [ + "Elevator queues moving in timed pulses during rush hour", + "A neighbor chatting from balcony to balcony across a courtyard", + "A cleaner pressing a pressure washer along walkways", + "Security checking intercom logs at the lobby desk" + ], + "camera": "Vertical crane from base to roof to emphasize scale with telephoto cuts to human moments", + "accents": [ + "clean high-key daylight for facade legibility", + "micro-speculars on glass and metal railings" + ], + "mood": "urban density", + "lighting": "bright neutral daylight", + "style": "tower-living cinematography" + }, + { + "subGenre": "Residential Blocks", + "scene": "Rowhouse terrace street with narrow stoops, wrought-iron railings and stoop gardens (day)", + "sceneVariants": [ + "Rowhouse terrace street with narrow stoops, wrought-iron railings and stoop gardens (day)", + "Candy-colored facades and layered window boxes", + "A small stoop market selling newspapers and coffee", + "Children chalking footpaths and playing hopscotch", + "A delivery van reversing down a narrow lane" + ], + "actions": [ + "Neighbors exchanging morning greetings and packages", + "A painter applying fresh color to a window frame", + "A cat weaving between stoops and laps sun patches", + "A parent balancing a stroller down the steps" + ], + "camera": "Handheld lateral passes at human scale with shallow depth to isolate stoop life", + "accents": [ + "warm practical rim-light on doorframes", + "micro-detail on flaked paint and wood grain" + ], + "mood": "neighborhood warmth", + "lighting": "sunny daylight with crisp shadows", + "style": "terrace-street cinematography" + }, + { + "subGenre": "Residential Blocks", + "scene": "Suburban cul-de-sac with detached houses, driveways and small front lawns (day)", + "sceneVariants": [ + "Suburban cul-de-sac with detached houses, driveways and small front lawns (day)", + "Children's bicycles abandoned near mailboxes", + "A barbecue with small groups on a driveway", + "A morning paper collection at the curb", + "A quiet street lined with mature shade trees" + ], + "actions": [ + "Neighbors greeting while retrieving morning coffee", + "Kids racing scooters in short sprints before school", + "A gardener trimming hedges with a small blower", + "A delivery parcel stacked neatly by the door" + ], + "camera": "Aerial-to-ground reveal with human-scale lateral inserts", + "accents": [ + "golden rim-light during morning hours", + "micro-speculars on metal mailboxes and glass" + ], + "mood": "domestic routine", + "lighting": "bright crisp daylight", + "style": "suburban lifestyle cinematography" + }, + { + "subGenre": "Residential Blocks", + "scene": "Courtyard housing cluster around a shared communal green with laundry lines (day)", + "sceneVariants": [ + "Courtyard housing cluster around a shared communal green with laundry lines (day)", + "Stacked low-rise units with inward-facing windows", + "Play equipment and communal benches near the center", + "An entry arch with block number and planting", + "A small noticeboard listing community events" + ], + "actions": [ + "Residents hanging laundry and swapping small talk", + "An elder sweeping steps and feeding birds", + "Children playing tag beneath laundry flutter", + "A volunteer collecting donations for a shared pantry" + ], + "camera": "Low lateral glide with human-scale inserts and macro fabric motion", + "accents": [ + "soft bloom on moving textiles", + "micro-highlights on plant leaves and metal hooks" + ], + "mood": "communal familiarity", + "lighting": "even daylight with mild canopy shade", + "style": "community housing cinematography" + }, + { + "subGenre": "Residential Blocks", + "scene": "Midnight quiet of a suburban apartment complex with lit windows and distant traffic hum (night)", + "sceneVariants": [ + "Midnight quiet of a suburban apartment complex with lit windows and distant traffic hum (night)", + "Illuminated kitchen windows and silhouettes doing late chores", + "Dim security lighting along walkways", + "An empty parking lot with a single car and wet sheen", + "A distant neon sign pulsing from the arterial road" + ], + "actions": [ + "A resident returning late with small grocery bags", + "Security patrolling slowly with a torch", + "An upstairs neighbor closing curtains and switching off lights", + "An occasional door closing with measured thud" + ], + "camera": "Low long-lens handheld capturing lit apertures and shallow bokeh", + "accents": [ + "cool exterior micro-highlights with warm interior pools", + "soft lens bloom for wet surfaces" + ], + "mood": "quiet domestic solitude", + "lighting": "low artificial with pocket warm interiors (night)", + "style": "nocturnal residential cinematography" + }, + { + "subGenre": "Residential Blocks", + "scene": "Affordable housing estate with playground, community centre and mailbox cluster (day)", + "sceneVariants": [ + "Affordable housing estate with playground, community centre and mailbox cluster (day)", + "Clustered walkways with wayfinding signage", + "A community noticeboard and foodbank drop", + "Shared laundry rooms on ground floors", + "A small pop-up clinic van in the car park" + ], + "actions": [ + "Community workers hosting outreach at the centre", + "Parents supervising kids on playground equipment", + "A volunteer distributing fresh produce", + "A maintenance crew fixing a communal faucet" + ], + "camera": "Documentary-style handheld to capture social programs and micro-interactions", + "accents": [ + "neutral micro-highlights for faces and signage", + "soft practical fills for interior scenes" + ], + "mood": "functional community", + "lighting": "daylight with interior fluorescent fills", + "style": "social housing cinematography" + }, + { + "subGenre": "Residential Blocks", + "scene": "Gated residential complex with landscaped entrance, security gate and concierge (day)", + "sceneVariants": [ + "Gated residential complex with landscaped entrance, security gate and concierge (day)", + "Controlled vehicular access with barrier and intercom", + "Polished stone path and ornamental planting", + "Valet or porter station near the driveway", + "Night-time guarded entry with LED wayfinding" + ], + "actions": [ + "Concierge greeting arrivals and directing guests", + "Valets moving cars into secure bays", + "Security screening deliveries", + "Residents passing through with fob-enabled gates" + ], + "camera": "Medium crane with shallow focus on concierge and approach lanes", + "accents": [ + "polished speculars on metal and stone", + "micro-highlights on planted water features" + ], + "mood": "controlled comfort", + "lighting": "bright daylight or controlled night accent for security", + "style": "luxury residential cinematography" + }, + { + "subGenre": "Residential Blocks", + "scene": "Converted warehouse loft-style apartments with exposed brick, high ceilings and mezzanines (day)", + "sceneVariants": [ + "Converted warehouse loft-style apartments with exposed brick, high ceilings and mezzanines (day)", + "Large factory windows letting in broad light", + "Minimalist interiors with industrial fixtures", + "Open-plan living and studio work corners", + "Shared rooftop terrace with urban planter boxes" + ], + "actions": [ + "A resident arranging a small in-studio gallery", + "A pot being boiled on a minimalist stove as a neighbor knocks for sugar", + "A creative set up for a video call in the mezzanine", + "Friends carrying plants up to a rooftop planter" + ], + "camera": "Intimate gimbal with wide shots to show volume and macro on materials", + "accents": [ + "warm brick rim-light and cold window micro-highlights", + "textural micro-detail on exposed beams" + ], + "mood": "creative urban living", + "lighting": "bright daylight with strong window shafts", + "style": "loft-lifestyle cinematography" + }, + { + "subGenre": "Residential Blocks", + "scene": "Prefabricated modular housing cluster with repeating units and compact courtyards (day)", + "sceneVariants": [ + "Prefabricated modular housing cluster with repeating units and compact courtyards (day)", + "Interlocking modular facades with playful cladding", + "Shared bike storage and compact playground", + "Temporary planting boxes and modular furniture", + "Aerial grid show of repeatable housing modules" + ], + "actions": [ + "Residents moving furniture into compact units", + "A site manager coordinating maintenance swaps", + "Children playing on compact communal equipment", + "A technician checking module utility hookups" + ], + "camera": "Drone grid passes and low lateral for human-scale inserts", + "accents": [ + "clean high-key micro-highlights on cladding", + "micro-detail on connection seams and fixings" + ], + "mood": "efficient living", + "lighting": "bright daylight optimized for modular legibility", + "style": "modular housing cinematography" + }, + { + "subGenre": "Residential Blocks", + "scene": "Shared-living co-housing with communal kitchen, open plan dining and resident noticeboards (day)", + "sceneVariants": [ + "Shared-living co-housing with communal kitchen, open plan dining and resident noticeboards (day)", + "Long communal table with mismatched chairs", + "A small fridge tiled with resident magnets and notes", + "A rotating chores schedule pinned near a kettle", + "Quiet reading nooks at the end of corridors" + ], + "actions": [ + "Residents preparing a communal meal together", + "A meeting discussing upcoming events and tasks", + "A resident posting a new notice about shared tools", + "A small repair party fixing a leaking tap" + ], + "camera": "Intimate handheld with close reaction shots and wide communal frames", + "accents": [ + "warm practical fills and soft food speculars", + "micro-detail on handwritten notes and ceramic ware" + ], + "mood": "collaborative warmth", + "lighting": "soft interior daylight with practical kitchen fixtures", + "style": "co-housing documentary cinematography" + }, + { + "subGenre": "Residential Blocks", + "scene": "Historic tenement block with narrow corridors, fire escapes and layered histories (day)", + "sceneVariants": [ + "Historic tenement block with narrow corridors, fire escapes and layered histories (day)", + "Weathered stone lintels and patchy paint", + "Shared landings with drying lines and personal artifacts", + "A stairwell with worn treads and community notices", + "An inner courtyard with a small communal bin and plant pots" + ], + "actions": [ + "Residents bargaining over small services and favor exchanges", + "A historian photographing architectural details", + "A child chalk drawing near the stairwell landing", + "An elder recounting past events to a neighbor" + ], + "camera": "Handheld with careful low-light inserts to emphasize texture and personal scale", + "accents": [ + "warm material micro-highlights and cool soot shadows", + "micro-detail on plaster texture and rough wood" + ], + "mood": "layered resilience", + "lighting": "diffuse interior daylight in stairwells", + "style": "tenement life cinematography" + }, + { + "subGenre": "Residential Blocks", + "scene": "Night market within a residential block courtyard with food stalls and string lights (night)", + "sceneVariants": [ + "Night market within a residential block courtyard with food stalls and string lights (night)", + "Low vendor kiosks and makeshift seating under festoon lights", + "Children running between stalls with small treats", + "Neighbors exchanging small change for fresh snacks", + "A temporary screen projecting local films on a blank wall" + ], + "actions": [ + "Vendors preparing small skewers and fried snacks", + "Neighbors swapping news and gossip over shared plates", + "A musician strumming quietly as people eat", + "Cleanup crew collecting used plates for recycling" + ], + "camera": "Low wet-lens handheld with close food macro and wide convivial frames", + "accents": [ + "warm festoon micro-highlights and soft bokeh", + "speculars on oil-fried food and metal trays" + ], + "mood": "communal festivity", + "lighting": "low warm artificial with string-light ambience (night)", + "style": "nocturnal courtyard cinematography" + }, + { + "subGenre": "Residential Blocks", + "scene": "Transit-adjacent mixed-use block with ground-floor retail and apartments above (day)", + "sceneVariants": [ + "Transit-adjacent mixed-use block with ground-floor retail and apartments above (day)", + "Coffee shops and convenience stores anchoring the corner", + "Upper balconies overlooking busy sidewalk flows", + "A small transit stop with timetable and shelter near the entrance", + "Delivery scooters parking along the kerb" + ], + "actions": [ + "Commuters grabbing take-away and heading for the transit stop", + "Shop owners restocking morning shelves", + "A building manager coordinating mail deliveries", + "A cafe barista calling out names as orders are prepared" + ], + "camera": "Medium handheld with quick cuts to retail interactions and human faces", + "accents": [ + "clean high-key daylight for signage clarity", + "micro-highlights on cup rims and display glass" + ], + "mood": "urban convenience", + "lighting": "bright daylight with mixed practical interior fills", + "style": "mixed-use streetscape cinematography" + }, + { + "subGenre": "Residential Blocks", + "scene": "Tower block rooftop communal garden with seating pods and clotheslines (day→dusk)", + "sceneVariants": [ + "Tower block rooftop communal garden with seating pods and clotheslines (day→dusk)", + "Potted planters and small raised beds for residents", + "A clothesline area designated for communal use", + "A rainwater barrel and simple irrigation system", + "Dusk skyline with warming rooftop practical lights" + ], + "actions": [ + "Residents tending rooftop planters and picking small herbs", + "A small group sharing evening tea and watching the skyline", + "Maintenance checking drainage and irrigation lines", + "A child retrieving a stray ball that landed near the edge" + ], + "camera": "Wide crane into intimate handheld as light softens with dusk", + "accents": [ + "golden rim-light on leaves and metal railings", + "micro-speculars on glass and cup rims" + ], + "mood": "elevated community", + "lighting": "transition from daylight to warm dusk practicals", + "style": "rooftop community cinematography" + }, + { + "subGenre": "Residential Blocks", + "scene": "Vacant block awaiting redevelopment with boarded windows, graffiti and overgrown lot (day)", + "sceneVariants": [ + "Vacant block awaiting redevelopment with boarded windows, graffiti and overgrown lot (day)", + "Boarded storefronts and weeds sprouting through paving", + "Informal community art and memorials on retaining walls", + "Site fencing and notice of pending works", + "A temporary shelter or encampment hidden near the lot edge" + ], + "actions": [ + "Surveyors measuring facade and marking utilities", + "Local artists painting murals on temporary boards", + "Community members inspecting redevelopment notices", + "A small clean-up crew removing loose debris" + ], + "camera": "Slow lateral with documentary inserts on graffiti and overgrowth", + "accents": [ + "cool shadow micro-highlights and warm sunburnt surfaces", + "micro-detail on peeling posters and rust" + ], + "mood": "tense transition", + "lighting": "diffuse daylight with high contrast patches", + "style": "urban redevelopment cinematography" + }, + { + "subGenre": "Residential Blocks", + "scene": "Shared basement utility room with bike racks, dryers and mailboxes (day)", + "sceneVariants": [ + "Shared basement utility room with bike racks, dryers and mailboxes (day)", + "Low-lit corridor with concrete floors and exposed pipes", + "A row of dryers humming and a folding bench nearby", + "Community mailboxes with small parcel overflow", + "A maintenance cabinet and broom closet tucked away" + ], + "actions": [ + "Residents pumping up tires and unlocking bikes for a ride", + "A person folding laundry and chatting with a neighbor", + "Maintenance replacing a broken dryer belt", + "A delivery worker leaving a large parcel near the mail cluster" + ], + "camera": "Handheld low-light inserts with macro detail on metal textures and labels", + "accents": [ + "cool fluorescent micro-highlights and metal speculars", + "micro-detail on label wear and ductwork" + ], + "mood": "practical domesticity", + "lighting": "fluorescent interior lighting with warm patches from doorway", + "style": "inset domestic cinematography" + }, + { + "subGenre": "Residential Blocks", + "scene": "Community arts block repurposed from apartments with shared studios and gallery corners (day)", + "sceneVariants": [ + "Community arts block repurposed from apartments with shared studios and gallery corners (day)", + "Studios with worktables and drying racks", + "Small gallery nooks showcasing resident work", + "A glass-fronted storefront gallery on the ground floor", + "A corridor lined with posters for local shows" + ], + "actions": [ + "Artists working on collaborative pieces in shared studios", + "A small group curating a pop-up exhibition", + "Visitors browsing and purchasing small works", + "A volunteer running a youth workshop in the basement" + ], + "camera": "Documentary handheld with macro on material textures and wide community frames", + "accents": [ + "vibrant color accents and soft studio practicals", + "micro-highlights on painted surfaces and wet media" + ], + "mood": "creative community", + "lighting": "mixed daylight and studio practicals", + "style": "creative housing cinematography" + }, + { + "subGenre": "Residential Blocks", + "scene": "Flood-affected residential block with raised walkways, sandbags and responders (day)", + "sceneVariants": [ + "Flood-affected residential block with raised walkways, sandbags and responders (day)", + "Temporary pedestrian bridges and caution signage", + "Residents salvaging small items and documenting damage", + "Relief tents and aid distribution in a nearby lot", + "Aerial view showing waterlogged streets and raised entrances" + ], + "actions": [ + "Rescue teams assisting vulnerable residents to higher ground", + "Volunteers distributing clean water and dry supplies", + "Engineers assessing drainage and pumping plan", + "Residents documenting damage for insurance and aid claims" + ], + "camera": "Documentary following responders with drone overview inserts", + "accents": [ + "wet reflective micro-highlights and muted color grading", + "micro-detail on floating debris and saturated materials" + ], + "mood": "urgent care", + "lighting": "diffuse overcast daylight often post-storm", + "style": "disaster-response cinematography" + }, + { + "subGenre": "Residential Blocks", + "scene": "Festival day within a residential estate with stalls, kids' games and music (day)", + "sceneVariants": [ + "Festival day within a residential estate with stalls, kids' games and music (day)", + "Colorful bunting across walkways and small stage for local acts", + "A bake-sale table and craft stalls run by neighbors", + "Kids' face-painting booth and balloon artist", + "A community awards tent for local recognition" + ], + "actions": [ + "Neighbors running stalls and selling homemade goods", + "Children queuing for games and small prizes", + "An MC announcing events and thanking volunteers", + "Cleanup crew preparing bins for post-event waste" + ], + "camera": "Lively handheld with quick reaction cuts and wide festival frames", + "accents": [ + "saturated festive color and warm micro-highlights", + "soft crowd bokeh to isolate vendor interactions" + ], + "mood": "celebratory community", + "lighting": "bright daytime with occasional canopy shade", + "style": "neighborhood event cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/city_and_architecture_skylines.json b/src/data/city_and_architecture_skylines.json new file mode 100644 index 0000000..94c021d --- /dev/null +++ b/src/data/city_and_architecture_skylines.json @@ -0,0 +1,404 @@ +{ + "city_architecture": [ + { + "subGenre": "Skylines", + "scene": "Glass-and-steel skyline at golden hour with reflective facades ablaze", + "sceneVariants": [ + "Glass-and-steel skyline at golden hour with reflective facades ablaze", + "Sunset light bouncing between mirrored towers", + "Low-angle view emphasizing vertical density and color streaks", + "Rooftop gardens catching warm rim-light", + "A commuter ferry cutting a glowing ribbon on the riverfront" + ], + "actions": [ + "Office lights flicking on as workers finish the day", + "A drone skimming between towers capturing reflections", + "Birds circling thermal columns above the city", + "Street vendors packing as the light fades" + ], + "camera": "Telephoto crane from river-level to roofline with selective rack focus on glass reflections", + "accents": [ + "intense golden rim-light on edges of glass", + "micro-reflections in puddles and river surface" + ], + "mood": "elegant transition", + "lighting": "warm golden-hour with high specular highlights", + "style": "contemporary architectural cinematography" + }, + { + "subGenre": "Skylines", + "scene": "Morning haze skyline where pastel light washes concrete silhouettes", + "sceneVariants": [ + "Morning haze skyline where pastel light washes concrete silhouettes", + "Soft dawn mist blurring distant high-rises", + "Laundry and antenna silhouettes in the foreground", + "Tram lines threading a low-slung skyline", + "A single tower piercing a pale horizon" + ], + "actions": [ + "Commuters boarding early trams", + "Cafés setting out chairs into half-light", + "Delivery bikes weaving between parked cars", + "Seagulls riding cool morning thermals" + ], + "camera": "Wide panoramic glide with gentle dehaze and slow push-ins on human activity", + "accents": [ + "soft pastel grading to reduce contrast", + "subtle fog volumetrics to merge layers" + ], + "mood": "gentle awakening", + "lighting": "cool, low-contrast morning light", + "style": "urban documentary morning portrait" + }, + { + "subGenre": "Skylines", + "scene": "Futuristic skyline with staggered terraces and vertical parks (day)", + "sceneVariants": [ + "Futuristic skyline with staggered terraces and vertical parks (day)", + "Green terraces stepping up glass towers", + "Skybridges connecting living towers", + "Hover vehicles in designated lanes between towers", + "Rooftop orchards visible from a distance" + ], + "actions": [ + "Gardeners tending elevated green corridors", + "Autonomous shuttles docking at mid-level platforms", + "Children running across skybridge plazas", + "Wind turbines spinning gently atop terraces" + ], + "camera": "Wide drone sweep with parallax push-ins to emphasize vertical green layers", + "accents": [ + "clean high-key daylight to keep foliage saturated", + "accent speculars on water features in terraces" + ], + "mood": "optimistic futurism", + "lighting": "bright clean daylight with neutral fill", + "style": "visionary urban cinematography" + }, + { + "subGenre": "Skylines", + "scene": "Historic skyline dominated by church spires and clock towers against a blue sky (day)", + "sceneVariants": [ + "Historic skyline dominated by church spires and clock towers against a blue sky (day)", + "Red-tiled roofs and narrow chimneys in a tight skyline", + "Stone facades catching directional sun", + "Bell towers casting long formal shadows", + "Market squares visible in lower layers" + ], + "actions": [ + "Bell tolls echoing across the rooftops", + "Market stalls opening with early customers", + "A cyclist threading a narrow historic street", + "Scaffolding crews working on a restoration" + ], + "camera": "Medium crane with precise composition to juxtapose old and human-scale below", + "accents": [ + "warm textured grading to highlight masonry grain", + "soft rim-light on carved stone ornamentation" + ], + "mood": "timeless nostalgia", + "lighting": "directional daylight emphasizing texture", + "style": "heritage architectural cinematography" + }, + { + "subGenre": "Skylines", + "scene": "Industrial skyline at dusk with silhouetted cranes and chimneys", + "sceneVariants": [ + "Industrial skyline at dusk with silhouetted cranes and chimneys", + "Long factory ridges and elevated conveyor belts stacked against the sky", + "Steam stacks and warm process lights punctuating the silhouette", + "Rail yards forming geometric foregrounds", + "A cargo ship passing below the skyline" + ], + "actions": [ + "Cranes moving with a slow, mechanical rhythm", + "Trains rumbling through switching yards creating a low bass", + "Workers performing final checks as lights come alive", + "Patches of steam and smoke drifting across the scene" + ], + "camera": "Wide industrial plate with dolly-in on working silhouettes and high-detail inserts", + "accents": [ + "warm tungsten highlights contrasted with cool sky", + "textured grit to emphasize industrial materiality" + ], + "mood": "stoic industry", + "lighting": "warm dusk backlight with high silhouette contrast", + "style": "industrial documentary cinematography" + }, + { + "subGenre": "Skylines", + "scene": "Neon skyline at night with layered signage and reflective glass canyons (night)", + "sceneVariants": [ + "Neon skyline at night with layered signage and reflective glass canyons (night)", + "Crowded vertical signage stacked on facades", + "Rain-slick streets mirroring neon", + "Aerial birds-eye of a luminous downtown core", + "Pedestrian plazas bathed in colored advertising glow" + ], + "actions": [ + "Taxi and tram lights streaking through tight streets", + "Crowds moving in waves under signage", + "Window displays cycling through saturated color content", + "Rain falling into neon puddles creating rippled reflections" + ], + "camera": "High-sensitivity aerial followed by low-angle street-level dolly with frequent push-ins", + "accents": [ + "electric neon color grading with high saturation", + "sharp speculars in wet reflective pools" + ], + "mood": "hypnotic energy", + "lighting": "vibrant artificial neon with deep shadows (night)", + "style": "cyber-noir urban cinematography" + }, + { + "subGenre": "Skylines", + "scene": "Backlit skyline silhouette at sunset where skylines read as layered black cutouts", + "sceneVariants": [ + "Backlit skyline silhouette at sunset where skylines read as layered black cutouts", + "A serrated horizon of varied rooflines", + "Detailless silhouette foreground framing a fiery sky", + "Anchoring mast or antenna giving scale", + "A distant plane crossing the sun" + ], + "actions": [ + "Silhouetted figures on rooftops photographing the horizon", + "Smoke gently trailing from a single industrial chimney", + "A flock of birds punctuating the silhouette momentarily", + "Street-level cafés clinking as evening begins" + ], + "camera": "Wide silhouette plate with high dynamic-range to retain sky detail", + "accents": [ + "intense warm-to-cool gradient behind the silhouette", + "thin rim-light where outlines catch last light" + ], + "mood": "graphic drama", + "lighting": "backlit high-contrast sunset", + "style": "minimalist silhouette cinematography" + }, + { + "subGenre": "Skylines", + "scene": "Midnight skyline under heavy clouds with sporadic lightning revealing facades (night)", + "sceneVariants": [ + "Midnight skyline under heavy clouds with sporadic lightning revealing facades (night)", + "A blackout with only sporadic emergency illumination", + "Lightning briefly etching building textures", + "Emergency signage glowing intermittently", + "A city grid half-in-darkness, half-in-illumination" + ], + "actions": [ + "Lightning forks briefly revealing structural detail", + "Emergency crews moving in illuminated pockets", + "Night traffic halting and slowing as lights fail", + "A distant power plant flickering under load stress" + ], + "camera": "Low-light wide with lightning-triggered high-speed captures for momentary detail", + "accents": [ + "cool flash rim-light on wet surfaces", + "accent glow around emergency lights" + ], + "mood": "raw suspense", + "lighting": "near-dark punctuated by bright electric flashes (night)", + "style": "nocturnal weather-driven cinematography" + }, + { + "subGenre": "Skylines", + "scene": "Riverside skyline at blue hour with window lights forming a constellation", + "sceneVariants": [ + "Riverside skyline at blue hour with window lights forming a constellation", + "Cool blue sky framing warm interior lights", + "Boats moored creating dotted foreground", + "Reflections forming vertical light columns", + "A pedestrian bridge connecting two luminous banks" + ], + "actions": [ + "Office windows gradually forming a city constellation", + "Joggers passing under lamplight along the river", + "A ferry leaving a trail of soft wake reflections", + "A guitarist busking under a bridge arch" + ], + "camera": "Medium panorama that ramps exposure from sky to window detail with careful white balance", + "accents": [ + "balanced cool-blue grading with warm interior spots", + "vertical mirror highlights on water" + ], + "mood": "balanced calm", + "lighting": "blue hour with mixed warmer window accents", + "style": "urban twilight cinematography" + }, + { + "subGenre": "Skylines", + "scene": "Suburban skyline silhouette of rooftops and TV aerials backlit by a moonlit sky (night)", + "sceneVariants": [ + "Suburban skyline silhouette of rooftops and TV aerials backlit by a moonlit sky (night)", + "Low houses forming a soft skyline", + "Streetlamps sprinkling warm pools into quiet streets", + "A cat's eye reflecting in an upper window", + "A faint aurora ribbon very low on the horizon (rare)" + ], + "actions": [ + "Windows opening and closing as inhabitants move inside", + "A bicycle light moving slowly down a lane", + "Dogs barking briefly then silence returning", + "A lunar halo occasionally glowing through thin cloud" + ], + "camera": "Quiet static wide with timed exposure to keep moon detail and warm lamp pools", + "accents": [ + "cool moon rim-light combined with localized warm porch pools", + "soft micro-highlights on wet asphalt when present" + ], + "mood": "domestic stillness", + "lighting": "moonlit night with warm practical accents", + "style": "nocturnal neighborhood cinematography" + }, + { + "subGenre": "Skylines", + "scene": "Green rooftop skyline where gardens and solar arrays punctuate the roofline (day)", + "sceneVariants": [ + "Green rooftop skyline where gardens and solar arrays punctuate the roofline (day)", + "Patchwork of greenery and photovoltaic panels seen from a distance", + "Beekeeping boxes and small trees dotting the skyline", + "Water collection cisterns forming repeating geometry", + "A skyline dotted with weather stations and mast arrays" + ], + "actions": [ + "Gardeners tending rooftop beds", + "Solar technicians checking panel alignment", + "Bees exiting from rooftop hives in rhythmic pulses", + "Wind flags indicating microclimate changes" + ], + "camera": "Medium drone traverse focusing on human-ecosystem interactions at upper levels", + "accents": [ + "clean daylight emphasizing saturation of plant life", + "specular highlights on panel glass for tactile contrast" + ], + "mood": "sustainable optimism", + "lighting": "bright daylight with crisp shadows", + "style": "eco-urban cinematography" + }, + { + "subGenre": "Skylines", + "scene": "Festival skyline with temporary light installations and lanterns dotting rooftops (night)", + "sceneVariants": [ + "Festival skyline with temporary light installations and lanterns dotting rooftops (night)", + "Rooftop ephemeral sculptures lit in synchronized patterns", + "Drone-light choreography above a dense skyline", + "String lights forming faint constellations over terraces", + "A fireworks arc punctuating the skyline momentarily" + ], + "actions": [ + "Synchronized light shows glowing and fading in choreography", + "Crowds on terraces cheering and waving", + "Live music broadcasting faintly across rooftops", + "Lanterns slowly drifting from higher terraces into the night" + ], + "camera": "Dynamic aerial and rooftop coverage with choreographed timed cuts to match installations", + "accents": [ + "saturated colored LED pops against deep night", + "soft bokeh on distant lanterns to create depth" + ], + "mood": "communal exhilaration", + "lighting": "vibrant artificial festival light (night)", + "style": "event-focused urban cinematography" + }, + { + "subGenre": "Skylines", + "scene": "Twilight industrial skyline with cooling towers gently steaming and the last orange bank behind", + "sceneVariants": [ + "Twilight industrial skyline with cooling towers gently steaming and the last orange bank behind", + "A soft thermal plume rising into a pastel sky", + "Pipes and gantries forming geometric horizons", + "Worker silhouetted on a service catwalk", + "A train moving along a rail spine in the foreground" + ], + "actions": [ + "Steam curling into restful ribbons against the sky", + "Night lights along the conveyor lines turning on sequentially", + "Maintenance crew finishing shift and descending", + "A distant horn signaling shift change" + ], + "camera": "Slow lateral crane with selective shallow depth to isolate worker silhouettes", + "accents": [ + "muted warm residual sunset behind cool industrial tones", + "micro-specular on metalwork edges" + ], + "mood": "quiet productivity", + "lighting": "twilight with mixed residual warm horizon and cool industrial fill", + "style": "industrial twilight cinematography" + }, + { + "subGenre": "Skylines", + "scene": "Harbor crane skyline at sunrise where fog peels back to reveal mechanical silhouettes", + "sceneVariants": [ + "Harbor crane skyline at sunrise where fog peels back to reveal mechanical silhouettes", + "Giant cranes forming graphic shapes against pastel sky", + "Container stacks visible through soft haze", + "A tugboat moving slowly beneath tall gantries", + "Salt haze glinting on rigging" + ], + "actions": [ + "Cranes beginning slow lifts as fog breaks", + "Workers on deck moving with measured motions", + "Seabirds returning to roosts as activity resumes", + "A small launch threading through moored columns" + ], + "camera": "Reveal-shot timed for fog clearance with crane and deck-level inserts", + "accents": [ + "soft volumetric highlights as fog lifts", + "warm micro-reflections on water and metal" + ], + "mood": "patient emergence", + "lighting": "pale sunrise with volumetric fog shafts", + "style": "maritime reveal cinematography" + }, + { + "subGenre": "Skylines", + "scene": "Satellite view-style skyline at night showcasing the city's light network like veins", + "sceneVariants": [ + "Satellite view-style skyline at night showcasing the city's light network like veins", + "Concentric road light patterns spiraling from a dense core", + "Highway arteries glowing like bright ribbons", + "Islands of darkness marking large parks", + "A river thread of lights cutting the urban fabric" + ], + "actions": [ + "Traffic patterns flowing like vascular pulses", + "Occasional bright events like stadium lights spiking", + "Aerial surveys mapping heat and light usage", + "Rail lines glowing as trains pass" + ], + "camera": "High-altitude timelapse emulating satellite perspective with slow parallax", + "accents": [ + "pinpoint star-like street highlights", + "soft glow bloom to simulate atmospheric scattering" + ], + "mood": "systemic marvel", + "lighting": "night with dense artificial light networks", + "style": "geospatial urban cinematography" + }, + { + "subGenre": "Skylines", + "scene": "Low-slung industrial skyline in rain with steam vents and neon hazard lamps (dark)", + "sceneVariants": [ + "Low-slung industrial skyline in rain with steam vents and neon hazard lamps (dark)", + "Steam and rain mixing into luminous halos", + "Puddled ground reflecting scattered safety lights", + "A lone worker in high-visibility gear wading through sheen", + "Silhouetted conveyors disappearing into darkness" + ], + "actions": [ + "Steam rising from vents producing transient halos", + "Neon safety lights chopping darkness into rhythmic segments", + "Forklift beams cutting through rain haze", + "Worker radios crackling with procedural calm" + ], + "camera": "Low-angle handheld with wet-lens texture and tight human-scale inserts", + "accents": [ + "neon hazard pops against deep wet blacks", + "specular micro-highlights on rain-slick surfaces" + ], + "mood": "gritty resilience", + "lighting": "low artificial wet-night lighting with high contrast", + "style": "noir industrial cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/city_and_architecture_skyscrapers.json b/src/data/city_and_architecture_skyscrapers.json new file mode 100644 index 0000000..b539502 --- /dev/null +++ b/src/data/city_and_architecture_skyscrapers.json @@ -0,0 +1,404 @@ +{ + "city_architecture": [ + { + "subGenre": "Skyscrapers", + "scene": "Glass-clad supertall tower catching sunrise shafts and reflecting neighboring geometry (day)", + "sceneVariants": [ + "Glass-clad supertall tower catching sunrise shafts and reflecting neighboring geometry (day)", + "A crown of spires and antennae mirroring the sky", + "Terraced setbacks with private sky gardens", + "Service balconies and crane scaffolding mid-renovation", + "A careful composition showing scale against a small rooftop park" + ], + "actions": [ + "Sunrise scraping along vertical reveals, igniting thin highlights", + "Window-cleaning platforms slowly traversing the facade", + "Businesspeople arriving at sky-lobbies in gliding lifts", + "A drone weaving between setback terraces capturing detail" + ], + "camera": "Vertical crane rise from street to crown with telephoto compressions on detail", + "accents": [ + "micro-reflections on glass facets", + "thin golden rim-light along chamfered edges" + ], + "mood": "aspirational clarity", + "lighting": "clean early-morning light with high speculars", + "style": "commercial architectural cinematography" + }, + { + "subGenre": "Skyscrapers", + "scene": "Nighttime corporate tower with animated LED facade and distant traffic trails (night)", + "sceneVariants": [ + "Nighttime corporate tower with animated LED facade and distant traffic trails (night)", + "Logo-lit crown and rhythmic façade lighting", + "Reflections of LED art in office windows", + "A river of car tail lights at building base", + "Helipad lights pulsing at the summit" + ], + "actions": [ + "Animated facade patterns playing slow choreographies", + "Elevator shafts revealing silhouettes of passing commuters", + "Highway lights tracing arcs around the structure", + "Security drone orbiting a restricted rooftop" + ], + "camera": "Long-exposure wide with timed LED sync to capture pattern movement", + "accents": [ + "neon LED pops with controlled bloom", + "crisp speculars on wet pavement mirroring façade" + ], + "mood": "corporate spectacle", + "lighting": "vibrant artificial night with high contrast", + "style": "nocturnal emblematic cinematography" + }, + { + "subGenre": "Skyscrapers", + "scene": "Under-construction skyscraper with skeletal floors and cranes at twilight", + "sceneVariants": [ + "Under-construction skyscraper with skeletal floors and cranes at twilight", + "Ragged edges and temporary lighting at different levels", + "Cranes forming geometric complements against a purple sky", + "Temporary worker shelters and hoists visible on lower floors", + "Pulsing hazard lights at safety points" + ], + "actions": [ + "Cranes swinging slow heavy loads into place", + "Workers pausing to watch a distant sunset", + "Hoist cages climbing the core at measured intervals", + "Temporary floodlights creating dramatic sectional highlights" + ], + "camera": "Stabilized crane plate with slow push-ins into active floors", + "accents": [ + "warm practical flood highlights against cool twilight", + "textured grit on steel and concrete surfaces" + ], + "mood": "productive grit", + "lighting": "mixed twilight and safety-lighting", + "style": "construction reportage cinematography" + }, + { + "subGenre": "Skyscrapers", + "scene": "Skybridge cluster linking twin towers with mid-level public plaza (day)", + "sceneVariants": [ + "Skybridge cluster linking twin towers with mid-level public plaza (day)", + "Transparent walkways with views through to skyline", + "Terraced seating and vertical water features between towers", + "Retail inserts visible through glass balustrades", + "People pausing at glass viewpoints to photograph" + ], + "actions": [ + "Pedestrians flowing across skybridges like a suspended river", + "Street musicians performing in a mid-plaza pocket", + "Maintenance crews cleaning glass with long poles", + "Kids chasing each other along planted edges" + ], + "camera": "Cable-smooth lateral traverse across the skybridge with occasional wide reveals", + "accents": [ + "soft backlight through glazing to render silhouettes", + "specular highlights on water and stainless surfaces" + ], + "mood": "communal modernity", + "lighting": "bright even daylight with gentle fill", + "style": "human-centric urban architectural cinematography" + }, + { + "subGenre": "Skyscrapers", + "scene": "Heritage high-rise conversion: old masonry base with glass tower rising above (day)", + "sceneVariants": [ + "Heritage high-rise conversion: old masonry base with glass tower rising above (day)", + "Remodeled storefronts under a modern glass shaft", + "Historic cornices framed by new glazed insets", + "A contrast of patinated metal against seamless glass", + "Pedestrian micro-arcades adjacent to the base" + ], + "actions": [ + "Visitors entering adaptive reuse lobbies", + "Artisan shops setting up displays in restored bay windows", + "Elevator doors revealing modern interiors against historic shells", + "A bike courier dodging between pedestrian flows" + ], + "camera": "Medium crane highlighting material contrast from street-level to tower seam", + "accents": [ + "warm textured grading on heritage stone", + "neutral high-clarity on new glass surfaces" + ], + "mood": "respectful regeneration", + "lighting": "directional daylight emphasizing materiality", + "style": "heritage-meets-modern cinematography" + }, + { + "subGenre": "Skyscrapers", + "scene": "Sky garden penthouse rows with lush terraces high above city noise (day)", + "sceneVariants": [ + "Sky garden penthouse rows with lush terraces high above city noise (day)", + "Vertical hedges and intimate planted courtyards on top floors", + "Glass balustrades framing panoramic city views", + "Private pools and deck furniture on upper terraces", + "Nightfire torches lining executive outdoor lounges" + ], + "actions": [ + "Residents walking dogs along terrace lanes", + "Gardeners pruning bonsai and exotic planters", + "Sunbathers reclining on private decks", + "A rooftop dinner party with low chatter and clinking glasses" + ], + "camera": "Fluid lateral glide with close macro on plant textures and wide cityback reveals", + "accents": [ + "golden rim-light on plant edges", + "soft speculars on pool surfaces" + ], + "mood": "serene luxury", + "lighting": "bright daylight with shaded terrace pockets", + "style": "lifestyle architectural cinematography" + }, + { + "subGenre": "Skyscrapers", + "scene": "Reflected skyline: a close cluster of towers mirrored in a single curved facade (day)", + "sceneVariants": [ + "Reflected skyline: a close cluster of towers mirrored in a single curved facade (day)", + "Seamless curved glass doubling vertical forms", + "A pedestrian plaza framed by reflected geometry", + "Commercial signage dissolving into reflection motifs", + "Masked maintenance robots cleaning expansive curves" + ], + "actions": [ + "Pedestrians appearing like repeated motifs in the reflection", + "Light shifting across the curve creating moving patterns", + "Window cleaners traversing along a long arc", + "Bicycles passing a mirrored edge producing flow lines" + ], + "camera": "Telephoto compression to accentuate mirrored repetition and parallax", + "accents": [ + "ultra-clear reflections with micro-highlights", + "thin chromatic edge to separate layers" + ], + "mood": "graphic elegance", + "lighting": "clean daylight with high clarity", + "style": "conceptual architectural cinematography" + }, + { + "subGenre": "Skyscrapers", + "scene": "Storm-weathered skyscraper exterior with rain streaming and steam vents (dark)", + "sceneVariants": [ + "Storm-weathered skyscraper exterior with rain streaming and steam vents (dark)", + "Rain-sheened cladding and streaked facade lines", + "Vents spitting steam into the wet air", + "Umbrella-braided crowds beneath canopies at building base", + "Eerie reflections in vertical puddle seams" + ], + "actions": [ + "Rain streaks forming transient vertical lines down glass", + "Steam momentarily hiding decorative cornices", + "Security umbrellas and hurried commuters at the moat", + "Facade cleaners pausing as weather shifts" + ], + "camera": "Low-angle wet-lens handheld with tight focus racks on steam and water detail", + "accents": [ + "cool wet speculars on glass and metal", + "soft vignette to concentrate on wet textural drama" + ], + "mood": "wet intensity", + "lighting": "overcast low-light with high wet reflections", + "style": "noir-urban architectural cinematography" + }, + { + "subGenre": "Skyscrapers", + "scene": "Observation deck panorama with telescopic city views and telescopes (day)", + "sceneVariants": [ + "Observation deck panorama with telescopic city views and telescopes (day)", + "360-degree glazing framing urban fabric", + "Interactive interpretive panels and directional markers", + "Glass floors offering vertigo glimpses to the street below", + "A guided group listening to an audio narration" + ], + "actions": [ + "Visitors peering through telescopes pointing at landmarks", + "Audio guide narrations punctuating the hush", + "A child stepping onto a glass floor and gasping", + "A professional photographer bracketing exposures" + ], + "camera": "Smooth panoramic sweep with careful exposure ramping to hold window detail", + "accents": [ + "balanced daylight ensuring skyline color fidelity", + "soft internal fill to keep human faces readable" + ], + "mood": "awe and orientation", + "lighting": "bright, evenly-lit interior with strong exterior highlights", + "style": "experience-based architectural cinematography" + }, + { + "subGenre": "Skyscrapers", + "scene": "Facade detail study: louvers, sunshades and junctions examined in macro (day)", + "sceneVariants": [ + "Facade detail study: louvers, sunshades and junctions examined in macro (day)", + "Close-up on thermal break joints and gasket detail", + "Perforated metal sunscreens casting patterned shadows", + "Rain-channel detailing and drip edges", + "Material joints under different weather conditions" + ], + "actions": [ + "Focus pulls across edge details revealing hidden textures", + "Micro-raindrops beading and rolling on different coatings", + "Technician inspecting attachment plates and fasteners", + "Time-lapse showing slight movement due to thermal expansion" + ], + "camera": "Macro motion-controlled rig with high-resolution shallow-depth captures", + "accents": [ + "clinically neutral grading for material fidelity", + "sharp micro-speculars to reveal surface properties" + ], + "mood": "analytical attention", + "lighting": "even diffused daylight to avoid harsh shadows", + "style": "technical architectural cinematography" + }, + { + "subGenre": "Skyscrapers", + "scene": "Service core and mechanical plant levels lit in utilitarian tungsten (night)", + "sceneVariants": [ + "Service core and mechanical plant levels lit in utilitarian tungsten (night)", + "Pump rooms and ventilation banks visible through maintenance hatches", + "Service ladders and catwalks forming a layered industrial interior", + "Pipes and conduits running in labyrinthine patterns", + "Maintenance staff moving quietly with headlamps" + ], + "actions": [ + "Technicians logging readings and adjusting valves", + "Pumps thudding with steady mechanical rhythm", + "Safety lights cycling on test sequences", + "A maintenance elevator ascending with spare parts" + ], + "camera": "Low-light interior steadicam with careful white-balance for tungsten ambience", + "accents": [ + "warm tungsten highlights contrasting cool structural metal", + "textured grime and utilitarian micro-details" + ], + "mood": "functional calm", + "lighting": "warm artificial indoor lighting", + "style": "industrial interior architectural cinematography" + }, + { + "subGenre": "Skyscrapers", + "scene": "Corporate atrium lobby with multi-storey voids and sculptural staircases (day)", + "sceneVariants": [ + "Corporate atrium lobby with multi-storey voids and sculptural staircases (day)", + "A sculpted central stair spiraling through several floors", + "Sunlight funneling through skylights into the atrium", + "Reception desks and concierge points oriented to the void", + "Art installations suspended in mid-air" + ], + "actions": [ + "Office workers flowing through atrium like arteries", + "Security scanning access badges at discrete points", + "A pianist providing subtle background music in an adjacent lounge", + "Maintenance drones polishing the skylight panes" + ], + "camera": "Wide vertical crane with rhythmic parallax moves to emphasize volume", + "accents": [ + "soft volumetric shafts from skylights", + "high micro-detail on stone and metal finshes" + ], + "mood": "refined efficiency", + "lighting": "bright interior daylight with controlled skylight shafts", + "style": "commercial interior cinematography" + }, + { + "subGenre": "Skyscrapers", + "scene": "Adaptive nighttime shot of a tower whose lower floors host cultural spaces and theaters (night)", + "sceneVariants": [ + "Adaptive nighttime shot of a tower whose lower floors host cultural spaces and theaters (night)", + "Marquee lights and poster displays at the base", + "An illuminated lobby leading into a performance venue", + "Queues forming under canopy entrances", + "Street-level cafés feeding the theater crowd" + ], + "actions": [ + "Audience members arriving with evening attire", + "Marquee bulbs flickering as a show is announced", + "Security and usher teams guiding guests", + "Valet and taxi flows orbiting the entrance" + ], + "camera": "Handheld street-level coverage with focus pulls from crowd to marquee", + "accents": [ + "warm marquee tungsten versus cool tower uplighting", + "soft practical bokeh on stacked canopy lamps" + ], + "mood": "civic glamour", + "lighting": "vibrant warm street-night with curated uplights", + "style": "urban cultural cinematography" + }, + { + "subGenre": "Skyscrapers", + "scene": "Evening skyline during a meteor shower with thin airplane contrails interacting with tower lights (night)", + "sceneVariants": [ + "Evening skyline during a meteor shower with thin airplane contrails interacting with tower lights (night)", + "Long trails of meteors arcing above a glittering urban crown", + "A rooftop party pointing cameras upward", + "Tower navigation lights ticking slowly in time", + "An aeroplane crossing a bright meteor streak" + ], + "actions": [ + "Meteors streaking and reflecting faintly in tall glazing", + "Party-goers pausing while photographing the sky", + "Navigation strobes marking high corners in small rhythmic pulses", + "A distant cargo flight silhouette moving across the band" + ], + "camera": "Long-exposure timelapse stacked with foreground stabilized rooftop inserts", + "accents": [ + "pinpoint meteor streak highlights", + "soft reflections in glazing amplifying sky events" + ], + "mood": "cosmic urbanness", + "lighting": "night with transient celestial highlights", + "style": "event urban cinematography" + }, + { + "subGenre": "Skyscrapers", + "scene": "Sunset tonal study of skyscraper glass turning a kaleidoscope of orange and magenta", + "sceneVariants": [ + "Sunset tonal study of skyscraper glass turning a kaleidoscope of orange and magenta", + "Rapidly changing color bands across facades", + "Small pockets of shadow creating graphical interruptions", + "Observation lounges glowing with sunset silhouettes", + "Aerial perspective compressing color layers" + ], + "actions": [ + "Quick tonal shifts as the sun traverses the sky", + "Window reflections breaking into sharp color patches", + "Elevator silhouettes leaving faint vertical motion lines", + "Night lights beginning to appear in a rhythmic cascade" + ], + "camera": "Timelapse color-grade ramp with careful exposure control to keep highlight detail", + "accents": [ + "rich spectral grading to hold magenta and orange fidelity", + "micro-contrast on glass edges to preserve geometry" + ], + "mood": "chromatic exuberance", + "lighting": "intense sunset with high chromatic range", + "style": "color-driven architectural cinematography" + }, + { + "subGenre": "Skyscrapers", + "scene": "Service corridor and delivery docks at the base of a skyscraper operating at dawn (day)", + "sceneVariants": [ + "Service corridor and delivery docks at the base of a skyscraper operating at dawn (day)", + "Loading bays and docked service vehicles", + "Waste management and recycling staging areas", + "Security checks and deliveries logged at a service gate", + "Early morning workers moving crates and supplies" + ], + "actions": [ + "Delivery teams efficiently moving pallets into service elevators", + "Truck engines idling as staff confirm manifests", + "Security checking IDs and scanning passes", + "Waste compactors operating with measured rhythm" + ], + "camera": "Low-medium documentary dolly with human process cutaways and environmental context", + "accents": [ + "neutral documentary grading for operational clarity", + "soft speculars on metal loading surfaces" + ], + "mood": "organized utility", + "lighting": "pale dawn mixed with functional artificial dock lighting", + "style": "logistics-focused architectural cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/city_and_architecture_slums.json b/src/data/city_and_architecture_slums.json new file mode 100644 index 0000000..2cac332 --- /dev/null +++ b/src/data/city_and_architecture_slums.json @@ -0,0 +1,504 @@ +{ + "city_architecture": [ + { + "subGenre": "Slums", + "scene": "Dense alley maze of corrugated metal shacks stacked in layers with narrow walkways (day)", + "sceneVariants": [ + "Dense alley maze of corrugated metal shacks stacked in layers with narrow walkways (day)", + "Aerial view showing organic patchwork roofs and tangled utility lines", + "Children's clotheslines zig-zagging above a narrow lane", + "Makeshift staircases connecting roof terraces", + "A small solar cluster patched onto a rooftop" + ], + "actions": [ + "Residents carrying water jerrycans along narrow routes", + "A child weaving between crates playing with a toy", + "A vendor balancing a tray of fried snacks on a wooden cart", + "A neighbor shouting an errand call across roofs" + ], + "camera": "Low lateral handheld weaving through alleys with occasional rooftop crane pulls", + "accents": [ + "warm rim-light on corrugated edges", + "micro-detail on patched seams and rivets" + ], + "mood": "tense survival", + "lighting": "bright harsh daylight with deep alley shadows", + "style": "documentary urban informality" + }, + { + "subGenre": "Slums", + "scene": "Night-time shanty cluster lit by a scattering of lanterns, LEDs and cooking fires (night)", + "sceneVariants": [ + "Night-time shanty cluster lit by a scattering of lanterns, LEDs and cooking fires (night)", + "String lights and improvised lamp posts casting warm pools", + "Small roadside stalls glowing with halogen bulbs", + "A distant skyline of formal towers beyond the rooftops", + "A narrow alley with damp sheen and candle-lit doorways" + ], + "actions": [ + "Families eating simple meals outside under a single bulb", + "Children running makeshift races under lamplight", + "A cook tending a metal pot with wooden utensils", + "A barber offering quick shaves at a scooter-side table" + ], + "camera": "Low wet-lens handheld with careful exposure for mixed light sources", + "accents": [ + "warm fire micro-bloom and LED pin highlights", + "soft vignette to focus on human faces" + ], + "mood": "stubborn warmth", + "lighting": "patchwork artificial light with deep ambient night", + "style": "nocturnal humanist cinematography" + }, + { + "subGenre": "Slums", + "scene": "Informal market lane with tarpaulin canopies, ration stalls and handwritten price boards (day)", + "sceneVariants": [ + "Informal market lane with tarpaulin canopies, ration stalls and handwritten price boards (day)", + "A cluster of spice sacks and stacked produce crates", + "Mobile scales balanced on a bamboo plank", + "A small repair corner with bicycle parts and a handpump", + "A narrow passage used as vendor tables when space permits" + ], + "actions": [ + "Vendors bargaining with customers over small quantities", + "A child carrying a tray of sweets for sale", + "A shopkeeper tallying credit in a small ledger", + "A vendor hosing down produce to keep it fresh" + ], + "camera": "Handheld lateral with close macro on hands and commodity textures", + "accents": [ + "saturated market color pops and wet speculars", + "micro-detail on handwritten price chalk and paper tags" + ], + "mood": "informal commerce", + "lighting": "diffuse daylight filtered through tarps", + "style": "market documentary cinematography" + }, + { + "subGenre": "Slums", + "scene": "Rooftop community garden carved from overturned drums and recycled planters (day)", + "sceneVariants": [ + "Rooftop community garden carved from overturned drums and recycled planters (day)", + "Rows of herbs and vegetables in improvised containers", + "A water-can irrigation line patched along roof tiles", + "Children helping an elder plant seedlings", + "A small shade awning to protect young shoots" + ], + "actions": [ + "Residents tending plants and sharing cuttings", + "A volunteer teaching simple composting techniques", + "Buckets being carried up narrow ladders", + "A child proudly presenting a small harvest" + ], + "camera": "Low lateral glide with macro botanical inserts and human reaction shots", + "accents": [ + "fresh green micro-highlights on leaf edges", + "soft warm rim-light to suggest care and hope" + ], + "mood": "quiet resilience", + "lighting": "bright daylight with greenhouse-like diffusion", + "style": "community uplift cinematography" + }, + { + "subGenre": "Slums", + "scene": "Makeshift classroom in a corrugated shelter with chalkboard, errant posters and eager children (day)", + "sceneVariants": [ + "Makeshift classroom in a corrugated shelter with chalkboard, errant posters and eager children (day)", + "Rows of mismatched benches and donated books", + "A volunteer teacher pacing with an improvised pointer", + "Children raising hands with chipped pencils", + "A tiny library corner with plastic-wrapped books" + ], + "actions": [ + "A teacher writing on a flaking chalkboard", + "Children reciting a lesson in measured cadence", + "A volunteer handing out simple stationery", + "A small student proudly pointing to a drawing" + ], + "camera": "Handheld intimate with child-eye low angles and close reaction inserts", + "accents": [ + "warm interior fill on faces and soft paper sheen", + "micro-detail on chalk dust and page edges" + ], + "mood": "aspirational focus", + "lighting": "diffuse daylight with warm interior practicals", + "style": "educational humanist cinematography" + }, + { + "subGenre": "Slums", + "scene": "Flooded alley during monsoon with floating debris, sandbagged thresholds and mud tracks (rain)", + "sceneVariants": [ + "Flooded alley during monsoon with floating debris, sandbagged thresholds and mud tracks (rain)", + "Makeshift elevated walkways of planks and sealed barrels", + "Children splashing in shallow pools near patchwork drains", + "Soggy tarps sagging over market stalls", + "Residents wading with patched boots and plastic sheeting" + ], + "actions": [ + "Residents ferrying small possessions to higher ground", + "Volunteers distributing plastic sheeting and rice sacks", + "A local leader organizing a temporary relief point", + "A child salvaging a small floating toy" + ], + "camera": "Low waterproof handheld with steady lateral pushes and reflective wet inserts", + "accents": [ + "mirror-like water micro-highlights and mud texture detail", + "soft overcast diffusion" + ], + "mood": "resourceful strain", + "lighting": "overcast rain-diffused daylight", + "style": "disaster-response cinematography" + }, + { + "subGenre": "Slums", + "scene": "Informal repair alley where electronics and appliances are stripped, soldered and rehoused (day)", + "sceneVariants": [ + "Informal repair alley where electronics and appliances are stripped, soldered and rehoused (day)", + "Workbenches lit by clamp lamps and improvised vises", + "A wall of second-hand spare parts hung on nails", + "A noisy grinder smoothing metal casings", + "A tiny storefront with a handwritten repair sign" + ], + "actions": [ + "A technician soldering a loose connector under magnification", + "A customer watching as a phone is resuscitated", + "A youth learning tool use from a mentor", + "Parts being sorted into labeled tin trays" + ], + "camera": "Macro tripod for fine detail mixed with handheld wider context", + "accents": [ + "warm clamp-lamp micro-highlights and metal sheen", + "micro-detail on solder joints and frayed wires" + ], + "mood": "skilled improvisation", + "lighting": "spot practicals with dim ambient daylight", + "style": "craft-repair cinematography" + }, + { + "subGenre": "Slums", + "scene": "Informal sanitation point with communal latrines, narrow septic channels and hand-wash stations (day)", + "sceneVariants": [ + "Informal sanitation point with communal latrines, narrow septic channels and hand-wash stations (day)", + "Rows of simple stalls with painted doors", + "A small chlorination bucket and dipper for water treatment", + "A raised wash area with soap and hanging towels", + "A noticeboard with public-health tips" + ], + "actions": [ + "Residents queuing for basic sanitation in turns", + "A health worker demonstrating handwashing technique", + "A team emptying a pit into a sealed container for removal", + "A child watching from a safe distance" + ], + "camera": "Documentary tripod with careful framing to maintain dignity and focus on process", + "accents": [ + "neutral clinical micro-highlights and weathered paint texture", + "micro-detail on soap suds and water droplets" + ], + "mood": "practical dignity", + "lighting": "bright daylight for hygiene clarity", + "style": "public-health cinematography" + }, + { + "subGenre": "Slums", + "scene": "Informal electricity tap area with hacked meters, tangled wires and rooftop solar jury-rigs (day)", + "sceneVariants": [ + "Informal electricity tap area with hacked meters, tangled wires and rooftop solar jury-rigs (day)", + "A rooftop bank of mismatched solar panels feeding local circuits", + "A junction box with taped connections and colored wires", + "A small repair gang balancing on a ladder to reroute a line", + "A makeshift meter reading recorded in a torn notebook" + ], + "actions": [ + "A technician cautiously tightening a live connector", + "A family charging a phone on a solar-powered strip", + "A youth tracing wire paths with a flashlight", + "A local broker collecting micro-payments for access" + ], + "camera": "Protected long lens with careful safety-focused framing", + "accents": [ + "specular micro-highlights on bare copper and solar sheen", + "micro-detail on insulation tape and handwritten logs" + ], + "mood": "fragile ingenuity", + "lighting": "bright daylight to reveal safety constraints", + "style": "infrastructure-adaptation cinematography" + }, + { + "subGenre": "Slums", + "scene": "Community clinic tent with triage queue, donated medicines and volunteer medics (day)", + "sceneVariants": [ + "Community clinic tent with triage queue, donated medicines and volunteer medics (day)", + "A small vaccination desk with stamped cards", + "A laying-out of basic medical supplies on a tarpaulin", + "A volunteer measuring child height and weight for records", + "A donation drop-off point with labeled boxes" + ], + "actions": [ + "Medics administering basic first aid and vaccinations", + "Volunteers recording patient details in a simple ledger", + "A nurse calming a child before injection", + "A local organizer directing arrivals into queues" + ], + "camera": "Intimate handheld with close inserts on hands and faces to show care", + "accents": [ + "neutral clinical fill on faces and soft micro-highlights on packaging", + "micro-detail on ledger handwriting" + ], + "mood": "practical compassion", + "lighting": "bright daylight with white clinical tents", + "style": "aid-work cinematography" + }, + { + "subGenre": "Slums", + "scene": "Eviction notice morning with municipal trucks, taped notices and hurried packing (day)", + "sceneVariants": [ + "Eviction notice morning with municipal trucks, taped notices and hurried packing (day)", + "A notice taped to a door in official stamp", + "Neighbors helping each other stack boxes on a trolley", + "A municipal worker distributing an instruction sheet", + "A small camera crew filming the scene" + ], + "actions": [ + "Families hurriedly packing cherished items into crates", + "A local advocate negotiating with officials", + "Volunteers handing out plastic sheeting for temporary shelter", + "A child clutching a soft toy while watching" + ], + "camera": "Documentary handheld with long telephoto reactions and close emotional inserts", + "accents": [ + "cool shadow micro-highlights and warm human pools", + "micro-detail on stamped paper and worn fabric" + ], + "mood": "anxious transience", + "lighting": "neutral daylight with some harsh mid-day shadows", + "style": "social-issue cinematography" + }, + { + "subGenre": "Slums", + "scene": "Informal communal kitchen where neighbors co-cook large pots over open burners (day)", + "sceneVariants": [ + "Informal communal kitchen where neighbors co-cook large pots over open burners (day)", + "A long row of aluminum pots simmering side by side", + "A shelving of donated utensils and fuel cans", + "A volunteer ladling portions into used containers", + "A shared bench where people sit to eat" + ], + "actions": [ + "Volunteers stirring large pots and seasoning to taste", + "Neighbors distributing portions into waiting containers", + "A child receiving a small cup of soup", + "A donor dropping off sacks of rice at the entrance" + ], + "camera": "Low handheld with food macro and wide communal frames", + "accents": [ + "warm edible micro-highlights on steam and oil sheen", + "micro-detail on battered utensils and container labels" + ], + "mood": "communal sustenance", + "lighting": "soft warm practicals mixed with daylight", + "style": "community kitchen cinematography" + }, + { + "subGenre": "Slums", + "scene": "Tiny informal barbershop operating from a metal drum with a mirror and single chair (day)", + "sceneVariants": [ + "Tiny informal barbershop operating from a metal drum with a mirror and single chair (day)", + "A small patch of street shaded by an umbrella", + "A sign painted on plywood advertising cheap trims", + "A barber brushing clippings into a tin tray", + "A barber balancing a foot on a small footrest" + ], + "actions": [ + "A barber delivering a rapid tidy with a straight razor", + "A customer reading a folded newspaper while waiting", + "A child getting a first haircut with family watching", + "The barber accepting coins and giving a nod" + ], + "camera": "Tight handheld close on hands, razor and customer reactions", + "accents": [ + "warm practical rim-light and micro-speculars on mirror glass", + "micro-detail on hair clippings and worn chair leather" + ], + "mood": "familiar ritual", + "lighting": "practical shade and bright daylight", + "style": "slice-of-life street cinematography" + }, + { + "subGenre": "Slums", + "scene": "Informal waste-picking yard with reclaimers sorting plastics and metals (day)", + "sceneVariants": [ + "Informal waste-picking yard with reclaimers sorting plastics and metals (day)", + "Piles of sorted materials stacked in plastic bales", + "A makeshift canopy where items are weighed and exchanged", + "A small repair hub converting salvaged parts", + "A child helping push a small barrow of recyclables" + ], + "actions": [ + "Sorters pulling valuable items from mixed loads", + "Buyers negotiating prices for sorted bales", + "A family rinsing recyclable plastic to increase value", + "A worker loading a small truck for transfer to a recycling center" + ], + "camera": "Handheld industrial with macro on material textures and human motion", + "accents": [ + "cool micro-highlights on crushed metal and plastic sheen", + "micro-detail on weathered labels and barcodes" + ], + "mood": "gritty commerce", + "lighting": "bright daylight with dusty shafts", + "style": "informal-economy cinematography" + }, + { + "subGenre": "Slums", + "scene": "Small street shrine or memorial tucked between shacks with offering bowls and incense smoke (day)", + "sceneVariants": [ + "Small street shrine or memorial tucked between shacks with offering bowls and incense smoke (day)", + "A painted icon with plastic flowers and candles", + "A small wooden shelf holding offerings of fruit", + "A worn prayer cloth pinned above a makeshift altar", + "A neighbor lighting incense before beginning chores" + ], + "actions": [ + "A resident making a small offering and bowing", + "Children watching smoke spiral up and tracing patterns", + "A volunteer sweeping the shrine area for respect", + "Small notes tied to a string as requests and wishes" + ], + "camera": "Intimate macro and medium inserts to capture ritual tactility", + "accents": [ + "soft smoke micro-highlights and warm candle glow", + "micro-detail on weathered icon paint and petals" + ], + "mood": "quiet devotion", + "lighting": "soft daylight with warm accent from candles/incense", + "style": "ritual micro-cinematography" + }, + { + "subGenre": "Slums", + "scene": "Youth football pitch carved from a vacant lot with makeshift goals and painted lines (day)", + "sceneVariants": [ + "Youth football pitch carved from a vacant lot with makeshift goals and painted lines (day)", + "A compact dirt pitch with bottle-cap markers", + "A cheering cluster of neighbors along a low boundary", + "Children swapping shoes and tallying teams", + "A torn banner marking a small community tournament" + ], + "actions": [ + "Kids sprinting for a decisive goal amid cheers", + "A volunteer referee calming tempers and keeping score", + "Spectators clapping and offering small snacks", + "A local photographer capturing action shots for a noticeboard" + ], + "camera": "Low tracking with high-frame-rate inserts to freeze motion", + "accents": [ + "warm sun micro-highlights on dust and skin", + "micro-detail on worn leather and patched nets" + ], + "mood": "joyful escape", + "lighting": "bright daylight with dusty haze", + "style": "local-sports cinematography" + }, + { + "subGenre": "Slums", + "scene": "Informal communal water point with long queue of jerrycans and a small pump (day)", + "sceneVariants": [ + "Informal communal water point with long queue of jerrycans and a small pump (day)", + "A patched concrete trough fed by a communal tap", + "Containers of varied shapes being queued in an ordered line", + "A volunteer enforcing queuing and ration rules", + "Nearby laundry lines drying after a wash" + ], + "actions": [ + "A neighbor helping lift a heavy jerrycan onto a cart", + "A child dipping a cup to drink under supervision", + "A volunteer logging household allocations in a small book", + "Women chatting while waiting and exchanging news" + ], + "camera": "Handheld with respectful distance and macro on water motion", + "accents": [ + "mirror micro-highlights on water surfaces and droplets", + "micro-detail on container wear and hand marks" + ], + "mood": "steady endurance", + "lighting": "bright daylight for hygiene clarity", + "style": "resource-access cinematography" + }, + { + "subGenre": "Slums", + "scene": "Transit edge where an informal settlement meets a major infrastructure corridor (day)", + "sceneVariants": [ + "Transit edge where an informal settlement meets a major infrastructure corridor (day)", + "A narrow buffer of shacks pressed against an embankment", + "Noise and dust from passing vehicles forming a constant wash", + "Makeshift sound barriers of stacked pallets", + "Children playing near a peripheral green strip" + ], + "actions": [ + "Residents carrying goods to local micro-shops on the edge", + "A vendor pushing a cart parallel to the traffic flow", + "A community rep negotiating with a transit official", + "A youth sketching the passing vehicles" + ], + "camera": "Long-lens compression to show contrast between infrastructure and informal fabric", + "accents": [ + "cool vehicle micro-highlights and warm human pools", + "micro-detail on pallet wood and patched tarps" + ], + "mood": "edge tension", + "lighting": "bright daylight with dust haze", + "style": "urban-edge documentary cinematography" + }, + { + "subGenre": "Slums", + "scene": "Small craft cluster producing handmade goods (weaving, pottery) for local sale (day)", + "sceneVariants": [ + "Small craft cluster producing handmade goods (weaving, pottery) for local sale (day)", + "An open-air loom clamped between two posts", + "A potter shaping a small bowl on a rudimentary wheel", + "Finished wares drying on a tarp under sun", + "A small storefront displaying cheap trinkets for passing customers" + ], + "actions": [ + "Artisans weaving and glazing under shaded awnings", + "A buyer testing a woven strap for strength", + "A child helping sort finished pieces for sale", + "A seller wrapping an item for a small purchase" + ], + "camera": "Handheld macro and medium to show craft detail and transaction moments", + "accents": [ + "textural micro-highlights on fiber and clay", + "soft warm fill to preserve skin tones" + ], + "mood": "everyday craft", + "lighting": "diffuse daylight with task-focused shade", + "style": "craft-economy cinematography" + }, + { + "subGenre": "Slums", + "scene": "Community savings group meeting in a shaded corner discussing loans and small projects (day)", + "sceneVariants": [ + "Community savings group meeting in a shaded corner discussing loans and small projects (day)", + "A small circle of chairs and a ledger on a plastic table", + "A community treasurer counting small notes carefully", + "A wall calendar marking contribution days", + "A volunteer trainer providing basic financial literacy" + ], + "actions": [ + "Members contributing micro-payments into a communal tin", + "A treasurer updating a ledger and issuing receipts", + "A volunteer explaining bookkeeping in simple terms", + "A member applying for a small business grant from pooled funds" + ], + "camera": "Intimate handheld with close inserts on hands, notes and faces", + "accents": [ + "neutral warm micro-highlights for readability", + "micro-detail on ink and paper texture" + ], + "mood": "pragmatic hope", + "lighting": "soft daylight under shade for readable contrast", + "style": "microfinance cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/city_and_architecture_stadiums.json b/src/data/city_and_architecture_stadiums.json new file mode 100644 index 0000000..7e1b324 --- /dev/null +++ b/src/data/city_and_architecture_stadiums.json @@ -0,0 +1,329 @@ +{ + "city_architecture": [ + { + "subGenre": "Stadiums", + "scene": "Grand open-air stadium exterior with sculpted facades, wide plazas and approach ramps (day)", + "sceneVariants": [ + "Grand open-air stadium exterior with sculpted facades, wide plazas and approach ramps (day)", + "Crowd queues funneled by temporary barriers and ticket booths", + "Fountains and large-scale event banners on the plaza", + "Transit hubs unloading fans into a radial approach", + "Aerial reveal showing stadium relation to city fabric" + ], + "actions": [ + "Fans arriving in coordinated surges before an event", + "Merch vendors setting up temporary kiosks", + "Security scanning tickets and waving patrons through", + "Local radio broadcasting from a plaza stage" + ], + "camera": "Slow crane approach from plaza to main façade with telephoto compression for crowd density", + "accents": [ + "warm golden rim-light on stone and metal", + "specular micro-highlights on polished signage" + ], + "mood": "anticipatory grandeur", + "lighting": "bright daylight with accent fill on façades", + "style": "institutional event cinematography" + }, + { + "subGenre": "Stadiums", + "scene": "Packed match-day bowl with roaring crowd, colorful banners and confetti (day)", + "sceneVariants": [ + "Packed match-day bowl with roaring crowd, colorful banners and confetti (day)", + "Panorama of terraces with coordinated chants", + "Close rows of fans waving flags and scarves", + "Slow-motion confetti arcs and airborne banners", + "Stadium scoreboard in dramatic close-up" + ], + "actions": [ + "Crowd waves and collective chants building to crescendos", + "Mascot interactions with children in front rows", + "Stadium PA announcements and sponsorship stings", + "Ground team clearing debris and preparing halftime activities" + ], + "camera": "High crane and wide lenses alternating with rapid close-cuts to crowd reactions", + "accents": [ + "oversaturated team colors and micro-glints on metallic accessories", + "staccato spot flares on scoreboard highlights" + ], + "mood": "electric communal frenzy", + "lighting": "bright daylight tuned for sports broadcast", + "style": "sports-event cinematography" + }, + { + "subGenre": "Stadiums", + "scene": "Floodlit night match with beams, haze and packed terraces under rain (night)", + "sceneVariants": [ + "Floodlit night match with beams, haze and packed terraces under rain (night)", + "Low-angle rain-slick seats reflecting overhead stadium lights", + "Umbrellas dotting concourse lanes", + "Player silhouettes in front of high-intensity backlight", + "Steam rising from warm food kiosks in concession stands" + ], + "actions": [ + "Fans singing in chorus while rain blurs flags", + "Pitch-side cameras capturing wet-gloss plays", + "Stadium stewards guiding flows under cover", + "Concession staff serving hot food with quick precision" + ], + "camera": "Low-weather lens with careful exposure to handle high-contrast floodlights and reflections", + "accents": [ + "cool blue flood micro-highlights with warm concession pools", + "bloom from high-intensity optics in haze" + ], + "mood": "tense exhilaration", + "lighting": "strong artificial floodlights with localized warm practicals (night)", + "style": "nocturnal sports cinematography" + }, + { + "subGenre": "Stadiums", + "scene": "Concert arena configuration with stage rigging, giant LED walls and moshpit (evening)", + "sceneVariants": [ + "Concert arena configuration with stage rigging, giant LED walls and moshpit (evening)", + "Backstage entrance with load-in trucks and crew hatches", + "VIP hospitality flows and velvet ropes near stage-side", + "Crowd sea lit by LED lyric calls", + "Aerial pyro and confetti burst timed to chorus" + ], + "actions": [ + "Crew executing rapid set changes between songs", + "Headliner performing amidst choreographed lighting", + "Security forming lines to manage pit surges", + "Camera rigs moving overhead capturing fan energy" + ], + "camera": "Dynamic handheld and stabilized crane for audience immersion and stage hero shots", + "accents": [ + "saturated LED micro-glow and balanced skin-tone fill", + "specular highlights on instrument lacquer and stage metalwork" + ], + "mood": "cathartic euphoria", + "lighting": "dramatic stage lighting with color choreography (evening)", + "style": "arena concert cinematography" + }, + { + "subGenre": "Stadiums", + "scene": "Training ground adjacent to the stadium with practice pitches, gym and rehab tents (day)", + "sceneVariants": [ + "Training ground adjacent to the stadium with practice pitches, gym and rehab tents (day)", + "Small-sided fields with coaches giving instructions", + "Rehab tents with physio equipment and ice-baths", + "Weights and conditioning rigs under covered bays", + "A separate video-analysis hut with monitors and whiteboards" + ], + "actions": [ + "Players running drills and coaches stopping the clock for corrections", + "Physiotherapists applying tape and performing stretches", + "Analysts reviewing footage and pointing at tactics", + "Grounds crew marking lines and maintaining turf quality" + ], + "camera": "Low-tracking lateral for drill dynamics, mixed with macro on footwork", + "accents": [ + "crisp morning micro-highlights on grass blades", + "neutral high-clarity grading to preserve uniform details" + ], + "mood": "focused preparation", + "lighting": "even daylight, often early morning", + "style": "training documentary cinematography" + }, + { + "subGenre": "Stadiums", + "scene": "Empty bowl during off-season with protection tarps and idle seats (day)", + "sceneVariants": [ + "Empty bowl during off-season with protection tarps and idle seats (day)", + "Itinerant maintenance vehicles parked under cover", + "Low-angle rows receding into silent concourse", + "A solitary groundsman inspecting drainage", + "Giant scoreboard turned off as a dark rectangle" + ], + "actions": [ + "Maintenance crews covering seats and inspecting seams", + "A lone photographer capturing architectural emptiness", + "Automated irrigation running in quiet cycles", + "Inventory trucks restocking equipment储 (note: staging)" + ], + "camera": "Wide stills and slow crane with emphasis on silent scale and negative space", + "accents": [ + "cool shadow micro-highlights and neutral fill", + "subtle texture detail on seat fabric and tarpaulin" + ], + "mood": "quiet monumental hush", + "lighting": "diffuse daylight with soft shadows", + "style": "architectural emptiness cinematography" + }, + { + "subGenre": "Stadiums", + "scene": "VIP suites and hospitality boxes with glass fronts and curated catering (day→night)", + "sceneVariants": [ + "VIP suites and hospitality boxes with glass fronts and curated catering (day→night)", + "Private tables arranged facing the pitch with bottle service", + "Bi-folding terraces opening during mild weather", + "Hosts greeting guests and managing reservations", + "Luxury brand signage and discreet staff circulation" + ], + "actions": [ + "Hosts welcoming high-profile guests and guiding to seats", + "Catering staff assembling plated courses", + "Guests watching play while networking offhand", + "Security discreetly monitoring suite access" + ], + "camera": "Medium wide with close inserts on glass reflections and identity branding", + "accents": [ + "soft warm interior fills contrasted with cool external light", + "micro-speculars on glassware and polished surfaces" + ], + "mood": "exclusive leisure", + "lighting": "controlled interior lighting with exterior view balancing", + "style": "hospitality cinematography" + }, + { + "subGenre": "Stadiums", + "scene": "Press box and broadcast compound with camera towers and commentary booths (day)", + "sceneVariants": [ + "Press box and broadcast compound with camera towers and commentary booths (day)", + "Rows of commentary desks wired with headsets", + "Camera towers rising above the roof with stabilized heads", + "Mixed OB vans parked adjacent with cable runs", + "Producer control rooms with multiple preview screens" + ], + "actions": [ + "Commentators prepping notes and warming up mics", + "Camera operators rehearsing framing during warm-up", + "Technical crew running cabling and audio checks", + "Producers coordinating real-time edits via comms" + ], + "camera": "Static medium shots with macro detail on dials and waveform displays", + "accents": [ + "neutral broadcast-grade color and micro-highlights on screens", + "soft studio fill to control reflection" + ], + "mood": "operational intensity", + "lighting": "even controlled interior lighting for monitors", + "style": "broadcast operations cinematography" + }, + { + "subGenre": "Stadiums", + "scene": "Fan tailgate zone outside the stadium with grills, flags and convivial groups (day)", + "sceneVariants": [ + "Fan tailgate zone outside the stadium with grills, flags and convivial groups (day)", + "Rows of parked cars converted into pop-up kitchens", + "Portable speakers and canopy marquees", + "Local teams trading gear and memorabilia", + "A family area with safe play for kids" + ], + "actions": [ + "Groups grilling and sharing food while chanting", + "Vendors selling team scarves and small souvenirs", + "A traveling band playing upbeat tunes to gather crowds", + "Police coordinating safe pedestrian corridors to the gates" + ], + "camera": "Low handheld with energetic cuts and macro food detail", + "accents": [ + "saturated team-color pops and warm food micro-highlights", + "speculars on metal grills and canned drink rims" + ], + "mood": "communal festivity", + "lighting": "bright daylight with practical tent shade", + "style": "street-fandom cinematography" + }, + { + "subGenre": "Stadiums", + "scene": "Service tunnels and behind-the-scenes logistics with pallet racks and cable trays (day)", + "sceneVariants": [ + "Service tunnels and behind-the-scenes logistics with pallet racks and cable trays (day)", + "Warren of corridors connecting storage and loading docks", + "Large service elevators for pitch vehicles", + "Cable runs feeding broadcast compound and pitch lighting", + "Temporary scaffolds for stage and rigging prep" + ], + "actions": [ + "Stagehands moving crates and setting rig frames", + "Engineers tracing cable paths to address faults", + "Forklifts maneuvering in tight corridors", + "Security conducting bag checks for service staff" + ], + "camera": "Handheld industrial coverage with close macro on mechanical detail", + "accents": [ + "cool industrial rim-light and micro-grease highlights", + "high micro-detail on pulleys and chain links" + ], + "mood": "efficient backstage order", + "lighting": "practical fluorescent/LED with pockets of high-contrast", + "style": "infrastructure cinematography" + }, + { + "subGenre": "Stadiums", + "scene": "Retractable roof operation and maintenance with mechanics and hydraulic drama (day)", + "sceneVariants": [ + "Retractable roof operation and maintenance with mechanics and hydraulic drama (day)", + "Roof panels sliding open to reveal sky", + "Hydraulic heads and gantries exposed during maintenance", + "Access catwalks and safety harness points visible", + "Technicians running synchronized test cycles" + ], + "actions": [ + "Mechanics initiating roof sequence with checklist confirmations", + "Engineers monitoring hydraulic temperatures and readouts", + "Safety teams locking out and tagging mechanical bays", + "A test open/close cycle rehearsed at low speed" + ], + "camera": "Protected crane and macro inserts on hydraulic joints and control panels", + "accents": [ + "cool metallic micro-highlights and controlled grease sheen", + "specular pops on hydraulic piston heads" + ], + "mood": "technical precision", + "lighting": "bright maintenance lighting emphasizing safety", + "style": "mechanical systems cinematography" + }, + { + "subGenre": "Stadiums", + "scene": "Historic coliseum-style stadium undergoing restoration with scaffolds and archaeologists (day)", + "sceneVariants": [ + "Historic coliseum-style stadium undergoing restoration with scaffolds and archaeologists (day)", + "Stone terraces being stabilized by lime mortar crews", + "Interpretive signage explaining historical phases", + "Visitors viewing restoration through protective screens", + "Catalogued fragments stored in temporary crates" + ], + "actions": [ + "Conservation masons repointing stone and documenting stratigraphy", + "Archaeologists sieving for small finds in service trenches", + "Curatorial staff explaining restoration choices to press", + "Time-lapse cameras recording restoration progress" + ], + "camera": "Low tripod and macro documentary coverage with careful exposure for material texture", + "accents": [ + "warm stone micro-highlights and cool mortar shadows", + "micro-detail on tool marks and ancient mortar layers" + ], + "mood": "historic reverence", + "lighting": "even daylight with controlled conservation tents for sensitive work", + "style": "heritage restoration cinematography" + }, + { + "subGenre": "Stadiums", + "scene": "Esports arena with LED stage, spectator RIZE lights and player booths (night)", + "sceneVariants": [ + "Esports arena with LED stage, spectator RIZE lights and player booths (night)", + "Player booths backlit with team colors and sponsor logos", + "Giant projection maps showing real-time match stats", + "A fan zone with streaming stations and cosplay activity", + "VIP streamer panels with interactive overlays" + ], + "actions": [ + "Commentators narrating plays while graphics feed overlays", + "Fans reacting to high-intensity match moments", + "Tech crew swapping network gear to maintain low latency", + "Stage crew cycling dramatic lighting sequences between matches" + ], + "camera": "High-frame-rate capture mixed with stabilized crane for crowd reveal and tight player inserts", + "accents": [ + "neon LED micro-highlights and saturated display color", + "sharp speculars on glass monitor bezels" + ], + "mood": "competitive spectacle", + "lighting": "dynamic LED and projection-driven color choreography (night)", + "style": "esports event cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/city_and_architecture_street_cafes.json b/src/data/city_and_architecture_street_cafes.json new file mode 100644 index 0000000..ef06fed --- /dev/null +++ b/src/data/city_and_architecture_street_cafes.json @@ -0,0 +1,379 @@ +{ + "city_architecture": [ + { + "subGenre": "Street Cafes", + "scene": "Corner bistro with tiny round tables, rattan chairs and chalkboard menu (day)", + "sceneVariants": [ + "Corner bistro with tiny round tables, rattan chairs and chalkboard menu (day)", + "Windows open onto the sidewalk with potted herbs on the sill", + "A small espresso machine visible behind the counter", + "A chalkboard advertising the day's special in hand-lettering", + "A bicycle leaned against the railing outside" + ], + "actions": [ + "Barista pulling a perfect shot and steaming milk", + "Regulars exchanging a quick hello before work", + "A server balancing a tray of croissants and flat whites", + "A tourist photographing their latte art" + ], + "camera": "Low handheld lateral passes between tables with macro inserts on cup rims and pastry flake", + "accents": [ + "warm practical rim-light on steam and pastry gloss", + "soft micro-highlights on cup porcelain" + ], + "mood": "casual intimacy", + "lighting": "soft morning daylight with window fill", + "style": "slice-of-life café cinematography" + }, + { + "subGenre": "Street Cafes", + "scene": "Rain-slick sidewalk café with bright awning, steaming cups and umbrellas (rain)", + "sceneVariants": [ + "Rain-slick sidewalk café with bright awning, steaming cups and umbrellas (rain)", + "Puddled reflections of neon and signboards", + "Patrons tucked under awnings sipping slowly", + "A waiter carrying a tray through a light downpour", + "Steam and vapor mixing above hot cups" + ], + "actions": [ + "A server hurriedly bringing hot drinks to a wet table", + "Patrons adjusting umbrellas and laughing at the rain", + "Saucer rims catching raindrops and producing concentric ripples", + "A dog shaking off droplets under a nearby table" + ], + "camera": "Low wet-lens handheld with close macro on droplets and reflective puddle compositions", + "accents": [ + "neon and practical warm contrast in puddle reflections", + "soft diffuse bloom around steam and lights" + ], + "mood": "cozy resilience", + "lighting": "diffuse rainy daylight with warm artificial accents", + "style": "noir-café cinematography" + }, + { + "subGenre": "Street Cafes", + "scene": "Sunset terrace cafe with long shadows, golden light and relaxed diners (sunset)", + "sceneVariants": [ + "Sunset terrace cafe with long shadows, golden light and relaxed diners (sunset)", + "String lights beginning to glow as sky deepens", + "Patrons lingering over late aperitifs", + "A waiter topping up wine glasses in soft light", + "A distant skyline silhouette visible over treetops" + ], + "actions": [ + "Slow conversation punctuated by clinks of glass", + "A musician playing soft guitar across the terrace", + "Servers gently clearing plates as the night arrives", + "Cigarette smoke drifting in warm eddies where permitted" + ], + "camera": "Wide terrace crane with timed sun-ramp to keep exposures smooth", + "accents": [ + "golden rim-light and soft filmic bloom", + "micro-speculars on wine surface and cutlery" + ], + "mood": "late-day languor", + "lighting": "golden-hour sunset warmth", + "style": "romantic terrace cinematography" + }, + { + "subGenre": "Street Cafes", + "scene": "Alfresco breakfast cafe with newspapers, warm croissants and bicycle messengers (day)", + "sceneVariants": [ + "Alfresco breakfast cafe with newspapers, warm croissants and bicycle messengers (day)", + "Sunlit awnings and small morning queue", + "A vintage espresso grinder humming on the counter", + "Newspaper racks near the entrance and customers reading over coffee", + "A courier receiving a wrapped order for rapid delivery" + ], + "actions": [ + "Couriers picking up wrapped sandwiches and darting away", + "Customers sipping coffee and scanning headlines", + "Baristas calling names and assembling orders in a steady rhythm", + "A dog dozing under a table in a sun patch" + ], + "camera": "Low dolly with human-scale inserts and quick telephoto cuts for candid expressions", + "accents": [ + "crisp morning micro-highlights and warm pastry sheen", + "soft natural fill to preserve skin tones" + ], + "mood": "energetic morning", + "lighting": "bright crisp morning light", + "style": "urban breakfast cinematography" + }, + { + "subGenre": "Street Cafes", + "scene": "Hidden courtyard café behind a narrow passage with shaded tables and ivy walls (day)", + "sceneVariants": [ + "Hidden courtyard café behind a narrow passage with shaded tables and ivy walls (day)", + "Small fountain in the center and mosaic floor", + "Lanterns hung across low lines for evening", + "Potted herbs and climbing vines forming intimate screens", + "A single service hatch to the kitchen" + ], + "actions": [ + "Servers weaving between tables carrying small plates", + "A couple discovering the hidden space and reacting with delight", + "A musician quietly tuning a small instrument for ambient background", + "Table-side conversations in hushed tones preserving intimacy" + ], + "camera": "Handheld intimate framing with shallow depth to isolate intimate moments", + "accents": [ + "soft green grading for ivy and leafy micro-highlights", + "gentle rim-light from skylit openings" + ], + "mood": "secret retreat", + "lighting": "soft diffused courtyard light", + "style": "intimate café cinematography" + }, + { + "subGenre": "Street Cafes", + "scene": "Bohemian street café with mismatched furniture, street art and late-night chatter (night)", + "sceneVariants": [ + "Bohemian street café with mismatched furniture, street art and late-night chatter (night)", + "Colorful mural as a backdrop and eclectic lamps", + "Patrons clustered over small plates and shared bottles", + "A low stage for open-mic nights and poetry", + "A sidewalk chalkboard listing improvised specials" + ], + "actions": [ + "Open mic performer delivering a poem while listeners nod", + "Staff topping up shared plates and lighting last cigarettes where allowed", + "A group of friends arguing playfully over a board game", + "A bartender mixing a signature drink and sliding it across" + ], + "camera": "Handheld low-light with soft practical-lit inserts and close reaction cuts", + "accents": [ + "warm tungsten practicals and saturated mural color", + "soft grain to enhance bohemian texture" + ], + "mood": "creative warmth", + "lighting": "low warm artificial night lighting", + "style": "nocturnal bohemian cinematography" + }, + { + "subGenre": "Street Cafes", + "scene": "Minimalist coffee kiosk on a busy pedway with quick service and standing counters (day)", + "sceneVariants": [ + "Minimalist coffee kiosk on a busy pedway with quick service and standing counters (day)", + "Sleek steel kiosk with integrated workflow", + "Standing counters with foot-rings and rapid turnover", + "Minimal menu boards and streamlined pour-over station", + "A queue forming during morning peak" + ], + "actions": [ + "Baristas executing efficient pour-over and batch-brew flows", + "Commuters grabbing a cup and continuing their route", + "A courier balancing multiple orders for delivery", + "Kiosk staff restocking small paper cups and lids in rhythm" + ], + "camera": "Tight handheld following speed of service with macro on pour and steam dynamics", + "accents": [ + "clean high-contrast daytime grading", + "specular micro-highlights on stainless steel" + ], + "mood": "efficient minimalism", + "lighting": "bright daylight with practical kiosk accent", + "style": "urban micro-service cinematography" + }, + { + "subGenre": "Street Cafes", + "scene": "Rooftop pop-up café with panoramic skyline views and small bistro seating (day→dusk)", + "sceneVariants": [ + "Rooftop pop-up café with panoramic skyline views and small bistro seating (day→dusk)", + "Temporary deck with rugged wooden tables and planters", + "Minimalist bar and small cocktail program", + "A DJ spinning low-key ambient tracks at sunset", + "Soft textile blinds for wind protection" + ], + "actions": [ + "Guests watching the skyline change as light descends", + "Bartender mixing an aperitif and sliding it to a smiling guest", + "Servers adjusting throw blankets for cooler evening breezes", + "Photographers capturing silhouette portraits against the view" + ], + "camera": "Wide crane into intimate terrace frames with timed sun-ramp to maintain exposure", + "accents": [ + "golden rim-light and soft elevated horizon reflections", + "micro-specular on glassware" + ], + "mood": "elevated leisure", + "lighting": "transitioning from daylight to warm dusk", + "style": "rooftop lifestyle cinematography" + }, + { + "subGenre": "Street Cafes", + "scene": "Student-focused café near a university with noticeboards, laptops and strong coffee blends (day)", + "sceneVariants": [ + "Student-focused café near a university with noticeboards, laptops and strong coffee blends (day)", + "Long communal table with power strips and shared benches", + "Student flyers and club notices layered on a corkboard", + "A promotional chalkboard advertising study deals", + "A small library shelf with donated books for exchange" + ], + "actions": [ + "Students sprawled with laptops and notes in concentrated groups", + "A barista bringing a triple-shot espresso to a tired student", + "A study group practicing a presentation in hushed tones", + "Volunteer tutors offering quick help at a corner table" + ], + "camera": "Intimate handheld with close inserts on laptops, notes and coffee texture", + "accents": [ + "neutral natural grading with warm cup highlights", + "micro-highlights on keys and paper edges" + ], + "mood": "focused camaraderie", + "lighting": "even daylight with gentle interior fill", + "style": "student café cinematography" + }, + { + "subGenre": "Street Cafes", + "scene": "Seaside café on a boardwalk with windbreak screens, fish-and-chips and gulls (day)", + "sceneVariants": [ + "Seaside café on a boardwalk with windbreak screens, fish-and-chips and gulls (day)", + "Striped awnings and wooden decking hosting small tables", + "Paper-wrapped food and takeaway cones in customers' hands", + "Distant surf and kite-sailors on the horizon", + "A fisherman mending nets near a pier" + ], + "actions": [ + "Servers handing out wrapped meals with quick smiles", + "Patrons leaning to catch breezes and watch the sea", + "Gulls diving audaciously for dropped fries", + "A local band playing shanty tunes in a corner" + ], + "camera": "Low boardwalk glide with wide coastal reveals and macro food detail", + "accents": [ + "cool marine rim-light on wet wood and warm edible speculars", + "micro-detail on battered paper cones and salt crystals" + ], + "mood": "salt-scented leisure", + "lighting": "bright coastal daylight", + "style": "seaside café cinematography" + }, + { + "subGenre": "Street Cafes", + "scene": "Tiny espresso bar tucked into a subway entrance serving quick shots to commuters (day)", + "sceneVariants": [ + "Tiny espresso bar tucked into a subway entrance serving quick shots to commuters (day)", + "Compact workflow and limited standing room", + "Menu scrawled on a narrow board with speed offerings", + "An espresso machine in a tight niche with minimal storage", + "A quick exchange window to the street" + ], + "actions": [ + "Barista cranking out single shots in rapid succession", + "Commuters grabbing orders in under ten seconds", + "A courier picking up a batch of drinks for delivery", + "The barista calling names and balancing cups quickly" + ], + "camera": "Tight handheld close on machine, hands and cup-to-hand transitions", + "accents": [ + "specular micro-highlights on portafilter and steam", + "neutral urban grading for quick-read usability" + ], + "mood": "rapid ritual", + "lighting": "bright entrance daylight with kiosk practicals", + "style": "micro-service cinematography" + }, + { + "subGenre": "Street Cafes", + "scene": "Plant-based café with sustainable fittings, compost bins and reusable mugs (day)", + "sceneVariants": [ + "Plant-based café with sustainable fittings, compost bins and reusable mugs (day)", + "Natural timber counters and concrete planters", + "A chalkboard listing zero-waste policies", + "Bulk bins for loose goods and refill stations", + "A small workshop area for community sustainability talks" + ], + "actions": [ + "Barista preparing plant milks and latte art using eco-friendly methods", + "Customers refilling reusable containers at a station", + "A small talk on composting running in a corner", + "Volunteers swapping seeds at a micro-counter" + ], + "camera": "Low lateral glide with macro inserts on texture and product labels", + "accents": [ + "fresh green grading and micro-highlights on plant surfaces", + "soft neutral fill to keep branding legible" + ], + "mood": "ethical conviviality", + "lighting": "even daylight with natural materials highlighting", + "style": "sustainable café cinematography" + }, + { + "subGenre": "Street Cafes", + "scene": "All-night café near transport hub with late-shift workers and 24-hour signage (night)", + "sceneVariants": [ + "All-night café near transport hub with late-shift workers and 24-hour signage (night)", + "Neon 'open' signs and a constant steam vent", + "A jukebox providing low-key retro music", + "Coffee urns and a small hotplate keeping food warm", + "A tired regular balancing a pen and stack of papers" + ], + "actions": [ + "Workers grabbing long black coffee and exchanging shift stories", + "The proprietor refilling cups and calling out orders", + "A taxi queue forming outside at the kerb", + "A brief lull where only the hum of refrigeration is audible" + ], + "camera": "Handheld low-light close-ups with sensitive audio capture for dialogue", + "accents": [ + "cool neon mixed with warm interior accents", + "micro-speculars on stainless steel and mug rims" + ], + "mood": "nocturnal practicality", + "lighting": "low warm interior with neon pops (night)", + "style": "24-hour urban cinematography" + }, + { + "subGenre": "Street Cafes", + "scene": "Pet-friendly café with outdoor dog bowls, treats and leash hooks (day)", + "sceneVariants": [ + "Pet-friendly café with outdoor dog bowls, treats and leash hooks (day)", + "Small fenced area for safe dog socialization", + "A shelf displaying pet treats and grooming supplies", + "Menu items labeled for pets (small baked biscuits)", + "A water refill station with low spout for bowls" + ], + "actions": [ + "Owners chatting while dogs socialize and sniff", + "Staff bringing out small pet treats with smiling gestures", + "A dog doing a playful leap to catch a small tossed treat", + "A volunteer offering basic pet-care advice at a stall" + ], + "camera": "Low handheld at animal-eye height with quick-cut reactions and wide owner frames", + "accents": [ + "warm daylight with micro-highlights on wet noses and fur", + "soft depth-of-field to prioritize faces and pets" + ], + "mood": "playful community", + "lighting": "bright daylight with shaded pockets", + "style": "pet-friendly café cinematography" + }, + { + "subGenre": "Street Cafes", + "scene": "Specialty tea house with ceramic sets, delicate pastries and quiet reading nooks (day)", + "sceneVariants": [ + "Specialty tea house with ceramic sets, delicate pastries and quiet reading nooks (day)", + "Shelves of teapots and labeled single-origin tins", + "Small intimate tables with cloths and fresh flowers", + "A low bookshelf offering quiet reads to guests", + "A teapot warming tray showing gentle steam" + ], + "actions": [ + "A server performing a precise tea pour and explaining tasting notes", + "A patron inhaling aroma before sipping and closing eyes", + "A small tasting flight with pairing notes being presented", + "A slow conversation in hushed tones honoring quiet" + ], + "camera": "Delicate macro and medium inserts to honor ceramic texture and steam motion", + "accents": [ + "soft warm fill and delicate speculars on porcelain", + "micro-detail on tea leaf texture and pastry crumb" + ], + "mood": "refined repose", + "lighting": "soft even indoor daylight", + "style": "tea-house cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/city_and_architecture_subways.json b/src/data/city_and_architecture_subways.json new file mode 100644 index 0000000..055d950 --- /dev/null +++ b/src/data/city_and_architecture_subways.json @@ -0,0 +1,282 @@ +{ + "city_architecture": [ + { + "subGenre": "Subways", + "scene": "Historic vaulted subway station with tiled mosaics and vaulted ceilings (day)", + "sceneVariants": [ + "Historic vaulted subway station with tiled mosaics and vaulted ceilings (day)", + "Mosaic murals narrating urban history along the platform walls", + "Arched vaults with brass signage and vintage lighting", + "Marbled pilasters framing stair access to street level", + "A small kiosk selling newspapers and coffee near the entrance" + ], + "actions": [ + "Commuters flowing in measured waves onto a waiting train", + "A conductor announcing the next departure in formal cadence", + "A cleaner polishing brass handrails between peak flows", + "A tourist pausing to photograph ornate mosaic panels" + ], + "camera": "Low lateral dolly along platform with periodic tilt-ups to vaulted mosaics", + "accents": [ + "soft warm highlights on mosaic tiles", + "micro-speculars on polished brass and glazed ceramic" + ], + "mood": "timeless transit", + "lighting": "even interior daylight filtered through clerestory and warm artificial fill", + "style": "heritage transit cinematography" + }, + { + "subGenre": "Subways", + "scene": "Modern glass-and-steel underground interchange with multi-level concourses and digital signage (day)", + "sceneVariants": [ + "Modern glass-and-steel underground interchange with multi-level concourses and digital signage (day)", + "Aerial view into a layered cavern of escalators and platforms", + "Large LED arrival boards and interactive kiosks", + "Transparent glass balustrades and polished stone treads", + "Retail arcades lining the concourse edges" + ], + "actions": [ + "Commuter surges moving between connecting lines", + "Real-time signage updating and re-routing notifications", + "Transit staff assisting riders with mobility needs", + "A small pop-up event activating a concourse area" + ], + "camera": "High crane and drone-like arcs within the cavernous volume to emphasize layers", + "accents": [ + "clean high-key lighting for signage legibility", + "specular highlights on glass and polished stone" + ], + "mood": "efficient clarity", + "lighting": "bright neutral artificial lighting with targeted accent", + "style": "contemporary transit cinematography" + }, + { + "subGenre": "Subways", + "scene": "Night-time neon-lit platform with wet reflections after rain and empty benches (night)", + "sceneVariants": [ + "Night-time neon-lit platform with wet reflections after rain and empty benches (night)", + "Long empty platform with puddled tiles reflecting overhead signs", + "Single bench under a glowing advertisement panel", + "Distant tunnel mouth vanishing into black", + "A lone maintenance worker in reflective gear" + ], + "actions": [ + "A late-night cleaning crew mopping in slow arcs", + "A transit worker testing platform lights and PA systems", + "Distant train headlights approaching as a thin streak", + "An occasional passenger boarding with tired, measured steps" + ], + "camera": "Low-angle handheld with wet-lens texture to capture neon puddle reflections", + "accents": [ + "neon color bloom amplified in puddles", + "soft vignette to focus on solitary human figures" + ], + "mood": "lonely urban beauty", + "lighting": "artificial neon and fluorescent mix with deep shadows (night)", + "style": "nocturnal transit cinematography" + }, + { + "subGenre": "Subways", + "scene": "Subway construction cavern with rock-bolts, tunnel boring machine and scaffolding (day)", + "sceneVariants": [ + "Subway construction cavern with rock-bolts, tunnel boring machine and scaffolding (day)", + "Half-completed tunnel rings with formwork and grout patches", + "A TBM face with trailing conveyors and slurry lines", + "Temporary lighting strings and safety signage", + "Engineers examining installed mechanical segments" + ], + "actions": [ + "TBM advancing slowly with hydraulic thud and slurry ejection", + "Surveyors measuring ring alignment and recording notes", + "Safety crews placing temporary barriers and signage", + "A remote camera capturing ring erection in time-lapse" + ], + "camera": "Protected crane-lift coverage with time-lapse inserts and close technical macro", + "accents": [ + "cool industrial rim-light on metal machinery", + "micro-detail on bolted ring joints and grout textures" + ], + "mood": "controlled industry", + "lighting": "strong artificial construction lighting with high contrast", + "style": "infrastructure construction cinematography" + }, + { + "subGenre": "Subways", + "scene": "Subway station during rush-hour with commuter choreography and platform edge safety lines (day)", + "sceneVariants": [ + "Subway station during rush-hour with commuter choreography and platform edge safety lines (day)", + "Long flows of people forming ordered queues", + "Platform edge doors aligning with train doors", + "Station announcements and soft public-service chimes", + "A small retail kiosk serving quick-grab items" + ], + "actions": [ + "Coordinated boardings and alightings in timed rhythm", + "Security monitoring crowd densities on screens", + "A musician performing a brief set near an underpass", + "Train operators notifying platform staff of slight delays" + ], + "camera": "Medium-wide with rhythmic cuts to match commuter cadence and close human-scale inserts", + "accents": [ + "balanced daylight/fluorescent mix for human fidelity", + "specular micro-highlights on laminated tickets and handrails" + ], + "mood": "urban tempo", + "lighting": "mixed artificial with bright concourse fill", + "style": "commuter flow cinematography" + }, + { + "subGenre": "Subways", + "scene": "Historic steam-era subway tunnel with brick lining and vintage signage (dark)", + "sceneVariants": [ + "Historic steam-era subway tunnel with brick lining and vintage signage (dark)", + "Arched brick vaults with soot patterns and aged signage", + "A disused platform with iron railings and old lamp stubs", + "Maintenance graffiti and small memorial plaques tucked into recesses", + "A single exposed air-venting shaft to street level" + ], + "actions": [ + "Conservation workers documenting soot and cleaning sample patches", + "A historian photographing rusted enamel signs", + "Small animal life making micro-habitats in crevices", + "A preservation crew patching brickwork using traditional mortar" + ], + "camera": "Low-light handheld macro with careful flash-avoidance and detailed texture capture", + "accents": [ + "warm brick texture highlight with cool soot shadow", + "micro-detail on flaked enamel and mortar" + ], + "mood": "archaeological hush", + "lighting": "low controlled fill to preserve material detail (dark)", + "style": "heritage tunnel cinematography" + }, + { + "subGenre": "Subways", + "scene": "Open-air elevated subway viaduct slicing through city with platform gardens (day)", + "sceneVariants": [ + "Open-air elevated subway viaduct slicing through city with platform gardens (day)", + "Green planters integrated into station edges", + "Steel trusses and restored riveted plates spanning streets", + "Under-deck retail and cafés using shaded micro-spaces", + "Aerial view of train snaking across neighborhood blocks" + ], + "actions": [ + "Trains arriving and departing with the whisper of brakes", + "Commuters stepping into shaded platform gardens", + "Café staff setting out morning chairs under the viaduct", + "A skateboarder passing beneath in quick motion" + ], + "camera": "Aerial-to-ground reveal with telephoto compression to show relation to city blocks", + "accents": [ + "clean daylight on steel surfaces and plant micro-highlights", + "speculars on wet platform slabs when present" + ], + "mood": "elevated urbanity", + "lighting": "bright daylight with mixed shadow under deck", + "style": "elevated transit cinematography" + }, + { + "subGenre": "Subways", + "scene": "Subway art installation: tiled murals, light-sculptures and kinetic tiles responding to footfall (day)", + "sceneVariants": [ + "Subway art installation: tiled murals, light-sculptures and kinetic tiles responding to footfall (day)", + "Interactive floor panels lighting in patterns as people pass", + "Large mural sequences depicting local stories", + "Suspended sculptural elements swaying gently", + "A dedicated audio-track providing interpretive ambience" + ], + "actions": [ + "Commuters triggering kinetic tiles and pausing to watch patterns", + "Maintenance testing LED sequences for response accuracy", + "A school group engaging in an interpretive interactive tour", + "A slow camera sweep translating floor patterns into choreography" + ], + "camera": "Low lateral glide with timed capture of interactive activations and macro sensor detail", + "accents": [ + "neon-responsive micro-highlights and subtle glow bloom", + "high-fidelity color to preserve mural palettes" + ], + "mood": "playful engagement", + "lighting": "mixed artificial with responsive element brightness", + "style": "public art transit cinematography" + }, + { + "subGenre": "Subways", + "scene": "Subway emergency drill with staged evacuation and first-responder coordination (day)", + "sceneVariants": [ + "Subway emergency drill with staged evacuation and first-responder coordination (day)", + "Evacuation signage and temporary lighting to guide egress", + "Paramedic tents and triage staging near an exit", + "Police cordons and radio communication hubs", + "Volunteer marshals directing flows under instruction" + ], + "actions": [ + "Controlled evacuation with coordinated flow timing", + "Medical teams triaging simulated casualties and logging responses", + "Transport staff coordinating service suspensions and announcements", + "Drone team capturing aerial oversight for later analysis" + ], + "camera": "Documentary-style multi-angle coverage with focus on procedural clarity", + "accents": [ + "clinical neutral grading and high-clarity capture for training footage", + "micro-highlights on medical instruments and signage" + ], + "mood": "preparedness and order", + "lighting": "even daylight or controlled artificial for clarity", + "style": "operational transit cinematography" + }, + { + "subGenre": "Subways", + "scene": "Underground station mural restoration with conservators and scaffolding (day)", + "sceneVariants": [ + "Underground station mural restoration with conservators and scaffolding (day)", + "Large historic mural panels being cleaned and consolidated", + "Protective screening and conservation tents", + "Laser cleaning rigs and micro-testing spots", + "Condition report tags pinned near treatment areas" + ], + "actions": [ + "Conservators performing solvent cleaning under magnification", + "Engineers stabilizing a section of tiled mural before treatment", + "Documentary photographer capturing progress", + "A small public viewing window showing non-invasive demonstration" + ], + "camera": "Macro documentary coverage with careful exposure to reveal pigment and substrate detail", + "accents": [ + "neutral conservation-grade color fidelity", + "soft micro-highlights for pigment clarity" + ], + "mood": "careful revival", + "lighting": "controlled LED lighting for conservation-safe capture", + "style": "heritage restoration cinematography" + }, + { + "subGenre": "Subways", + "scene": "Underground platform busking with acoustic music and appreciative commuters (day)", + "sceneVariants": [ + "Underground platform busking with acoustic music and appreciative commuters (day)", + "A single musician with a case open for tips", + "Small clusters forming near column vantage points", + "Subtle echo giving music a natural reverb", + "A commuter pausing to record on a phone" + ], + "actions": [ + "Musician playing gentle repertoire while commuters pass", + "A short applause break as a song ends and small donations are dropped", + "Platform announcer politely requesting quiet at certain intervals", + "A security officer nodding approval of permitted performance" + ], + "camera": "Intimate handheld with sensitive audio pickup and close reaction cuts", + "accents": [ + "warm micro-highlights on instrument surfaces", + "soft ambient bokeh to separate artist from background" + ], + "mood": "urban intimacy", + "lighting": "mixed artificial platform lighting", + "style": "musical transit cinematography" + } + ] +} + + + diff --git a/src/data/city_and_architecture_urban_parks.json b/src/data/city_and_architecture_urban_parks.json new file mode 100644 index 0000000..0ca4b74 --- /dev/null +++ b/src/data/city_and_architecture_urban_parks.json @@ -0,0 +1,379 @@ +{ + "city_architecture": [ + { + "subGenre": "Urban Parks", + "scene": "Large central park with broad lawns, tree-lined promenades and a central lake (day)", + "sceneVariants": [ + "Large central park with broad lawns, tree-lined promenades and a central lake (day)", + "Aerial view showing radial paths and surrounding city fabric", + "Boating lake with small rental rowboats and a gazebo", + "Children's playground adjacent to a picnic meadow", + "A tree grove framing distant skyline" + ], + "actions": [ + "Families laying out picnic blankets and unpacking baskets", + "Joggers making steady circuits on the lake path", + "A couple renting a rowboat and drifting slowly", + "Maintenance crew mowing a perimeter strip" + ], + "camera": "Slow crane sweep from tree canopy down to near-water level, occasional telephoto compression on activity", + "accents": [ + "soft rim-light through canopy edges", + "mirror micro-highlights on lake surface" + ], + "mood": "communal respite", + "lighting": "bright even daylight with gentle fill", + "style": "contemporary landscape cinematography" + }, + { + "subGenre": "Urban Parks", + "scene": "Pocket park tucked between buildings with benches, planters and a small fountain (day)", + "sceneVariants": [ + "Pocket park tucked between buildings with benches, planters and a small fountain (day)", + "A quiet courtyard with shaded seating and bicycle racks", + "Community noticeboard and a small book-exchange shelf", + "A pocket lawn used by lunchtime workers", + "A narrow tree-lined lane connecting two streets" + ], + "actions": [ + "Office workers eating lunch and scrolling phones", + "An elderly resident feeding small birds", + "A gardener trimming potted shrubs", + "A courier pausing to close an umbrella before delivering" + ], + "camera": "Low handheld lateral with intimate close-ups on hands, benches and fountain detail", + "accents": [ + "soft urban bounce light in shaded pockets", + "micro-speculars on fountain spray and water droplets" + ], + "mood": "quiet refuge", + "lighting": "diffuse daylight with soft shadows", + "style": "intimate urban cinematography" + }, + { + "subGenre": "Urban Parks", + "scene": "Riverside linear park with promenades, bike lanes and sculptural seating (day)", + "sceneVariants": [ + "Riverside linear park with promenades, bike lanes and sculptural seating (day)", + "Continuous waterfront walkway with native planting bands", + "Viewing platforms and small piers for fishing", + "Public art installations spaced along the route", + "Separated cycleway running parallel to pedestrian zone" + ], + "actions": [ + "Cyclists and families moving in steady streams", + "Photographers framing river reflections and bridges", + "A small ferry landing taking on passengers", + "Volunteers cleaning litter from river edges" + ], + "camera": "Lateral drone glide along the river with periodic low-angle water-level inserts", + "accents": [ + "mirror-like water highlights and warm edge rim-light", + "micro-detail on ripples and wet stone" + ], + "mood": "active calm", + "lighting": "clear daylight with balanced exposures", + "style": "riverside urban cinematography" + }, + { + "subGenre": "Urban Parks", + "scene": "Playful children’s park with colorful equipment, safety surfacing and soft shading (day)", + "sceneVariants": [ + "Playful children’s park with colorful equipment, safety surfacing and soft shading (day)", + "Cluster of slides, climbing nets and toddler zones", + "Shaded picnic areas for family supervision", + "Interactive water jets for summer play", + "Accessible surfacing and gentle ramps" + ], + "actions": [ + "Children laughing and running between apparatus", + "Parents watching and chatting on shaded benches", + "Staff performing safety checks on equipment", + "A small first aid station attending to a minor scrape" + ], + "camera": "Low child-eye hand-held moves with frequent wide family frames and macro detail on textures", + "accents": [ + "vibrant saturated color grading to reflect playful tone", + "soft micro-highlights on water spray" + ], + "mood": "joyful energy", + "lighting": "bright sunny daylight with occasional shade", + "style": "playground documentary cinematography" + }, + { + "subGenre": "Urban Parks", + "scene": "Community garden allotments with raised beds, trellises and tool sheds (day)", + "sceneVariants": [ + "Community garden allotments with raised beds, trellises and tool sheds (day)", + "Grid of small plots with diversity of plantings", + "Compost corner and small rainwater catchment units", + "A shared greenhouse and seed-exchange kiosk", + "Narrow paths with mulch and stepping stones" + ], + "actions": [ + "Gardeners planting seedlings and checking soil moisture", + "Neighbors swapping cuttings and gardening tips", + "Volunteers turning compost and tagging beds", + "A small child learning to plant with a mentor" + ], + "camera": "Low lateral glide with macro inserts on soil, roots and hand-work", + "accents": [ + "fresh green saturation and micro-highlights on soil moisture", + "soft neutral fill to preserve skin and plant color" + ], + "mood": "hands-on stewardship", + "lighting": "even daylight, often early morning or late afternoon", + "style": "community gardens cinematography" + }, + { + "subGenre": "Urban Parks", + "scene": "Woodland urban park with winding trails, interpretive signage and native understory (day)", + "sceneVariants": [ + "Woodland urban park with winding trails, interpretive signage and native understory (day)", + "Dappled canopy light over narrow earth paths", + "Boardwalk across wet understory and ephemeral pools", + "Small observation hides for birdwatching", + "A nature-play area with logs and natural features" + ], + "actions": [ + "Birdwatchers scanning treetops with binoculars", + "Families exploring nature-play logs and small dens", + "Rangers checking trail signage and clearing minor debris", + "A researcher placing a small sensor to record seasonal data" + ], + "camera": "Gentle handheld tracking with long shallow focus pulls and close macro on leaf and insect detail", + "accents": [ + "soft volumetric shafts through canopy", + "micro-detail on fern and leaf surface" + ], + "mood": "natural calm", + "lighting": "dappled daylight with strong depth", + "style": "urban woodland cinematography" + }, + { + "subGenre": "Urban Parks", + "scene": "Skate park within an urban park, concrete bowls and graffiti art (day)", + "sceneVariants": [ + "Skate park within an urban park, concrete bowls and graffiti art (day)", + "Complex of bowls, rails and ledges of varying scale", + "Colorful mural backdrops and spectator benches", + "Small kiosk selling drinks and protective gear", + "A lighting rig for evening sessions" + ], + "actions": [ + "Skaters performing runs and aerial tricks with stylized motion", + "Spectators filming and cheering near the bowls", + "Maintenance smoothing concrete seams between sessions", + "A coach giving tips to a younger skater" + ], + "camera": "High-frame-rate tracking mixed with low-angle hero shots to emphasize trick dynamics", + "accents": [ + "crisp motion micro-highlights and graffiti color pop", + "speculars on polished coping edges" + ], + "mood": "raw exhilaration", + "lighting": "bright daylight or curated evening LED for sessions", + "style": "action sports cinematography" + }, + { + "subGenre": "Urban Parks", + "scene": "Dog park area with fenced runs, agility obstacles and shade pergolas (day)", + "sceneVariants": [ + "Dog park area with fenced runs, agility obstacles and shade pergolas (day)", + "Sealed off small-dog and large-dog zones", + "Water stations and waste disposal signage", + "Seating along the perimeter for owners", + "A small agility course with ramps and weave poles" + ], + "actions": [ + "Dogs charging, chasing and playing in supervised bursts", + "Owners throwing balls and interacting across fences", + "Maintenance emptying bins and sanitizing benches", + "A trainer running an obedience mini-session" + ], + "camera": "Low animal-eye handheld with wide owner context frames and macro fur detail", + "accents": [ + "warm daylight with micro-highlights on fur and wet noses", + "soft depth-of-field to separate subjects" + ], + "mood": "playful sociability", + "lighting": "bright daylight with shaded rest areas", + "style": "pet-friendly park cinematography" + }, + { + "subGenre": "Urban Parks", + "scene": "Event lawn with temporary stage, folding chairs and power distribution for concerts (day→night)", + "sceneVariants": [ + "Event lawn with temporary stage, folding chairs and power distribution for concerts (day→night)", + "Soft amphitheatre slope forming audience viewing", + "Back-of-house tents for performers and crew", + "Temporary fencing and ticket booths on the approach", + "Large projection screen for hybrid viewing" + ], + "actions": [ + "Crew setting up PA and cable runs prior to sound-check", + "Attendees arriving and arranging seating quilts", + "Food vendors moving in and lighting cooking stations", + "Security coordinating entry lanes and accessibility" + ], + "camera": "Event-style wide and close coverage timed to technical rehearsal and performance", + "accents": [ + "warm stage practicals and soft crowd bokeh", + "specular highlights on equipment surfaces" + ], + "mood": "communal celebration", + "lighting": "day into staged evening lighting", + "style": "public event cinematography" + }, + { + "subGenre": "Urban Parks", + "scene": "Botanical demonstration garden with labeled beds and interpretive panels (day)", + "sceneVariants": [ + "Botanical demonstration garden with labeled beds and interpretive panels (day)", + "Thematic beds (pollinator, medicinal, drought-tolerant)", + "A small amphitheatre for demonstration talks", + "Accessible paths and tactile identification panels", + "Nursery area for young plants and sales" + ], + "actions": [ + "A horticulturalist leading a demonstration and pruning demo", + "Visitors reading labels and sampling scent pockets", + "A volunteer potting small plants to give away", + "A photographer capturing macro bloom sequences" + ], + "camera": "Low lateral glide with macro botanical inserts and interpretive close-ups", + "accents": [ + "saturated botanical greens and prismatic water highlights", + "micro-detail on pollen and petal structure" + ], + "mood": "educational curiosity", + "lighting": "diffuse daylight to preserve color", + "style": "botanical cinematography" + }, + { + "subGenre": "Urban Parks", + "scene": "Wetland restoration park with boardwalks, reeds and bird hides (day)", + "sceneVariants": [ + "Wetland restoration park with boardwalks, reeds and bird hides (day)", + "Raised boardwalks crossing bulbous reed beds", + "Observation hides for quiet birdwatching", + "Interpretive signage explaining hydrology", + "Seasonal shallow pools for amphibian breeding" + ], + "actions": [ + "Birdwatchers in quiet observation hides taking notes", + "Volunteers planting native sedges and testing water quality", + "A child spotting tadpoles at the water edge", + "A drone mapping wetland plant distribution for restoration records" + ], + "camera": "Low boardwalk glide with telephoto inserts into hides and macro aquatic detail", + "accents": [ + "mirror-like water micro-highlights", + "soft green grading for ecological fidelity" + ], + "mood": "restorative reverence", + "lighting": "diffuse daylight, often post-rain clarity", + "style": "ecological park cinematography" + }, + { + "subGenre": "Urban Parks", + "scene": "Rooftop park on a mixed-use podium with raised beds and small play nodes (day)", + "sceneVariants": [ + "Rooftop park on a mixed-use podium with raised beds and small play nodes (day)", + "Accessible ramps and benches with skyline views", + "Small community garden beds and events pavilion", + "Wind screens and shade sails for comfort", + "Solar-powered charging benches and lighting nodes" + ], + "actions": [ + "Residents enjoying skyline views with coffee", + "Kids playing in safe modular play areas", + "Garden clubs meeting to discuss seasonal planting", + "Maintenance checking irrigation and drainage systems" + ], + "camera": "Medium drone and lateral glide with human-scale close-ups to connect rooftop life and horizon", + "accents": [ + "golden rim-light on raised bed edges", + "micro-specular on water management fixtures" + ], + "mood": "urban respite", + "lighting": "bright daylight with wind-swept highlights", + "style": "rooftop park cinematography" + }, + { + "subGenre": "Urban Parks", + "scene": "Dogwood glade in spring with blossom petals scattering across a quiet path (day)", + "sceneVariants": [ + "Dogwood glade in spring with blossom petals scattering across a quiet path (day)", + "Low glade floor carpeted with seasonal petals", + "A narrow seat-lined path for casual walking", + "Interpretive signage about flowering cycles", + "A small photographer's blind for close floral study" + ], + "actions": [ + "Blossom petals being stirred by gentle breeze", + "Photographers using macro lenses to capture petal texture", + "Visitors pausing for portrait shots beneath floral canopy", + "A maintenance crew gently raking compostable petals into beds" + ], + "camera": "Low dolly with very short depth-of-field macro inserts on petal texture", + "accents": [ + "soft pastel grading and petal micro-speculars", + "volumetric highlight on filtered light" + ], + "mood": "pastoral delight", + "lighting": "soft spring daylight", + "style": "seasonal botanical cinematography" + }, + { + "subGenre": "Urban Parks", + "scene": "Large urban forest with trailheads, picnic clearings and remote exercise nodes (day)", + "sceneVariants": [ + "Large urban forest with trailheads, picnic clearings and remote exercise nodes (day)", + "Dense canopy with mapped trail junctions", + "Open glades for picnics and events", + "Fitness nodes with simple equipment for public use", + "A ranger station and trail information hub" + ], + "actions": [ + "Trail runners moving along single-track trails", + "Families setting up picnic spots in clearings", + "Rangers checking signage and coordinating volunteer stewards", + "A small bird survey team recording calls" + ], + "camera": "Low handheld gimbal through single-track and occasional aerial clears", + "accents": [ + "dappled canopy shafts and micro-leaf highlights", + "high micro-detail on bark and trail texture" + ], + "mood": "active immersion", + "lighting": "dappled daylight with strong depth", + "style": "urban forest cinematography" + }, + { + "subGenre": "Urban Parks", + "scene": "Night-time illuminated park path with integrated low-level LEDs and safety wayfinding (night)", + "sceneVariants": [ + "Night-time illuminated park path with integrated low-level LEDs and safety wayfinding (night)", + "Linear low-level LED strips embedded in paving", + "Wayfinding posts with subtle glow and maps", + "Safe crossing nodes with brighter practicals", + "Reflective plaques showing nightly programming" + ], + "actions": [ + "Joggers passing under soft LED guidance", + "Security making routine patrols along lit routes", + "Families returning from an evening event following wayfinding", + "Maintenance tuning brightness thresholds for energy savings" + ], + "camera": "Low long-exposure passes to capture LED trails and human motion with careful white balance", + "accents": [ + "cool LED micro-highlights and soft path bloom", + "subtle human-scale warm practicals at nodes" + ], + "mood": "safe serenity", + "lighting": "low artificial with focused wayfinding warmth (night)", + "style": "nocturnal park cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/fashion_and_beauty_accessories.json b/src/data/fashion_and_beauty_accessories.json new file mode 100644 index 0000000..3393ef3 --- /dev/null +++ b/src/data/fashion_and_beauty_accessories.json @@ -0,0 +1,554 @@ +{ + "fashion_and_beauty": [ + { + "subGenre": "Accessories", + "scene": "Boutique Window Display", + "sceneVariants": [ + "A sunlit boutique window featuring layered necklaces and straw hats", + "Reflections of passersby in the glass framing a curated display", + "A single mannequin draped in scarves with soft ribbon accents", + "A rotating stand of sunglasses catching the light", + "A handwritten price tag tied with twine on a velvet tray" + ], + "actions": [ + "A customer pressing her palm to the glass to inspect a necklace", + "Stock hands arranging hats and smoothing brims", + "A sudden breeze turning a hanging ribbon", + "A passerby pausing to photograph the display" + ], + "camera": "Static storefront wide with occasional close 50mm inserts on jewelry details", + "accents": [ + "strong sun rim-light on metallic surfaces", + "micro-specular highlights on glass and polished leather" + ], + "mood": "curated discovery", + "lighting": "bright day lighting with warm window rim", + "style": "commercial lifestyle merchandising" + }, + { + "subGenre": "Accessories", + "scene": "Night Market Trinket Stall", + "sceneVariants": [ + "A lively night market stall with rows of lit lanterns and beaded bracelets", + "Handmade leather goods hanging from hooks under a canopy", + "A neon sign from a nearby vendor reflecting on brass trinkets", + "Crowds weaving between stalls, voices and barter in the air", + "A patchwork blanket displaying brooches and pins" + ], + "actions": [ + "A vendor unrolling a new embroidered shawl", + "A buyer feeling the weight of a silver pendant", + "Two friends laughing as they try on matching rings", + "A quick negotiation over a small leather coin purse" + ], + "camera": "Handheld shallow-depth close-ups intercut with a wide market overview", + "accents": [ + "warm lantern glow with neon edge lighting", + "high micro-detail on beadwork and patina" + ], + "mood": "bustling artisanal charm", + "lighting": "warm night lighting with mixed practical sources", + "style": "street-documentary fashion" + }, + { + "subGenre": "Accessories", + "scene": "Artisan Workshop Bench", + "sceneVariants": [ + "A bench strewn with leather scraps, buckles, and measuring tools", + "A craftsman hand-stitching a bespoke belt under a task lamp", + "A row of finished wallets drying on a wooden rack", + "Close-ups of hands burnishing edges with beeswax", + "A tin of old brass buckles spilling onto a cloth" + ], + "actions": [ + "Stitching a seam with concentrated precision", + "Marking measurements with chalk and a ruler", + "Selecting the perfect buckle to match grain and tone", + "Polishing a leather edge until it gleams" + ], + "camera": "Macro detail shots of hands and tools, 35mm contextual masters", + "accents": [ + "focused warm task-lamp rim-light", + "accent on tactile leather grain and thread texture" + ], + "mood": "quiet craftsmanship", + "lighting": "controlled indoor day/night task lighting (workshop)", + "style": "artisanal craft vignette" + }, + { + "subGenre": "Accessories", + "scene": "Vintage Trunk Reveal", + "sceneVariants": [ + "An old cedar trunk opened to reveal scarves and hatboxes", + "Dust motes drifting through a slatted attic window onto jeweled brooches", + "A delicate lace glove nestled beside a compact mirror", + "A sepia-toned portrait propped inside the trunk lid", + "A silk ribbon dangling out of an old shoebox" + ], + "actions": [ + "Lifting out a fragile hat and holding it reverently", + "Blowing dust from embroidered linens", + "Unfurling a long silk scarf to inspect its pattern", + "A small laugh at a forgotten ticket tucked inside" + ], + "camera": "Slow overhead reveal with intimate 50mm pulls to object textures", + "accents": [ + "soft warm attic rim-light emphasizing dust motes", + "high micro-detail on embroidery and metalwork" + ], + "mood": "nostalgic treasure-finding", + "lighting": "soft day attic lighting with warm highlights", + "style": "narrative vintage editorial" + }, + { + "subGenre": "Accessories", + "scene": "Runway Backstage Quick-Change", + "sceneVariants": [ + "Chaotic backstage with racks of hats, belts, and statement jewelry", + "Makeup artists and stylists handing props to models in a rush", + "A line of accessories labeled with runway look numbers", + "A stylist fastening a choker with practiced fingers", + "A model adjusting a dramatic cape and accent brooch" + ], + "actions": [ + "Quick clipping of a brooch into place", + "A chain necklace being doubled and shortened", + "A hat being pinned securely to a model's hair", + "An assistant rushing a box of sunglasses to wardrobe" + ], + "camera": "Fast-cut documentary handheld with tight action macro shots", + "accents": [ + "hard practical lighting punctuating metallics", + "gloss emphasis on patent leather and polished hardware" + ], + "mood": "electric focused urgency", + "lighting": "bright backstage night lighting with hard key fixtures", + "style": "high-energy fashion editorial" + }, + { + "subGenre": "Accessories", + "scene": "Sunglasses Kiosk at Noon", + "sceneVariants": [ + "A busy pedestrian strip with a portable sunglasses kiosk and mirrored displays", + "Rows of tinted lenses reflecting sun and skyline", + "A salesperson swapping frames for a customer", + "A child pointing at playful colored frames", + "A stray hat perched on top of the kiosk" + ], + "actions": [ + "Trying on sunglasses and checking reflection", + "A vendor cleaning lenses with a microfiber cloth", + "Selecting polarized pairs and comparing tints", + "A group selfie showcasing different frame shapes" + ], + "camera": "Bright, crisp wide with 35mm lifestyle close-ups", + "accents": [ + "high sun speculars on lenses", + "sharp micro-contrast on frame finishes" + ], + "mood": "playful sunny cool", + "lighting": "harsh bright midday lighting", + "style": "youthful street-commercial" + }, + { + "subGenre": "Accessories", + "scene": "Luxury Counter Consultation", + "sceneVariants": [ + "A refined boutique counter with velvet trays of fine watches and cufflinks", + "A salesperson demonstrating watch complications under a loupe", + "A leather display case with stitched travel wallets", + "Private seating area with cream upholstery and brass accents", + "An embossed box tied with a ribbon upon purchase" + ], + "actions": [ + "Unboxing a watch with gloved hands", + "Trying a cufflink set and adjusting sleeve cuffs", + "Discussing material provenance over a cup of espresso", + "A careful closing of a showcase with a quiet click" + ], + "camera": "Cinematic over-the-shoulder and 85mm portrait details", + "accents": [ + "soft warm boutique rim-light with gold speculars", + "micro-detail emphasis on metal finishes and stitching" + ], + "mood": "exclusive attentive luxury", + "lighting": "controlled soft indoor day lighting", + "style": "luxury commercial" + }, + { + "subGenre": "Accessories", + "scene": "Perfume and Accessory Counter", + "sceneVariants": [ + "A perfumer's counter with velvet trays of atomizers and jeweled caps", + "Scent strips scattered beside pearl hairpins", + "A model testing a signature scent while holding a delicate clutch", + "Golden accents reflecting in a mirrored vanity", + "An ornate drawer of sample vials labeled in script" + ], + "actions": [ + "Spritzing a scent strip and waving it gently", + "Selecting a matching brooch to compliment a fragrance bottle", + "Tucking a scented card into a purse pocket", + "A consultant describing top notes while gesturing to objects" + ], + "camera": "Soft-focus 50mm portraits and macro inserts on bottle details", + "accents": [ + "gentle warm backlight with subtle bloom", + "specular highlights on glass and lacquer finishes" + ], + "mood": "sensory indulgence", + "lighting": "warm indoor day lighting with diffused highlights", + "style": "luxe lifestyle vignette" + }, + { + "subGenre": "Accessories", + "scene": "Hat Millinery Studio", + "sceneVariants": [ + "A studio hung with hats of felt, straw, and silk in varied shapes", + "A milliner shaping a brim with steam and hands", + "A wall of labeled hat blocks and ribbons", + "A model being fitted with a dramatic wide-brim hat", + "Bow trims and net veils stacked on shelves" + ], + "actions": [ + "Blocking a hat over a wooden form", + "Stitching a ribbon trim to secure shape", + "Holding a hat in position for final fitting", + "Cutting a veil edge with small scissors" + ], + "camera": "Intent close-up process shots with medium portraits for fits", + "accents": [ + "soft steam rim-light with tactile fabric emphasis", + "high micro-detail on stitching and ribbon weave" + ], + "mood": "dedicated creative precision", + "lighting": "controlled studio day/night task lighting", + "style": "craft-focused editorial" + }, + { + "subGenre": "Accessories", + "scene": "Scarf Stall in Winter Market", + "sceneVariants": [ + "A market stall piled with cashmere and patterned scarves in winter hues", + "Steam from nearby food stalls fogging the air", + "Hands feeling the plush pile of a scarf", + "Knitted labels and woven tags visible on edges", + "A model wrapping a scarf dramatically around a coat collar" + ], + "actions": [ + "Draping and knotting scarves to demonstrate styles", + "Comparing colors to a coat for a customer", + "Folding an extra scarf into a gift box", + "Laughing as a friend tries on a playful pom-pom hat" + ], + "camera": "Warm wide-market coverage with 85mm tactile detail shots", + "accents": [ + "soft cold-to-warm rim-lighting with cozy texture emphasis", + "fiber-level micro-detail on knit stitches" + ], + "mood": "cozy communal warmth", + "lighting": "cool day (winter) with warm stall practical lighting", + "style": "seasonal lifestyle" + }, + { + "subGenre": "Accessories", + "scene": "Bespoke Watchmaker Bench", + "sceneVariants": [ + "A watchmaker peering through a loupe assembling tiny components", + "A tray of polished gears and springs under a magnifying lamp", + "A wooden drawer of watch straps in varied leather tones", + "A finished watch glinting on a felt pad", + "A small hammer and staking tools carefully arranged" + ], + "actions": [ + "Placing a balance wheel with tweezers", + "Polishing a case to mirror finish", + "Swapping a strap and sizing it to a wrist", + "Tapping a small pin into place to secure a clasp" + ], + "camera": "Macro extreme close-ups on mechanisms with a soft 50mm overview", + "accents": [ + "cold task-lamp highlights with metallic micro-shine", + "high-detail emphasis on gear teeth and leather grain" + ], + "mood": "meticulous precision", + "lighting": "focused night/day bench lighting", + "style": "technical artisan portrait" + }, + { + "subGenre": "Accessories", + "scene": "Vintage Jewelry Box Moment", + "sceneVariants": [ + "An open jewelry box with velvet-lined compartments and an heirloom necklace", + "A child discovering a grandmother's old brooch and marveling", + "A careful unhooking of a delicate clasp", + "Soft reflections from a nearby lamp splashing over gems", + "A handwritten note tucked beneath a ring" + ], + "actions": [ + "Unfastening a clasp with a fingertip", + "Holding a pendant up to the light to inspect a stone", + "Arranging pieces to avoid tangles", + "A gentle laugh at an old fashion note found inside" + ], + "camera": "Close intimate portraits and overhead detail shots", + "accents": [ + "warm lamp rim-light accentuating gem facets", + "micro-detail on filigree and patina" + ], + "mood": "tender reverence", + "lighting": "soft indoor evening lighting", + "style": "sentimental editorial vignette" + }, + { + "subGenre": "Accessories", + "scene": "Street Vendor with Handmade Bags", + "sceneVariants": [ + "A cluster of woven and leather bags displayed on a city corner", + "A vendor describing bag construction to curious tourists", + "A chalkboard sign with prices and origin story", + "A model trying a crossbody bag while commuters rush past", + "A braided strap detail catching the sun" + ], + "actions": [ + "Slinging a bag onto the shoulder and adjusting strap length", + "Inspecting pocket sizes and zipper quality", + "Tying a decorative knot on a strap", + "Haggling gently and concluding with a smile" + ], + "camera": "Documentary street coverage with tactile close-ups", + "accents": [ + "sunlit leather highlights and woven texture emphasis", + "fine detail capture on stitching and hardware" + ], + "mood": "authentic urban craftsmanship", + "lighting": "bright day natural lighting", + "style": "market-focused lifestyle" + }, + { + "subGenre": "Accessories", + "scene": "Evening Clutch Reveal", + "sceneVariants": [ + "A model reaching into a small beaded clutch at a candlelit table", + "Velvet upholstery and gold filigree creating a luxe backdrop", + "A clutch opened to reveal a compact mirror and a lipstick", + "A close-up of beading catching candle glints", + "A pair of gloves resting beside the bag" + ], + "actions": [ + "Opening the clutch with a refined finger motion", + "Retrieving a lipstick and applying a quick touch-up", + "Handing the clutch to a companion across the table", + "Tucking a napkin delicately back into a purse" + ], + "camera": "Intimate 85mm portraits with macro beading inserts", + "accents": [ + "candlelit glow with pinpoint sequin highlights", + "high micro-contrast on metal clasps and beadwork" + ], + "mood": "understated evening glamour", + "lighting": "low night lighting with warm candle accent", + "style": "intimate editorial" + }, + { + "subGenre": "Accessories", + "scene": "Craft Fair Brooch Table", + "sceneVariants": [ + "A sun-dappled table of enamel and hand-painted brooches", + "Artisans demonstrating enameling near their display", + "Children pressing curious noses to the table edge", + "A close-up of an artist signing the back of a pin", + "A small queue of customers waiting patiently" + ], + "actions": [ + "Pinning a brooch to a sample board", + "Selecting color palettes to match a coat", + "Explaining materials and inspiration to buyers", + "Wrapping a purchase in tissue and a twine bow" + ], + "camera": "Warm wide festival coverage with tight process close-ups", + "accents": [ + "soft daylight rim-light with enamel gloss highlights", + "fine detail on painted surfaces and metal edges" + ], + "mood": "handmade conviviality", + "lighting": "bright, mild day lighting (outdoor fair)", + "style": "artisanal lifestyle" + }, + { + "subGenre": "Accessories", + "scene": "Hat Shop Window at Dusk", + "sceneVariants": [ + "A row of dramatic cloches and fedoras silhouetted against dusky sky", + "Streetlamps flickering on and casting long shadows", + "A model peering into the window from across the street", + "A velvet fedora perched on a pedestal with a ribbon", + "A passerby adjusting their scarf as they walk" + ], + "actions": [ + "Spotlighting a favorite hat with a gentle dust and polish", + "Trying a hat on and tilting it to check angles", + "A vendor swapping a ribbon color for a customer", + "A brief reflective pause before entering the shop" + ], + "camera": "Moody wide with 85mm portraits and subtle push-ins", + "accents": [ + "cool dusk rim-light mixed with warm interior glow", + "texture emphasis on felt, straw, and ribbon weave" + ], + "mood": "melancholic chic", + "lighting": "twilight (evening) mixed lighting", + "style": "moody fashion editorial" + }, + { + "subGenre": "Accessories", + "scene": "Belt Maker's Corner", + "sceneVariants": [ + "A tiny shop corner stacked with rolls of leather, buckles, and rivets", + "A sign with monogramming prices and sample font swatches", + "A model trying belts over a dress to find the perfect cinch", + "A punch press ear marked by repeated use on a wooden board", + "A small anvil and hammer near a polishing cloth" + ], + "actions": [ + "Stamping initials into a leather keeper", + "Cutting a strap to length and beveling the edge", + "Testing buckle fit and alignment", + "Polishing a brass buckle to remove fingerprints" + ], + "camera": "Close process-focused shots with 35mm narrative inserts", + "accents": [ + "warm task-lamp rim-light on leather sheen", + "micro-detail emphasis on edge finishing and tooling" + ], + "mood": "honest utilitarian elegance", + "lighting": "controlled indoor task lighting", + "style": "craft-centric editorial" + }, + { + "subGenre": "Accessories", + "scene": "Cosplay Accessory Table", + "sceneVariants": [ + "A vibrant table at a convention piled with props, ornate belts, and statement pins", + "A model testing a costume's gauntlet and adjusting straps", + "LED-lit props and glittering brooches catching camera flashes", + "A box of spare clasps labeled for emergency repairs", + "A line of colorful wigs and headpieces on stands" + ], + "actions": [ + "Attaching a prop piece with velcro and test-walking", + "Fastening armor straps and checking mobility", + "A quick repair with a glue gun and an assistant", + "Posing quickly between panels for smartphone photos" + ], + "camera": "Energetic handheld coverage with dynamic close-ups and wide convention floor shots", + "accents": [ + "mixed colored LED rim-lighting with high gloss highlights", + "accent on detailed paint and faux-metal textures" + ], + "mood": "playful creative enthusiasm", + "lighting": "bright mixed artificial lighting (indoor convention)", + "style": "vibrant lifestyle editorial" + }, + { + "subGenre": "Accessories", + "scene": "Shoe Accents and Trims Table", + "sceneVariants": [ + "A cobbler's counter showcasing buckles, tassels, and decorative trims", + "A model selecting a heel charm to personalize shoes", + "A row of sample swatches and color chips", + "Tiny awls and thread tools neatly arranged", + "An ornate heel being detailed with tiny studs" + ], + "actions": [ + "Affixing a tassel to a loafer with small pliers", + "Selecting matching thread for topstitching", + "Trying a clip-on heel ornament and testing balance", + "Buffing a heel tip to remove scuffs" + ], + "camera": "Macro detail work with 35mm shop context shots", + "accents": [ + "soft studio rim-light with pinpoint metal highlights", + "micro-detail on trim patterning and hardware" + ], + "mood": "focused personalization", + "lighting": "controlled indoor lighting (shop)", + "style": "product-craft editorial" + }, + { + "subGenre": "Accessories", + "scene": "Heirloom Restoration Table", + "sceneVariants": [ + "A conservator repairing a cracked brooch under a microscope", + "Tiny trays of replacement stones and delicate tools arrayed carefully", + "A magnified view of filigree being soldered", + "Before-and-after notes pinned beside the workspace", + "A slow, methodical cleaning of a timeworn clasp" + ], + "actions": [ + "Delicately setting a stone back into its mount", + "Testing solder joins for strength and invisibility", + "Cleaning patina to reveal subtle color without removing history", + "Documenting the restoration process with a notebook" + ], + "camera": "Extreme macro for restoration steps and soft 50mm overviews", + "accents": [ + "cold task-lamp highlights with nuanced metal sheen", + "high micro-detail on filigree and stone facets" + ], + "mood": "respectful preservation", + "lighting": "focused bench lighting (indoor)", + "style": "heritage craft documentary" + }, + { + "subGenre": "Accessories", + "scene": "Festival Feather Headdress Stall", + "sceneVariants": [ + "A bright festival tent filled with feathered headdresses and beaded masks", + "A model trying on an extravagant headpiece with friends cheering", + "A shimmering backdrop of sequined capes and plumes", + "A pattern of feathers spread out across a canvas", + "A stylist securing a headdress with ribbon ties" + ], + "actions": [ + "Securing a headdress with discreet ties", + "Adjusting feathers to achieve perfect silhouette", + "Gluing beadwork with a small applicator", + "An excited group selfie with the new headdress" + ], + "camera": "Dynamic festival handheld with colorful close-up inserts", + "accents": [ + "bright saturated rim-light with feather micro-detail", + "sparkle highlights on beadwork and metallic trims" + ], + "mood": "vibrant celebratory exuberance", + "lighting": "bright outdoor day festival lighting", + "style": "colorful editorial" + }, + { + "subGenre": "Accessories", + "scene": "Minimalist Everyday Jewelry Flatlay", + "sceneVariants": [ + "A clean flatlay on white linen with dainty gold rings and minimalist hoops", + "A morning coffee cup and a small stack of everyday pieces", + "A model picking a single piece before heading out the door", + "Soft shadows creating simple geometric shapes", + "A small box of spare earring backs nearby" + ], + "actions": [ + "Choosing a single ring and sliding it on", + "Tucking a pair of hoop earrings into a small travel pouch", + "Arranging pieces into a tiny tray for daily rotation", + "Comparing metal tones against skin" + ], + "camera": "Top-down flatlay shots with 85mm detail portraits", + "accents": [ + "soft natural window rim-light", + "fine micro-detail on polished metal and matte finishes" + ], + "mood": "calm functional elegance", + "lighting": "soft day lighting with gentle shadows", + "style": "clean minimalist commercial" + } + ] +} \ No newline at end of file diff --git a/src/data/fashion_and_beauty_boho_style.json b/src/data/fashion_and_beauty_boho_style.json new file mode 100644 index 0000000..e5a2f24 --- /dev/null +++ b/src/data/fashion_and_beauty_boho_style.json @@ -0,0 +1,404 @@ +{ + "fashion_and_beauty": [ + { + "subGenre": "Boho Style", + "scene": "Dawn meadow picnic in flowing maxi dress with fringe shawl", + "sceneVariants": [ + "Dawn meadow picnic in flowing maxi dress with fringe shawl", + "Blanket spread beneath a lone oak, wildflowers tucked into a basket", + "Loose braids and a wide-brim hat catching first light", + "Hand-painted ceramic cups and a low wooden tray", + "A vintage radio playing soft folk tunes" + ], + "actions": [ + "Pouring tea from a floral pot and offering a small cup", + "Tucking a stray braid behind an ear and laughing", + "Adjusting a layered necklace to settle", + "Reaching to pluck a passing wildflower" + ], + "camera": "Warm crane-to-close with slow lateral push-ins on fabric motion", + "accents": [ + "golden-hour rim-light and sheer fabric translucence", + "micro-detail on embroidery and beadwork" + ], + "mood": "free-spirited gentle joy", + "lighting": "day/dawn: warm golden-hour sunlight", + "style": "pastoral boho lifestyle cinematography" + }, + { + "subGenre": "Boho Style", + "scene": "Late-night rooftop jam with layered kimonos and patchwork vests", + "sceneVariants": [ + "Late-night rooftop jam with layered kimonos and patchwork vests", + "String lights overhead and a circle of musicians", + "Tassels and fabric panels moving to the rhythm", + "A small fire pit casting warm halos", + "A communal platter of small plates in the center" + ], + "actions": [ + "Strumming an acoustic and tapping a small cajon", + "Passing a hand-rolled cigarette and sharing a joke", + "Adjusting a shawl as a breeze passes", + "Swaying gently to the music with closed eyes" + ], + "camera": "Intimate handheld orbit with rhythmic cutaways to instruments", + "accents": [ + "warm string-light bokeh and textile micro-threads", + "soft skin micro-highlights in low light" + ], + "mood": "communal nomadic warmth", + "lighting": "night: warm practicals with soft ambient fill", + "style": "boho nocturne cinematography" + }, + { + "subGenre": "Boho Style", + "scene": "Midday artisan market with embroidered tops and wide-legged trousers", + "sceneVariants": [ + "Midday artisan market with embroidered tops and wide-legged trousers", + "Hand-loomed scarves hanging on a rack", + "A stall with woven baskets and hand-dyed cloth", + "Children threading beads at a nearby table", + "A vendor explaining dye techniques to a curious buyer" + ], + "actions": [ + "Testing fabric texture and inhaling dye notes", + "Tying a scarf in a new knot and smiling", + "Negotiating a small trade for a vintage bead", + "Selecting a piece and asking about its maker" + ], + "camera": "Warm market weave with careful close-ups on stitching", + "accents": [ + "bright sun enhancing dyed color saturation", + "fiber micro-detail and hand-stitched seams" + ], + "mood": "artisanal conscious discovery", + "lighting": "day: bright natural sunlight with soft shade pockets", + "style": "handmade boho market cinematography" + }, + { + "subGenre": "Boho Style", + "scene": "Dusk desert caravan shoot in layered kaftans and beaded belts", + "sceneVariants": [ + "Dusk desert caravan shoot in layered kaftans and beaded belts", + "Low dunes with a caravan of vintage trailers", + "Windswept hems and gleaming metal beltwork", + "A lantern-lit lounge area with low cushions", + "A distant line of camels silhouetted at the horizon" + ], + "actions": [ + "Sitting cross-legged while adjusting layered jewelry", + "Leaning back onto cushions to watch the sunset", + "Passing a bowl of spiced nuts between companions", + "Brushing sand from a hem with a careful hand" + ], + "camera": "Aerial dusk sweep into intimate low-angle inserts", + "accents": [ + "warm dune rim-light and metal bead catch micro-reflections", + "textural emphasis on dry-stitched weave" + ], + "mood": "nomadic poetic calm", + "lighting": "evening/golden hour: warm backlight", + "style": "desert boho editorial cinematography" + }, + { + "subGenre": "Boho Style", + "scene": "Night forest glade ceremony with lace overlays and floral crowns", + "sceneVariants": [ + "Night forest glade ceremony with lace overlays and floral crowns", + "Candles ringed on stones and smoke drifting from incense", + "Floral crowns with wild herbs and tiny ribbons", + "A circle of friends sharing whispered vows or songs", + "Mossy logs serving as low ceremonial benches" + ], + "actions": [ + "Placing a crown gently and tying a ribbon", + "Singing softly in a round while holding hands", + "Lighting a candle with slow deliberate care", + "Passing a communal cup and sipping in small measures" + ], + "camera": "Soft handheld with shallow depth to isolate faces and floral detail", + "accents": [ + "candle warm rim and petal micro-detail", + "soft smoke volumetrics accentuating warm halos" + ], + "mood": "ritual gentle reverence", + "lighting": "night: warm candle and lantern pools", + "style": "ceremonial boho cinematography" + }, + { + "subGenre": "Boho Style", + "scene": "Dawn riverbank meditation in hemp leggings and cropped sweaters", + "sceneVariants": [ + "Dawn riverbank meditation in hemp leggings and cropped sweaters", + "Mats arranged in a semi-circle facing water", + "Slow breath visible in crisp air as sun lifts", + "A kettle steaming on a small portable stove", + "Feather and driftwood décor hung nearby" + ], + "actions": [ + "Sitting in cross-legged meditation with slow inhalations", + "Rolling a mat and collecting small ceremonial objects", + "Pouring tea into tiny cups for a post-session exchange", + "Tucking a small stone into a pouch as a keepsake" + ], + "camera": "Calm wide establishing with intimate close medial inserts", + "accents": [ + "predawn gold rim and fabric hemp weave micro-detail", + "water micro-reflections and breath vapor" + ], + "mood": "grounded restorative calm", + "lighting": "day/dawn: soft early sunlight", + "style": "mindful boho lifestyle cinematography" + }, + { + "subGenre": "Boho Style", + "scene": "Midday bohemian studio with macrame hangings and oversized linen pants", + "sceneVariants": [ + "Midday bohemian studio with macrame hangings and oversized linen pants", + "A sunbeam catching dust motes over a low wooden table", + "Natural-dyed fabric swatches pinned on a line", + "A sewing machine and hand-loomed samples nearby", + "A plant wall framing the workspace" + ], + "actions": [ + "Weaving a macrame panel with slow steady knots", + "Selecting natural dyes and dipping a test swatch", + "Measuring a hem and pinning with thoughtful precision", + "Sitting to stitch a decorative tassel by hand" + ], + "camera": "Steady process-focused inserts with warm atelier wide", + "accents": [ + "bright atelier shafts emphasizing natural fiber texture", + "macro detail on knot work and dye diffusion" + ], + "mood": "creative artisanal tranquility", + "lighting": "day: bright interior daylight", + "style": "atelier boho craft cinematography" + }, + { + "subGenre": "Boho Style", + "scene": "Evening coastal bonfire with crochet tops and layered anklets", + "sceneVariants": [ + "Evening coastal bonfire with crochet tops and layered anklets", + "Tide hiss nearby and salt-scented breeze", + "A circle of shared blankets and driftwood benches", + "An impromptu drum circle and hand claps", + "String lights hung between coastal scrub" + ], + "actions": [ + "Tapping a drum in a steady rhythm while singing softly", + "Adjusting anklet strings and jingly charms", + "Passing a small woven pouch with trinkets", + "Leaning into a friend to share a whispered memory" + ], + "camera": "Warm handheld orbit with close-inserts on knit detail and jewelry", + "accents": [ + "bonfire amber rim and metal charm micro-jingles", + "fabric loop micro-texture and skin salt micro-highlights" + ], + "mood": "communal free-spirited warmth", + "lighting": "night: bonfire warm practicals", + "style": "coastal boho lifestyle cinematography" + }, + { + "subGenre": "Boho Style", + "scene": "Dawn countryside festival with patchwork skirts and embroidered vests", + "sceneVariants": [ + "Dawn countryside festival with patchwork skirts and embroidered vests", + "Tents and bunting fluttering in a soft breeze", + "A small stage with folk musicians playing", + "A carousel of handmade crafts under oak trees", + "Pedal-powered smoothie stands and paper banners" + ], + "actions": [ + "Dancing slowly in a circle to a fiddle tune", + "Sampling handcrafted jams and describing flavors", + "Buying a small embroidered badge from a maker", + "Tying a colorful ribbon around a wrist for luck" + ], + "camera": "Lively mid-wide coverage with joyful close-inserts", + "accents": [ + "warm morning rim and saturated textile micro-detail", + "paper bunting micro-ripples and woodgrain accents" + ], + "mood": "festive handmade joy", + "lighting": "day/dawn: soft warm sunlight", + "style": "festival boho cinematography" + }, + { + "subGenre": "Boho Style", + "scene": "Midnight wander through a herb garden in gauzy skirts and leather sandals", + "sceneVariants": [ + "Midnight wander through a herb garden in gauzy skirts and leather sandals", + "Moonlight kissing lavender and rosemary rows", + "An herb-scented cloth tied like a sachet", + "Small glass vials for collected aromatic leaves", + "A bench beneath an arch heavy with jasmine" + ], + "actions": [ + "Plucking a sprig of lavender and rubbing between fingers", + "Filling a small vial with fresh scent for a friend", + "Tucking a sachet into a pocket with a smile", + "Sitting to breathe in the concentrated herbal air" + ], + "camera": "Soft handheld with aromatic-focused close-inserts", + "accents": [ + "cool moon-silver on leaf micro-detail", + "savory herb micro-fringe and fabric breathability" + ], + "mood": "quiet sensory solace", + "lighting": "night: soft moonlight and low garden lanterns", + "style": "botanical boho cinematography" + }, + { + "subGenre": "Boho Style", + "scene": "Bright sunlit terrace brunch with embroidered kaftans and tasseled sandals", + "sceneVariants": [ + "Bright sunlit terrace brunch with embroidered kaftans and tasseled sandals", + "Citrus bowls and herb garnishes on a low table", + "A sun umbrella patterned with tribal prints", + "A child chasing a small butterfly across tiles", + "A woven fan being used to cool a plate of pastries" + ], + "actions": [ + "Passing a small plate and licking a finger lightly", + "Adjusting an embroidered cuff and smiling", + "Debating which pastry to taste with a friend", + "Sipping a fresh-pressed juice and exhaling contentment" + ], + "camera": "Warm human-scale coverage with texture-focused close-ups", + "accents": [ + "bright terrace sun micro-highlights and embroidery micro-detail", + "fruit skin micro-texture and ceramic glaze speculars" + ], + "mood": "sunlit leisurely sociability", + "lighting": "day: bright midday terrace sun", + "style": "boho brunch cinematography" + }, + { + "subGenre": "Boho Style", + "scene": "Dusk urban rooftop garden in hand-painted dresses and stacked rings", + "sceneVariants": [ + "Dusk urban rooftop garden in hand-painted dresses and stacked rings", + "Potted herbs and succulents arranged in reclaimed crates", + "A small trellis with climbing nasturtiums", + "A bench with paint-stained cushions", + "A lantern-lit string reflected off glass parapet" + ], + "actions": [ + "Rolling up sleeves to plant a small seedling", + "Comparing ring stacks and swapping styling tips", + "Painting a small petal with natural pigment for a prop", + "Tying a garden twine around a fragile stem" + ], + "camera": "Intimate glidecam with craft-focused macro inserts", + "accents": [ + "dusk rim-light on painted fabric micro-detail", + "soil micro-grit and plant pore micro-texture" + ], + "mood": "creative urban homesteading", + "lighting": "evening/dusk: warm lanterns with skyline ambient", + "style": "garden-boho lifestyle cinematography" + }, + { + "subGenre": "Boho Style", + "scene": "Midnight caravan park film set with layered velvet and embroidered capes", + "sceneVariants": [ + "Midnight caravan park film set with layered velvet and embroidered capes", + "A vintage caravan with lantern-lit windows", + "A sewing station under a low marquee", + "A horned instrument leaning near a trunk", + "A string of paper-lanterns casting warm pools" + ], + "actions": [ + "Draping an embroidered cape and securing a vintage brooch", + "Inspecting a seam by candlelight with a small magnifier", + "Sitting to play a few notes on a rustic instrument", + "Passing a small handwritten note across a trunk" + ], + "camera": "Warm cinematic close-ups with large establishing wide", + "accents": [ + "lantern warm micro-glow and velvet micro-nap detail", + "metal clasp micro-reflections and thread micro-finish" + ], + "mood": "nostalgic theatrical intimacy", + "lighting": "night: warm lantern and candle practicals", + "style": "romantic caravan boho cinematography" + }, + { + "subGenre": "Boho Style", + "scene": "Dawn cliff meditation retreat with woven capes and tasseled wraps", + "sceneVariants": [ + "Dawn cliff meditation retreat with woven capes and tasseled wraps", + "A ring of cushions facing the sea horizon", + "A small bell and a stack of soft linen blankets", + "A shared bowl of fruit and herbal tea", + "A soft wind moving tassels in slow rhythm" + ], + "actions": [ + "Raising a small bowl to the lips for a mindful sip", + "Tucking a tassel back into place before a group breath", + "Stretching arms slowly up and folding into a seated forward bend", + "Passing a small gratitude token to the person beside" + ], + "camera": "Calm wide-to-close with meditative pacing", + "accents": [ + "predawn gold rim and woven tassel micro-detail", + "fabric soft micro-fuzz and sea micro-reflect" + ], + "mood": "restorative soulful calm", + "lighting": "day/dawn: soft warm light", + "style": "retreat boho cinematography" + }, + { + "subGenre": "Boho Style", + "scene": "Midday DIY workshop with natural dye and block-printed skirts", + "sceneVariants": [ + "Midday DIY workshop with natural dye and block-printed skirts", + "Buckets of dye and wooden block stamps on a low table", + "Aprons splattered with pigment and drying racks", + "A small tutorial board detailing repeat patterns", + "Hands rolling stamps with rhythmic motion" + ], + "actions": [ + "Dipping a block and pressing carefully onto linen", + "Rinsing a swatch and comparing pigment strength", + "Pinning a freshly printed skirt to a line to dry", + "Noting recipe proportions in a small notebook" + ], + "camera": "Process-focused macro and over-the-shoulder instruction coverage", + "accents": [ + "bright studio daylight emphasizing pigment micro-gradient", + "wood grain and textile micro-texture" + ], + "mood": "craft-focused conviviality", + "lighting": "day: bright controlled daylight", + "style": "DIY boho craft cinematography" + }, + { + "subGenre": "Boho Style", + "scene": "Night slow market lantern walk with layered vests and suede ankle boots", + "sceneVariants": [ + "Night slow market lantern walk with layered vests and suede ankle boots", + "Lantern-lined paths and artisan stalls", + "A slow meander stopping at a lamp-lit cart", + "Small leather journals and hand-bound sketchbooks on display", + "A traveler's scarf tied to a vendor's pole" + ], + "actions": [ + "Stopping to smell a bundle of dried herbs", + "Flipping through a leather-bound journal and pointing at a sketch", + "Trying on a small pendant and smiling at the vendor", + "Purchasing a small handcrafted charm for a friend" + ], + "camera": "Slow quiet handheld with warm practical-lit close-inserts", + "accents": [ + "lantern warm micro-light and suede micro-nap detail", + "metal pendant micro-speculars and stitching detail" + ], + "mood": "gentle wandering curiosity", + "lighting": "night: warm lantern practicals", + "style": "slow market boho cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/fashion_and_beauty_bridal_wear.json b/src/data/fashion_and_beauty_bridal_wear.json new file mode 100644 index 0000000..ccce407 --- /dev/null +++ b/src/data/fashion_and_beauty_bridal_wear.json @@ -0,0 +1,404 @@ +{ + "fashion_and_beauty": [ + { + "subGenre": "Bridal Wear", + "scene": "Dawn bridal fitting in a sunlit atelier with a classic lace gown", + "sceneVariants": [ + "Dawn bridal fitting in a sunlit atelier with a classic lace gown", + "A train draped across a padded table", + "A seamstress pinning delicate scalloped lace", + "Soft morning light through tall windows", + "A veil folded on a nearby chair" + ], + "actions": [ + "Adjusting a lace panel with tweezers and pins", + "Steaming a delicate hem and testing drape", + "Turning to view silhouette from multiple angles", + "Noting alterations in a leather-bound client book" + ], + "camera": "Gentle crane from window to intimate close on lace detail", + "accents": [ + "golden predawn rim-light and lace micro-pattern micro-detail", + "bead micro-reflections on applique" + ], + "mood": "tender anticipatory refinement", + "lighting": "day/dawn: soft natural atelier light", + "style": "intimate bridal atelier cinematography" + }, + { + "subGenre": "Bridal Wear", + "scene": "Late-night veil hand-embroidery marathon with pearl sequins", + "sceneVariants": [ + "Late-night veil hand-embroidery marathon with pearl sequins", + "A lace veil stretched over a hoop with tiny pins", + "Trays of pearls sorted by tone like tiny moons", + "A magnifying loupe and a steady hand working slowly", + "A clock showing small hours while stitches accumulate" + ], + "actions": [ + "Stitching a pearl with a near-invisible knot", + "Testing the veil fall and making minute adjustments", + "Sorting beads by size and shade into miniature trays", + "Comparing finished motifs to a sample board" + ], + "camera": "Macro close-ups focused on stitch and bead motion", + "accents": [ + "task-lamp micro-gloss on pearls and veil micro-sheen", + "thread micro-texture under loupe magnification" + ], + "mood": "patient obsessive craftsmanship", + "lighting": "night: focused task-lamp with low ambient", + "style": "delicate bridal craft cinematography" + }, + { + "subGenre": "Bridal Wear", + "scene": "Midday church aisle walk rehearsal in a cathedral-length gown", + "sceneVariants": [ + "Midday church aisle walk rehearsal in a cathedral-length gown", + "Vaulted ceilings and organ pipes muffled in echo", + "A long train carried by attendants practicing choreography", + "Sunbeams spotlighting dust motes moving through the nave", + "Candles arranged along the aisle in subtle symmetry" + ], + "actions": [ + "Walking the slow measured pace with attendants balancing a train", + "Adjusting shoulder straps discreetly mid-step", + "Pausing to practice the curtsy or bow", + "Testing heel placement on stone flooring" + ], + "camera": "Wide cathedral sweep with close-inserts on train weight and step cadence", + "accents": [ + "cool stained-glass rim and satin micro-sheen", + "stone micro-grain and candle micro-glow" + ], + "mood": "solemn ceremonial rehearsal", + "lighting": "day: filtered church light", + "style": "ceremonial bridal rehearsal cinematography" + }, + { + "subGenre": "Bridal Wear", + "scene": "Dusk seaside elopement portrait with wind-swept silk gown", + "sceneVariants": [ + "Dusk seaside elopement portrait with wind-swept silk gown", + "A thin veil trailing like a comet across wet sand", + "A small bouquet held close with ribbon tails fluttering", + "Low tide reflecting pastel sky across the sand", + "Barefoot steps forming delicate arcs" + ], + "actions": [ + "Turning slowly to let wind sculpt the gown silhouette", + "Holding a bouquet close while laughing softly", + "Walking hand-in-hand into a shallow tide line", + "Brushing sand from a hem with a gentle sweep" + ], + "camera": "Low beach tracking with long-lens compression on horizon and gown flow", + "accents": [ + "golden-hour rim and silk micro-lustre", + "water micro-reflections and ribbon micro-motion detail" + ], + "mood": "intimate liberated romance", + "lighting": "evening/golden hour: warm backlight", + "style": "elopement bridal cinematography" + }, + { + "subGenre": "Bridal Wear", + "scene": "Night city rooftop reception in a modern architectural bridal gown", + "sceneVariants": [ + "Night city rooftop reception in a modern architectural bridal gown", + "Sharp geometric pleats forming a sculptural silhouette", + "Skyline bokeh and string lights outlining the scene", + "A small group of close guests sharing a toast", + "Architectural shadows cast across polished flooring" + ], + "actions": [ + "Posing to emphasize structural folds and sharp lines", + "Accepting a toast with a reserved smile", + "Moving carefully to preserve the gown's sculptural form", + "Adjusting a minimal veil or headpiece between photos" + ], + "camera": "Editorial glidecam with architectural composition focus", + "accents": [ + "cool LED skyline rim and fabric architectural micro-definition", + "metallic micro-speculars on minimal hardware" + ], + "mood": "contemporary refined celebration", + "lighting": "night: mixed LED and skyline ambient", + "style": "modern bridal editorial cinematography" + }, + { + "subGenre": "Bridal Wear", + "scene": "Dawn countryside barn wedding with lace tea-length dress and rustic accents", + "sceneVariants": [ + "Dawn countryside barn wedding with lace tea-length dress and rustic accents", + "Hay bales and bunting flanking a makeshift aisle", + "Wildflower bouquets tied with twine", + "A hand-lettered sign welcoming guests to the farm", + "A home-baked cake on a wooden stand" + ], + "actions": [ + "Hiking hem slightly to walk across uneven ground", + "Smiling as children scatter petals in front", + "Picking up a small bouquet to adjust stems", + "Exchanging a quick wink with a partner" + ], + "camera": "Warm documentary hand-held covering candid rustic moments", + "accents": [ + "golden predawn rim on lace micro-pattern", + "wood grain and wildflower micro-detail" + ], + "mood": "homey joyful celebration", + "lighting": "day/dawn: warm early sun", + "style": "countryside bridal cinematography" + }, + { + "subGenre": "Bridal Wear", + "scene": "Midday bridal couture lookbook shoot in a minimalist studio", + "sceneVariants": [ + "Midday bridal couture lookbook shoot in a minimalist studio", + "White cyclorama and a single directional key for sculpted shadows", + "A model posed to show precise seamlines and tailoring", + "A stylist adjusting a belt and finishing a brooch", + "A table with labeled swatches and a steaming iron" + ], + "actions": [ + "Holding a pose for a high-key portrait", + "A stylist smoothing a seam and tapping a pin", + "Checking test frames on a tethered monitor", + "Repositioning a veil for ideal fall" + ], + "camera": "High-key editorial passes with crisp technical closeups", + "accents": [ + "bright studio key and fabric weave micro-detail", + "button and clasp micro-specular highlights" + ], + "mood": "polished controlled elegance", + "lighting": "day: bright studio daylight", + "style": "lookbook bridal cinematography" + }, + { + "subGenre": "Bridal Wear", + "scene": "Evening vintage lace revival with heirloom gown and family trunk", + "sceneVariants": [ + "Evening vintage lace revival with heirloom gown and family trunk", + "A trunk of archived ribbons and old photographs", + "A lace bodice showing delicate discoloration and patina", + "A conservator advising on safe restoration techniques", + "A small magnifier and gloved hands handling fabric" + ], + "actions": [ + "Unfolding an heirloom gown with gloved hands", + "Comparing a repair stitch to original technique", + "Cataloging evidence of provenance in a ledger", + "Smoothing a delicate lace panel to photograph it" + ], + "camera": "Quiet archival close-inserts with soft reflective wide", + "accents": [ + "warm lamp rim and lace micro-fibers with patina", + "paper photo micro-grain and ribbon micro-fray detail" + ], + "mood": "nostalgic respectful preservation", + "lighting": "evening: soft conservation lamp light", + "style": "heirloom bridal archival cinematography" + }, + { + "subGenre": "Bridal Wear", + "scene": "Dawn bridal boudoir portraits in delicate silk slip and lace robe", + "sceneVariants": [ + "Dawn bridal boudoir portraits in delicate silk slip and lace robe", + "Soft morning light through sheer curtains", + "A small vintage vanity with perfume bottles", + "A bouquet tucked out of frame for a subtle hint", + "A robe sleeve slipping back to reveal a strap" + ], + "actions": [ + "Sitting on the edge of a bed and smoothing a slip", + "Applying a light touch of perfume to a wrist", + "Looking into a mirror and adjusting a curl", + "Gently slipping into a robe and letting it fall open" + ], + "camera": "Intimate soft-focus portraiture with tasteful close-inserts", + "accents": [ + "predawn warm rim and silk micro-lustre", + "glass bottle micro-reflection and skin micro-detail" + ], + "mood": "sensual private anticipation", + "lighting": "day/dawn: soft natural window light", + "style": "boudoir bridal cinematography" + }, + { + "subGenre": "Bridal Wear", + "scene": "Midday multicultural ceremony with fusion attire blending traditions", + "sceneVariants": [ + "Midday multicultural ceremony with fusion attire blending traditions", + "A gown featuring sari-influenced drape and western tailoring", + "A family arranging mixed ritual elements on a table", + "A coordinated color palette bridging cultures", + "A celebrant reading in both languages" + ], + "actions": [ + "Adjusting a hybrid sash to sit comfortably across a shoulder", + "Presenting a joint ritual object with respectful motion", + "Smiling at the merging of two traditions in conversation", + "Testing mobility and comfort in hybrid attire" + ], + "camera": "Respectful wide coverage with intimate cultural detail close-ins", + "accents": [ + "bright midday color micro-saturation and mixed-fabric micro-detail", + "ceramic and metal micro-specular highlights" + ], + "mood": "harmonious celebratory blending", + "lighting": "day: bright natural daylight", + "style": "multicultural bridal cinematography" + }, + { + "subGenre": "Bridal Wear", + "scene": "Evening rehearsal dinner with cocktail dress-bride hybrid and soft candlelight", + "sceneVariants": [ + "Evening rehearsal dinner with cocktail dress-bride hybrid and soft candlelight", + "A short modern bridal dress paired with heirloom accessories", + "A long table with simple floral runners and taper candles", + "A small speech delivered with warm humor", + "Glasses raised under a low chandelier" + ], + "actions": [ + "Sipping a small glass and listening to a toast", + "Adjusting a vintage necklace to match modern lines", + "Laughing at a gentle anecdote and echoing applause", + "Smoothing a short hem and standing to greet a guest" + ], + "camera": "Warm dinner-table glide with reaction close-ins", + "accents": [ + "candle warm rim and mixed-fabric micro-detail", + "glass and floral micro-specular highlights" + ], + "mood": "intimate celebratory warmth", + "lighting": "evening: warm candle and chandelier practicals", + "style": "rehearsal bridal cinematography" + }, + { + "subGenre": "Bridal Wear", + "scene": "Dawn floral crown workshop with informal short boho dress", + "sceneVariants": [ + "Dawn floral crown workshop with informal short boho dress", + "Buckets of seasonal blooms and ribbon spools", + "A wooden table with wire frames and snips", + "A group learning small braids and crown placement", + "A tea urn steaming in a corner" + ], + "actions": [ + "Twisting wire and weaving blossoms into a crown", + "Tying a ribbon to secure the back and testing fit", + "Passing a finished crown to a friend with a grin", + "Noting a color balance and adding a filler bloom" + ], + "camera": "Process-focused close macro inserts with warm group wide", + "accents": [ + "predawn soft rim and petal micro-edge detail", + "wire micro-texture and ribbon micro-grain" + ], + "mood": "crafty playful communal", + "lighting": "day/dawn: soft natural light", + "style": "floral bridal preparatory cinematography" + }, + { + "subGenre": "Bridal Wear", + "scene": "Midday luxury boutique shopping for a bespoke gown with private consultant", + "sceneVariants": [ + "Midday luxury boutique shopping for a bespoke gown with private consultant", + "Rows of labeled swatches and a private fitting alcove", + "A consultant measuring and offering subtle advice", + "A glass of champagne and a small seating area", + "A mannequin displaying the currently favored silhouette" + ], + "actions": [ + "Holding up swatches to the light and comparing tones", + "Trying a sample silhouette and noting fit adjustments", + "Signing a bespoke order agreement with excited focus", + "Sampling a champagne sip between fittings" + ], + "camera": "Polished boutique glide with reflective insert details", + "accents": [ + "bright boutique skylight and fabric micro-lustre", + "glass and paper micro-texture details" + ], + "mood": "luxurious anticipatory delight", + "lighting": "day: bright boutique natural light", + "style": "luxury bridal shopping cinematography" + }, + { + "subGenre": "Bridal Wear", + "scene": "Evening cultural dance performance wearing embroidered bridal jacket over gown", + "sceneVariants": [ + "Evening cultural dance performance wearing embroidered bridal jacket over gown", + "Stage lights and a small live percussion ensemble", + "A jacket revealing detailed bridal motifs as dancers move", + "A backstage quick change and touch-up performed in seconds", + "An audience clapping politely from wooden chairs" + ], + "actions": [ + "Executing a choreographed movement that fans the jacket open", + "Quickly changing into a gown with help from a dresser", + "Adjusting brocade trim mid-turn", + "Smiling toward the audience at a performance end" + ], + "camera": "Performance-synced coverage with fabric motion close-ins", + "accents": [ + "stage spotlight rim and embroidery micro-highlights", + "movement micro-blur and sequined micro-sheen" + ], + "mood": "ceremonial performative joy", + "lighting": "evening: strong stage key with ambient fill", + "style": "performance bridal cinematography" + }, + { + "subGenre": "Bridal Wear", + "scene": "Dawn seaside veil float test with choreography and safety crew", + "sceneVariants": [ + "Dawn seaside veil float test with choreography and safety crew", + "A long veil anchored by hidden weights for wind testing", + "Safety crew with radios and small sandbags", + "A choreographer calling movement sequences", + "A camera crane rehearsing the sweep" + ], + "actions": [ + "Running through a choreographed turn to test veil flow", + "Tugging a small weight to adjust float dynamics", + "Checking recorded frames for unwanted tangles", + "Making a note to add a subtle seam to reduce snagging" + ], + "camera": "Technical rehearsal coverage with crane sweep test inserts", + "accents": [ + "predawn rim and veil micro-translucence", + "fabric motion micro-detail and sand micro-grit" + ], + "mood": "technical creative preparation", + "lighting": "day/dawn: soft early sunrise", + "style": "technical bridal previsualization cinematography" + }, + { + "subGenre": "Bridal Wear", + "scene": "Midday intimate civil ceremony with simple column gown and short veil", + "sceneVariants": [ + "Midday intimate civil ceremony with simple column gown and short veil", + "A small registry office with simple floral posies", + "A compact seating for close family only", + "A modest table with pen and certificate book", + "A short walk outside for small photographs after signature" + ], + "actions": [ + "Signing the certificate with a careful steady hand", + "Exchanging a small private kiss under soft applause", + "Tucking a short veil back into a hair comb for a city walk", + "Turning toward a friend to exchange a quiet smile" + ], + "camera": "Quiet observational two-shot with legal-ceremonial inserts", + "accents": [ + "bright civic daylight and fabric micro-lace detail", + "paper certificate micro-edge and ink micro-flow" + ], + "mood": "simple sincere commitment", + "lighting": "day: bright natural interior light", + "style": "civic bridal cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/fashion_and_beauty_business_suits.json b/src/data/fashion_and_beauty_business_suits.json new file mode 100644 index 0000000..3570b11 --- /dev/null +++ b/src/data/fashion_and_beauty_business_suits.json @@ -0,0 +1,404 @@ +{ + "fashion_and_beauty": [ + { + "subGenre": "Business Suits", + "scene": "Moonlit executive terrace meeting in tailored navy suits", + "sceneVariants": [ + "Moonlit executive terrace meeting in tailored navy suits", + "Silhouetted skyline behind a glass balustrade", + "Crisp lapels catching soft city rim-light", + "A leather briefcase open on a low table", + "A single cigarette butt in an ashtray and muted conversation" + ], + "actions": [ + "Exchanging business cards with a formal hand", + "Leaning in to speak low and deliberate", + "Adjusting cufflinks and checking a watch", + "Polishing a presentation folder before passing it over" + ], + "camera": "Low two-shot with measured push-ins on hands and faces", + "accents": [ + "cool moon rim-light on sharp tailoring", + "micro-detail on woven fabric and polished cufflinks" + ], + "mood": "controlled authority", + "lighting": "night: soft terrace practicals and city-sky highlight", + "style": "corporate cinematic portraiture" + }, + { + "subGenre": "Business Suits", + "scene": "Late-night boardroom with high-gloss table and pressed charcoal suits", + "sceneVariants": [ + "Late-night boardroom with high-gloss table and pressed charcoal suits", + "A single lamp illuminating a contract", + "Reflections of feet under the table and slow coffee rituals", + "A projection screen with a paused slide", + "A red pen circled on a key paragraph" + ], + "actions": [ + "Pointing to clauses and making decisive notes", + "Signing a contract with a steady hand", + "Passing a drafter for a final initial", + "Leaning back and exchanging a satisfied nod" + ], + "camera": "Overhead to mid-shot progression with crisp insert close-ups", + "accents": [ + "tabletop speculars and pinstripe micro-detail", + "ink bleed micro-detail on fine paper" + ], + "mood": "decisive, formal", + "lighting": "night: single table lamp with surrounding low ambient", + "style": "high-stakes corporate cinematography" + }, + { + "subGenre": "Business Suits", + "scene": "Dawn commuter platform with immaculate suits and briefcases", + "sceneVariants": [ + "Dawn commuter platform with immaculate suits and briefcases", + "Steam rising from an early coffee and polished shoes", + "Silk ties neatly knotted, overcoats draped", + "Train arrival roar and synchronized movement", + "A quick tie-adjust in a reflective window" + ], + "actions": [ + "Buttoning a coat and stepping briskly onto a platform", + "Checking a train indicator and timing an approach", + "Exchanging quick morning salutations", + "Reviewing an email on a sleek device as one walks" + ], + "camera": "Walking-tracking with over-the-shoulder micro-inserts", + "accents": [ + "predawn cool light with warm station practical highlights", + "silk tie sheen and leather polish micro-detail" + ], + "mood": "efficient professionalism", + "lighting": "day/dawn: cool early light with practical station lamps", + "style": "commuter corporate cinematography" + }, + { + "subGenre": "Business Suits", + "scene": "Midday client lunch in a sunlit atrium with crisp light suits", + "sceneVariants": [ + "Midday client lunch in a sunlit atrium with crisp light suits", + "White shirts and light blazers against a plant-filled atrium", + "Glass of water condensing on the table edge", + "A small plate of shared tapas and a polished napkin", + "Business cards laid out beside coffee cups" + ], + "actions": [ + "Offering a handshake and a warm introductory line", + "Exchanging a business card and a brief summary", + "Cutting into a shared dish and offering a sample", + "Standing to see a demonstration on a tablet" + ], + "camera": "Medium two-shot with table-level inserts on gestures", + "accents": [ + "bright natural skylight and fabric weave clarity", + "glass and cutlery micro-specular highlights" + ], + "mood": "cordial negotiation", + "lighting": "day: bright diffused interior daylight", + "style": "executive lifestyle cinematography" + }, + { + "subGenre": "Business Suits", + "scene": "Evening cocktail reception with sharp tux alternatives and silk pocket squares", + "sceneVariants": [ + "Evening cocktail reception with sharp tux alternatives and silk pocket squares", + "A clink of glasses and murmured introductions", + "A subtle power-circle forming near a canapé table", + "Low-key piano in a corner and soft laughter", + "A distant balcony showing city light patterns" + ], + "actions": [ + "Sipping a drink and exchanging polite pleasantries", + "Introducing an associate with precise phrasing", + "Adjusting a pocket square with a practiced flick", + "Accepting a small hors d'oeuvre and nodding approval" + ], + "camera": "Elegant glidecam through social pockets with close-insert details", + "accents": [ + "warm amber cocktail rim-lighting and silk micro-texture", + "glass condensation and metallic clutch micro-highlights" + ], + "mood": "sophisticated networking", + "lighting": "evening: warm reception practicals and soft ambient", + "style": "luxury event executive cinematography" + }, + { + "subGenre": "Business Suits", + "scene": "Late-night legal prep with sleeves rolled and espresso cups", + "sceneVariants": [ + "Late-night legal prep with sleeves rolled and espresso cups", + "A stack of case files and highlighter marks", + "A lawyer massaging temples beside a laptop", + "A whiteboard with court-time timelines scribbled", + "A phone vibrating with a last-minute message" + ], + "actions": [ + "Highlighting key testimony and rehearsing phrases", + "Tucking a strapless wristwatch back under a cuff", + "Passing a legal pad for a quick note", + "Sipping an espresso before a final read" + ], + "camera": "Tight paced inserts with rhythmic cutaways on hands and pages", + "accents": [ + "cool desk-lamp micro-lighting and paper fiber detail", + "suit fabric creases and cufflink micro-highlights" + ], + "mood": "tense preparedness", + "lighting": "night: task lamp with ambient monitor glow", + "style": "legal drama preparatory cinematography" + }, + { + "subGenre": "Business Suits", + "scene": "Dawn investor briefing in a glass conference room with neutral suits", + "sceneVariants": [ + "Dawn investor briefing in a glass conference room with neutral suits", + "Presentation charts lined up and coffee thermoses ready", + "A polite but intense Q&A in progress", + "A CEO pointing to a key growth figure on a slide", + "Minute-takers quietly recording key commitments" + ], + "actions": [ + "Composing a concise response to a tough question", + "Handing a supporting document to an investor", + "Adjusting a lapel mic and returning focus", + "Noting action items on a digital tablet" + ], + "camera": "Measured presentation coverage with reaction inserts", + "accents": [ + "cool skylight clarity and woven suit micro-detail", + "projection screen glow and paper edge micro-highlights" + ], + "mood": "controlled persuasive professionalism", + "lighting": "day/dawn: bright controlled daylight for neutral tones", + "style": "boardroom persuasive cinematography" + }, + { + "subGenre": "Business Suits", + "scene": "Midday legal courtyard negotiation with sun-on-suit glints", + "sceneVariants": [ + "Midday legal courtyard negotiation with sun-on-suit glints", + "A fountain providing soft white noise", + "A solicitor leaning on a low stone wall while talking", + "A handwritten note passed discreetly", + "Shadows of architectural columns falling across polished shoes" + ], + "actions": [ + "Bending to tie a shoe while continuing a negotiation", + "Exchanging discreet hand signals with an associate", + "Sliding a contract across a bench with a small nod", + "Stowing sunglasses and re-engaging posture" + ], + "camera": "Natural wide-to-insert with emphasis on posture and gesture", + "accents": [ + "bright sun rim-highlights and stone texture micro-detail", + "leather polish and tie weave micro-highlights" + ], + "mood": "measured tactfulness", + "lighting": "day: bright midday with crisp architectural shadows", + "style": "outdoor corporate negotiation cinematography" + }, + { + "subGenre": "Business Suits", + "scene": "Evening airport lounge with business suits and rolling luggage", + "sceneVariants": [ + "Evening airport lounge with business suits and rolling luggage", + "A quiet cluster of executives around gated seating", + "Power outlets in use and portable chargers connected", + "A flight board flashing delayed gates", + "A last-minute call taken with a polite smile" + ], + "actions": [ + "Checking boarding times and rearranging a portfolio", + "Leaning into a quick call and speaking quietly", + "Offering a seat to a colleague and retrieving a charger", + "Zipping a briefcase and standing to stroll to a gate" + ], + "camera": "Human-scale tracking through lounge pockets with small inserts", + "accents": [ + "cool airport LED with warm leather micro-highlights", + "luggage texture and zipper micro-detail" + ], + "mood": "transitional composed professionalism", + "lighting": "evening: mixed practical lounge lighting and display glows", + "style": "travel executive cinematography" + }, + { + "subGenre": "Business Suits", + "scene": "Midday courthouse steps with crisp suits and purposeful strides", + "sceneVariants": [ + "Midday courthouse steps with crisp suits and purposeful strides", + "Lawyers adjusting robes and pausing at a column", + "A portfolio tucked under an arm with stamped seals", + "Sunlit steps creating rhythmic shadow bands", + "A small group forming a clustered queue" + ], + "actions": [ + "Ascending steps with an assured gait", + "Delivering a short statement to a gathered reporter", + "Passing documents to a clerk with formal courtesy", + "Removing sunglasses to address a court clerk directly" + ], + "camera": "Steady dolly upward matching step rhythm with insert close-ups", + "accents": [ + "bright sun sculpting strong shadows and fabric crispness", + "paper and brass clip micro-highlights" + ], + "mood": "formal gravitas", + "lighting": "day: bright open sun accentuating structure", + "style": "civic legal reportage cinematography" + }, + { + "subGenre": "Business Suits", + "scene": "Dusk investor cocktail on a yacht with light summer suits", + "sceneVariants": [ + "Dusk investor cocktail on a yacht with light summer suits", + "A salt-scented breeze and linen blends moving softly", + "Cufflinks reflecting twinkling harbor lights", + "A small selection of canapés on a lacquered surface", + "A captain nodding from the helm as the boat drifts" + ], + "actions": [ + "Raising a glass for a succinct toast", + "Shielding eyes to admire a coastal skyline", + "Passing a plate and exchanging brief compliments", + "Securing a loose pocket square as the deck sways" + ], + "camera": "Elegant tracking with close-inserts on luxurious fabric and sea reflections", + "accents": [ + "golden sunset rim-light and linen micro-weave detail", + "glass and lacquer micro-speculars on canapés" + ], + "mood": "affluent relaxed negotiation", + "lighting": "evening/golden hour: warm horizon light with soft fill", + "style": "luxury corporate cinematography" + }, + { + "subGenre": "Business Suits", + "scene": "Midnight emergency strategy huddle in a small operations room", + "sceneVariants": [ + "Midnight emergency strategy huddle in a small operations room", + "A wall of monitors casting cool data-blue on faces", + "A team clustered around a single laptop displaying maps", + "A whiteboard with urgent action ticks", + "A coffee urn and mugs scattered on a side table" + ], + "actions": [ + "Pointing to a live feed and reallocating responsibilities", + "Tapping through timelines on a tablet and allocating resources", + "Hands moving quickly to annotate a shared doc", + "Calling a remote team for synchronous input" + ], + "camera": "Tight energetic inserts with data-synced jump cuts", + "accents": [ + "cool monitor-blue rim-highlights and high micro-detail on screen pixels", + "suit fabric micro-crease and watch-face micro-specs" + ], + "mood": "urgent composed command", + "lighting": "night: monitor glow with localized task lights", + "style": "crisis-response corporate cinematography" + }, + { + "subGenre": "Business Suits", + "scene": "Daytime partner handshake in a private office with oak paneling", + "sceneVariants": [ + "Daytime partner handshake in a private office with oak paneling", + "A framed charter on the wall and a heavy door closing", + "A satisfied handshake sealing a new alliance", + "A ribbon-bound folder exchanged as a formality", + "A window revealing a leafy boulevard beyond" + ], + "actions": [ + "Standing to complete a handshake with steady eye contact", + "Smiling and exchanging brief warm remarks", + "Seating to sign a final addendum", + "Offering a polite escort to the door" + ], + "camera": "Formal two-shot with measured reaction inserts and handshake close-ups", + "accents": [ + "warm wood rim-light and fine fabric micro-detail", + "paper grain and ribbon micro-highlights" + ], + "mood": "mutual respect and ceremony", + "lighting": "day: warm office daylight", + "style": "executive ceremonial cinematography" + }, + { + "subGenre": "Business Suits", + "scene": "Dawn personal preparation at home: ironing and last-minute tie fixes", + "sceneVariants": [ + "Dawn personal preparation at home: ironing and last-minute tie fixes", + "A bedroom mirror with a neat suit hung nearby", + "A spouse or partner offering a final smoothing hand", + "A shoeshine set and a small valet tray", + "A packed briefcase on a hallway table" + ], + "actions": [ + "Ironing a shirt with careful pressure and a steady hand", + "Tightening a Windsor knot and tucking a tie dimple", + "Applying a small spritz of cologne and checking posture", + "Sliding into shoes and doing a final mirror check" + ], + "camera": "Intimate close-inserts with mirror framing and reaction cuts", + "accents": [ + "soft dawn warmth and fabric sheen micro-detail", + "metallic shoelace tip micro-speculars" + ], + "mood": "private ritual and readiness", + "lighting": "day/dawn: soft early morning glow", + "style": "personal prep cinematography" + }, + { + "subGenre": "Business Suits", + "scene": "Midday investment pitch with polished dark suits and confident posture", + "sceneVariants": [ + "Midday investment pitch with polished dark suits and confident posture", + "Pitch decks on tablets and a focused small audience", + "A founder presenting with measured hand gestures", + "Investors nodding and jotting notes in leather notebooks", + "A projector casting a crisp revenue chart" + ], + "actions": [ + "Delivering a succinct three-point pitch with conviction", + "Answering a probing question with a calm, evidence-backed reply", + "Passing a business-card-and-handshake ritual at close", + "Closing a laptop with a confident smile" + ], + "camera": "Confident steady two-shots with close inserts on expressions and gestures", + "accents": [ + "bright neutral daylight for accurate skin and fabric tones", + "tablet screen micro-pixel detail and notebook paper fibers" + ], + "mood": "assertive credibility", + "lighting": "day: bright controlled daylight", + "style": "investment pitch cinematography" + }, + { + "subGenre": "Business Suits", + "scene": "Evening awards gala with tailored tux alternatives and crisp pocket squares", + "sceneVariants": [ + "Evening awards gala with tailored tux alternatives and crisp pocket squares", + "A red carpet backdrop and soft camera flashes", + "A brief, eloquent acceptance speech at a podium", + "A polished medal or plaque presented with ceremony", + "A valet opening car doors beneath lamp-lit canopies" + ], + "actions": [ + "Accepting an award with a composed bow and handshake", + "Adjusting a lapel before a photo-op", + "Sharing a congratulatory embrace with a colleague", + "Exiting beneath a canopy and into a waiting car" + ], + "camera": "Glamorous glidecam with close-insert reaction highlights", + "accents": [ + "warm camera-flash rim-lights and silk pocket micro-detail", + "polished metal plaque micro-highlights" + ], + "mood": "ceremonial pride", + "lighting": "evening: mixed flash and warm event lighting", + "style": "red-carpet executive cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/fashion_and_beauty_casual_wear.json b/src/data/fashion_and_beauty_casual_wear.json new file mode 100644 index 0000000..d674678 --- /dev/null +++ b/src/data/fashion_and_beauty_casual_wear.json @@ -0,0 +1,379 @@ +{ + "fashion_and_beauty": [ + { + "subGenre": "Casual Wear", + "scene": "Moonlit alley with a model in a relaxed denim jacket", + "sceneVariants": [ + "Moonlit alley with a model in a relaxed denim jacket", + "Neon shop signs reflecting on wet cobbles and denim seams", + "Loose-fit jeans rolled at the ankle with scuffed sneakers", + "A tossed beanie catching a single streetlamp halo", + "A passerby pausing to admire a layered outfit" + ], + "actions": [ + "Shrugging into a light jacket and tucking a phone away", + "Leaning against a graffiti wall for a candid pose", + "Adjusting a cuff and checking a wristwatch", + "Walking away with a casual stride and slight smile" + ], + "camera": "Low urban gimbal tracking with shallow focus on textured fabric details", + "accents": [ + "cool moon rim-light with neon edge highlights", + "micro-detail on denim weave and worn leather" + ], + "mood": "effortless, street-cool", + "lighting": "night: neon and soft streetlights creating color pockets", + "style": "gritty urban casual fashion cinematography" + }, + { + "subGenre": "Casual Wear", + "scene": "Late-night coffee run in a cozy oversized sweater", + "sceneVariants": [ + "Late-night coffee run in a cozy oversized sweater", + "Steam from a cup haloing knit fibers", + "A dodge of passing traffic light warming the coat's texture", + "A small bag slung crossbody with relaxed posture", + "Hands buried in long sleeves as wind bites" + ], + "actions": [ + "Cradling a hot cup and pulling the sweater close", + "Ordering with a soft exchange and smile", + "Walking along a wet pavement under an umbrella", + "Sitting on a low step to check messages" + ], + "camera": "Intimate handheld with warm shallow inserts on knit and steam", + "accents": [ + "warm tungsten lamp on knit texture", + "steam micro-reflections and fabric pill micro-detail" + ], + "mood": "cozy, relaxed", + "lighting": "night: warm shop-lamp inside with cooler exterior fill", + "style": "intimate lifestyle fashion cinematography" + }, + { + "subGenre": "Casual Wear", + "scene": "Dawn jog in active-casual layers with soft pastel tones", + "sceneVariants": [ + "Dawn jog in active-casual layers with soft pastel tones", + "A lightweight hoodie tied at the waist over leggings", + "Breath visible in cool morning as a cap shades eyes", + "A thermos clipped to a belt on a quiet path", + "Sneakers leaving rhythmic prints on dew-mottled ground" + ], + "actions": [ + "Stretching into the first stride with measured breathing", + "Tucking hair under a cap and tapping a fitness tracker", + "Jogging past sleepy storefronts with soft cadence", + "Pausing to tie a lace and continuing with a hop" + ], + "camera": "Smooth run-along tracking with mid-close inserts on motion fabric", + "accents": [ + "predawn gold rim-light and soft breathable fabric highlights", + "micro-detail on mesh and reflective trims" + ], + "mood": "fresh, purposeful", + "lighting": "day/dawn: soft warm sunrise diffusion", + "style": "active-casual lifestyle cinematography" + }, + { + "subGenre": "Casual Wear", + "scene": "Midday farmers market with loose linen shirts and relaxed chinos", + "sceneVariants": [ + "Midday farmers market with loose linen shirts and relaxed chinos", + "Sun-warmed fabrics and a basket of produce", + "A lightweight scarf draped casually over a shoulder", + "Espadrilles and rolled sleeves indicating an easy rhythm", + "A handwritten price tag fluttering in a breeze" + ], + "actions": [ + "Selecting tomatoes and layering a linen shirt sleeve", + "Chatting with a vendor and laughing lightly", + "Resting a bag on a hip and sampling a cheese", + "Adjusting sunglasses and continuing down aisles" + ], + "camera": "Warm crane-to-handheld with tactile inserts on fabric grain", + "accents": [ + "golden sunlight enhancing natural fiber texture", + "saturated produce color accents for compositional pop" + ], + "mood": "friendly, sunlit ease", + "lighting": "day: bright midday sun with gentle fill", + "style": "sunny casual lifestyle cinematography" + }, + { + "subGenre": "Casual Wear", + "scene": "Evening tram commute with layered tees and light jackets", + "sceneVariants": [ + "Evening tram commute with layered tees and light jackets", + "A foldable tote bag tucked under an arm", + "A rolled-up denim jacket across a lap", + "Platform shoes tapping to the tram's rhythm", + "A window reflection doubling layered silhouettes" + ], + "actions": [ + "Sliding onto a seat and adjusting a scarf", + "Reading a small paperback with a relaxed hand", + "Smiling at an off-screen conversation with a stranger", + "Standing at the exit, ready to step off smoothly" + ], + "camera": "Human-scale inserts with over-the-shoulder reflections", + "accents": [ + "cool transit window-blue with warm interior lamp pockets", + "shirt knit micro-texture and tote-weave detail" + ], + "mood": "urban everyday comfort", + "lighting": "evening: mixed transit fluorescents and warm streetlights", + "style": "subtle commuter fashion cinematography" + }, + { + "subGenre": "Casual Wear", + "scene": "Bright weekend brunch in casual denim-on-denim and crisp tees", + "sceneVariants": [ + "Bright weekend brunch in casual denim-on-denim and crisp tees", + "Sun pouring through cafe windows onto faded indigo", + "A layered necklace catching bright highlights", + "A casual roll of sleeves revealing a simple watch", + "Shared plates and laughter filling a small table" + ], + "actions": [ + "Passing a plate and gesturing mid-conversation", + "Tasting and offering a bite with a playful smirk", + "Tucking a napkin into a lap and leaning in", + "Standing to take a group selfie with friends" + ], + "camera": "Warm steady two-shots with energetic reaction close-ins", + "accents": [ + "golden window speculars and denim weave micro-detail", + "skin and fabric micro-highlights for inviting texture" + ], + "mood": "sociable, relaxed chic", + "lighting": "day: bright natural cafe light", + "style": "casual-chic lifestyle cinematography" + }, + { + "subGenre": "Casual Wear", + "scene": "Night skateboard park hangout in layered hoodies and cargo pants", + "sceneVariants": [ + "Night skateboard park hangout in layered hoodies and cargo pants", + "A band of friends lounging on a ramp under floodlights", + "A cap turned backwards and a signature sneaker scuff", + "A thermos of shared drink in a group circle", + "Spray-painted ramps adding color contrast to apparel" + ], + "actions": [ + "Kicking a board into a slow cruise between tricks", + "Exchanging high-fives and skateboard tips", + "Adjusting hoodie strings and laughing loudly", + "Sitting on a ramp to watch a friend attempt a trick" + ], + "camera": "Energetic low-angle tracking with quick cuts for momentary action", + "accents": [ + "cold floodlight rim and textured fabric shadowing", + "sneaker sole micro-detail and strap highlights" + ], + "mood": "youthful camaraderie", + "lighting": "night: bright park floodlights with deep shadows", + "style": "urban youth lifestyle cinematography" + }, + { + "subGenre": "Casual Wear", + "scene": "Dusk lakeside hangout in soft flannels and relaxed joggers", + "sceneVariants": [ + "Dusk lakeside hangout in soft flannels and relaxed joggers", + "A camp blanket and a thermos near shoreline rocks", + "Wool beanies and scuffed hiking sneakers", + "A small portable speaker playing mellow tunes", + "Skyline reflecting long warm bands across rippled water" + ], + "actions": [ + "Kicking off shoes and dangling feet into chill water", + "Passing a scarf and exchanging memories", + "Opening a thermos and pouring for a companion", + "Lying back and watching clouds drift" + ], + "camera": "Wide lakeside establishing then cozy inserts on textures and faces", + "accents": [ + "soft sunset rim-light and warm fabric fuzz micro-detail", + "water micro-speculars and reflection micro-highlights" + ], + "mood": "easy intimacy", + "lighting": "evening/golden hour: warm backlight", + "style": "pastoral casual lifestyle cinematography" + }, + { + "subGenre": "Casual Wear", + "scene": "Bright co-working cafe in neutral tees and relaxed blazers", + "sceneVariants": [ + "Bright co-working cafe in neutral tees and relaxed blazers", + "Laptop stickers peeking from a slim case", + "A half-finished latte cooling beside a notebook", + "A blazer draped over a chair back casually", + "Sunlight striping across a textured sweater" + ], + "actions": [ + "Typing with one hand and sipping with the other", + "Swapping notes in a quick collaboration huddle", + "Checking a calendar and setting a timer", + "Stretching shoulders and rolling a sleeve" + ], + "camera": "Human-scale steady mid-shots with shallow desk inserts", + "accents": [ + "bright natural desk light and fabric weave micro-detail", + "screen micro-glow and paper texture highlights" + ], + "mood": "productive casual professionalism", + "lighting": "day: bright interior daylight with warm fill", + "style": "modern casual workplace cinematography" + }, + { + "subGenre": "Casual Wear", + "scene": "Night farmers’ market closure with hooded layers and tote bags", + "sceneVariants": [ + "Night farmers’ market closure with hooded layers and tote bags", + "Vendors packing up beneath string lights", + "A canvas tote heavy with fresh produce", + "A layered jacket over a simple crew-neck tee", + "A laugh sharing leftover samples under ambient glow" + ], + "actions": [ + "Gathering bags and zipping up for the walk home", + "Paying with a small exchange and a polite nod", + "Helping tuck a fragile item into a padded bag", + "Leading the way under lamp-lit stalls" + ], + "camera": "Warm low-moving coverage with intimate natural inserts", + "accents": [ + "string-light warmth and canvas weave micro-detail", + "specular fruit moisture micro-highlights" + ], + "mood": "pleasantly tired contentment", + "lighting": "night: warm market strings with cool ambient night", + "style": "community-casual cinematography" + }, + { + "subGenre": "Casual Wear", + "scene": "Bright university quad with layered hoodies and casual shirts", + "sceneVariants": [ + "Bright university quad with layered hoodies and casual shirts", + "Backpacks slung and concert tee glimpses", + "Students lounging on grass with sketchbooks and laptops", + "A light wind ruffling loose shirts and scarves", + "A bicycle leaning against a lamp post" + ], + "actions": [ + "Laughing as a group debates weekend plans", + "Flipping through notes and highlighting key passages", + "Passing around a camera to capture a candid", + "Folding a jacket and sharing it with a friend" + ], + "camera": "Energetic wide coverage with warm close-inserts on fabric and gesture", + "accents": [ + "bright midday sun with soft shadow micro-texture", + "backpack strap micro-detail and tee cotton grain" + ], + "mood": "youthful study-and-play balance", + "lighting": "day: bright sunny afternoon", + "style": "campus casual lifestyle cinematography" + }, + { + "subGenre": "Casual Wear", + "scene": "Dawn surf-side stroll in layered tees and board shorts with light coverups", + "sceneVariants": [ + "Dawn surf-side stroll in layered tees and board shorts with light coverups", + "A loose linen shirt flapping at a waist-tie", + "Barefoot prints in damp sand beside sandals", + "Sunbreaks catching on a worn rope bracelet", + "A coffee cup cooling as waves whisper" + ], + "actions": [ + "Walking slowly and kicking a small pebble into surf", + "Tying a shirt at the waist and leaning on a board", + "Sharing a small thermos and enjoying a quiet moment", + "Checking tide lines and turning back inland" + ], + "camera": "Low-angle beach tracking with sun-tilted close inserts", + "accents": [ + "soft predawn gold rim-light and salty skin micro-highlights", + "fabric weave micro-detail and sand texture" + ], + "mood": "relaxed seaside ease", + "lighting": "day/dawn: pale warm sunrise", + "style": "coastal casual lifestyle cinematography" + }, + { + "subGenre": "Casual Wear", + "scene": "Night porch jam in soft tees and relaxed chinos", + "sceneVariants": [ + "Night porch jam in soft tees and relaxed chinos", + "Acoustic guitar and a circle of friends on cushions", + "A hanging lamp and jars of spare change for a tip jar", + "A cap pulled low with a mellow head-nod", + "A late-night snack tray shared between players" + ], + "actions": [ + "Strumming a simple chord progression and singing softly", + "Passing a flask between friends for a shared sip", + "Tapping a foot and exchanging a grin at a line in a song", + "Leaning back to listen and closing eyes briefly" + ], + "camera": "Intimate handheld with soft crossfades matching musical phrasing", + "accents": [ + "warm porch-lamp glow and fabric micro-detail on tees", + "instrument micro-speculars and wood grain detail" + ], + "mood": "communal relaxed warmth", + "lighting": "night: warm practicals with soft ambient falloff", + "style": "folky casual lifestyle cinematography" + }, + { + "subGenre": "Casual Wear", + "scene": "Bright grocery run in breathable tees and casual shorts", + "sceneVariants": [ + "Bright grocery run in breathable tees and casual shorts", + "A reusable tote draped over a shoulder", + "Quick selecting of greens with practiced motions", + "A casual flip-flop click against tiled floors", + "A friendly nod to a familiar cashier" + ], + "actions": [ + "Scanning a list and selecting the best produce", + "Comparing labels and placing items carefully in a tote", + "Laughing at a shared joke over an aisle", + "Paying and loading bags into a small cart" + ], + "camera": "Human-level follow with quick inserts on tactile fabric movement", + "accents": [ + "bright refrigerated light micro-highlights and cotton weave detail", + "specular moisture on produce and tote fabric micro-texture" + ], + "mood": "everyday ease", + "lighting": "day: bright interior lighting with soft fill", + "style": "practical casual lifestyle cinematography" + }, + { + "subGenre": "Casual Wear", + "scene": "Evening rooftop yoga in soft athleisure and relaxed joggers", + "sceneVariants": [ + "Evening rooftop yoga in soft athleisure and relaxed joggers", + "Mats aligned under string lanterns and a skyline backdrop", + "Light breathable tops and high-waisted joggers", + "A small towel and a reusable bottle beside each mat", + "A slow collective exhale as sun dips" + ], + "actions": [ + "Moving through a slow flow with careful breath timing", + "Adjusting posture and accepting a gentle correction", + "Sitting in meditation with hands folded", + "Packing a mat and laughing quietly with a neighbor" + ], + "camera": "Zen-like wide establishing with med-close pose inserts", + "accents": [ + "soft lantern rim-light with breathable fabric micro-highlights", + "skin micro-texture and sweat micro-detail" + ], + "mood": "centered relaxed fitness", + "lighting": "evening/dusk: warm lantern with ambient skyline glow", + "style": "mindful athleisure cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/fashion_and_beauty_cocktail_dresses.json b/src/data/fashion_and_beauty_cocktail_dresses.json new file mode 100644 index 0000000..99bda00 --- /dev/null +++ b/src/data/fashion_and_beauty_cocktail_dresses.json @@ -0,0 +1,554 @@ +{ + "fashion_and_beauty": [ + { + "subGenre": "Cocktail Dresses", + "scene": "Sunlit Terrace Soirée", + "sceneVariants": [ + "Elegant guests on a sunlit terrace overlooking a city skyline", + "A cluster of friends laughing beside potted palms at golden hour", + "Long shadows cast by balustrades as the sun dips low", + "A polished wooden bar with crystal glassware catching the light", + "A terrace table with a vase of roses and scattered confetti" + ], + "actions": [ + "A model adjusts her strap and smiles to a friend", + "Champagne being poured with beads of light on the bubbles", + "A gentle breeze lifts a hemline revealing layered fabric", + "Laughter and animated conversation with soft hand gestures" + ], + "camera": "Wide medium dolly with occasional intimate 50mm push-ins on faces and fabric details", + "accents": [ + "warm rim-light on shoulder silhouettes", + "micro-specular highlights on beading and satin textures" + ], + "mood": "effortless celebration", + "lighting": "warm golden hour day lighting with soft fill", + "style": "glossy lifestyle fashion cinematography" + }, + { + "subGenre": "Cocktail Dresses", + "scene": "Moonlit Rooftop Party", + "sceneVariants": [ + "Silhouettes against an inky skyline with city lights below", + "A string of bistro lights casting pools of glow", + "Champagne flutes raised beneath a crescent moon", + "A model in sequins catching scattered neon reflections", + "A DJ booth with low ambient strobes and tape decks" + ], + "actions": [ + "A dress catches the breeze revealing a sequin flash", + "Slow twirl under fairy lights producing a halo of glitter", + "A whispered conversation close to the ear", + "A candid hug between friends, fabric folding softly" + ], + "camera": "Low-angle tracking with occasional crane lifts to reveal skyline, periodic slow zooms for intimacy", + "accents": [ + "cool blue rim-light mixed with warm practical bulbs", + "strong micro-detail on metallic and sequin reflections" + ], + "mood": "sophisticated nocturnal glamour", + "lighting": "selective moonlit night lighting with warm string-lights", + "style": "moody high-fashion night editorials" + }, + { + "subGenre": "Cocktail Dresses", + "scene": "Art Gallery Reception", + "sceneVariants": [ + "Polished parquet floors and minimal modern art on white walls", + "A model pausing in front of a large abstract painting", + "Clusters of patrons holding cocktails beneath gallery spotlights", + "A sculpture casting geometric shadows across a dress hem", + "A minimalist cocktail table with a single sculpted vase" + ], + "actions": [ + "Adjusting a clutch while reading a plaque", + "A deliberate step closer to examine paint texture", + "Soft gestures as people discuss art and color", + "An attendant refilling a champagne tray" + ], + "camera": "Tracking lateral dolly with a few slow rack-focus pulls between art and model", + "accents": [ + "clean gallery spot illumination emphasizing fabric contour", + "subtle gloss on satin and silk surfaces" + ], + "mood": "cultured refinement", + "lighting": "cool gallery day lighting with crisp spot highlights", + "style": "editorial minimalism" + }, + { + "subGenre": "Cocktail Dresses", + "scene": "Late-Night Jazz Lounge", + "sceneVariants": [ + "Smoke haze curling under a low-slung chandelier", + "A small brass trio on stage with a plush velvet backdrop", + "A bar of dark wood and amber bottles reflecting candlelight", + "A model seated at a corner table in a slinky dress", + "A smoky silhouette framed by a neon sign" + ], + "actions": [ + "A slow sip from a lowball glass", + "A subtle head-turn to the saxophone solo", + "A hand resting on the table catching candle shimmer", + "A playful exchange with the bartender" + ], + "camera": "Intimate handheld close-ups intercut with a static wide of the stage", + "accents": [ + "deep amber rim-light and soft smoke diffusion", + "high micro-contrast on velvet and lace textures" + ], + "mood": "seductive retro noir", + "lighting": "low, warm night lighting with candle and neon accents", + "style": "film-noir inspired fashion narrative" + }, + { + "subGenre": "Cocktail Dresses", + "scene": "Bridal Shower Brunch", + "sceneVariants": [ + "Sun-drenched conservatory with floral table settings", + "Pastel ribbons and tiered pastries on a linen-covered table", + "Guests clinking teacups under a glass atrium", + "A model in a delicate lace cocktail dress laughing with friends", + "A vintage gramophone in the corner playing soft waltzes" + ], + "actions": [ + "Passing around a bouquet and reading notes", + "Tucking a strand of hair behind an ear", + "Gentle toasts with teacups and mimosas", + "A playful pose for a polaroid camera" + ], + "camera": "Soft focus medium shots with occasional 85mm portraits and gentle push-ins", + "accents": [ + "pastel rim-light and soft bloom on highlights", + "fine-detail emphasis on lace and embroidery" + ], + "mood": "tender conviviality", + "lighting": "bright, soft day lighting through glass with diffuse fill", + "style": "romantic lifestyle fashion" + }, + { + "subGenre": "Cocktail Dresses", + "scene": "Champagne Bar After Dark", + "sceneVariants": [ + "A glimmering marble bar, patrons in sleek evening wear", + "Polished brass fixtures reflecting saturated color", + "A model perched on a stool with crossed legs and coy smile", + "A mirrored wall doubling the scene's light points", + "A tray of flutes catching pinprick highlights" + ], + "actions": [ + "A server sliding a tray of flutes toward the group", + "A skirt sweeping as a model stands to greet someone", + "A delicate hand gesture playing with a cocktail garnish", + "A candid laugh shared over a private joke" + ], + "camera": "Slow tracking around the bar with selective close-ups on hands and glassware", + "accents": [ + "pinpoint specular glints on glass and metal", + "deep shadow pockets with polished highlights" + ], + "mood": "intimate exclusivity", + "lighting": "low night lighting with bright practical highlights", + "style": "luxury fashion cinematography" + }, + { + "subGenre": "Cocktail Dresses", + "scene": "Garden Party Twilight", + "sceneVariants": [ + "Paper lanterns suspended from tree branches", + "A table strewn with wildflowers and vintage crystal", + "A model walking along a stone path in a flowing cocktail dress", + "Soft breeze moving the fringe and chiffon", + "An antique fountain in the background reflecting lantern light" + ], + "actions": [ + "Stepping barefoot onto the grass for a playful moment", + "Collecting a sprig of herbs from a centerpiece", + "Whispering to a friend with conspiratorial smiles", + "A slow turn revealing a beaded back detail" + ], + "camera": "Gently drifting Steadicam with occasional slow push-ins to faces", + "accents": [ + "golden lantern rim-light with subtle backglow", + "texture-rich emphasis on beading and fringe motion" + ], + "mood": "whimsical elegance", + "lighting": "soft twilight (between day and night) with warm lantern glow", + "style": "cinematic bohemian fashion" + }, + { + "subGenre": "Cocktail Dresses", + "scene": "Velvet Staircase Entrance", + "sceneVariants": [ + "A grand staircase carpeted in deep velvet with brass rail", + "A model descending in a structured cocktail dress", + "Doormen and paparazzi silhouettes at the landing", + "A polished marble floor reflecting chandelier fragments", + "A long train trailing down steps catching light" + ], + "actions": [ + "A poised descent with measured steps", + "A hand briefly touching the banister as a compositional flourish", + "A gloved hand adjusting a necklace", + "A smile reserved for a waiting companion" + ], + "camera": "Classic dolly in from top of stairs to capture full-body reveal", + "accents": [ + "strong chandelier highlights with soft shadow wrap", + "high-detail capture of structured fabrics and embroidery" + ], + "mood": "grand, composed sophistication", + "lighting": "controlled indoor night lighting with chandelier warmth", + "style": "timeless haute-luxe fashion" + }, + { + "subGenre": "Cocktail Dresses", + "scene": "Metropolitan Crosswalk", + "sceneVariants": [ + "A bustling city crosswalk with neon storefronts", + "A model weaving through traffic wearing a bold cocktail dress", + "Taxi headlights streaking past in wet pavement reflections", + "Sidewalk vendors casting warm pools of light", + "A momentary pause beneath a streetlamp" + ], + "actions": [ + "Brisk walking with purposeful stride", + "Tucking a clutch under the arm while checking a phone", + "A playful glance back at the camera", + "A quick laugh shared with a passerby" + ], + "camera": "Handheld shoulder rig tracking at waist height, intermittent whip-pans", + "accents": [ + "wet pavements reflecting neon hues", + "crisply detailed fabric motion against city blur" + ], + "mood": "energetic urban chic", + "lighting": "mixed night lighting with neon and streetlamp contrast", + "style": "street-fashion meets eveningwear" + }, + { + "subGenre": "Cocktail Dresses", + "scene": "Hotel Lobby Reception", + "sceneVariants": [ + "A marble hotel lobby with a grand floral arrangement", + "A model checking in at a polished reception desk", + "Bellhops in uniform moving luggage in the background", + "A sweeping staircase and glass elevator", + "Large windows showing rain-swept streets outside" + ], + "actions": [ + "A small curtsey while thanking the concierge", + "Adjusting a shoulder strap as an elevator dings", + "A discreet touch to jewelry before stepping out", + "A moment reading a welcome note on the keycard" + ], + "camera": "Stationary wide establishing shot, intercut with 85mm portraits", + "accents": [ + "soft interior fill with reflective specular highlights", + "fine-grain detail on brocade and lace" + ], + "mood": "polished cosmopolitan ease", + "lighting": "bright indoor day lighting with soft window backlight", + "style": "luxury travel fashion" + }, + { + "subGenre": "Cocktail Dresses", + "scene": "Hidden Courtyard Dinner", + "sceneVariants": [ + "A secretive cobblestone courtyard with fairy lights", + "Candlelit tables and trailing ivy on stone walls", + "A model threading between tables in a sleek sheath dress", + "A waiter carrying a tray of desserts through a narrow path", + "An intimate table for two tucked away in a corner" + ], + "actions": [ + "Leaning in to cut a slice of cake with a partner", + "A quiet toast across a small table", + "Fingers brushing a tablecloth as conversation deepens", + "A tender exchange of smiles in candlelight" + ], + "camera": "Close, intimate coverage with selective focus and subtle handheld movement", + "accents": [ + "soft candle bloom and warm fill", + "accentuated texture on embroidered hems" + ], + "mood": "intimate romance", + "lighting": "low night lighting with generous candle glow", + "style": "cinematic romantic fashion" + }, + { + "subGenre": "Cocktail Dresses", + "scene": "Riverside Promenade", + "sceneVariants": [ + "A breezy promenade with lantern-lit walkways along a river", + "A model in a breezy cocktail dress strolling past boats", + "Reflections of city lights trailing in the water", + "A bench under a willow with dangling branches", + "A distant bridge silhouette punctuating the horizon" + ], + "actions": [ + "Walking slowly with a loose hold on a clutch", + "Stopping to photograph the scene with a smartphone", + "Tucking hair behind an ear as wind picks up", + "A spontaneous laugh at a passing joke" + ], + "camera": "Long lens tracking from across the promenade with occasional push-ins", + "accents": [ + "soft water reflections and rim-light on hair", + "detailed capture of flowing chiffon" + ], + "mood": "serene urban leisure", + "lighting": "balanced twilight with cool river reflections (evening)", + "style": "contemporary cinematic fashion" + }, + { + "subGenre": "Cocktail Dresses", + "scene": "Museum Gala Entrance", + "sceneVariants": [ + "Red carpet flanked by velvet ropes and press flashes", + "A grand museum facade lit dramatically at night", + "A model posing for photographers in an embellished cocktail dress", + "Crowds of well-dressed attendees milling beneath flags", + "A row of classic cars lining the entrance" + ], + "actions": [ + "Striking a poised pose for the cameras", + "A quick adjustment to a neckline before stepping forward", + "Exchanging a polite nod with a fellow guest", + "A guarded laugh while shielding from flashes" + ], + "camera": "Event-style coverage with long lenses and selective wide crowd shots", + "accents": [ + "camera flash pops creating high-contrast highlights", + "deep blacks with crisp detail on metallic threads" + ], + "mood": "red-carpet glamour", + "lighting": "staccato flash highlights against night ambient", + "style": "high-energy celebrity editorial" + }, + { + "subGenre": "Cocktail Dresses", + "scene": "Botanical Conservatory Evening", + "sceneVariants": [ + "Lush tropical plants under glass domes and hanging lamps", + "A model moving through a path of giant ferns in a textured dress", + "Misted glass and dew catching overhead lights", + "A vintage bench surrounded by orchids in bloom", + "Vines trailing down columns shrouding a quiet alcove" + ], + "actions": [ + "Reaching to touch a bloom with delicate fingertips", + "A slow turn to reveal a beaded back", + "A soft laugh echoing in the conservatory", + "Stepping carefully to avoid wet stone pavers" + ], + "camera": "Fluid Steadicam weaving through foliage with shallow depth-of-field", + "accents": [ + "moisture rim-light creating a gentle halo on hair", + "high micro-detail on beadwork and botanical texture" + ], + "mood": "mystical elegance", + "lighting": "diffuse night lighting with cool botanical highlights", + "style": "ethereal high-fashion editorials" + }, + { + "subGenre": "Cocktail Dresses", + "scene": "Rooftop Sunrise Soak", + "sceneVariants": [ + "Early morning light washing over a city roof terrace", + "A model sipping coffee wrapped in a light cocktail wrap dress", + "Potted succulents and modern loungers arranged casually", + "Soft pastel sky reflected in mirrored surfaces", + "A gentle haze softening building silhouettes" + ], + "actions": [ + "Stretching arms and yawning with a soft smile", + "Leaning on a railing taking in the skyline", + "Tucking a loose strand of hair behind an ear", + "A slow sip from a porcelain cup" + ], + "camera": "Wide establishing with occasional 85mm portrait close-ups", + "accents": [ + "soft morning rim-light with gentle lens flare", + "subtle texture emphasis on light linens and chiffon" + ], + "mood": "quiet refined calm", + "lighting": "soft daybreak lighting with warm low-angle sunlight", + "style": "clean fashion lifestyle" + }, + { + "subGenre": "Cocktail Dresses", + "scene": "Speakeasy Corridor", + "sceneVariants": [ + "A narrow corridor lined with tufted booths and low sconces", + "A model slipping through a heavy velvet curtain into a private room", + "A hush of movement as patrons turn heads", + "An ornate door slightly ajar revealing candlelit interiors", + "Wallpaper patterns and brass fixtures framing the shot" + ], + "actions": [ + "Drawing the curtain back with a measured hand", + "A soft exhale as she enters the room", + "A close whisper shared at the threshold", + "A deliberate step across a patterned rug" + ], + "camera": "Tight handheld with close coverage of hands and fabric, slow reveal pull-backs", + "accents": [ + "rich warm sconces creating textured shadows", + "textural emphasis on velvet and embroidery" + ], + "mood": "secretive intimate allure", + "lighting": "low night lighting with warm practical sconces", + "style": "retro cinematic fashion" + }, + { + "subGenre": "Cocktail Dresses", + "scene": "Gallery Window Display", + "sceneVariants": [ + "A storefront window showcasing a single cocktail dress on a pedestal", + "Passersby reflected in glass passing the display", + "A twilight glow drawing attention to the mannequin silhouette", + "A nearby cafe spilling soft light into the scene", + "A subtle window sign with tasteful typography" + ], + "actions": [ + "A shopper pausing to admire the display", + "A window cleaner polishing glass revealing crisp details", + "A hand pressing against the window in affectionate curiosity", + "A model inside the display shifting pose slowly" + ], + "camera": "Static storefront shot intercut with tight detail inserts", + "accents": [ + "cool reflection highlights and warm interior glow", + "focused micro-detail on beading and finishes" + ], + "mood": "contemplative admiration", + "lighting": "evening mixed lighting with soft interior illumination", + "style": "conceptual commercial fashion" + }, + { + "subGenre": "Cocktail Dresses", + "scene": "Private Yacht Cocktail Hour", + "sceneVariants": [ + "A sleek yacht deck with glass railing and ocean horizon", + "A model leaning on the rail with wind-tousled hair", + "Reflections of sunset over gentle waves", + "A small group gathered around low tables with nautical decor", + "A string of lanterns tracing the deck line" + ], + "actions": [ + "Wind sweeping a hemline dramatically", + "A toast raised as the boat cuts a wake", + "A model stepping from a cabin onto deck with poise", + "A candid exchange pointing toward the horizon" + ], + "camera": "Tracking aboard the deck with occasional wide sea vistas", + "accents": [ + "sunset rim-light with water specular highlights", + "high-detail capture of sequins and satin in motion" + ], + "mood": "exquisite leisure", + "lighting": "warm sunset day-to-evening transition lighting", + "style": "luxury lifestyle fashion" + }, + { + "subGenre": "Cocktail Dresses", + "scene": "Underground Art Club", + "sceneVariants": [ + "Graffitied brick walls and eclectic sculptures", + "A model posing on a small stage under a single overhead bulb", + "An audience in avant-garde attire clustered around", + "A bar with mismatched stools and shadowy corners", + "An open mic sign glowing with neon" + ], + "actions": [ + "Striking an angular pose against a mural", + "A candid chat with an artist nearby", + "A slow pivot to face the camera as music swells", + "A small applause with raised glasses" + ], + "camera": "Handheld documentary style with dynamic reframing", + "accents": [ + "gritty textured highlights and shadow contrast", + "accent on tactile fabrics like tweed and raw silk" + ], + "mood": "edgy creative vibrancy", + "lighting": "low night lighting with selective colored gels", + "style": "underground editorial fashion" + }, + { + "subGenre": "Cocktail Dresses", + "scene": "Seaside Promenade Luncheon", + "sceneVariants": [ + "A breezy boardwalk lunch with striped umbrellas", + "A model in a light cocktail dress seated at a seaside bistro", + "Children flying kites in the distance and gulls overhead", + "Salt-sheened balustrades and pastel storefronts", + "A picnic blanket spread with elegant finger foods" + ], + "actions": [ + "Laughing while offering a bite to a friend", + "Brushing sand off a shoe with delicate patience", + "Adjusting sunglasses and smiling at the horizon", + "A quick twirl to display skirt movement" + ], + "camera": "Bright, airy wide shots with 50mm portrait inserts", + "accents": [ + "sea-spray backlight and soft breeze motion", + "textural emphasis on lightweight fabrics and lace" + ], + "mood": "carefree coastal elegance", + "lighting": "clear bright day lighting with high-key fill", + "style": "sunlit fashion editorial" + }, + { + "subGenre": "Cocktail Dresses", + "scene": "Metropolitan Concierge Meet", + "sceneVariants": [ + "A sleek glass building lobby with modern art", + "A model meeting a companion near a concierge desk", + "Polished tile floors and minimal planters", + "A large glass facade showing busy streets outside", + "An elevator opening with soft internal light" + ], + "actions": [ + "Checking a watch and smoothing a hem", + "A brief handshake with a polished professional", + "Stepping toward the elevator with purposeful grace", + "A half-smile while exchanging a subtle glance" + ], + "camera": "Gently tracking with clean lateral moves and tight 85mm portraits", + "accents": [ + "cool interior rim-light with glass reflection pops", + "fine detail emphasis on tailoring and structured seams" + ], + "mood": "confident urban sophistication", + "lighting": "bright indoor day lighting with high-key balance", + "style": "professional-night crossover fashion" + }, + { + "subGenre": "Cocktail Dresses", + "scene": "Vintage Train Parlor", + "sceneVariants": [ + "A restored train car with leather seating and brass trim", + "A model seated at a window in retro cocktail attire", + "Passing landscapes blurred through glass", + "An overhead luggage rack with leather trunks", + "A small tea service on a polished wooden table" + ], + "actions": [ + "Lifting a teacup to sip while gazing outside", + "Adjusting a pillbox hat with a gloved hand", + "A soft chuckle at a companion's remark", + "Tucking a scarf neatly back into place" + ], + "camera": "Warm, intimate 50mm portraits with gentle lateral moves", + "accents": [ + "nostalgic warm rim-light with polished brass highlights", + "micro-detail on vintage lace and millinery" + ], + "mood": "nostalgic refined charm", + "lighting": "soft day-to-evening transition lighting inside carriage", + "style": "retro-inspired fashion story" + } + ] +} \ No newline at end of file diff --git a/src/data/fashion_and_beauty_cosplay.json b/src/data/fashion_and_beauty_cosplay.json new file mode 100644 index 0000000..0186211 --- /dev/null +++ b/src/data/fashion_and_beauty_cosplay.json @@ -0,0 +1,404 @@ +{ + "fashion_and_beauty": [ + { + "subGenre": "Cosplay", + "scene": "Convention Main Hall", + "sceneVariants": [ + "A packed convention floor with colorful costumed attendees and vendor booths", + "Cosplayers posing under giant banners and glowing signage", + "Photographers clustered at a popular group meet spot", + "A merchandise alley with limited-run prop replicas", + "A cosplay meetup circle practicing poses" + ], + "actions": [ + "Striking character-specific poses for photographers", + "Adjusting armor straps between shots", + "Hands exchanging prop-negotiation tips with fellow cosplayers", + "A quick repair using safety pins and glue sticks" + ], + "camera": "Handheld 35mm crowd coverage with 85mm portrait pulls for faces and costume detail", + "accents": [ + "mixed bright practical convention lighting with colorful LEDs", + "micro-detail emphasis on seam lines, weathering and paint texture" + ], + "mood": "energetic communal fandom", + "lighting": "bright indoor mixed practical lighting (day)", + "style": "festive documentary cosplay" + }, + { + "subGenre": "Cosplay", + "scene": "Armor Forge Workshop", + "sceneVariants": [ + "A small workshop with anvil, hammers and raw sheet foam/metal", + "Heat and sparks as a prop-smith shapes plates for a breastplate", + "A workbench scattered with rivets, utility knives and sandpaper", + "A rack of partially finished pauldrons leaning on a chair", + "A reference board of in-game armor screenshots pinned nearby" + ], + "actions": [ + "Hammering and shaping a metal or foam plate", + "Dremeling edges and sanding seams for realism", + "Clamping and riveting together layered pieces", + "Painting primer and placing initial weathering strokes" + ], + "camera": "Macro process shots of hands and tool marks with medium context masters", + "accents": [ + "warm task-lamp rim-light with spark highlights", + "high micro-detail on hammered texture and rivet heads" + ], + "mood": "focused creative industriousness", + "lighting": "controlled indoor task lighting (workshop)", + "style": "artisan prop-making vignette" + }, + { + "subGenre": "Cosplay", + "scene": "Wig Styling Station", + "sceneVariants": [ + "A row of mannequin heads with styled wigs in bright colors", + "A stylist backcombing and heat-shaping synthetic fibers", + "Clips, glue and styling gels scattered across a counter", + "A finished long wig hanging to show layered movement", + "A portable steamer used to reset synthetic curl memory" + ], + "actions": [ + "Sectioning and teasing to build volume", + "Trimming and sealing fiber tips", + "Gluing lace-front edges and blending hairline", + "Applying colored spray for vivid highlights" + ], + "camera": "Intimate 50-85mm portraits with macro fiber texture close-ups", + "accents": [ + "studio rim-light emphasizing strand separation", + "micro-detail on weft stitching and hairline blending" + ], + "mood": "meticulous creative transformation", + "lighting": "bright indoor day (studio) lighting", + "style": "craft-focused beauty editorial" + }, + { + "subGenre": "Cosplay", + "scene": "SFX Makeup Lab", + "sceneVariants": [ + "A dim room filled with prosthetic pieces, spirit gum and sculpted latex", + "A model sitting as an SFX artist glues a prosthetic wound to the temple", + "Color palettes and stipple sponges lined like surgical tools", + "A mirror rimmed with warm bulbs showing the gradual transformation", + "A rack of finished facial appliances hanging to dry" + ], + "actions": [ + "Applying prosthetic edges with adhesive and blending seams", + "Painting layered bruising, blood and texture with alcohol colors", + "Sealing the makeup with matte or satin topcoats", + "Attaching hairpieces or small costume staples to prosthetics" + ], + "camera": "Tight macro SFX process shots with 85mm face portraits", + "accents": [ + "warm vanity rim-light with subtle smoke diffusion", + "ultra micro-detail on skin texture and prosthetic seams" + ], + "mood": "intense transformative focus", + "lighting": "controlled indoor studio lighting (evening feel)", + "style": "cinematic SFX tutorial" + }, + { + "subGenre": "Cosplay", + "scene": "Prop Painting Booth", + "sceneVariants": [ + "A spray booth with a fan, paint cans and an airbrush station", + "Large foam swords and shields hung for base coats", + "Stencil patterns laid out for layered weathering", + "A drying rack of painted masks and helmets", + "Gloved hands mixing custom metallic patinas" + ], + "actions": [ + "Airbrushing base gradients and adding rust washes", + "Dry-brushing edges for chip and wear effects", + "Masking and spraying reflective lacquers for metallic shine", + "Sealing with matte or satin clear coats" + ], + "camera": "Process macro with 35mm overview shots and 100mm paint texture close-ups", + "accents": [ + "cool spray-booth rim-light with fine paint mist catch", + "micro-detail on brush strokes, chipped paint and surface abrasion" + ], + "mood": "satisfying creative craftsmanship", + "lighting": "bright controlled booth lighting (day)", + "style": "workshop-to-studio documentary" + }, + { + "subGenre": "Cosplay", + "scene": "Rooftop Night Photoshoot", + "sceneVariants": [ + "A city rooftop lit by neon and a single hair light catching a cape", + "A cosplayer silhouetted in front of a skyline at night", + "Fog machines creating low drift and luminous halos", + "Practical streetlights adding warm accents to cool gels", + "A dramatic low-angle shot with wind on the costume" + ], + "actions": [ + "Holding a dramatic pose against wind and city lights", + "Twirling a cape to catch edge-lights for long exposures", + "Adjusting LED accents to synchronize with camera shutter", + "A photographer calling cadence for heroic stances" + ], + "camera": "Low-angle gimbal and long-exposure telephoto for compressed city backgrounds", + "accents": [ + "cool night gels mixed with warm practicals", + "specular highlights on reflective armor and wet surfaces" + ], + "mood": "cinematic heroic nocturne", + "lighting": "night with mixed gels and practicals", + "style": "noir superhero editorial" + }, + { + "subGenre": "Cosplay", + "scene": "Living Room DIY Build", + "sceneVariants": [ + "A cozy apartment spread with foam sheets, hot glue and tutorial tabs", + "Friends collaborating on helmet templates around a coffee table", + "Reference images playing on a tablet while cutting patterns", + "A spray-painted piece drying on top of a pizza box", + "A sewing machine used to construct cloak hems" + ], + "actions": [ + "Tracing and cutting foam templates with precision", + "Hot-gluing layers together and sanding seams", + "Sewing hand-stitched trims onto fabric components", + "Testing fit and marking adjustments with a marker" + ], + "camera": "Natural 35mm documentary/DIY close-ups with overhead process shots", + "accents": [ + "soft domestic rim-light with warm lamp highlights", + "micro-detail on glue beads, stitch density and cut edges" + ], + "mood": "collaborative playful ingenuity", + "lighting": "day indoor mixed practical lighting", + "style": "DIY community vignette" + }, + { + "subGenre": "Cosplay", + "scene": "Cosplay Café Meet", + "sceneVariants": [ + "A themed pop-up café where guests wear character aprons and badges", + "Baristas dressed as anime side-characters serving themed lattes", + "Wall murals and logos matching a specific fandom", + "A cozy corner with a group enjoying character-themed desserts", + "A merchandise shelf with fan-made enamel pins" + ], + "actions": [ + "Posing for a cute character shot with a themed latte", + "Swapping sticker sets and pins at the table", + "A barista performing a small latte-art flourish inspired by a character", + "A group selfie with warm candid laughter" + ], + "camera": "Warm 35-50mm lifestyle coverage with 85mm portrait details", + "accents": [ + "soft warm café rim-light with gentle bokeh on fairy lights", + "micro-detail on enamel pin paint and pastry sheen" + ], + "mood": "cozy fan social warmth", + "lighting": "bright indoor day/evening café lighting", + "style": "community lifestyle cosplay" + }, + { + "subGenre": "Cosplay", + "scene": "Group Battle Reenactment", + "sceneVariants": [ + "An open park area staged for a choreographed battle featuring many cosplayers", + "Smoke flares and choreographed stunts with safety harnesses", + "A director coordinating safe stage combat and camera angles", + "Ground padding and safety crew visible at the perimeter", + "A mid-air freeze-frame shot showing weapons and fabric motion" + ], + "actions": [ + "Executing choreographed stunt beats with timed hits and falls", + "Parrying and staging weapon clatter for sound effect", + "A safe catch and roll after a low leap", + "Group cheers and congratulatory handshakes after a sequence" + ], + "camera": "Dynamic gimbal and long-lens action coverage with slow-motion inserts", + "accents": [ + "even daylight with motion rim-light emphasizing edges", + "micro-detail on prop grips, seams and dust motion" + ], + "mood": "exhilarated heroic camaraderie", + "lighting": "bright outdoor day lighting", + "style": "action-oriented cosplay cinematography" + }, + { + "subGenre": "Cosplay", + "scene": "Mask Crafting Atelier", + "sceneVariants": [ + "A quiet studio of leather, papier-mâché and sculpting tools", + "A mask being carved then textured with layered paints", + "A small kiln or heat lamp curing resin elements", + "Feathered, metallic and lacquered finishes displayed on pegs", + "A pattern of sketches showing mask evolution pinned on a wall" + ], + "actions": [ + "Sculpting fine facial contours from clay or thermoplastic", + "Layering resin for strength and sanding to seamless finish", + "Adding decorative inlays and gilding edges", + "Drilling precise holes for comfortable straps and ventilation" + ], + "camera": "Macro craft sequences with 50mm context masters", + "accents": [ + "soft warm atelier rim-light with reflective resin glints", + "ultra micro-detail on sculpt texture, paint layering and gilding" + ], + "mood": "quiet meticulous artistry", + "lighting": "controlled indoor task lighting", + "style": "handcrafted mask editorial" + }, + { + "subGenre": "Cosplay", + "scene": "Cosplay Competition Backstage", + "sceneVariants": [ + "A tense backstage area with costume checklists and last-minute fixes", + "Judges' clipboards and technical racks lined nearby", + "Competitors pacing while makeup and props are finalized", + "A quick run-through of choreography in a narrow corridor", + "A helper sewing on a missing trim with a tiny needle" + ], + "actions": [ + "Fast on-the-spot repairs with glue, thread, and tape", + "A quiet mental run-through of cues and timing", + "A supporter offering encouraging words and snacks", + "A final costume check under a strong lamp" + ], + "camera": "Documentary handheld with tight emotional portraits and process macros", + "accents": [ + "bright practical lamp rim-light with focused shadow pockets", + "micro-detail on stitch repairs, tape, and prop joints" + ], + "mood": "anxious determined readiness", + "lighting": "bright backstage practical lighting", + "style": "competitive event documentary" + }, + { + "subGenre": "Cosplay", + "scene": "Late-Night Urban Rooftop Duel", + "sceneVariants": [ + "A gritty rooftop at night with moody neon and steam vents", + "Two cosplayers staging a dramatic duel with choreographed moves", + "Low-angle shots with city lights on the horizon", + "Fog cannons creating atmospheric streaks across blades", + "A silhouetted crouch before a final staged strike" + ], + "actions": [ + "Executing choreographed sword arcs with safe foam blades", + "A timed jump and landing into a dramatic pose", + "Lowering masks to reveal character expression for the camera", + "A celebratory backslap after a final freeze-frame" + ], + "camera": "Low-light gimbal with slow-motion high-impact inserts", + "accents": [ + "moody night rim-light and neon edge highlights", + "specular catch on wet surfaces and reflective props" + ], + "mood": "tense cinematic adrenaline", + "lighting": "night with neon and selective practicals", + "style": "noir action cosplay" + }, + { + "subGenre": "Cosplay", + "scene": "Influencer Unboxing and Try-On", + "sceneVariants": [ + "A streaming setup with softbox lights and a ring light for product reveal", + "Boxes of commissioned armor and props being opened on camera", + "Close-ups of label tags and artist signatures inside packages", + "A try-on montage with quick outfit transitions", + "Overlay graphics showing creator credits and links" + ], + "actions": [ + "Unwrapping protective foam and showing prop details to camera", + "Trying on a piece and noting fit and comfort", + "Explaining construction choices and artist credits", + "Giving a thumbs-up and linking to purchase or commission info" + ], + "camera": "Stable 35-50mm influencer framing with macro insert shots", + "accents": [ + "soft even studio rim-light optimized for skin tones", + "micro-detail on label, tag and artist signature clarity" + ], + "mood": "informative enthusiastic promotion", + "lighting": "bright controlled studio lighting (day)", + "style": "social media product demo" + }, + { + "subGenre": "Cosplay", + "scene": "Quiet Character Portrait Session", + "sceneVariants": [ + "A minimalist studio with a single softbox and plain backdrop", + "A model in full costume holding a contemplative pose", + "Close-up portraits capturing emotion beneath a mask or makeup", + "A shallow depth-of-field isolating face and prop elements", + "A gentle breeze effect to animate hair and capes" + ], + "actions": [ + "Holding a steady expression tuned to character mood", + "Small micro-movements with hands to suggest narrative", + "Shifting weight subtly to change silhouette", + "A single gaze directed off-camera for storytelling" + ], + "camera": "85-100mm portrait lenses with high-resolution skin and fabric detail", + "accents": [ + "soft directional rim-light with subtle catchlights", + "micro-detail on fabric texture and facial makeup nuance" + ], + "mood": "introspective cinematic character study", + "lighting": "controlled studio day lighting (soft)", + "style": "character portrait editorial" + }, + { + "subGenre": "Cosplay", + "scene": "Cosplay Parade Street Procession", + "sceneVariants": [ + "A scheduled parade route with floats and themed groups", + "Fans lining the streets cheering as groups march by", + "Coordinated choreography and banner-carrying", + "Portable sound systems providing thematic music", + "Colorful confetti cannons timed with parade highlights" + ], + "actions": [ + "Marching in synchronized steps with props raised", + "Waving to crowds and interacting with fans", + "Quick prop-checks while moving between floats", + "Group-forming for a finale tableau pose at a landmark" + ], + "camera": "Long-lens crowd coverage from elevated platforms and wide parade masters", + "accents": [ + "daylight with colorful practicals and confetti highlights", + "micro-detail on coordinated patchwork and insignia" + ], + "mood": "festive communal spectacle", + "lighting": "bright outdoor day lighting", + "style": "parade event documentation" + }, + { + "subGenre": "Cosplay", + "scene": "Props Testing Range", + "sceneVariants": [ + "An open field where long-range prop durability and safety are tested", + "A target area for foam-weapon impact testing", + "A staging zone for moving parts and pneumatic props", + "Test dummies used to check strap integrity", + "A chalkboard listing test results and safety notes" + ], + "actions": [ + "Swing testing removable handles and striking soft targets", + "Firing non-lethal pneumatic effects to check timing", + "Recording durability on a notepad for later tweaks", + "Tightening bolts and re-testing after minor failures" + ], + "camera": "Action-overview wide shots with slow-motion impact close-ups", + "accents": [ + "natural daylight with dust and motion rim-light", + "micro-detail on joint hardware and damped impact surfaces" + ], + "mood": "methodical safety-minded experimentation", + "lighting": "bright outdoor day lighting", + "style": "technical prop testing documentary" + } + ] +} \ No newline at end of file diff --git a/src/data/fashion_and_beauty_evening_gowns.json b/src/data/fashion_and_beauty_evening_gowns.json new file mode 100644 index 0000000..f174b4a --- /dev/null +++ b/src/data/fashion_and_beauty_evening_gowns.json @@ -0,0 +1,454 @@ +{ + "fashion_and_beauty": [ + { + "subGenre": "Evening Gowns", + "scene": "Moonlit gala entrance on a marble staircase", + "sceneVariants": [ + "Moonlit gala entrance on a marble staircase", + "A sweeping train cascading down polished steps", + "Velvet ropes and flashing camera lights at the base", + "A chandelier halo visible through glass doors", + "Silhouetted hosts greeting arriving guests" + ], + "actions": [ + "Adjusting a delicate shoulder strap before descending", + "A polite nod to a passing photographer", + "Handing a slim clutch to an assistant at the top", + "A slow practiced pose at the landing for a wide shot" + ], + "camera": "Crane down the staircase for an elegant reveal with intermittent close-ups on fabric detail", + "accents": [ + "soft chandelier rim-light on satin ridges", + "micro-detail on beadwork and hand-sewn seams" + ], + "mood": "regal, cinematic glamour", + "lighting": "night: warm chandelier highlights with cool moon rim", + "style": "classic high-society fashion cinematography" + }, + { + "subGenre": "Evening Gowns", + "scene": "Late-night ballroom waltz with flowing silk and mirrored floor", + "sceneVariants": [ + "Late-night ballroom waltz with flowing silk and mirrored floor", + "Orchestra in the pit providing a swelling score", + "Couples tracing fluid patterns under ornate moldings", + "A momentary pause mid-dip for an intimate gaze", + "A gallery of onlookers in shadowed balconies" + ], + "actions": [ + "Leading into a careful spin and supporting a partner's waist", + "Smiling through a practiced line as the music swells", + "Smoothing a stray fold mid-dance", + "A measured curtsey at the song's close" + ], + "camera": "Smooth ballroom crane with wide reflections and intimate two-shots", + "accents": [ + "mirror-floor speculars catching skirt motion", + "soft side-lighting to emphasize fabric translucence" + ], + "mood": "romantic, timeless", + "lighting": "night: theatrical warm key with controlled fill", + "style": "elegant performance fashion cinematography" + }, + { + "subGenre": "Evening Gowns", + "scene": "Midnight red-carpet premiere with sequined gowns and paparazzi", + "sceneVariants": [ + "Midnight red-carpet premiere with sequined gowns and paparazzi", + "Flashes punctuating sequins and eye-catching hemlines", + "A branded step-and-repeat banner behind a poised stance", + "An assistant straightening a hem before a close-up", + "A velvet backdrop providing saturated contrast" + ], + "actions": [ + "Turning slowly to display a back embellishment", + "Posing for a sequence of flash shots", + "Accepting a quick compliment from a red-carpet host", + "Gently lifting a hem to step into a waiting car" + ], + "camera": "Fast editorial coverage with strobe-synced test shots and tight portrait inserts", + "accents": [ + "strobe and flash specular micro-highlights", + "sequin and crystal micro-detail reflecting color" + ], + "mood": "electric prestige", + "lighting": "night: camera-flash puncta with warm event fill", + "style": "editorial red-carpet cinematography" + }, + { + "subGenre": "Evening Gowns", + "scene": "Dawn editorial shoot in a sunlit marble colonnade with chiffon gowns", + "sceneVariants": [ + "Dawn editorial shoot in a sunlit marble colonnade with chiffon gowns", + "Soft wind creating billowing silhouettes between pillars", + "A stylist catching a stray fold with a pin", + "A slow camera dolly revealing layered diaphanous textures", + "Sunbeams cutting soft stripes across the stone" + ], + "actions": [ + "Stepping into a gentle breeze to shape fabric movement", + "Winding a wrap-back and securing it discreetly", + "A stylist adjusting shoulder drape for symmetry", + "Walking slowly along a colonnade while looking past the lens" + ], + "camera": "Crane lateral slidings with long-exposure soft-focus passes", + "accents": [ + "golden-hour rim-light creating translucent fabric glows", + "micro-detail on chiffon weave and seam finishes" + ], + "mood": "ethereal, refined", + "lighting": "day/dawn: warm predawn sunlight with soft fill", + "style": "high-fashion editorial cinematography" + }, + { + "subGenre": "Evening Gowns", + "scene": "Night garden soirée with jewel-toned velvet gowns and lanterns", + "sceneVariants": [ + "Night garden soirée with jewel-toned velvet gowns and lanterns", + "Lanterns hung from tree branches forming warm pockets", + "Velvet texture catching soft pin-light as guests mingle", + "A marble fountain rimmed with floral arrangements", + "A violinist softly playing near hedged walkways" + ], + "actions": [ + "Sipping a champagne flute and conversing in a low tone", + "Stepping carefully over a lawn rug to a conversational knot", + "Tucking a strand of hair behind an earring to listen better", + "Twirling a glass stem as a laugh escapes" + ], + "camera": "Slow moving hand-held with intimate conversational inserts", + "accents": [ + "lantern warm-glow on velvet nap and jewel micro-sheen", + "water micro-reflections on fountain surfaces" + ], + "mood": "intimate opulence", + "lighting": "night: soft lanterns with warm ambient fill", + "style": "romantic garden fashion cinematography" + }, + { + "subGenre": "Evening Gowns", + "scene": "Late-night backstage seam adjustments under warm bulbs", + "sceneVariants": [ + "Late-night backstage seam adjustments under warm bulbs", + "An army of dressers and quick stitchers attending details", + "A row of gowns hanging with labels clipped to hangers", + "A model checking makeup and a pressing iron steaming", + "A tape measure draped around a stylist's neck" + ], + "actions": [ + "Hand-sewing a final bead with tiny skilled movements", + "Pinning a hem and stepping forward for a quick fit", + "Pressing a sleeve with a small steam iron", + "Passing a whispered cue to the model for the next call" + ], + "camera": "Tight intimate inserts with shallow depth and practical-lit glimpses", + "accents": [ + "warm bulb rim on sequins and thread micro-gloss", + "fabric and needle micro-detail" + ], + "mood": "tense creative focus", + "lighting": "night: warm task bulbs with low ambient", + "style": "behind-the-scenes couture cinematography" + }, + { + "subGenre": "Evening Gowns", + "scene": "Dusk coastal cliff editorial with wind-swept satin gowns", + "sceneVariants": [ + "Dusk coastal cliff editorial with wind-swept satin gowns", + "A silhouette framed against a roiling ocean", + "Tasselled hems snapping in gusts of sea air", + "A long sweeping gown trailing across duned grass", + "A stylist weighing down a hem to control flow" + ], + "actions": [ + "Stepping to the cliff edge with measured caution", + "Lifting a train to reveal a dramatic shoe detail", + "Turning slowly to let wind create natural movement", + "Wiping a stray salt spray from a cheek" + ], + "camera": "Wide aerial-to-low sweeps emphasizing landscape-to-gown scale", + "accents": [ + "cool moon-silver rim with satin micro-gloss", + "salt spray micro-speculars on skin and fabric" + ], + "mood": "dramatic elemental grace", + "lighting": "evening/dusk: cool horizon light with soft fill", + "style": "epic coastal editorial cinematography" + }, + { + "subGenre": "Evening Gowns", + "scene": "Bright midday couture fitting in a sunlit atelier", + "sceneVariants": [ + "Bright midday couture fitting in a sunlit atelier", + "A seamstress marking a shoulder with chalk", + "A row of muslins and toile forms in process", + "Natural light pouring over mannequins and fabric swatches", + "A client turning slowly as pins are set and removed" + ], + "actions": [ + "Measuring and pinning to perfect a worn line", + "Checking balance and movement by walking and turning", + "Noting adjustments and transferring marks to a pattern", + "Pressing a tested sample for drape evaluation" + ], + "camera": "Measured over-the-shoulder documentation and macro pattern inserts", + "accents": [ + "bright atelier daylight and thread micro-texture", + "fabric weight micro-detail and stitch clarity" + ], + "mood": "precise, artisanal", + "lighting": "day: bright controlled studio daylight", + "style": "atelier process cinematography" + }, + { + "subGenre": "Evening Gowns", + "scene": "Night black-tie rooftop afterparty with sleek column gowns", + "sceneVariants": [ + "Night black-tie rooftop afterparty with sleek column gowns", + "A DJ spinning low-tempo house and subtle lighting", + "Guests lounging on white sofas under a skyline", + "A server passing silver trays with petite canapés", + "A model stepping onto a small raised platform for a toast" + ], + "actions": [ + "Raising a small glass in a toast amid soft conversation", + "Stepping into a soft spotlight for a brief moment", + "Glancing across to a companion and sharing a smile", + "Adjusting a long glove with a practiced hand" + ], + "camera": "Chic glidecam with wide city establishing and close personal inserts", + "accents": [ + "soft cool rooftop LED and satin micro-highlights", + "glass and tray micro-speculars" + ], + "mood": "understated luxury", + "lighting": "night: cool rooftop LEDs with soft practicals", + "style": "modern luxury fashion cinematography" + }, + { + "subGenre": "Evening Gowns", + "scene": "Dawn editorial by a quiet fountain with beaded mermaid gowns", + "sceneVariants": [ + "Dawn editorial by a quiet fountain with beaded mermaid gowns", + "Beaded patterns cascading like water alongside the fountain", + "A model reclining at the fountain lip for an intimate set", + "Early morning joggers casting curious looks at the scene", + "A stylist blending small beads into shadowed seams" + ], + "actions": [ + "Arching slightly to reveal back-beading silhouette", + "Shifting weight to form a graceful curve", + "Running a fingertip along embroidery to check tension", + "Standing to shake out a long train for composition" + ], + "camera": "Low-level intimate inserts with reflective fountain wide shots", + "accents": [ + "dawn gold rim-light and bead micro-reflection", + "water micro-specular interplay with fabric gloss" + ], + "mood": "sensual refinement", + "lighting": "day/dawn: warm soft sunrise with gentle fill", + "style": "delicate beaded editorial cinematography" + }, + { + "subGenre": "Evening Gowns", + "scene": "Night opera intermission with dramatic gowns and velvet seating", + "sceneVariants": [ + "Night opera intermission with dramatic gowns and velvet seating", + "A chandelier above and red-velvet aisles below", + "A gallery of patrons in couture conversing quietly", + "An usher offering a discreet nod as a curtain rises", + "A program held like a small score of the evening" + ], + "actions": [ + "Rising to applaud with refined hands and minimal movement", + "Stepping into aisle light to adjust a wrap", + "Leaning toward a companion to exchange a whispered thought", + "Holding a program delicately while watching the stage" + ], + "camera": "Refined mid-shots with soft focus on audience and costume silhouette", + "accents": [ + "warm chandelier glow and velvet textile micro-detail", + "program paper micro-texture and lace micro-highlights" + ], + "mood": "cultured dramatic elegance", + "lighting": "night: warm interior chandelier with theatrical fill", + "style": "performance-attendance fashion cinematography" + }, + { + "subGenre": "Evening Gowns", + "scene": "Late-night museum gala with sculptural gowns among exhibits", + "sceneVariants": [ + "Late-night museum gala with sculptural gowns among exhibits", + "Gallery spotlights isolating silhouettes against pedestals", + "A model posed like an artwork near a marble bust", + "A curator explaining a piece to an intrigued guest", + "A small tasting station tucked beside a display" + ], + "actions": [ + "Holding still to mirror the nearby sculpture's form", + "Listening attentively to a curator's remark", + "Moving carefully to avoid touching a guarded exhibit", + "Accepting a small tasting and nodding politely" + ], + "camera": "Gallery-paced slow push-ins with sculptural composition framing", + "accents": [ + "spotlight rim emphasizing garment architecture", + "stone and fabric micro-texture contrast" + ], + "mood": "intellectual glamour", + "lighting": "night: controlled gallery spotlights with soft ambient", + "style": "art-meets-fashion editorial cinematography" + }, + { + "subGenre": "Evening Gowns", + "scene": "Bright rehearsal day with sample gowns and pattern draping", + "sceneVariants": [ + "Bright rehearsal day with sample gowns and pattern draping", + "A chorus of assistants arranging gowns on dress forms", + "A designer pinning and adjusting a sample on a live model", + "Chalk lines and measurement notes scattered on a table", + "Steam rising from a nearby pressing station" + ], + "actions": [ + "Marking a re-drape point with chalk and pinning", + "Directing a quick run-through of a pose", + "Inspecting a seamline in bright daylight", + "Packing a sample back onto a labeled hanger" + ], + "camera": "Documentary close-ups of craft with process-oriented mid-shots", + "accents": [ + "bright studio daylight and seam micro-detail", + "chalk dust and textile micro-texture" + ], + "mood": "practical focused creativity", + "lighting": "day: bright atelier daylight", + "style": "process-driven couture cinematography" + }, + { + "subGenre": "Evening Gowns", + "scene": "Dusk vineyard wedding reception with flowing pastel gowns", + "sceneVariants": [ + "Dusk vineyard wedding reception with flowing pastel gowns", + "Lantern-lit long tables and rustic wooden chairs", + "Gowns catching soft breeze from nearby vines", + "A bride's entourage arranging a trailing veil", + "A guitarist strumming beneath a pergola" + ], + "actions": [ + "Walking down a lantern-lit aisle hand in hand", + "Adjusting a small corsage and smiling broadly", + "Dancing a gentle circle as music plays", + "Tucking a ribbon into a hair bun mid-step" + ], + "camera": "Warm glidecam two-shots with romantic reaction inserts", + "accents": [ + "golden vineyard rim-light and pastel fabric micro-detail", + "lantern fire micro-glow and wooden table texture" + ], + "mood": "celebratory romance", + "lighting": "evening/golden hour: warm backlight with gentle fill", + "style": "wedding couture cinematography" + }, + { + "subGenre": "Evening Gowns", + "scene": "Night high-fashion editorial with dramatic cut-outs and sculpted silhouettes", + "sceneVariants": [ + "Night high-fashion editorial with dramatic cut-outs and sculpted silhouettes", + "A stark black cyclorama and a single focused key", + "Architectural shoulder details forming striking geometry", + "An assistant applying a final adhesive bead", + "A model holding a rigid, sculpted pose for an extended exposure" + ], + "actions": [ + "Holding a long pose as the camera captures a slow exposure", + "Fine-tuning a sculpted edge with a padded clamp", + "Checking a test frame and modifying stance", + "Applying a small touch-up to a painted seam" + ], + "camera": "High-contrast single-light editorial setup with precise composition", + "accents": [ + "sharp key rim and fabric architectural micro-detail", + "textural micro-contrast between matte and gloss elements" + ], + "mood": "sculptural avant-garde", + "lighting": "night: single hard key with deep shadow contrast", + "style": "conceptual couture cinematography" + }, + { + "subGenre": "Evening Gowns", + "scene": "Bright luncheon for designers with lighter cocktail gowns and floral accents", + "sceneVariants": [ + "Bright luncheon for designers with lighter cocktail gowns and floral accents", + "A long table set with delicate china and floral runners", + "Designers comparing sketches between sips of tea", + "A small runway for a quick informal presentation", + "A rack of upcoming collection samples nearby" + ], + "actions": [ + "Holding a small tea cup with graceful fingers", + "Presenting a quick sketch and receiving thoughtful nods", + "Clapping politely after a prototype walk", + "Tucking a loose ribbon into a neat knot" + ], + "camera": "Enlightened human-scale shots with detail inserts on floral and fabric", + "accents": [ + "bright interior daylight with floral micro-petal detail", + "china glaze micro-speculars" + ], + "mood": "refined collegiality", + "lighting": "day: bright interior daylight", + "style": "industry luncheon fashion cinematography" + }, + { + "subGenre": "Evening Gowns", + "scene": "Dusk city rooftop editorial with metallic gowns and skyline bokeh", + "sceneVariants": [ + "Dusk city rooftop editorial with metallic gowns and skyline bokeh", + "Gowns reflecting neon and tower lights like liquid metal", + "A small row of LED edge-lights for controlled rim accents", + "Wind creating subtle ripples across laminated surfaces", + "A model stepping to the edge with careful poise" + ], + "actions": [ + "Tilt-and-turn to catch a changing reflection", + "Holding a still moment for a tight portrait test", + "Adjusting footwear beneath a long hem discreetly", + "Turning to face the city and inhale deeply" + ], + "camera": "Low-angle editorial passes with tight reflective inserts", + "accents": [ + "city bokeh micro-sheen and metallic fabric micro-gloss", + "LED rim micro-highlights on sculpted seams" + ], + "mood": "urban futuristic glamour", + "lighting": "evening/dusk: mixed neon and LED rim-light", + "style": "metropolitan editorial cinematography" + }, + { + "subGenre": "Evening Gowns", + "scene": "Night charity gala auction with elegant gowns and raised paddles", + "sceneVariants": [ + "Night charity gala auction with elegant gowns and raised paddles", + "A lacquered podium and an auctioneer mid-call", + "Rows of seated patrons in refined evening attire", + "A live preview of one iconic gown under a spotlight", + "A paddle raised with a confident, practiced motion" + ], + "actions": [ + "Raising a paddle and nodding to confirm a bid", + "Whispering to a neighbor about provenance", + "Standing to applaud a winning lot with small grace", + "Leaning to inspect an archival stitch with quiet reverence" + ], + "camera": "Event-paced coverage with auction-synced reaction cuts", + "accents": [ + "spotlight rim and fabric micro-detail under close inspection", + "paper paddle micro-texture and lacquer micro-reflection" + ], + "mood": "benevolent sophistication", + "lighting": "night: strong event spotlight with warm ambient", + "style": "philanthropic gala fashion cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/fashion_and_beauty_hair_styling.json b/src/data/fashion_and_beauty_hair_styling.json new file mode 100644 index 0000000..d560b88 --- /dev/null +++ b/src/data/fashion_and_beauty_hair_styling.json @@ -0,0 +1,529 @@ +{ + "fashion_and_beauty": [ + { + "subGenre": "Hair Styling", + "scene": "Salon Morning Rush", + "sceneVariants": [ + "A bright salon with rowed stations and steaming towel stacks", + "Stylists clipping, blow-drying, and chatting with clients", + "Mirrors reflecting layered activity and product shelves", + "A stylist spraying thermal protectant while a client reads a magazine", + "A bar cart loaded with brushes and fresh foils" + ], + "actions": [ + "Blow-drying with a round brush to add volume", + "Sectioning hair with precision clips", + "Applying a smoothing serum through lengths", + "Final mist of finishing spray and a quick shake-out" + ], + "camera": "Fluid 35-50mm coverage with tight over-the-shoulder detail shots", + "accents": [ + "warm salon rim-light emphasizing shine", + "micro-detail on brush stroke and strand separation" + ], + "mood": "busy confident service", + "lighting": "bright indoor day lighting", + "style": "lifestyle commercial salon" + }, + { + "subGenre": "Hair Styling", + "scene": "Glamorous Red-Carpet Updo", + "sceneVariants": [ + "A private dressing room with a stylist placing pins into a voluminous chignon", + "A model in a sequined gown having loose tendrils curled", + "Close-up of decorative hairpins being placed", + "Veiled clips and embellished combs resting on a velvet cloth", + "An assistant holding a spray to set the updo" + ], + "actions": [ + "Twisting and pinning sections into an elegant chignon", + "Tucking jeweled pins into strategic loops", + "Softening edges with a finger and light hairspray", + "Smoothing flyaways for a flawless silhouette" + ], + "camera": "Intimate 85mm portraits and slow reveal crane-ins", + "accents": [ + "soft warm rim-light with subtle bloom on pin facets", + "high micro-detail on hair texture and metal pins" + ], + "mood": "poised elevated glamour", + "lighting": "soft indoor evening lighting", + "style": "editorial red-carpet glam" + }, + { + "subGenre": "Hair Styling", + "scene": "Barber Shop Fade Station", + "sceneVariants": [ + "A modern barber shop with neon signage and clippers buzzing", + "A barber using a straight razor to clean the neckline", + "Powder puffing and short textured top detail visible", + "A wall of vintage mirrors and leather chairs", + "A wet towel and aftershave bottle awaiting the finish" + ], + "actions": [ + "Using clippers to sculpt a tight skin fade", + "Drawing precise lines with a trimmer", + "Applying pomade for textured separation", + "Brushing off loose hairs and a final straight-razor pass" + ], + "camera": "Handheld close-finish coverage with 35mm context masters", + "accents": [ + "cool barbershop rim-light with metallic sheen", + "crisp micro-detail on short hair texture and skinline" + ], + "mood": "confident refined cool", + "lighting": "bright indoor day/night practical lighting", + "style": "urban grooming editorial" + }, + { + "subGenre": "Hair Styling", + "scene": "Boho Beach Wave Session", + "sceneVariants": [ + "A sunlit beach hut where a stylist braids and sprays salt mist", + "Loose beach waves and braided crown accents being finished", + "Shells and woven rugs framing a styling chair", + "A model with wind-tousled hair laughing at the shore", + "A jar of sea-salt spray and wide-tooth comb on a driftwood table" + ], + "actions": [ + "Raking salt spray through hair and scrunching for texture", + "Tying small plaits and pulling them gently apart for volume", + "Running fingers through ends to create soft separation", + "Tucking a shell clip into a loose braid" + ], + "camera": "Natural wide beach coverage with 85mm tactile close-ups", + "accents": [ + "golden hour rim-light with wind motion blur accents", + "macro detail on salt texture and strand movement" + ], + "mood": "carefree sun-kissed ease", + "lighting": "warm day golden-hour lighting", + "style": "bohemian lifestyle" + }, + { + "subGenre": "Hair Styling", + "scene": "Sleek High-Fashion Ponytail", + "sceneVariants": [ + "Studio set with a high gloss backdrop and strong key light", + "A model with a slicked-back top knot and ultra-straight ponytail", + "A stylist smoothing edges with gel and a fine-tooth comb", + "A long wrap of hair tied to conceal the elastic", + "Precision of ponytail length accentuated against seamless white" + ], + "actions": [ + "Smoothing hair into a high pony with tension", + "Wrapping a strand around the elastic for a refined finish", + "Applying anti-frizz serum for slick shine", + "Spraying a controlled mist to lock the silhouette" + ], + "camera": "Studio 85-100mm portraits with crisp profile shots", + "accents": [ + "strong studio rim-light creating glossy speculars", + "high micro-detail on hair sheen and precise edges" + ], + "mood": "polished modern confidence", + "lighting": "controlled studio day lighting", + "style": "high-fashion editorial" + }, + { + "subGenre": "Hair Styling", + "scene": "Vintage Roller Set", + "sceneVariants": [ + "A retro vanity with heat rollers and satin scarves", + "A model in curlers sipping tea while hair sets", + "A stylist removing velcro rollers to reveal a soft wave", + "A pile of vintage hairpins and a jar of setting lotion", + "A polka-dot cape protecting clothing during the set" + ], + "actions": [ + "Setting hair in rollers section by section", + "Removing rollers and pinning curls to cool", + "Brushing out for soft vintage waves", + "Finishing with a soft mist of medium hold hairspray" + ], + "camera": "Warm 50mm portraits with overhead process shots", + "accents": [ + "nostalgic warm rim-light with soft curl bloom", + "micro-detail on roller imprints and finger waves" + ], + "mood": "nostalgic pampered ritual", + "lighting": "soft indoor day vintage lighting", + "style": "retro beauty editorial" + }, + { + "subGenre": "Hair Styling", + "scene": "Street-Style Color Touch-Up", + "sceneVariants": [ + "A mobile color van at an urban block party doing quick root touches", + "Vibrant pastel hues being sprayed into streaks under natural light", + "A stylist with colorful gloves mixing semi-permanent dye", + "A model checking tones in a phone selfie mirror", + "Temporary color chalk being dusted into short fringes" + ], + "actions": [ + "Applying temporary color accents at the roots and tips", + "Blending two tones for an ombre effect", + "Using a comb to feather color into place", + "Sealing with a light mist to reduce transfer" + ], + "camera": "Energetic handheld with close color detail inserts", + "accents": [ + "bright daylight rim-light with saturated pigment pops", + "texture emphasis on dyed strand separation" + ], + "mood": "playful expressive creativity", + "lighting": "bright outdoor day lighting", + "style": "street-culture editorial" + }, + { + "subGenre": "Hair Styling", + "scene": "Traditional Bridal Hair", + "sceneVariants": [ + "A soft bridal suite where a stylist braids a low, romantic bun", + "Fresh flowers woven into a halo braid", + "Veil placement and discreet bobby pin tucking in close-up", + "Delicate tendrils curled and pinned around the face", + "A vintage comb used to anchor a veil" + ], + "actions": [ + "Weaving small braids into a low chignon", + "Securing floral accents with invisible pins", + "Tugging gently to create softness around the crown", + "Testing veil placement for balance and silhouette" + ], + "camera": "Tender 85mm portraits with shallow depth-of-field", + "accents": [ + "golden soft rim-light with bloom on florals", + "high micro-detail on braid texture and pin placement" + ], + "mood": "romantic serene celebration", + "lighting": "soft indoor day lighting", + "style": "timeless bridal" + }, + { + "subGenre": "Hair Styling", + "scene": "Runway Braiding Montage", + "sceneVariants": [ + "Multiple models in a row receiving complex braided treatments", + "Braids varying from cornrows to intricate halo braids", + "Stylists working in sync with labeled stations", + "A storyboard showing each look step-by-step", + "A palette of metallic threads and tiny rings for embellishment" + ], + "actions": [ + "Creating tight cornrow anchors and expanding into larger plaits", + "Threading metallic cord through braids for shine", + "Securing micro-rings to add texture", + "Pulling braids slightly for volume and shape" + ], + "camera": "Fast-paced documentary cuts with tight braid macros", + "accents": [ + "bright backstage rim-light with metallic micro-shine", + "texture emphasis on braid complexity and metal accents" + ], + "mood": "high-energy creative precision", + "lighting": "bright backstage night lighting", + "style": "editorial runway styling" + }, + { + "subGenre": "Hair Styling", + "scene": "Nightclub Glitter Roots", + "sceneVariants": [ + "A DJ booth glow with models sporting glitter-scattered roots", + "Strobing lights catching flecks of metallic in hair", + "A makeup/hair artist applying cosmetic glitter to part lines", + "Tiny LEDs woven into braids reflecting across a crowd", + "A quick hand sealing glitter with a setting spray" + ], + "actions": [ + "Pressing cosmetic glitter into part lines with a flat brush", + "Securing LED accents into braided wefts", + "Tapping away excess glitter for a clean edge", + "Applying final spray to lock the effect" + ], + "camera": "Low-light handheld with close glitter macro shots", + "accents": [ + "colored strobe rim-light with glitter micro-sparkle", + "high micro-detail on adhesive edges and strand catch" + ], + "mood": "electric celebratory nightlife", + "lighting": "selective night lighting with strobe/neon", + "style": "club editorial" + }, + { + "subGenre": "Hair Styling", + "scene": "Afro-Texture Styling Session", + "sceneVariants": [ + "A warm studio with a stylist using wide-tooth combs on dense curls", + "Sectioning and moisturizing products on a wooden tray", + "A model receiving twist-outs and defined coil shaping", + "A diffuser overhead warming curls to set shape", + "Natural oils and creams displayed in amber bottles" + ], + "actions": [ + "Applying leave-in conditioner and detangling gently", + "Defining coils with finger-twisting technique", + "Using a diffuser to gently dry and set volume", + "Separating sections for a full, even silhouette" + ], + "camera": "Intimate 50-85mm portraits with texture macro close-ups", + "accents": [ + "warm soft rim-light with tactile curl emphasis", + "micro-detail on coil definition and sheen" + ], + "mood": "nurturing proud authenticity", + "lighting": "soft studio day lighting", + "style": "natural texture editorial" + }, + { + "subGenre": "Hair Styling", + "scene": "Undercut Creative Tattoo Reveal", + "sceneVariants": [ + "A model with an intricate shaved undercut revealing a geometric pattern", + "Barbers using trimmers to etch fine lines into hair", + "Clipper patterns being final-checked with a small comb", + "A close reveal as the model tosses hair aside to show the design", + "A chalk template used to plan the negative space" + ], + "actions": [ + "Etching fine lines with a precision trimmer", + "Cleaning shorn hair and outlining for contrast", + "Applying finish oil to the top section to exaggerate difference", + "Composing a reveal pose for dramatic effect" + ], + "camera": "Tight 35-85mm portraits with macro shaved-line detail", + "accents": [ + "cool rim-light for crisp negative-space edge", + "high micro-detail on clipper cuts and skin contrast" + ], + "mood": "bold expressive edge", + "lighting": "controlled studio day/night lighting", + "style": "alternative fashion editorial" + }, + { + "subGenre": "Hair Styling", + "scene": "Mobile Festival Braids", + "sceneVariants": [ + "A pop-up braid stall at a music festival with colorful ribbons", + "A line of attendees getting quick micro-braids and beadwork", + "Sun-streaked hair with festival glitter and temporary threads", + "A stylist wrapping colored thread around small plaits", + "A portable mirror and spray bottle on a fold-out table" + ], + "actions": [ + "Creating quick micro-braids with decorative thread", + "Adding beads and charms to finished braids", + "Securing loose ends with small elastic bands", + "Applying light oil to add sheen and prevent frizz" + ], + "camera": "Vibrant handheld festival coverage with braid macros", + "accents": [ + "bright outdoor rim-light with colorful thread highlights", + "micro-detail on bead placements and braid texture" + ], + "mood": "playful communal expression", + "lighting": "bright outdoor day lighting", + "style": "festival lifestyle" + }, + { + "subGenre": "Hair Styling", + "scene": "Editorial Wet-Look Studio Shoot", + "sceneVariants": [ + "A studio set drenched with glossy wet-look products and slicked-back hair", + "A model with hair combed flat against the scalp and high sheen", + "Reflective puddles on the floor echoing hair shine", + "A stylist applying gel in rhythmic strokes for a sculpted effect", + "A tinted oil giving a colored wet sheen to lengths" + ], + "actions": [ + "Applying wet-look gel in smooth strokes", + "Combing hair into precise sculpted shapes", + "Using a gentle fan to hold shape while product sets", + "Polishing edges for mirror-like reflection" + ], + "camera": "Controlled studio close-ups and cinematic low-angle shots", + "accents": [ + "high-key rim-light creating glossy speculars", + "micro-detail on product sheen and sculpt lines" + ], + "mood": "edgy polished drama", + "lighting": "high-contrast studio lighting", + "style": "avant-garde fashion" + }, + { + "subGenre": "Hair Styling", + "scene": "Children's Fun Salon Moment", + "sceneVariants": [ + "A cheerful kid-friendly salon with colorful capes and stickers", + "A child receiving a tiny braid with sparkly beads", + "A parent capturing the moment on a phone camera", + "Tiny scissors and soft brushes on a playful tray", + "Cartoon decals and playful mirrors at kid height" + ], + "actions": [ + "Gently braiding a small section while singing softly", + "Fastening a glittery hair clip for delight", + "Blowing pretend bubbles with a hairdryer to entertain", + "Rewarding with a sticker and high-five after styling" + ], + "camera": "Bright low-angle lifestyle coverage with 35mm close-ups", + "accents": [ + "vibrant daylight rim-light with playful sparkle highlights", + "micro-detail on tiny braid and accessory texture" + ], + "mood": "joyful lighthearted warmth", + "lighting": "bright indoor day lighting", + "style": "family-friendly editorial" + }, + { + "subGenre": "Hair Styling", + "scene": "Grooming for Editorial Beard and Hair Sync", + "sceneVariants": [ + "A combined grooming station aligning beard trims with hair styling", + "A barber shaping a beard line to complement a haircut", + "A stylist applying texturizing powder to hair for matte separation", + "A model checking alignment in a matte-finish mirror", + "A clean cloth and small scissors on a polished tray" + ], + "actions": [ + "Trimming and defining beard lines to match hair offsets", + "Blending sideburns into the haircut fade", + "Applying texturizing product for matte separation", + "Finishing with light mist to set the overall silhouette" + ], + "camera": "Documentary 35-85mm with tight facial hair macro shots", + "accents": [ + "neutral studio rim-light with matte micro-detail emphasis", + "texture focus on beard and short hair integration" + ], + "mood": "crafted refined grooming", + "lighting": "controlled indoor studio lighting", + "style": "male grooming editorial" + }, + { + "subGenre": "Hair Styling", + "scene": "Avant Runway Wig Application", + "sceneVariants": [ + "A team applying elaborate wigs and padding under hot backstage lights", + "Mannequin heads with pre-styled wigs lined in order", + "A model having lace-front edges glued and blended", + "Pinning and shaping extravagant wig silhouettes for runway", + "A wig glue and remover kit arrayed systematically" + ], + "actions": [ + "Securing lace-front edges with medical adhesive", + "Trimming lace and blending with makeup for a seamless hairline", + "Pushing and styling padding to sculpt elevation", + "Final steam and brush-through to set the wig" + ], + "camera": "Energetic backstage handheld with macro hairline detail", + "accents": [ + "bright backstage rim-light with high wig sheen", + "micro-detail on lace edge and glue finish" + ], + "mood": "theatrical meticulous energy", + "lighting": "bright backstage night lighting", + "style": "runway theatrical" + }, + { + "subGenre": "Hair Styling", + "scene": "After-Party Tousled Reveal", + "sceneVariants": [ + "A dim after-party with silhouettes and deliberately rumpled hair", + "A stylist tousling curls to create an undone glamorous look", + "Hands running through hair for a carefree finish", + "A cocktail glass and a thrown jacket in the background", + "A smoky room with low practical lights" + ], + "actions": [ + "Raking fingers through curls to loosen structured shape", + "Applying texturizing powder at roots for lift", + "Ruffling and defining loose pieces around the face", + "Quick final spray to hold the undone texture" + ], + "camera": "Intimate low-light handheld with shallow depth-of-field", + "accents": [ + "warm low-key rim-light emphasizing motion", + "micro-detail on tousled strand separation" + ], + "mood": "carefree nocturnal charisma", + "lighting": "low night practical lighting", + "style": "editorial nightlife" + }, + { + "subGenre": "Hair Styling", + "scene": "Hair Color Salon Consultation", + "sceneVariants": [ + "A consultation area with color swatches and hair charts", + "A stylist holding up swatches to a model under a daylight lamp", + "Before-and-after samples pinned on a board", + "A color wheel and mix jars showing pigment choices", + "A clipboard with notes about porosity and desired tone" + ], + "actions": [ + "Comparing swatches to skin undertone and planning formula", + "Mixing color in precise ratios for desired result", + "Performing a strand test and photographing results", + "Documenting aftercare instructions and product picks" + ], + "camera": "Clean 50mm portraits with over-the-shoulder process shots", + "accents": [ + "soft natural rim-light for true-to-tone color", + "micro-detail on swatch texture and pigment consistency" + ], + "mood": "informative calm confidence", + "lighting": "bright indoor day lighting", + "style": "professional salon editorial" + }, + { + "subGenre": "Hair Styling", + "scene": "Bohemian Festival Upstyle at Dusk", + "sceneVariants": [ + "A field with fairy lights where stylists create loose twisted upstyles", + "Ribbons and braids mingling with wildflower crowns", + "A small portable mirror catching golden-dusk light", + "Handmade clips and floral pins laid out on a blanket", + "A portable steamer and spray bottle nearby" + ], + "actions": [ + "Twisting loose sections into a messy upstyle and securing with pins", + "Incorporating tiny braids and floral accents", + "Tugging gently for volume and softness", + "Mist-setting the style to hold in the evening breeze" + ], + "camera": "Warm handheld with twilight close-ups and 85mm portraits", + "accents": [ + "golden-dusk rim-light with floral color bounce", + "micro-detail on braid and petal integration" + ], + "mood": "romantic playful freedom", + "lighting": "soft twilight lighting", + "style": "festival boho editorial" + }, + { + "subGenre": "Hair Styling", + "scene": "Precision Blowout Bar", + "sceneVariants": [ + "A sleek blowout bar with rows of clients receiving salon-standard volume", + "Stylists using ionic dryers and round brushes to create uniform bounce", + "A display of brushes of all sizes and finishing serums", + "Clients comparing before-and-after reflections in handheld mirrors", + "A powdered ash tray of stray hair clippings kept tidy" + ], + "actions": [ + "Blow-drying sections with a round brush to achieve salon volume", + "Using a cool-shot to set the finished curl", + "Brushing through for smoothness and silhouette", + "Applying a light serum to the mid-lengths for sheen" + ], + "camera": "Clean 35-50mm lifestyle shots with close follicle detail", + "accents": [ + "bright salon rim-light with glossy speculars", + "micro-detail on strand alignment and volume" + ], + "mood": "refreshed confident polish", + "lighting": "bright indoor day lighting", + "style": "commercial beauty" + } + ] +} \ No newline at end of file diff --git a/src/data/fashion_and_beauty_haute_couture.json b/src/data/fashion_and_beauty_haute_couture.json new file mode 100644 index 0000000..119bbcf --- /dev/null +++ b/src/data/fashion_and_beauty_haute_couture.json @@ -0,0 +1,379 @@ +{ + "fashion_and_beauty": [ + { + "subGenre": "Haute Couture", + "scene": "Moonlit atelier fitting with sculpted evening silhouette and hand-sewn embellishment", + "sceneVariants": [ + "Moonlit atelier fitting with sculpted evening silhouette and hand-sewn embellishment", + "A designer pinning minute beadwork under a magnifying loupe", + "Mannequins arranged like an army of potential forms", + "A single skylight catching a painted collarbone finish", + "A row of labeled muslins hanging along a rack" + ], + "actions": [ + "Adjusting a hand-stitched embellishment with tweezers", + "Brushing stray threads and inspecting in magnified light", + "Stepping back to judge silhouette and balance", + "Noting a minute change and transferring to a pattern" + ], + "camera": "Tight dolly inserts on handwork with slow pullbacks to full silhouette", + "accents": [ + "soft skylight rim on satin and bead micro-reflections", + "microscopic stitch detail and thread sheen" + ], + "mood": "meticulous elevated craftsmanship", + "lighting": "night: focused loupe & skylight with low ambient", + "style": "intimate couture atelier cinematography" + }, + { + "subGenre": "Haute Couture", + "scene": "Late-night runway rehearsal under tungsten work lamps and wired seamlines", + "sceneVariants": [ + "Late-night runway rehearsal under tungsten work lamps and wired seamlines", + "Models pacing in measured sequences while dressers prep", + "Clips and magnets quickly replacing a hem for timing", + "A chalked runway marking exact stops", + "A director counting cadence into a stopwatch" + ], + "actions": [ + "Walking a precise step and pausing at a mark", + "A dresser smoothing a train in one practiced motion", + "Adjusting a headpiece and checking balance", + "Calling cues and syncing music onset" + ], + "camera": "Steady lateral tracking with cut-ins on hands and feet", + "accents": [ + "warm tungsten roll on fabric and metal micro-highlights", + "fabric motion micro-crispness" + ], + "mood": "disciplined creative tension", + "lighting": "night: practical tungsten rehearsal lamps", + "style": "backstage-to-runway couture cinematography" + }, + { + "subGenre": "Haute Couture", + "scene": "Dawn editorial shoot in a museum hall with sculptural gowns and marble", + "sceneVariants": [ + "Dawn editorial shoot in a museum hall with sculptural gowns and marble", + "A gown posed to echo a nearby classical statue", + "Soft padding under heels to protect flooring", + "A stylist finishing a painted seam under soft morning light", + "A preparator ensuring conservation-safe placements" + ], + "actions": [ + "Composing a tableau to mirror museum pieces", + "Holding still while a key light is micro-positioned", + "Adjusting fabric tension to match a sculptural line", + "Stepping out between frames to recompose" + ], + "camera": "Elegant crane and glide with micro-framing of sculptural detail", + "accents": [ + "predawn skylight rim and marble micro-grain contrast", + "bead and applique micro-reflection" + ], + "mood": "art-meets-couture reverence", + "lighting": "day/dawn: soft architectural daylight", + "style": "museum editorial couture cinematography" + }, + { + "subGenre": "Haute Couture", + "scene": "Midday fitting with a master tailor adjusting boning and internal structure", + "sceneVariants": [ + "Midday fitting with a master tailor adjusting boning and internal structure", + "A corset partially open for measured inserts", + "Pins and canvas layers revealing underlying architecture", + "A measuring tape cradled across chest like a compass", + "A pattern master sketching a nuanced curve" + ], + "actions": [ + "Tacking in a canvas stay and checking posture", + "Measuring internal seam allowance with a small calliper", + "Tightening a boning channel and checking mobility", + "Notating structural changes in a leather-bound book" + ], + "camera": "Macro structural inserts with clinical wide documenting context", + "accents": [ + "bright atelier daylight and canvas micro-texture", + "boning micro-speculars and seam micro-detail" + ], + "mood": "architectural precision", + "lighting": "day: bright atelier light for close accuracy", + "style": "technical couture process cinematography" + }, + { + "subGenre": "Haute Couture", + "scene": "Evening private salon showing with seated patrons and delicate veils", + "sceneVariants": [ + "Evening private salon showing with seated patrons and delicate veils", + "Candles in silver candelabra and hushed conversation", + "A model performing a slow pivot to reveal needlework", + "Closely observed hand-stitched embroidery by a patron", + "A velvet rope marking the intimate salon perimeter" + ], + "actions": [ + "Turning slowly to present embroidered back detail", + "Receiving applause in quiet controlled claps", + "Leaning to accept an approving nod from an elder patron", + "Removing a veil to reveal a face for final applause" + ], + "camera": "Intimate two-shots and slow reaction cuts emphasizing tactility", + "accents": [ + "candle warm rim and bead micro-diffraction", + "velvet nap micro-highlights and thread micro-detail" + ], + "mood": "exclusive refined intimacy", + "lighting": "evening: candle and warm practicals", + "style": "private salon couture cinematography" + }, + { + "subGenre": "Haute Couture", + "scene": "Night atelier embroidery marathon with sequins, fringe and tiny seed beads", + "sceneVariants": [ + "Night atelier embroidery marathon with sequins, fringe and tiny seed beads", + "A matrix of illuminated stations each with a master embroiderer", + "Trays of sorted beads like jewels under white light", + "A watchful designer approving a stitch and motion", + "Threads laid in color gradients on trays" + ], + "actions": [ + "Stitching a thousand tiny seed beads with steady motion", + "Sorting bead shades under a magnifier for perfect gradation", + "Feeding a fringe seam and checking movement", + "Tying an invisible knot to secure an appliqué" + ], + "camera": "Macro time-lapse sequences intercut with intimate hand-closeups", + "accents": [ + "focused task-lamp micro-gloss and bead micro-refraction", + "thread micro-sheen and fabric pore detail" + ], + "mood": "obsessive artisanal dedication", + "lighting": "night: concentrated task lamps with low ambient", + "style": "artisan beadwork couture cinematography" + }, + { + "subGenre": "Haute Couture", + "scene": "Dawn atelier watercolor drape studies translating paint into fabric", + "sceneVariants": [ + "Dawn atelier watercolor drape studies translating paint into fabric", + "Paper studies pinned beside draped fabrics in corresponding tones", + "A model wrapped in a wet-draped sample to test weight", + "A studio sink with diluted pigments staining a towel", + "Brushes laid flat beside a roll of uncut silk" + ], + "actions": [ + "Steaming a dyed panel to test color fastness", + "Laying a painted swatch over skin to test how it reads", + "Dickering small pigment shifts and recording codes", + "Hanging a sample to air-dry for texture evaluation" + ], + "camera": "Process-centric close-up with gentle crane reveals", + "accents": [ + "predawn soft rim and pigment micro-gradient detail", + "silk tooth micro-finish and dye edge micro-bleed" + ], + "mood": "experimental artisanal curiosity", + "lighting": "day/dawn: soft natural studio light", + "style": "color-to-fabric couture cinematography" + }, + { + "subGenre": "Haute Couture", + "scene": "Evening gilded gala with architectural headpieces and mirrored floor", + "sceneVariants": [ + "Evening gilded gala with architectural headpieces and mirrored floor", + "Guests gliding across a highly reflective stage", + "A sculptural headdress catching crisp rim light", + "An assistant striking a pose for a test capture", + "A long procession of dramatic silhouettes" + ], + "actions": [ + "Balancing a sculpted headpiece while stepping in a measured line", + "Holding posture to maintain sculptural silhouette", + "A photographer calling for a precise expression", + "A final synchronized dip as music resolves" + ], + "camera": "Reflective crane and dolly passages with slow wide-to-tight cuts", + "accents": [ + "spotlight rim interplay and metallic micro-gloss", + "mirror-floor micro-reflections and headpiece micro-structure" + ], + "mood": "grand theatrical opulence", + "lighting": "evening: strong key spotlights with controlled fill", + "style": "spectacle haute couture cinematography" + }, + { + "subGenre": "Haute Couture", + "scene": "Late-night atelier pattern carving with precision rulers and chalked muslin", + "sceneVariants": [ + "Late-night atelier pattern carving with precision rulers and chalked muslin", + "A pattern master scoring curves with a razor-sharp blade", + "Chalk dust floating as cuts are made", + "A table strewn with labeled pattern pieces and pins", + "A small scale model of a final silhouette" + ], + "actions": [ + "Scribing a curve on muslin with a steady hand", + "Cutting an exact seam allowance and labeling the piece", + "Fitting a pattern to a mannequin and tweaking balance", + "Translating a painterly sketch into a graded pattern" + ], + "camera": "Macro pattern-focus with steady overhead documentation", + "accents": [ + "task-lamp micro-lighting and chalk micro-particulate detail", + "paper grain and blade micro-edge detail" + ], + "mood": "technical creative rigor", + "lighting": "night: focused task lamp with low ambient", + "style": "pattern atelier couture cinematography" + }, + { + "subGenre": "Haute Couture", + "scene": "Dawn couture tea with clients trying on prototypes in a sun-lit salon", + "sceneVariants": [ + "Dawn couture tea with clients trying on prototypes in a sun-lit salon", + "A tea service on a low table and small petit fours arranged", + "A client standing while the designer drapes a sample", + "A mirror wall reflecting multiple figures in soft light", + "A rack of finished prototypes labeled by client" + ], + "actions": [ + "Turning slowly to view a prototype from multiple angles", + "A designer pinning and murmuring a minor adjustment", + "Taking a small sip between measured comments", + "Noting a client's preference and recording a reference" + ], + "camera": "Warm salon coverage with reflective mirror inserts", + "accents": [ + "predawn soft rim on silk and bead micro-detail", + "tea steam micro-reflections and porcelain micro-gloss" + ], + "mood": "exclusive personalized refinement", + "lighting": "day/dawn: soft salon daylight", + "style": "client couture salon cinematography" + }, + { + "subGenre": "Haute Couture", + "scene": "Midday archival study with vintage couture gowns preserved in a climate room", + "sceneVariants": [ + "Midday archival study with vintage couture gowns preserved in a climate room", + "Textile conservators examining hidden seams under magnifiers", + "Flat archival boxes labeled with dates and provenance", + "Silks sanitized and resting on padded forms", + "A small notebook listing historic techniques" + ], + "actions": [ + "Unwrapping a delicate historic bodice with gloved hands", + "Recording thread count and noting restoration points", + "Comparing technique with a contemporary sample", + "Photographing details for conservation records" + ], + "camera": "Quiet documentary inserts with sterile-wide archival context", + "accents": [ + "cool archival light and fabric age micro-patina", + "paper label micro-texture and glove micro-fiber detail" + ], + "mood": "scholarly reverence", + "lighting": "day: bright controlled archival light", + "style": "heritage couture archival cinematography" + }, + { + "subGenre": "Haute Couture", + "scene": "Evening private commission unveiling with tailored cloak and monogram", + "sceneVariants": [ + "Evening private commission unveiling with tailored cloak and monogram", + "A hand-stitched monogram being revealed under velvet cloth", + "A small intimate circle applauding softly", + "A custom case containing a certificate of provenance", + "An assistant removing final pins for presentation" + ], + "actions": [ + "Lifting a velvet cloth to reveal a cloaked form slowly", + "Accepting congratulations with a composed nod", + "Signing a certificate and handing it to the patron", + "Explaining subtle tailoring choices in a low tone" + ], + "camera": "Slow reveal coverage with close-insert detail on monogram and seals", + "accents": [ + "warm velvet rim and monogram micro-embroidery detail", + "certificate paper micro-texture and seal gloss" + ], + "mood": "ceremonial bespoke pride", + "lighting": "evening: warm intimate lamp lighting", + "style": "bespoke couture unveiling cinematography" + }, + { + "subGenre": "Haute Couture", + "scene": "Night couture atelier with gilded trims and glass-beaded fringes being set", + "sceneVariants": [ + "Night couture atelier with gilded trims and glass-beaded fringes being set", + "Glass beads threaded in meticulous lines under a loupe", + "A fringe being tested for movement on a mannequin", + "A tray of tiny sequins arranged by hue", + "A tester pulling a thread to test durability" + ], + "actions": [ + "Stringing glass beads with minute patience", + "Sewing a fringe with perfect spacing for rhythm", + "Testing movement and documenting optimal length", + "Cataloging beads and numbers for inventory" + ], + "camera": "Macro-sequence stitching with process time-lapse occasional wide", + "accents": [ + "task-lamp bead micro-refraction and thread micro-sheen", + "fabric nap micro-detail" + ], + "mood": "obsessive exquisite craft", + "lighting": "night: loupe & task lamps with low ambient", + "style": "ornamental couture craftsmanship cinematography" + }, + { + "subGenre": "Haute Couture", + "scene": "Dawn photographic plate capture for archival lookbook with vintage camera", + "sceneVariants": [ + "Dawn photographic plate capture for archival lookbook with vintage camera", + "A polished wooden view camera and a dark cloth draped over", + "Large-format plates being loaded and handled carefully", + "A test exposure reading with a handheld light meter", + "A finished negative placed to dry under a soft lamp" + ], + "actions": [ + "Composing a plate with precise framing and tilt adjustments", + "Loading a photographic plate and aligning the darkslide", + "Exposing a slow plate and waiting in quiet anticipation", + "Developing and placing a plate to dry with gloved hands" + ], + "camera": "Documentary close inserts of analogue process with period-wide", + "accents": [ + "predawn soft lamp on glass plate micro-sheen", + "wood and metal camera micro-detail" + ], + "mood": "timeless archival artistry", + "lighting": "day/dawn: soft controlled studio light", + "style": "analog couture archival cinematography" + }, + { + "subGenre": "Haute Couture", + "scene": "Evening haute couture gala seated dinner with sculpted silhouettes and fine china", + "sceneVariants": [ + "Evening haute couture gala seated dinner with sculpted silhouettes and fine china", + "Silk-clad guests sitting under low chandeliers", + "A sculptural gown sweeping under the table as a chair is pulled", + "Servers presenting an articulated plated course", + "A small stage for an after-dinner presentation" + ], + "actions": [ + "Rising to present a short acknowledgment at the table", + "Accepting a small tasting and placing a napkin with etiquette", + "Adjusting a glove for a proper toast", + "Applauding politely with measured hand movement" + ], + "camera": "Elegant glide through table-scapes with close-insert detail on fabric and china", + "accents": [ + "chandelier warm micro-gloss and silk micro-finish", + "china glaze and silverware micro-speculars" + ], + "mood": "refined ceremonial indulgence", + "lighting": "evening: warm chandelier and table practicals", + "style": "luxury haute couture event cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/fashion_and_beauty_makeup_styles.json b/src/data/fashion_and_beauty_makeup_styles.json new file mode 100644 index 0000000..ca5ed95 --- /dev/null +++ b/src/data/fashion_and_beauty_makeup_styles.json @@ -0,0 +1,429 @@ +{ + "fashion_and_beauty": [ + { + "subGenre": "Makeup Styles", + "scene": "Natural Morning Routine", + "sceneVariants": [ + "Soft-lit bathroom mirror with morning sunlight and minimalist products", + "A model applying tinted moisturizer by a sunlit window", + "A small tray with cream blushes and a wooden brush", + "Light bobby pins and a loose bun while applying mascara", + "A plant and a steaming mug beside a neat makeup pouch" + ], + "actions": [ + "Dabbing lightweight foundation with fingertips", + "Brushing a hint of peach blush onto apples of cheeks", + "A gentle sweep of brow gel to tidy arches", + "Applying a clear lip balm and smiling into the mirror" + ], + "camera": "Warm 50mm portraits with soft close-ups on application points", + "accents": [ + "soft morning rim-light creating gentle lens flare", + "subtle skin micro-texture emphasis for realism" + ], + "mood": "calm everyday confidence", + "lighting": "bright soft day lighting through a window", + "style": "clean beauty lifestyle" + }, + { + "subGenre": "Makeup Styles", + "scene": "Bridal Touch-Up Suite", + "sceneVariants": [ + "A bridal prep room with palettes laid out and a steam iron nearby", + "A makeup artist with a tray of long-wear products checking pearls", + "A model in a robe receiving a last-minute powdering", + "Bouquets and veils arranged within reach on a table", + "A handheld mirror reflecting a soft smile" + ], + "actions": [ + "Setting the under-eye with lightweight powder", + "A final sweep of highlighter on cheekbones", + "Touching up lipstick with a precise brush", + "Applying setting spray in a fine mist" + ], + "camera": "Tender 85mm portraits and over-the-shoulder application close-ups", + "accents": [ + "soft bridal rim-light and gentle bloom on highlights", + "fine micro-detail on lashes and beadwork" + ], + "mood": "anticipatory tenderness", + "lighting": "soft warm day lighting (indoor suite)", + "style": "romantic bridal beauty" + }, + { + "subGenre": "Makeup Styles", + "scene": "Runway Quick-Change Makeup Row", + "sceneVariants": [ + "A row of illuminated vanity mirrors with numbered seats and palettes", + "Makeup artists rapidly retouching models in sequence", + "A line of dramatic false lashes and bold pigment jars", + "Racks of outfits and labeled looks close by", + "A clock counting down to showtime above the mirrors" + ], + "actions": [ + "Smudging a smoky liner with practiced speed", + "Applying bold contour under hot lights", + "Adding adhesive lashes and trimming to fit", + "Blotting excess product and handing off to stylists" + ], + "camera": "Fast-cut handheld documentary with tight application macros", + "accents": [ + "bright vanity rim-light with stark contrast", + "specular highlights on metallic pigments" + ], + "mood": "electric focused urgency", + "lighting": "bright backstage night lighting", + "style": "editorial high-fashion beauty" + }, + { + "subGenre": "Makeup Styles", + "scene": "Neon Club Glam", + "sceneVariants": [ + "A club booth with neon signs and glittering LED strobes", + "A model applying metallic pigments under colored light", + "Glitter catching on cheekbones and collarbones", + "A compact mirror reflecting neon letters behind", + "A makeup artist adding adhesive gems around an eye" + ], + "actions": [ + "Pressing glitter in place with a flat brush", + "Layering metallic eyeshadow for depth", + "Applying bold neon liner with a steady hand", + "Affixing tiny rhinestones along the lash line" + ], + "camera": "Low, intimate handheld with color-gel close-ups", + "accents": [ + "vivid neon rim-light mixed with cool shadow fill", + "high micro-detail on glitter and gel textures" + ], + "mood": "electric nocturnal flair", + "lighting": "selective night lighting with neon gels", + "style": "club-inspired creative beauty" + }, + { + "subGenre": "Makeup Styles", + "scene": "Vintage Pinup Makeup Van", + "sceneVariants": [ + "A retro mobile van with polka-dot curtains and red lipstick tubes", + "Classic winged liner tools and bright rouge palettes on a tray", + "A model practicing precise red-lip application in a mirror", + "Curling irons warmed on a chrome counter", + "A vintage poster of a 1950s pinup in the background" + ], + "actions": [ + "Drawing a clean cat-eye with steady elbow support", + "Applying bold matte red lipstick with a lip brush", + "Dusting matte powder to set the vintage finish", + "Pinning bangs into a precise victory roll" + ], + "camera": "Warm 50mm portraits and precise lip/makeup macro shots", + "accents": [ + "nostalgic soft rim-light with matte skin emphasis", + "fine micro-detail on matte lipstick and crisp liner edges" + ], + "mood": "playful classic glamour", + "lighting": "bright controlled day/evening van lighting", + "style": "retro beauty editorial" + }, + { + "subGenre": "Makeup Styles", + "scene": "Editorial Avant-Garde Studio", + "sceneVariants": [ + "A stark white studio with sculptural makeup pieces and paint palettes", + "A model with painted geometric shapes across the face", + "Large brushes and body paints arranged like props", + "An assistant mixing custom pigment slurries at a table", + "A frame of dramatic false bone contouring made of paper" + ], + "actions": [ + "Applying bold painterly strokes with a spatula brush", + "Masking and layering color blocks with adhesive tape", + "Blending harsh edges into soft gradients for camera", + "Securing sculptural pieces with medical-grade adhesive" + ], + "camera": "Art-directed wide masters with extreme macro texture frames", + "accents": [ + "high-contrast studio key lighting with hard shadows", + "texture emphasis on layered paint and sculptural finishes" + ], + "mood": "conceptual dramatic intensity", + "lighting": "controlled studio day/night high-contrast lighting", + "style": "avant-garde editorial" + }, + { + "subGenre": "Makeup Styles", + "scene": "Street-On-The-Go Touch-Up", + "sceneVariants": [ + "A model sitting on a metro bench quickly fixing lipstick", + "A reflective phone camera used as a mirror in a taxi", + "A compact squeezed into a handbag on a windy street", + "A vendor selling small blot papers and travel sizes nearby", + "A crowded crosswalk with a quick powder swipe" + ], + "actions": [ + "Dabbing blotting paper on shiny cheeks", + "Quickly reapplying lip tint with a finger", + "Fastening a compact powder and closing with a clack", + "Adjusting a smudged wing with a business card as a shield" + ], + "camera": "Handheld documentary close-ups and quick inserts", + "accents": [ + "mixed practical rim-light with urban reflections", + "micro-detail on powder texture and lip stain" + ], + "mood": "practical empowered mobility", + "lighting": "day mixed urban practical lighting", + "style": "lifestyle beauty" + }, + { + "subGenre": "Makeup Styles", + "scene": "Bridal Vintage Vanity", + "sceneVariants": [ + "A sun-drenched vintage vanity with pearl necklaces and cream palettes", + "A bride applying soft rose-tinted blush at an ornate mirror", + "A handkerchief tucked beside a compact and hairpins", + "A veil draped over the back of a chair catching light", + "A small stack of old wedding photos on the dresser" + ], + "actions": [ + "Pressing a cream highlighter into the high points", + "Blending neutral shadow for soft definition", + "A delicate lip stain application and blotting", + "Tucking a stray hair behind an ear before standing" + ], + "camera": "Soft 85mm portraits with overhead vanity detail shots", + "accents": [ + "warm morning rim-light with soft bloom on highlights", + "fine micro-detail on pearl sheen and cream finish" + ], + "mood": "nostalgic tender calm", + "lighting": "soft day lighting through lace curtains", + "style": "timeless bridal beauty" + }, + { + "subGenre": "Makeup Styles", + "scene": "Red Carpet Glam Prep", + "sceneVariants": [ + "A hotel suite with a portable vanity preparing for a premiere", + "Glittering palettes and long-wear primers arranged neatly", + "Assistants ensuring editorial-level lashes and contour", + "A mood board with previous red carpet looks taped to a wall", + "A stylist warming false lashes with a tiny torch" + ], + "actions": [ + "Layering long-wear foundation and buffing seamlessly", + "Sculpting cheekbones with deep contour and highlight", + "Applying dramatic lashes and sealing with glue", + "A final sweep of translucent powder and setting spray" + ], + "camera": "Cinematic 50-85mm close-ups with wide reveal shots", + "accents": [ + "controlled warm rim-light with polished highlight pops", + "high micro-detail on lashes and skin finish" + ], + "mood": "confident elevated glamour", + "lighting": "bright indoor suite lighting (evening prep)", + "style": "luxury editorial" + }, + { + "subGenre": "Makeup Styles", + "scene": "Festival Face Paint Booth", + "sceneVariants": [ + "An outdoor festival stall with glitter, gems, and face paints", + "A child and parent choosing colorful tribal designs", + "Glitter spray cans and adhesive gems organized on a tray", + "Confetti and streamers fluttering in the breeze", + "A model with gradient face paint and metallic accents" + ], + "actions": [ + "Airbrushing soft gradients across the cheek", + "Applying sequins and gems with adhesive dots", + "Dusting fine glitter with a soft brush", + "Sealing the design with a gentle mist" + ], + "camera": "Vibrant handheld coverage with macro sparkle inserts", + "accents": [ + "bright outdoor day rim-light with glitter sparkle highlights", + "micro-detail on adhesive gems and paint texture" + ], + "mood": "playful expressive celebration", + "lighting": "bright outdoor day festival lighting", + "style": "colorful playful beauty" + }, + { + "subGenre": "Makeup Styles", + "scene": "Glamour Editorial High-Definition", + "sceneVariants": [ + "A high-def studio shoot emphasizing skin texture and polished finishes", + "Macro palettes of shimmering highlighters and pressed powders", + "A model holding a mirrored compact at jaw angle for dramatic light", + "A line of precision brushes laid out in gradient order", + "A styling board showing close-up makeup reference images" + ], + "actions": [ + "Buffing skin to a polished satin finish", + "Applying micro-highlighter dots to accent facial architecture", + "Sculpting ultra-precise brows with hair-like strokes", + "Touching up glossy lip edges to a clean line" + ], + "camera": "Extreme macro 100mm lenses alternating with 85mm portraits", + "accents": [ + "crisp studio key with specular highlight emphasis", + "ultra-high micro-detail on pore-level skin texture" + ], + "mood": "polished meticulous precision", + "lighting": "controlled studio day lighting for high-definition capture", + "style": "glamour editorial" + }, + { + "subGenre": "Makeup Styles", + "scene": "Drag Performance Prep Room", + "sceneVariants": [ + "A theatrical prep space with colorful palettes, wigs, and rhinestones", + "Performers contouring intensely under bright bulbs", + "A mannequin head holding an over-the-top wig awaiting styling", + "Sequins and adhesives spread across a communal table", + "A mirror surrounded by bulbs reflecting bold face shapes" + ], + "actions": [ + "Extreme contouring and crease-cutting with precise brushes", + "Layering theatrical foundation and heavy-set powder", + "Affixing rhinestones and dramatic fake lashes", + "Finalizing bold lip shapes with precision liner" + ], + "camera": "Energetic backstage handheld with intimate process close-ups", + "accents": [ + "bright vanity rim-light with heavy shadow modeling", + "texture emphasis on sparkle, glue, and stage products" + ], + "mood": "playful empowered theatricality", + "lighting": "intense backstage night lighting", + "style": "performance beauty editorial" + }, + { + "subGenre": "Makeup Styles", + "scene": "Minimalist No-Makeup Makeup Shoot", + "sceneVariants": [ + "A Scandinavian-inspired studio with neutral props and muted palettes", + "Bare-faced models with barely-there enhancement and dewy skin", + "A small selection of tinted serums and clear brow gels", + "A plant and ceramic cup providing calm composition", + "A touch of peach lip tint on a folded linen" + ], + "actions": [ + "Tinting lashes with a clear brown mascara", + "Stroking a single dot of cream blush and blending outwards", + "Applying a sheer lip stain and smoothing with a finger", + "Topping with a light dew-setting spray" + ], + "camera": "Soft 50-85mm portraits with minimal retouching aesthetic", + "accents": [ + "soft natural rim-light with gentle diffusion", + "subtle micro-detail emphasizing real skin texture" + ], + "mood": "quiet confident authenticity", + "lighting": "soft day natural window light", + "style": "minimal beauty editorial" + }, + { + "subGenre": "Makeup Styles", + "scene": "Editorial Fantasy Airbrush", + "sceneVariants": [ + "A studio filled with airbrush stations and pigment cans", + "A model transformed with gradient metallic face paint", + "A table of stencils and custom-made pigment mixes", + "Assistants shielding areas with paper templates for crisp shapes", + "A backdrop of swirling color gels for the final shot" + ], + "actions": [ + "Airbrushing multi-tone gradients for seamless transition", + "Layering pearlescent pigments for 3D depth", + "Masking and removing stencils to reveal sharp edges", + "Sealing finished paint with a fine veil of spray" + ], + "camera": "Controlled studio wide with macro texture detail inserts", + "accents": [ + "saturated gel rim-lighting with pearlescent speculars", + "texture emphasis on layered pigments and airbrush mist" + ], + "mood": "otherworldly creative exploration", + "lighting": "studio day/night with colored gels", + "style": "fantasy editorial beauty" + }, + { + "subGenre": "Makeup Styles", + "scene": "Makeup Tutorial Classroom", + "sceneVariants": [ + "A bright classroom set with chairs and a demo table full of brushes", + "An instructor demonstrating steps on a live model", + "Rows of students taking notes and watching close-up screens", + "A whiteboard with step numbers and product lists", + "Lighting rigs positioned for clear educational shots" + ], + "actions": [ + "Demonstrating blending techniques with slow, repeatable motions", + "Pointing out common mistakes and how to avoid them", + "Students practicing on handheld mirrors", + "Showing product swatches on the back of a hand" + ], + "camera": "Clear instructional 50mm shots and over-the-shoulder close-ups", + "accents": [ + "even soft rim-light for educational clarity", + "fine micro-detail on brush strokes and blending" + ], + "mood": "focused instructive patience", + "lighting": "bright controlled day lighting for clarity", + "style": "educational beauty content" + }, + { + "subGenre": "Makeup Styles", + "scene": "Gothic Glam Editorial", + "sceneVariants": [ + "A moody studio with deep backdrops and lacquered black props", + "A model with intense dark lips and smoky creased eyes", + "Perfumed oils and matte powders arranged like a ritual set", + "Feathered collars and dramatic jewelry complementing the look", + "A low stool and a single overhead key light for drama" + ], + "actions": [ + "Packing on deep matte pigment into the socket", + "Cleaning edges with a precise concealer brush", + "Layering deep lip stain and matte topcoat", + "Applying dark set lashes with a firm hand" + ], + "camera": "High-contrast 85-100mm portraits with tight drama macros", + "accents": [ + "cold dramatic rim-light with dense shadow pockets", + "micro-detail on matte pigment and lash silhouettes" + ], + "mood": "intense brooding elegance", + "lighting": "low night studio lighting with strong key", + "style": "dark editorial beauty" + }, + { + "subGenre": "Makeup Styles", + "scene": "On-Location Bridal Touch in Garden", + "sceneVariants": [ + "A garden pergola with soft fabrics and a portable vanity", + "A makeup artist touching up dewy skin before an outdoor ceremony", + "Bouquets and floral crowns resting beside palettes", + "A small fan creating gentle movement in veils", + "A bridesmaid offering a compact for a quick check" + ], + "actions": [ + "Reapplying dew-finish highlighter to catch sunlight", + "Blotting subtle shine and re-blending cream blush", + "Tightening a lipstick outline and blotting", + "A quick mist of translucent setting spray to secure makeup" + ], + "camera": "Natural 85mm portraits with shallow depth-of-field", + "accents": [ + "golden hour rim-light with floral color bounce", + "fine micro-detail on dewy skin and petal textures" + ], + "mood": "warm serene celebration", + "lighting": "soft outdoor twilight/day lighting", + "style": "natural bridal beauty" + } + ] +} \ No newline at end of file diff --git a/src/data/fashion_and_beauty_pajamas.json b/src/data/fashion_and_beauty_pajamas.json new file mode 100644 index 0000000..535fe82 --- /dev/null +++ b/src/data/fashion_and_beauty_pajamas.json @@ -0,0 +1,404 @@ +{ + "fashion_and_beauty": [ + { + "subGenre": "Pajamas", + "scene": "Moonlit bedroom with silk pyjamas and a single bedside lamp", + "sceneVariants": [ + "Moonlit bedroom with silk pyjamas and a single bedside lamp", + "A neatly folded robe on a chair with slippers beneath", + "A steaming mug cooling on the nightstand", + "Soft pillow indentations and a low clock glow", + "Curtains drawing a faint urban skyline silhouette" + ], + "actions": [ + "Smoothing silk across a knee while reading", + "Tucking a blanket close and sighing contently", + "Reaching for a bedside book and tracing a page", + "Tending a warm mug between cupped hands" + ], + "camera": "Intimate over-the-shoulder inserts with slow push-ins to fabric detail", + "accents": [ + "warm lamp rim-light on satin sheen", + "micro-detail on silk thread and skin texture" + ], + "mood": "comforting languor", + "lighting": "night: single warm bedside lamp with soft shadow", + "style": "intimate domestic nighttime cinematography" + }, + { + "subGenre": "Pajamas", + "scene": "Late-night cozy living room with flannel pajama set and a throw blanket", + "sceneVariants": [ + "Late-night cozy living room with flannel pajama set and a throw blanket", + "Fireplace embers and a low coffee table with board games", + "An armchair with a knitted blanket draped", + "A cat curled at the sitter's feet", + "String lights creating warm bokeh along a mantel" + ], + "actions": [ + "Pouring hot chocolate and stirring slowly", + "Tucking feet under the throw and laughing at a game move", + "Petting a cat and tracing a soft fur line", + "Rubbing palms together to warm them by the fire" + ], + "camera": "Warm medium-two shot with cozy detail inserts", + "accents": [ + "fire glow rim-light and flannel micro-weave detail", + "soft fabric pill micro-highlights" + ], + "mood": "playful homely warmth", + "lighting": "night: fireplace and string-lights with soft fill", + "style": "cozy lifestyle pajama cinematography" + }, + { + "subGenre": "Pajamas", + "scene": "Dawn sunroom stretch in breathable cotton lounge set", + "sceneVariants": [ + "Dawn sunroom stretch in breathable cotton lounge set", + "A steaming kettle on a nearby shelf and houseplants around", + "Sunbeams slanting across a low sofa", + "A yoga mat rolled beside a wicker chair", + "A tray with a small breakfast arranged neatly" + ], + "actions": [ + "Rolling a shoulder and stretching arms toward sun", + "Stepping to a window to inhale the morning air", + "Slipping into soft slip-on slippers and padding to the kettle", + "Tucking a book under an arm to read later" + ], + "camera": "Gentle crane from window to relaxed two-shot", + "accents": [ + "predawn golden rim and cotton micro-thread detail", + "leaf micro-translucence and ceramic gloss" + ], + "mood": "gentle refreshed ease", + "lighting": "day/dawn: warm soft morning light", + "style": "restful morning lounge cinematography" + }, + { + "subGenre": "Pajamas", + "scene": "Midnight city-window hotel room in luxury satin pajamas", + "sceneVariants": [ + "Midnight city-window hotel room in luxury satin pajamas", + "A panoramic cityscape with pinprick lights", + "A tray with a late-night dessert and wine glass", + "A plush robe hanging from an executive chair", + "A sleek bedside lamp creating a halo" + ], + "actions": [ + "Sipping dessert wine and reclining into pillows", + "Slipping on a plush robe to pad to the window", + "Holding a small pastry delicately between fingers", + "Speaking quietly on speakerphone with a close friend" + ], + "camera": "Wide window-to-bed glide with tactile satin inserts", + "accents": [ + "cool city-silver rim-light and warm lamp micro-gloss on satin", + "fabric micro-lustre and pastry gloss micro-speculars" + ], + "mood": "luxurious relaxed indulgence", + "lighting": "night: mixed city ambient with warm bedside practicals", + "style": "hotel-luxe pajama cinematography" + }, + { + "subGenre": "Pajamas", + "scene": "Late-night kids' sleepover with colorful cartoon PJs and flashlight stories", + "sceneVariants": [ + "Late-night kids' sleepover with colorful cartoon PJs and flashlight stories", + "Pillow forts, scattered stuffed toys and sleeping bags", + "Glow-sticker constellations on the ceiling", + "A parent checking in at the door with a smile", + "A small bowl of cereal set aside" + ], + "actions": [ + "Whispering a ghost story and switching a flashlight between faces", + "Sharing a secret snack and giggling quietly", + "Tucking a stuffed toy under a child's arm", + "Settling down as a parent dims the light" + ], + "camera": "Low playful POV inside the fort with soft focus on faces", + "accents": [ + "flashlight pools and soft fabric micro-detail", + "toy fur micro-texture and blanket weave" + ], + "mood": "innocent excited intimacy", + "lighting": "night: flashlight and small nightlight pools", + "style": "nostalgic children's pajama cinematography" + }, + { + "subGenre": "Pajamas", + "scene": "Dawn mountain cabin in wool blend PJs and slippers", + "sceneVariants": [ + "Dawn mountain cabin in wool blend PJs and slippers", + "A wood-burning stove casting warm shadows", + "Boots lined up at the door and frost on window edges", + "A chipped enamel mug steaming on a crate table", + "A knitted blanket hung over a rocking chair" + ], + "actions": [ + "Brushing snow from a boot and clomping inside", + "Cradling a steaming mug and rubbing hands together", + "Kneeling to light the stove and arranging kindling", + "Tucking a heavy blanket around knees and relaxing" + ], + "camera": "Cozy wide-to-close with tactile wool micro-inserts", + "accents": [ + "warm stove rim-light and wool micro-fuzz detail", + "steam micro-speculars and frost crystal micro-texture" + ], + "mood": "rustic hearth warmth", + "lighting": "day/dawn: warm indoor glow with cool exterior rim", + "style": "cabin pajama lifestyle cinematography" + }, + { + "subGenre": "Pajamas", + "scene": "Midnight coastal campervan rest in soft modal sleepwear", + "sceneVariants": [ + "Midnight coastal campervan rest in soft modal sleepwear", + "A small skylight showing stars above a rear bed", + "A folded map and a thermos tucked in a side pocket", + "Sea breeze rustling a curtain", + "A compact lamp and a paperback book resting" + ], + "actions": [ + "Curling into a sleeping position and glancing at the stars", + "Switching off a small lamp and settling the blanket", + "Reaching for a paperback to read a final page", + "Listening to the distant surf and letting breath steady" + ], + "camera": "Intimate cramped-space inserts with soft star-field pullbacks", + "accents": [ + "cool star rim-light and modal fabric micro-lustre", + "paper micro-edge detail and lamp warm spill" + ], + "mood": "nomadic restful contentment", + "lighting": "night: soft practical lamp with star-silver ambient", + "style": "van-life pajama cinematography" + }, + { + "subGenre": "Pajamas", + "scene": "Dawn mother-and-baby morning cuddle in cotton sleep set", + "sceneVariants": [ + "Dawn mother-and-baby morning cuddle in cotton sleep set", + "A nursery with soft mobile overhead and pale morning light", + "A small bassinet with a knitted blanket", + "A steaming bottle cooling on a side shelf", + "Tiny socks and a stuffed bear on a changing table" + ], + "actions": [ + "Cradling a baby and rocking gently in a chair", + "Kissing a small forehead and checking breathing", + "Softly singing a lullaby and tracing a tiny hand", + "Burping and patting the child with practiced ease" + ], + "camera": "Close intimate two-shot with gentle focus on micro-expressions", + "accents": [ + "predawn warm rim and cotton micro-knit detail", + "soft skin micro-texture and blanket weave" + ], + "mood": "tender protective warmth", + "lighting": "day/dawn: soft early morning light", + "style": "maternal pajama cinematography" + }, + { + "subGenre": "Pajamas", + "scene": "Midnight buffet pajamas party with matching silk sets and low-key glamour", + "sceneVariants": [ + "Midnight buffet pajamas party with matching silk sets and low-key glamour", + "A table laden with small canapés and champagne flutes", + "A velvet chaise and a tray with small desserts", + "Soft jazz playing on a vintage record player", + "A wall of framed mirrors reflecting candlelight" + ], + "actions": [ + "Passing a plate and offering a playful toast", + "Sitting cross-legged on the floor and sharing stories", + "Adjusting a silk sleeve and taking a delicate bite", + "Popping a cork and pouring a slow ribbon" + ], + "camera": "Glamorous handheld with intimate reaction close-ins", + "accents": [ + "candle warm rim and satin micro-gloss", + "glass and pastry micro-speculars" + ], + "mood": "playful decadent ease", + "lighting": "night: candle and soft practicals", + "style": "pajama-party editorial cinematography" + }, + { + "subGenre": "Pajamas", + "scene": "Dawn slow cooker breakfast scene in jersey loungewear", + "sceneVariants": [ + "Dawn slow cooker breakfast scene in jersey loungewear", + "A slow cooker bubbling on a low setting and toast popping", + "A small radio playing light morning music", + "Sunlight striping a tiled kitchen floor", + "A plant on the sill with fresh water droplets" + ], + "actions": [ + "Stretching and padding into the kitchen with a yawn", + "Scooping a small bowl and tasting the first spoonful", + "Tending a kettle and humming along to a radio tune", + "Tucking a stray hair behind an ear and smiling at a neighbor" + ], + "camera": "Homey two-shot with tactile food and fabric inserts", + "accents": [ + "predawn warm kitchen rim and jersey micro-knit detail", + "steam micro-reflection and ceramic micro-gloss" + ], + "mood": "calm domestic routine", + "lighting": "day/dawn: soft natural kitchen light", + "style": "home comfort pajama cinematography" + }, + { + "subGenre": "Pajamas", + "scene": "Midday spa lounging with lightweight terry robe and waffle-knit PJs", + "sceneVariants": [ + "Midday spa lounging with lightweight terry robe and waffle-knit PJs", + "A low pool with steam drifting and eucalyptus sprigs", + "A tray with cucumber slices and herbal water", + "Soft lounge chairs and neutral towels folded neatly", + "A muted soundtrack of calming strings" + ], + "actions": [ + "Sipping infused water and reclining with eyes closed", + "Wrapping a robe tightly after a steam session", + "Applying a small cooling mask and settling back", + "Tucking feet into slippers and rolling shoulders loose" + ], + "camera": "Slow calm glide with detail inserts on fabric texture", + "accents": [ + "soft spa practical rim and terry micro-loop detail", + "water vapor micro-speculars and eucalyptus leaf micro-texture" + ], + "mood": "relaxed restorative pampering", + "lighting": "day: bright soft spa light", + "style": "wellness pajama cinematography" + }, + { + "subGenre": "Pajamas", + "scene": "Late-night winter chalet with heated PJs and a plush duvet", + "sceneVariants": [ + "Late-night winter chalet with heated PJs and a plush duvet", + "Snow piling outside a frosted window pane", + "A hot water bottle tucked in near cold toes", + "A small shelf with a stack of winter bedtime reads", + "A knitted throw draped for additional warmth" + ], + "actions": [ + "Testing a heated pad and sighing as warmth spreads", + "Tucking a duvet around knees and drawing it up high", + "Pouring hot chamomile into a mug and inhaling deeply", + "Reading a chapter slowly before setting a bookmark" + ], + "camera": "Warm intimate close with textured wool micro-inserts", + "accents": [ + "warm hearth rim and heated fabric micro-sheen", + "snow micro-crystal detail on the window" + ], + "mood": "secure cozy winter retreat", + "lighting": "night: warm hearth and lamp practicals", + "style": "chalet pajama cinematography" + }, + { + "subGenre": "Pajamas", + "scene": "Dawn prenatal morning with stretchy maternity sleepwear and soft wrap", + "sceneVariants": [ + "Dawn prenatal morning with stretchy maternity sleepwear and soft wrap", + "A nursery corner preparing with folded tiny clothes", + "A soothing music box and a soft rocking chair", + "A prenatal journal open with a pen nearby", + "A steaming mug and a gentle light on a bedside shelf" + ], + "actions": [ + "Rubbing the abdomen with slow, loving circles", + "Sitting comfortably to breathe and practice relaxation", + "Checking a prenatal note and making a small to-do", + "Reaching to adjust a pillow for better support" + ], + "camera": "Tender close-inserts focusing on touch and expression", + "accents": [ + "soft predawn rim-light and fabric stretch micro-detail", + "paper micro-texture and small wood micro-grain" + ], + "mood": "calm expectant tenderness", + "lighting": "day/dawn: soft gentle morning light", + "style": "prenatal pajama lifestyle cinematography" + }, + { + "subGenre": "Pajamas", + "scene": "Midnight freelance work nook in comfortable slouch PJs and slippers", + "sceneVariants": [ + "Midnight freelance work nook in comfortable slouch PJs and slippers", + "A laptop with a warm keyboard glow and sticky notes", + "A mug of late tea and a small lamp beside a cozy chair", + "A cat walking across a keyboard causing a soft chuckle", + "A bulletin board with deadlines and polaroids" + ], + "actions": [ + "Tapping a final line and hitting send with a small exhale", + "Stretching arms and wiggling toes in slippers", + "Smoothing a sleeve and making a small checklist tick", + "Closing a laptop and leaning back with satisfied relief" + ], + "camera": "Human-scale inserts with tactile fabric and screen glow detail", + "accents": [ + "cool screen glow balanced with warm lamp micro-lighting", + "fabric texture micro-detail and paper sticky-note grain" + ], + "mood": "comfortable productive solitude", + "lighting": "night: lamp and screen mixed practical light", + "style": "freelance pajama cinematography" + }, + { + "subGenre": "Pajamas", + "scene": "Dawn sunrise stretching on a balcony in lightweight sleep romper", + "sceneVariants": [ + "Dawn sunrise stretching on a balcony in lightweight sleep romper", + "City roofs waking with early laundry flapping", + "A small coffee pot and a reusable cup on a side table", + "Plants in terra cotta catching first light", + "A lightweight robe draped over a balcony chair" + ], + "actions": [ + "Reaching arms overhead and arching slowly for a deep inhale", + "Planting feet and rotating a slow torso stretch", + "Sipping a first-press coffee and savoring a quiet moment", + "Rolling down a light robe as warmth fills the body" + ], + "camera": "Wide balcony establishing with gentle close-inserts", + "accents": [ + "predawn gold rim and lightweight fabric micro-lace", + "ceramic cup micro-gloss and plant micro-vein detail" + ], + "mood": "fresh gentle awakening", + "lighting": "day/dawn: soft early sunlight", + "style": "sunrise pajama lifestyle cinematography" + }, + { + "subGenre": "Pajamas", + "scene": "Midday restorative nap in a shaded hammock wearing relaxed modal sleepwear", + "sceneVariants": [ + "Midday restorative nap in a shaded hammock wearing relaxed modal sleepwear", + "A quiet backyard with dappled shade and a soft breeze", + "A small stack of calming books on a nearby stool", + "A glass of iced tea beading condensation", + "Hammock ropes creaking softly with small shifts" + ], + "actions": [ + "Lying back and letting limbs soften into gentle stillness", + "Covering a face with an eye-scarf for deeper rest", + "Sighing and releasing tension with measured breath", + "Stretching slowly upon waking and rolling off the hammock" + ], + "camera": "Low lazy glide with soft focus on relaxed fabric drape", + "accents": [ + "dappled sunlight micro-edges and modal fabric micro-sheen", + "leaf movement micro-detail and water condensation micro-speculars" + ], + "mood": "restorative daytime repose", + "lighting": "day: soft shaded midday sun", + "style": "hammock nap pajama cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/fashion_and_beauty_runway_shows.json b/src/data/fashion_and_beauty_runway_shows.json new file mode 100644 index 0000000..e52e2fb --- /dev/null +++ b/src/data/fashion_and_beauty_runway_shows.json @@ -0,0 +1,479 @@ +{ + "fashion_and_beauty": [ + { + "subGenre": "Runway Shows", + "scene": "Catwalk Grand Entrance", + "sceneVariants": [ + "A long reflective runway with a dramatic spotlight at the entrance", + "Models emerging through a smoke-filled archway", + "A camera riser with flashing press and crowd silhouettes", + "A suspended installation of lights forming a tunnel", + "An opening model pausing center-stage for a full-body reveal" + ], + "actions": [ + "A measured walk with exaggerated posture", + "A slow pose at the runway's center to showcase silhouette", + "A stylist adjusting a cape mid-walk", + "An assistant ushering the next look into position" + ], + "camera": "Long dolly tracking along the length of the catwalk with occasional telephoto compressions", + "accents": [ + "hard key spotlighting creating glossy rim-lights", + "floor reflection accentuating fabric movement" + ], + "mood": "ceremonial high-drama", + "lighting": "high-contrast staged night lighting with strong entrance spot", + "style": "prestige haute-couture presentation" + }, + { + "subGenre": "Runway Shows", + "scene": "Industrial Warehouse Show", + "sceneVariants": [ + "A converted warehouse with raw concrete and hanging rigging", + "Backstage racks visible through cut-outs along the runway", + "Forklift platforms used as audience risers", + "Gaffer-taped cables and industrial practicals defining the space", + "Models walking past graffiti-laced columns" + ], + "actions": [ + "A gritty purposeful stride with utilitarian props", + "A model interacting briefly with set machinery", + "A quick hand-swap of a sculptural accessory", + "A stylist tugging a hem into place under time pressure" + ], + "camera": "Handheld shoulder rig weaving through industrial set pieces", + "accents": [ + "cold tungsten rim-light with harsh shadow pockets", + "textural emphasis on raw fabrics and hardware" + ], + "mood": "edgy utilitarian modernism", + "lighting": "moody mixed practical and key lights (night)", + "style": "avant-garde industrial runway" + }, + { + "subGenre": "Runway Shows", + "scene": "Garden Pavilion Presentation", + "sceneVariants": [ + "A glass pavilion set amongst manicured topiaries", + "A runway lined with floral arrangements and mossy aisles", + "Gentle misting fans creating dewy atmosphere", + "Models weaving through planted arches", + "A pavilion roof allowing soft daylight to filter" + ], + "actions": [ + "A flowing walk with fabric trailing like petals", + "Placing a hand gently on a floral arch as a compositional gesture", + "A model pausing to look up at the glass canopy", + "An assistant smoothing a petal-embellished hem" + ], + "camera": "Soft Steadicam with occasional tilt-up reveals to canopy", + "accents": [ + "diffuse natural daylight with botanical color bounce", + "micro-detail on embroidery and petal textures" + ], + "mood": "romantic fresh opulence", + "lighting": "soft day lighting with natural diffusion", + "style": "garden couture showcase" + }, + { + "subGenre": "Runway Shows", + "scene": "Futuristic LED Tunnel", + "sceneVariants": [ + "A tunnel of programmable LED panels changing colors in rhythm", + "Geometric reflections doubling the catwalk perspective", + "Models in sculptural silhouettes timed to LED sequences", + "Projection mapping creating shifting textures across fabric", + "A DJ booth integrated at the tunnel exit" + ], + "actions": [ + "Walking in synchrony with pulse-like light changes", + "Pausing at a color shift to accent a pattern", + "A quick head-turn timed to a beat drop", + "An assistant handing a light-reactive accessory at stage edge" + ], + "camera": "Gimbal tracking with timed strobe-sync medium shots", + "accents": [ + "dynamic colored rim-light synced to music", + "high micro-detail on reflective and iridescent textiles" + ], + "mood": "futuristic kinetic spectacle", + "lighting": "high-energy programmable LED night lighting", + "style": "techno-futurist fashion" + }, + { + "subGenre": "Runway Shows", + "scene": "Intimate Salon Presentation", + "sceneVariants": [ + "A small salon-style runway with close audience proximity", + "Low chairs and warm wooden floors creating intimacy", + "A single model per wave performing slow choreography", + "Handwritten show cards and minimal staging", + "Soft cushions and boutique menus on side tables" + ], + "actions": [ + "Slow, deliberate movements emphasizing fabric tactility", + "Close eye contact with audience members during poses", + "A stylist smoothing a sleeve in full sight", + "A model slowly walking between seated guests" + ], + "camera": "Fixed small-sensor cameras and close 50mm portraits", + "accents": [ + "warm candle-like rim-light with low-key shadows", + "detail emphasis on hand-stitched finishes" + ], + "mood": "exclusive contemplative intimacy", + "lighting": "soft warm evening lighting", + "style": "bespoke boutique runway" + }, + { + "subGenre": "Runway Shows", + "scene": "Street-Catwalk Takeover", + "sceneVariants": [ + "A pedestrianized city avenue transformed into a catwalk", + "Storefronts and public transit forming the show backdrop", + "Onlookers gathering on sidewalks and building balconies", + "Temporary seating and a marquee announcing the show", + "A model crossing an iconic city landmark as part of the walk" + ], + "actions": [ + "A brisk energetic stride matching urban tempo", + "Interaction with passersby for candid editorial shots", + "A model pausing on a crosswalk for a dramatic pose", + "Street performers integrated into the choreography" + ], + "camera": "Mixed static platforms and roaming handhelds capturing urban energy", + "accents": [ + "mixed daylight with urban neon reflections", + "micro-detail on urban-wear hardware and layering" + ], + "mood": "energetic civic spectacle", + "lighting": "day-to-evening mixed practical lighting", + "style": "street couture event" + }, + { + "subGenre": "Runway Shows", + "scene": "Underwater-Inspired Show", + "sceneVariants": [ + "A translucent runway with water projection and suspended bubble installations", + "Blue-green color grading creating an aquatic ambiance", + "Models in fluid fabrics moving like currents", + "Soft ripple patterns projected onto garments", + "An overhead misting rig simulating sea spray" + ], + "actions": [ + "Gliding walks with fluid arm movements", + "A slow turn to catch projected ripple reflections", + "An assistant adjusting a flowing train to mimic a wave", + "A model pausing beneath a suspended bubble for a silhouette shot" + ], + "camera": "Slow tracking with underwater-lens compression and soft-focus inserts", + "accents": [ + "cool watery rim-light with gentle caustic highlights", + "fine micro-detail on translucent layering and beadwork" + ], + "mood": "otherworldly serene motion", + "lighting": "cool blue-green night lighting with soft gradients", + "style": "immersive conceptual runway" + }, + { + "subGenre": "Runway Shows", + "scene": "Minimalist Black-Box", + "sceneVariants": [ + "An all-black stage with a single strip of runway light", + "Minimal props and intense focus on silhouette and cut", + "Models emerging from darkness in rhythmic intervals", + "Audience in shadow creating an anonymous backdrop", + "A stark contrast between garment and void" + ], + "actions": [ + "A measured walk emphasizing posture and angle", + "Halting poses to reveal structural seams", + "An assistant performing micro-adjustments in the dark", + "A final tableau with models forming a sculptural composition" + ], + "camera": "High-contrast telephoto captures with emphasis on silhouette", + "accents": [ + "single hard linear rim-light creating silhouette edges", + "sharp micro-detail on seamlines and tailoring" + ], + "mood": "severe elegant restraint", + "lighting": "low key night lighting with single-strip highlight", + "style": "minimal architectural fashion" + }, + { + "subGenre": "Runway Shows", + "scene": "Floating Runway Over Water", + "sceneVariants": [ + "A runway built over a reflecting pool with floating florals", + "Models walking above water with subtle ripple reflections", + "Boats and floating lanterns in the background", + "Rippling reflections doubling the choreography", + "A sunset horizon framing the finale" + ], + "actions": [ + "A careful steady walk to maintain balance on a narrow platform", + "Pausing for a sweep across the water reflection", + "An assistant releasing a trailing veil to flow behind", + "A concluding group pose framed by the sunset" + ], + "camera": "Long lens from shore compressing reflection with occasional crane lifts", + "accents": [ + "golden sunset rim-light with water speculars", + "texture emphasis on wet-look finishes and transparent layers" + ], + "mood": "luminous dreamlike spectacle", + "lighting": "day-to-evening golden-hour lighting", + "style": "romantic showpiece runway" + }, + { + "subGenre": "Runway Shows", + "scene": "Historical Palace Salon", + "sceneVariants": [ + "An ornate palace hall with gilded columns and fresco ceilings", + "A velvet-carpeted runway with crystal chandeliers overhead", + "Models in historically-referenced silhouettes moving among throne-like seating", + "Classical musicians performing live near the stage", + "A final bow under opulent candelabras" + ], + "actions": [ + "A stately walk with courtly gestures and head nods", + "A model pausing to reveal elaborate embroidery", + "An assistant smoothing a train in full view", + "A curtsy or formal bow as part of the choreography" + ], + "camera": "Elegant crane and dolly moves with wide occasional close-ups", + "accents": [ + "warm chandelier rim-light with ornate highlight details", + "fine micro-detail on brocade, beading and metallic thread" + ], + "mood": "regal ceremonial grandeur", + "lighting": "warm indoor night lighting with chandelier warmth", + "style": "historically-infused couture" + }, + { + "subGenre": "Runway Shows", + "scene": "Immersive Soundscape Show", + "sceneVariants": [ + "A dim arena with spatial audio and tactile bass pulsations", + "Fog rolling across the runway synchronized with sub-bass hits", + "Models moving in choreographed timing to musical crescendos", + "Interactive sensors triggering light and fabric reactions", + "A sound designer manipulating elements live from a console" + ], + "actions": [ + "Walking timed to musical beats and dynamic pauses", + "A dramatic slow-motion flourish at a musical climax", + "An assistant activating a textile response element", + "A model holding a suspended pose as sound swells" + ], + "camera": "Rhythmic gimbal work synced to audio with strobe-cut inserts", + "accents": [ + "strobe and timed rim-lighting reacting to sound", + "high-detail capture on motion-activated fabric elements" + ], + "mood": "immersive sensory exhilaration", + "lighting": "dynamic night lighting keyed to sound", + "style": "multisensory experimental runway" + }, + { + "subGenre": "Runway Shows", + "scene": "High-Concept Theatrical Runway", + "sceneVariants": [ + "A stage built like a theatrical set with actors and props integrated", + "Narrative vignettes played between model walks", + "Dramatic costume transitions performed live", + "A model entering through a staged doorway mid-scene", + "Lighting cues synchronized to story beats" + ], + "actions": [ + "Performing choreographed movements rather than a straight walk", + "Interacting with actors or set pieces during a pass", + "Sudden costume reveals within the scene", + "A final tableau that reads as a staged moment" + ], + "camera": "Theatrical crane and dolly work with staged coverage", + "accents": [ + "spotlight and theatrical warm washes", + "micro-detail on costume hardware and theatrical props" + ], + "mood": "dramatic storytelling spectacle", + "lighting": "theatrical stage lighting with dramatic key and fill", + "style": "theatrical couture presentation" + }, + { + "subGenre": "Runway Shows", + "scene": "Eco-Message Sustainable Show", + "sceneVariants": [ + "A green-themed runway with reclaimed-wood staging and plant installations", + "Garments made from recycled and upcycled materials displayed prominently", + "Informational placards describing material provenance", + "Models walking barefoot or in natural-fibre footwear", + "A post-show pledge installation encouraging sustainable action" + ], + "actions": [ + "Walking with calm, educational pacing to draw attention to materials", + "A model holding a small plaque with material details", + "An assistant arranging a garment to show interior recycling labels", + "A final set where models form a living eco-installation" + ], + "camera": "Documentary slow pans with macro on fabric texture", + "accents": [ + "soft natural daylight or warm eco-warming LED", + "textural micro-detail on reclaimed and natural fibers" + ], + "mood": "conscientious sincere clarity", + "lighting": "soft day lighting with natural color balance", + "style": "sustainable design showcase" + }, + { + "subGenre": "Runway Shows", + "scene": "Digital Hybrid Live Stream", + "sceneVariants": [ + "A show designed for both live audience and global stream with multi-camera feeds", + "On-screen AR overlays augmenting garments with digital layers", + "A director's control room switching feeds in real-time", + "Models aware of both physical and digital framing", + "Interactive chat and purchase overlays integrated into the stream" + ], + "actions": [ + "Walking timed to camera cues for optimal streaming angles", + "Pausing slightly longer for high-resolution close-up capture", + "A model interacting with an AR marker prop", + "An operator triggering a digital overlay as the model passes" + ], + "camera": "Multi-camera setup with gimbal, crane, and dedicated close-up lenses", + "accents": [ + "balanced lighting for both camera sensors and live audience", + "high micro-detail for capture clarity across feeds" + ], + "mood": "connected contemporary performance", + "lighting": "even studio lighting optimized for broadcast", + "style": "hybrid fashion tech presentation" + }, + { + "subGenre": "Runway Shows", + "scene": "Sculptural Body Movement Show", + "sceneVariants": [ + "A stage where garments are treated as kinetic sculptures", + "Models and dancers collaborating to manipulate fabric volumes", + "Suspended rigs altering silhouette in real-time", + "Slow-motion fabric choreography emphasized by wind rigs", + "A minimalist backdrop focusing attention on movement" + ], + "actions": [ + "Coordinated motion to inflate or unfurl fabric elements", + "A model executing precise choreography to reveal structure", + "Adjusting tension on rigging to alter silhouette mid-pass", + "A final synchronized fabric release forming a sculptural moment" + ], + "camera": "Slow cinematic coverage with long lenses and motion ramps", + "accents": [ + "soft directional rim-light to model fabric translucency", + "micro-detail on structural seams and kinetic hardware" + ], + "mood": "hypnotic sculptural elegance", + "lighting": "controlled studio day/night directional lighting", + "style": "performative sculptural couture" + }, + { + "subGenre": "Runway Shows", + "scene": "Rooftop Sunset Finale", + "sceneVariants": [ + "A skyline runway culminating in a sunset finale", + "Silhouetted models walking as the sun dips behind skyscrapers", + "Audience seated with skyline views and champagne", + "A final sweep capturing horizon gradient and last model", + "A shadow play across the runway as light shifts" + ], + "actions": [ + "Walking with measured pacing to match the sunset timing", + "A dramatic final turn as sun hits metallic accents", + "An assistant releasing a silk train to catch the breeze", + "A concluding group pose framed by the skyline" + ], + "camera": "Crane shots capturing skyline + telephoto for silhouette compression", + "accents": [ + "golden rim-light with city light color bounce", + "watermark reflections if near a rooftop pool" + ], + "mood": "cinematic serene culmination", + "lighting": "golden-hour day-to-evening lighting", + "style": "glamorous outdoor runway" + }, + { + "subGenre": "Runway Shows", + "scene": "Community DIY Runway", + "sceneVariants": [ + "A neighborhood hall hosting a grassroots runway with local participants", + "Handmade garments on a diverse cast of community models", + "A potluck-style audience and casual seating", + "Children and elders participating in the finale", + "A bulletin-board style backdrop listing local contributors" + ], + "actions": [ + "Walking with inclusive, comfortable pacing", + "Model interacting warmly with familiar faces in the crowd", + "An assistant helping a participant manage a long hem", + "A collective group photo at the end with applause" + ], + "camera": "Documentary wide and intimate handheld portraiture", + "accents": [ + "warm community-lit practical lights", + "textural micro-detail on handmade stitching and patchwork" + ], + "mood": "inclusive celebratory warmth", + "lighting": "bright indoor day/evening practical lighting", + "style": "community-centered fashion event" + }, + { + "subGenre": "Runway Shows", + "scene": "Masked Masquerade Show", + "sceneVariants": [ + "A theatrical runway with elaborately masked models and opulent masks", + "Low haze and spotlit masks creating mystery", + "Costumes with hidden panels that reveal ornate inner linings", + "A masked band performing from a side gallery", + "A mirrored backdrop doubling the masked motifs" + ], + "actions": [ + "Walking with ritualized gestures to emphasize mask design", + "Unveiling inner lining with a practiced motion", + "A slow choreography of mask-to-mask exchange between models", + "An assistant handing a symbolic prop during a pass" + ], + "camera": "Moody telephoto captures focusing on mask detail and gesture", + "accents": [ + "spotlight rim-light with warm theatrical glow", + "micro-detail on mask ornamentation and texture" + ], + "mood": "mysterious ceremonial drama", + "lighting": "low night theatrical lighting with selective spot", + "style": "themed couture spectacle" + }, + { + "subGenre": "Runway Shows", + "scene": "Digital Projection Surface Runway", + "sceneVariants": [ + "A runway acting as a projection surface with animated patterns", + "Garments interacting with projected motion to alter appearance", + "Models passing through shifting mapped projections", + "Technicians fine-tuning UV and projection alignment", + "A finale where garment and projection synchronize fully" + ], + "actions": [ + "Timed walking to match projection loops for optimal alignment", + "A pause to let a projected motif rest on the garment", + "An assistant realigning a reflective panel for projection clarity", + "A final synchronized bow as projection completes the loop" + ], + "camera": "Controlled camera with neutral exposure to capture both projection and fabric", + "accents": [ + "projected rim-light with shifting color temperature", + "fine micro-detail on reflective surfaces and projection interaction" + ], + "mood": "innovative hybrid artistry", + "lighting": "studio night lighting with projection-driven color", + "style": "digital-augmented couture" + } + ] +} \ No newline at end of file diff --git a/src/data/fashion_and_beauty_school_uniforms.json b/src/data/fashion_and_beauty_school_uniforms.json new file mode 100644 index 0000000..e8b11c9 --- /dev/null +++ b/src/data/fashion_and_beauty_school_uniforms.json @@ -0,0 +1,404 @@ +{ + "fashion_and_beauty": [ + { + "subGenre": "School Uniforms", + "scene": "Dawn suburban school gate with crisp blazers and shining shoes", + "sceneVariants": [ + "Dawn suburban school gate with crisp blazers and shining shoes", + "Backpacks lined up and parents saying quiet goodbyes", + "Sun catching polished leather and brass buttons", + "A school crest banner fluttering on a pole", + "A crossing guard waving a morning crowd through" + ], + "actions": [ + "Adjusting a blazer collar and straightening a tie", + "Tying lace into a neat bow on a polished shoe", + "Kneeling to pick up a dropped satchel latch", + "Waving at a parent through the gate" + ], + "camera": "Low lateral tracking through the gate with close inserts on crest and shoe polish", + "accents": [ + "golden predawn rim on brass buttons", + "micro-detail on woven tie patterns and leather grain" + ], + "mood": "orderly expectant", + "lighting": "day/dawn: soft warm morning light", + "style": "documentary school-life cinematography" + }, + { + "subGenre": "School Uniforms", + "scene": "Midday campus quad with plaid skirts and school sweaters", + "sceneVariants": [ + "Midday campus quad with plaid skirts and school sweaters", + "Groups clustered around benches and bikes chained nearby", + "A flagpole casting a thin patterned shadow", + "A bulletin board full of club posters", + "A librarian waving from a doorway" + ], + "actions": [ + "Sitting cross-legged to review notes and pat a sweater", + "Laughing and swapping stationery items", + "Adjusting a skirt hem before standing", + "Locking a bicycle with practiced motions" + ], + "camera": "Warm mid-wide with quick over-the-shoulder reaction inserts", + "accents": [ + "bright noon rim on wool fibers", + "textural micro-detail on plaid weave and notebook paper" + ], + "mood": "social studious rhythm", + "lighting": "day: bright midday sun with soft fill", + "style": "everyday campus uniform cinematography" + }, + { + "subGenre": "School Uniforms", + "scene": "Rainy bus stop with raincoats over uniforms and umbrellas", + "sceneVariants": [ + "Rainy bus stop with raincoats over uniforms and umbrellas", + "Puddles ripple under glossy shoe soles", + "Uniform blazers peeking from beneath bright rainwear", + "A timetable box steaming in the drizzle", + "A bus pulling close with headlamps cutting through rain" + ], + "actions": [ + "Pulling a hood up and securing an umbrella", + "Hopping onto a curb to avoid a puddle", + "Checking a timetable and counting coins for fare", + "Shaking an umbrella before boarding" + ], + "camera": "Through-the-window static and low wet-surface reflections", + "accents": [ + "cool wet-glass micro-reflections", + "fabric water beading micro-detail on raincoats" + ], + "mood": "practical resilient routine", + "lighting": "day: overcast diffuse light with practical street lamps", + "style": "urban school commute cinematography" + }, + { + "subGenre": "School Uniforms", + "scene": "After-school club in a music room with sweater-vests and name badges", + "sceneVariants": [ + "After-school club in a music room with sweater-vests and name badges", + "Sheet music strewn across a glossy piano", + "A tambourine and a drum kit in the corner", + "A teacher guiding a small ensemble", + "A window with late sun angling across stands" + ], + "actions": [ + "Turning a page of sheet music and nodding to the conductor", + "Tuning an instrument with patient focus", + "Passing an instrument case to a waiting friend", + "Clapping along to keep time in practice" + ], + "camera": "Human-scale mid-shots with close instrument macro inserts", + "accents": [ + "warm late-afternoon rim-light and polished wood micro-reflections", + "paper tooth and instrument metal micro-detail" + ], + "mood": "collaborative focused creativity", + "lighting": "day: late-afternoon warm light", + "style": "school-club documentary cinematography" + }, + { + "subGenre": "School Uniforms", + "scene": "Exam hall quiet with pressed shirts and focused faces", + "sceneVariants": [ + "Exam hall quiet with pressed shirts and focused faces", + "Rows of desks and crisp folded exam papers", + "A clock on the far wall steadily ticking", + "An invigilator monitoring with soft footsteps", + "Small eraser shavings scattered near a pencil" + ], + "actions": [ + "Furrowing concentration and writing steadily", + "Tapping a pen while thinking mid-problem", + "Raising a hand for a procedural question", + "Checking time and marking a page to return to" + ], + "camera": "Static overhead to mid-inserts emphasizing hands and paper", + "accents": [ + "cool interior desk light with paper micro-fiber detail", + "fabric weave and pencil lead micro-speculars" + ], + "mood": "tense measured focus", + "lighting": "day: neutral controlled interior lighting", + "style": "institutional exam cinematography" + }, + { + "subGenre": "School Uniforms", + "scene": "Playground recess with sports polos and pleated skirts flying", + "sceneVariants": [ + "Playground recess with sports polos and pleated skirts flying", + "Children climbing on jungle gyms and trading stickers", + "A soccer ball arcing between friends", + "Chalk hopscotch markings worn at the center", + "A teacher ringing a bell to end recess" + ], + "actions": [ + "Running to tag a friend and ducking behind a slide", + "Kicking a ball with a quick pivot", + "Laughing and brushing dirt from knees", + "Forming quick circles to plan the next game" + ], + "camera": "Free energetic low handheld with wide joyful captures", + "accents": [ + "bright sun on nylon sports fabric micro-sheen", + "plastic and paint micro-detail on playground equipment" + ], + "mood": "exuberant youthful energy", + "lighting": "day: bright outdoor sunlight", + "style": "children's school uniform cinematography" + }, + { + "subGenre": "School Uniforms", + "scene": "Library study hour with cardigans draped and neat lap desks", + "sceneVariants": [ + "Library study hour with cardigans draped and neat lap desks", + "Tall shelves and a low hush punctuated by page turns", + "A small lamp illuminating marginalia", + "A student highlighting a passage with care", + "A librarian stamping a return in a lined ledger" + ], + "actions": [ + "Leaning in to annotate a dense paragraph", + "Passing a book to a classmate across a long table", + "Adjusting glasses and tapping a pencil thoughtfully", + "Collecting materials quietly to leave" + ], + "camera": "Warm long takes with shallow inserts on paper and hand motion", + "accents": [ + "filmy sun shafts and paper fiber micro-texture", + "cardigan knit micro-detail and warm lamp micro-light" + ], + "mood": "quiet studious repose", + "lighting": "day: soft interior daylight with warm desk lamps", + "style": "academic uniform cinematography" + }, + { + "subGenre": "School Uniforms", + "scene": "Assembly hall midday with blazers and raised house banners", + "sceneVariants": [ + "Assembly hall midday with blazers and raised house banners", + "A headteacher at a podium addressing rows of students", + "A choir forming a neat block for a short anthem", + "House captains lined with sashes and small insignia", + "Windows casting geometric light across rows" + ], + "actions": [ + "Standing to salute or sing with measured posture", + "Passing a miniature flag between representatives", + "Clapping politely at an announcement", + "Checking a program and exchanging a brief glance" + ], + "camera": "Wide institutional coverage with human-scale reaction inserts", + "accents": [ + "bright midday hall light and blazer weave micro-detail", + "banner fabric micro-texture and sash embroidery detail" + ], + "mood": "formal communal discipline", + "lighting": "day: bright interior with natural window shafts", + "style": "assembly uniform cinematography" + }, + { + "subGenre": "School Uniforms", + "scene": "After-school lab with lab coats over uniforms and safety goggles", + "sceneVariants": [ + "After-school lab with lab coats over uniforms and safety goggles", + "Beakers bubbling in racks and a fume hood at work", + "A teacher demonstrating a safe pipetting technique", + "Protective gloves and labeled chemical bottles lined up", + "A small whiteboard with a reaction diagram" + ], + "actions": [ + "Pipetting precisely and transferring sample to a vial", + "Adjusting safety goggles and nodding at a result", + "Recording observations into a neat lab book", + "Washing hands and disposing of a small waste properly" + ], + "camera": "Close technical inserts with measured wide safety context shots", + "accents": [ + "bright sterile lab light and glass micro-reflections", + "glove micro-texture and label micro-font detail" + ], + "mood": "curious disciplined experimentation", + "lighting": "day: bright controlled lab lighting", + "style": "educational lab uniform cinematography" + }, + { + "subGenre": "School Uniforms", + "scene": "Evening graduation ceremony with mortarboards and formal robes over uniforms", + "sceneVariants": [ + "Evening graduation ceremony with mortarboards and formal robes over uniforms", + "A procession down an illuminated aisle and proud families", + "A diploma presented under a spotlight", + "A line of graduates adjusting robes", + "A celebratory confetti drop as caps toss" + ], + "actions": [ + "Receiving a diploma and bowing slightly", + "Adjusting a mortarboard before a group photo", + "Embracing a friend with a quick proud squeeze", + "Tossing a cap into the air with a collective cheer" + ], + "camera": "Ceremonial tracking with emotional close portrait inserts", + "accents": [ + "spotlight rim and robe fabric micro-weave", + "paper diploma micro-edge and confetti micro-detail" + ], + "mood": "proud solemn celebration", + "lighting": "evening: warm stage spotlights with ambient fill", + "style": "ceremonial academic cinematography" + }, + { + "subGenre": "School Uniforms", + "scene": "Noon vocational workshop with protective aprons over uniforms and tool belts", + "sceneVariants": [ + "Noon vocational workshop with protective aprons over uniforms and tool belts", + "Workbenches and small power tools arranged with care", + "A teacher demonstrating a machining technique", + "Safety goggles and ear protection on bench hooks", + "A chalkboard with measured steps for a build" + ], + "actions": [ + "Clamping a piece into a jig and operating a small tool", + "Measuring angles with a calibrated square", + "Exchanging a tool with a peer and offering a tip", + "Cleaning up a work area and stowing a wrench" + ], + "camera": "Practical close-inserts on hands and tool actions with wide context", + "accents": [ + "bright workshop light and metal micro-sheen", + "wood grain and tool wear micro-detail" + ], + "mood": "practical hands-on learning", + "lighting": "day: bright workshop lighting", + "style": "vocational uniform cinematography" + }, + { + "subGenre": "School Uniforms", + "scene": "Morning uniform inspection with polished shoes and neat ribbons", + "sceneVariants": [ + "Morning uniform inspection with polished shoes and neat ribbons", + "A prefect checking name badges and tie knots", + "Lines forming neatly on a marked playground", + "A clipboard noting minor infractions quietly", + "A teacher offering a small tutorial on tie-tying" + ], + "actions": [ + "Straightening a tie and tucking in a shirt", + "Polishing a shoe quickly with a cloth", + "Receiving a small correction and nodding to adjust", + "Smiling as a prefect offers an approving check" + ], + "camera": "Measured documentary inserts with personal reaction close-ups", + "accents": [ + "bright morning rim on polished leather and tie sheen", + "fabric weave and metal badge micro-detail" + ], + "mood": "disciplined proud routine", + "lighting": "day: bright early morning sun", + "style": "institutional inspection cinematography" + }, + { + "subGenre": "School Uniforms", + "scene": "Afternoon drama rehearsal in costumes over uniform blazers", + "sceneVariants": [ + "Afternoon drama rehearsal in costumes over uniform blazers", + "Props scattered and script pages marked in bright ink", + "A student practicing a dramatic monologue on a small makeshift stage", + "A director offering calm notes from the wing", + "A wardrobe trunk open with costume pieces" + ], + "actions": [ + "Delivering a line with intentional cadence and hand gesture", + "Changing into a period costume quickly between scenes", + "Sketching a blocking note in a script margin", + "Applauding a peer's rehearsal run with simple encouragement" + ], + "camera": "Intimate rehearsal coverage with performance inserts", + "accents": [ + "soft stage practical rim and fabric costume micro-detail", + "paper script micro-texture and prop patina" + ], + "mood": "creative studious exploration", + "lighting": "day: warm interior rehearsal light", + "style": "school theatre uniform cinematography" + }, + { + "subGenre": "School Uniforms", + "scene": "Evening parent-teacher meeting with neat uniforms and polite handshakes", + "sceneVariants": [ + "Evening parent-teacher meeting with neat uniforms and polite handshakes", + "A tidy classroom with chairs arranged in a semicircle", + "A teacher passing a student report to a parent", + "Noticeboard with academic progress charts", + "A small hospitality table with refreshments" + ], + "actions": [ + "Shaking hands politely and making brief introductions", + "Pointing to a student's work and explaining progress", + "Passing a report with a practiced measured tone", + "Offering a polite smile and seating a parent" + ], + "camera": "Polite documentary mid-shots with close inserts on papers and hands", + "accents": [ + "warm interior practicals and clothing micro-weave details", + "paper and pen micro-detail" + ], + "mood": "formal communicative civility", + "lighting": "evening: warm interior light", + "style": "parent-teacher meeting cinematography" + }, + { + "subGenre": "School Uniforms", + "scene": "Noon science fair with lab coats over uniforms and poster boards", + "sceneVariants": [ + "Noon science fair with lab coats over uniforms and poster boards", + "Tri-fold presentations and small demonstration setups", + "A judge tilting a model to examine a mechanism", + "Small motors and battery packs wired neatly", + "A printed project title with student names in bold" + ], + "actions": [ + "Presenting research with confident clipped phrases", + "Demonstrating a working prototype to a small crowd", + "Answering a judge's question with a practiced response", + "Collecting feedback notes and smiling appreciatively" + ], + "camera": "Energetic mid-wide with focused prototype macro inserts", + "accents": [ + "bright exhibition light and paper micro-sheen", + "plastic component micro-texture and circuit micro-detail" + ], + "mood": "enthusiastic educational pride", + "lighting": "day: bright indoor exhibition light", + "style": "science fair uniform cinematography" + }, + { + "subGenre": "School Uniforms", + "scene": "Late-night dorm prep in loungewear over uniform shirts", + "sceneVariants": [ + "Late-night dorm prep in loungewear over uniform shirts", + "Shared sinks and toothbrushes lined in neat rows", + "A bunk ladder and a small reading lamp for each bed", + "A roommate finishing a quick study flashcard session", + "Laundry baskets with folded uniforms waiting" + ], + "actions": [ + "Changing into comfortable lounge pants while keeping a neat shirt collar", + "Brushing teeth in a quick synchronized routine", + "Packing a small study kit for morning", + "Turning down a bed and setting an alarm" + ], + "camera": "Warm handheld with personal micro-inserts", + "accents": [ + "soft lamp rim on cotton micro-detail", + "plastic toothbrush micro-texture and towel weave" + ], + "mood": "relaxed routine camaraderie", + "lighting": "night: warm dorm lamp practicals", + "style": "dorm-life uniform cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/fashion_and_beauty_shoes.json b/src/data/fashion_and_beauty_shoes.json new file mode 100644 index 0000000..fe9e149 --- /dev/null +++ b/src/data/fashion_and_beauty_shoes.json @@ -0,0 +1,479 @@ +{ + "fashion_and_beauty": [ + { + "subGenre": "Shoes", + "scene": "Cobbler's Workshop", + "sceneVariants": [ + "A bench littered with lasts, hammers, and stitched soles", + "A craftsman hand-stitching a welt under a magnifying lamp", + "Pinned patterns and leather scraps hanging on the wall", + "A row of half-finished boots lined on a shelf", + "A well-worn leather apron draped over a stool" + ], + "actions": [ + "Stitching a sole with slow, deliberate movements", + "Polishing a toe cap to a mirror sheen", + "Testing fit on a wooden last and marking adjustments", + "Applying glue with a small brush and clamping until set" + ], + "camera": "Macro process shots of hands and tools, 35mm context masters", + "accents": [ + "warm bench-lamp rim-light emphasizing leather grain", + "high micro-detail on stitching and welt edges" + ], + "mood": "focused artisanal pride", + "lighting": "controlled indoor task lighting", + "style": "craft documentary editorial" + }, + { + "subGenre": "Shoes", + "scene": "Luxury Showroom", + "sceneVariants": [ + "A minimal showroom with velvet benches and glass shelves of heels", + "A model trying on a sculptural pump beneath a spot-lit canopy", + "Monochrome displays with single-shoe pedestals", + "A sales associate presenting a shoe box tied with ribbon", + "A mirrored wall multiplying the silhouette of footwear" + ], + "actions": [ + "Sliding a foot into a pump and standing to test balance", + "Adjusting an ankle strap with quiet precision", + "A salesperson polishing a heel before the final reveal", + "Comparing silhouettes against a full-length mirror" + ], + "camera": "Elegant 85mm portraits and slow dolly-ins on silhouette", + "accents": [ + "pinpoint glossy highlights on patent leather", + "soft warm rim-light on metallic ornamentation" + ], + "mood": "understated luxury", + "lighting": "soft controlled indoor day lighting", + "style": "luxury product editorial" + }, + { + "subGenre": "Shoes", + "scene": "Sneaker Drop Crowd", + "sceneVariants": [ + "A street storefront with a queue of excited sneakerheads", + "Limited-edition boxes being opened on a timber counter", + "Neon signage advertising a midnight release", + "A display wall with silhouette outlines of collaborative designs", + "A chalkboard countdown to the drop time" + ], + "actions": [ + "Unboxing a pair and fanning out tissue paper", + "Lacing up and snapping a quick social media shot", + "A friendly exchange and size-swap between fans", + "Tagging a buddy in a triumphant purchase photo" + ], + "camera": "High-energy handheld coverage with close-up SKU details", + "accents": [ + "neon rim-light with high-gloss rubber highlights", + "texture emphasis on knit and molded soles" + ], + "mood": "electric community excitement", + "lighting": "mixed night lighting with practical neon", + "style": "street-culture editorial" + }, + { + "subGenre": "Shoes", + "scene": "Rainy Pavement Reflections", + "sceneVariants": [ + "A model crossing wet cobbles in glossy boots with puddle reflections", + "Taxi headlights and storefronts mirrored on asphalt", + "A close crop of water splashing from a heel on a step", + "An umbrella-held silhouette walking past a puddled crosswalk", + "A boot sole leaving crisp patterns in shallow water" + ], + "actions": [ + "Stepping deliberately to create a small splash", + "Checking heel stability on slippery stone", + "Tucking trousers to avoid a wet hem", + "A playful kick at a low puddle with a laugh" + ], + "camera": "Low-angle tracking at ground level with slow motion splashes", + "accents": [ + "specular water highlights and polished leather gleam", + "crisp micro-detail on tread and stitch" + ], + "mood": "moody resilient style", + "lighting": "night with reflective street lighting", + "style": "cinematic urban fashion" + }, + { + "subGenre": "Shoes", + "scene": "Dance Rehearsal Studio", + "sceneVariants": [ + "A mirrored dance studio with scuffed ballet shoes lined up", + "A model practicing pointe work with a focused coach", + "A row of tap shoes drying on a radiator", + "A barre with sneakers and jazz shoes strewn nearby", + "A chalked floor marking stage positions" + ], + "actions": [ + "Tying ribbons and checking balance in the mirror", + "A quick sequence of steps punctuated by a tap click", + "Warming up with calf stretches and ankle rolls", + "Inspecting shoe wear and replacing toe pads" + ], + "camera": "Fluid Steadicam tracking with close low-angle footwork shots", + "accents": [ + "soft studio rim-light emphasizing movement edges", + "high micro-detail on worn satin and scuffed leather" + ], + "mood": "disciplined kinetic grace", + "lighting": "bright indoor day studio lighting", + "style": "performance-focused editorial" + }, + { + "subGenre": "Shoes", + "scene": "Bridal Fitting Chair", + "sceneVariants": [ + "A bride seated while the consultant fits ivory satin pumps", + "A mirrored salon with rows of delicate bridal shoes", + "Lace stockings and tissue-wrapped slippers on a side table", + "Close-ups of pearl embellishments sewn near the heel", + "A quiet reveal as the bride stands to inspect the full look" + ], + "actions": [ + "Slipping on a shoe and testing a few steps", + "Adjusting a strap to sit flush against skin", + "Tucking a small ribbon into the shoe lining", + "Sharing a delighted reaction with a friend" + ], + "camera": "Tender 85mm portraits and graceful full-length reveals", + "accents": [ + "soft bridal rim-light with gentle bloom on satin", + "fine micro-detail on embroidery and lace" + ], + "mood": "tender anticipatory romance", + "lighting": "soft indoor day lighting", + "style": "romantic bridal editorial" + }, + { + "subGenre": "Shoes", + "scene": "Cobbled Market Street", + "sceneVariants": [ + "A marketplace with vintage shoe stalls and polished boots on display", + "A model walking in chunky boots past iron lampposts", + "A cobbler hammering rivets at a curbside stall", + "Wet leaves caught against ankle boots in autumn light", + "Patterned cobbles leading the eye toward a distant archway" + ], + "actions": [ + "Kicking a small pebble and checking sole grip", + "Testing new tread out on a damp surface", + "Sampling different laces for a personalized touch", + "Polishing a boot with a quick circular motion" + ], + "camera": "Lateral tracking with 50mm portrait inserts on footwear", + "accents": [ + "autumnal rim-light with textured leather emphasis", + "detailed capture on sole tread and stitching" + ], + "mood": "earthy practical style", + "lighting": "soft day with overcast diffusion", + "style": "urban rustic editorial" + }, + { + "subGenre": "Shoes", + "scene": "High-Fashion Heel Portrait", + "sceneVariants": [ + "A sculptural stiletto set on a marble pedestal in studio", + "Close crop on the curvature of a heel against a seamless backdrop", + "A model posing with exaggerated arch lines and an elongated leg", + "A studio assistant adjusting a prop to highlight silhouette", + "A reflective platform doubling the heel's profile" + ], + "actions": [ + "Rotating the shoe to study profile lines", + "A precise ankle flex to accentuate arch", + "Dusting the platform to ensure a pristine reflection", + "A stylist repositioning a strap for cleaner lines" + ], + "camera": "Studio 100mm macro and slow push-ins to silhouette", + "accents": [ + "high specular rim-light with deep shadow modeling", + "micro-detail on seam and ornamental finishes" + ], + "mood": "sculpted dramatic elegance", + "lighting": "controlled studio key and rim lighting", + "style": "art-directed fashion portrait" + }, + { + "subGenre": "Shoes", + "scene": "Trailhead Hiking Boot Test", + "sceneVariants": [ + "A rugged trailhead with hikers lacing up in technical boots", + "A close-up of mud sticking to aggressive treads", + "A model testing ankle support on a rocky incline", + "A backpack resting beside a pair of durable hiking boots", + "A panoramic vista beyond a boot-clad foreground" + ], + "actions": [ + "Tightening laces and checking lockdown", + "Testing traction on loose gravel", + "Wiping mud from a midsole before a photo", + "Adjusting gaiters to prevent debris ingress" + ], + "camera": "Wide landscape masters with close low-angle trail shots", + "accents": [ + "natural sunlight rim-light with dust speck highlights", + "textural emphasis on rubber and stitched overlays" + ], + "mood": "adventurous pragmatic confidence", + "lighting": "bright outdoor day lighting", + "style": "outdoor gear editorial" + }, + { + "subGenre": "Shoes", + "scene": "Shoe Repair Kiosk", + "sceneVariants": [ + "A small kiosk with a sign reading 'Fast Repair' and rows of soles", + "A repairman replacing heel tips with practiced speed", + "A queue of customers handing over well-loved shoes", + "A collage of before-and-after repair photos on a corkboard", + "A tiny radio playing soft background music" + ], + "actions": [ + "Replacing a heel tip with a small hammer and nail", + "Gluing and clamping a sole to a shoe base", + "Buffing out scuffs with rapid strokes", + "Counting change and handing back a renewed pair" + ], + "camera": "Documentary close-ups with 35mm human context shots", + "accents": [ + "practical warm rim-light with reflective polish highlights", + "micro-detail on patched soles and repaired seams" + ], + "mood": "resourceful urban resilience", + "lighting": "mixed indoor/outdoor practical lighting", + "style": "street-documentary editorial" + }, + { + "subGenre": "Shoes", + "scene": "Vintage Shoe Store Aisle", + "sceneVariants": [ + "Shelves stacked with retro loafers, wingtips, and Mary Janes", + "A tassel loafer with a patina crease catching light", + "A handwritten tag detailing era and restoration notes", + "A model trying on a pair of 1950s heels beside a stool", + "A shopkeeper smiling while adjusting a fit" + ], + "actions": [ + "Trying on a shoe and taking a tentative step", + "Examining label stamps and maker marks under a loupe", + "Delicately stuffing tissue into a restored toe box", + "Listing provenance details for a curious buyer" + ], + "camera": "Warm cozy 50mm portraits and overhead shelf reveals", + "accents": [ + "nostalgic warm rim-light with soft patina highlights", + "fine micro-detail on leather grain and decorative brogueing" + ], + "mood": "nostalgic curated discovery", + "lighting": "soft indoor day lighting", + "style": "vintage editorial" + }, + { + "subGenre": "Shoes", + "scene": "Factory Assembly Line", + "sceneVariants": [ + "Robotic and manual stations assembling soles and uppers", + "Conveyor of freshly molded soles moving under bright lamps", + "Workers inspecting quality near a polished bench", + "Rows of identical sneakers awaiting laces", + "A wall of labeled box sizes stacked high" + ], + "actions": [ + "Aligning an upper onto a sole press", + "Applying adhesive with measured consistency", + "Quality-checking a finished pair for defects", + "Tying standardized laces before boxing" + ], + "camera": "Industrial wide with rhythmically timed cut-ins to detail", + "accents": [ + "cold industrial rim-light with metallic micro-shine", + "clear texture emphasis on molded foam and sewn panels" + ], + "mood": "efficient productive order", + "lighting": "bright factory fluorescent lighting", + "style": "industrial product documentary" + }, + { + "subGenre": "Shoes", + "scene": "Street-Style Heel Knock", + "sceneVariants": [ + "A city crosswalk with stiletto heels clicking on pavement", + "A model adjusting posture as heels catch grating", + "A close shot of heel tips glinting under street lamps", + "A group of friends laughing as one stumbles slightly", + "Cobblestone alley framing the heel shot" + ], + "actions": [ + "Walking with practiced poise on uneven surfaces", + "Hopping briefly to recover balance from a heel snag", + "Checking heel tip wear and considering quick replacement", + "Shaking out a weary foot with a relieved grin" + ], + "camera": "Handheld panning low-to-ground with slow-motion impact frames", + "accents": [ + "streetlamp rim-light with polished heel glints", + "fine detail on heel tip scuff and stitch lines" + ], + "mood": "confident urban chic with vulnerability", + "lighting": "evening mixed street lighting", + "style": "street-fashion editorial" + }, + { + "subGenre": "Shoes", + "scene": "Shoe Closet Styling", + "sceneVariants": [ + "A walk-in closet lined with organized rows of shoes by color", + "A model kneeling to select shoes for an outfit", + "A labeled shelf of seasonal footwear and storage boxes", + "A small stool and full-length mirror near the selection", + "A glossy shoe horn resting on a velvet tray" + ], + "actions": [ + "Swapping between two pairs to find the perfect match", + "Dusting off a pair before placing them on the floor", + "Re-lacing a sneaker to alternate pattern", + "Sliding shoes back into labeled boxes with care" + ], + "camera": "Calm 50mm lifestyle shots with top-down shelf details", + "accents": [ + "soft wardrobe rim-light with muted speculars", + "micro-detail on suede nap and leather finishes" + ], + "mood": "personal considered style", + "lighting": "soft indoor day lighting", + "style": "personal wardrobe editorial" + }, + { + "subGenre": "Shoes", + "scene": "Heeled Ballroom Entrance", + "sceneVariants": [ + "A grand ballroom with polished floors and dancers arriving in formal shoes", + "A close-up of sequined gown brushing a satin heel", + "A sweeping parquet pattern reflecting chandelier light", + "A line of shoes waiting at a cloakroom ready to be worn", + "A doorman offering a gloved hand as guests climb stairs" + ], + "actions": [ + "Sliding a foot into a heel and stepping gracefully onto the floor", + "Twirling to test toe balance and heel play", + "Quiet adjustments to ankle straps before joining a partner", + "A short practiced dip to test stability" + ], + "camera": "Elegant wide establishing with close footwork details", + "accents": [ + "glittering chandelier rim-light with soft shadow modeling", + "high micro-detail on satin and brocade trims" + ], + "mood": "formal poised elegance", + "lighting": "warm indoor night lighting", + "style": "classic fashion narrative" + }, + { + "subGenre": "Shoes", + "scene": "Sneaker Customization Bench", + "sceneVariants": [ + "A studio bench with paints, patches, and heat tools for customizing sneakers", + "A hand airbrushing a gradient across a canvas upper", + "A shelf of completed custom pairs with bold graphics", + "A model choosing color swatches against a white sole", + "A heated press applying a reflective vinyl transfer" + ], + "actions": [ + "Applying a brush stroke for a signature pattern", + "Heat-sealing a patch and smoothing edges", + "Testing colors under different lights for accuracy", + "Signing the inside tongue with a custom label" + ], + "camera": "Process-focused close-ups and energetic 35mm overviews", + "accents": [ + "studio rim-light with saturated pigment highlights", + "micro-detail on paint texture and stitched overlays" + ], + "mood": "creative hands-on experimentation", + "lighting": "controlled studio lighting", + "style": "artisanal street-culture editorial" + }, + { + "subGenre": "Shoes", + "scene": "Outdoor Run Shoe Test Track", + "sceneVariants": [ + "A test track with athletes trying cushioned running shoes on loops", + "A model mid-stride with a blurred background of trees", + "Close crop of cushioned midsole compressing upon impact", + "A rack of different sole densities arranged for comparison", + "A coach timing laps with a tablet and stopwatch" + ], + "actions": [ + "Running short sprints to test rebound and stability", + "Adjusting lacing to modify lockdown during a run", + "Comparing wear marks after a test loop", + "A quick cool-down stretch while removing shoes" + ], + "camera": "Dynamic tracking shots with slow-motion foot-strike close-ups", + "accents": [ + "sunlit rim-light with micro-detail on foam texture", + "specular highlights on engineered overlays" + ], + "mood": "athletic performance focus", + "lighting": "bright outdoor day lighting", + "style": "sports product editorial" + }, + { + "subGenre": "Shoes", + "scene": "Shoe Repair Night Stall", + "sceneVariants": [ + "A small nighttime stall illuminated by a single bulb offering quick heel repairs", + "Patina leather boots awaiting fast re-soling", + "A sign advertising same-day heel replacement", + "Scattered tools on a battered wooden counter", + "A line of customers with scuffed shoes waiting patiently" + ], + "actions": [ + "Removing a worn heel and fitting a new cap", + "Applying quick polish and buff for immediate return", + "Checking alignment and tap-testing toe strength", + "Handing back a refreshed pair with a satisfied nod" + ], + "camera": "Intimate low-light handheld with tight repair detail shots", + "accents": [ + "warm bulb rim-light with glossy polish reflections", + "texture emphasis on worn leather and patched soles" + ], + "mood": "pragmatic nocturnal service", + "lighting": "low night practical lighting", + "style": "urban human-interest editorial" + }, + { + "subGenre": "Shoes", + "scene": "Kids' Playful Shoe Shop", + "sceneVariants": [ + "A colorful children's shoe shop with playful prints and velcro straps", + "A small child jumping in a new pair as a parent laughs", + "A display of cartoon-themed sneakers on low shelves", + "A shoe-size chart painted on the wall with cheerful art", + "A bench with animal-shaped shoe horns" + ], + "actions": [ + "Trying on shoes and performing a small jump", + "Velcro fastening with delighted small hands", + "Pointing at favorite character designs and choosing with confidence", + "A quick high-five after a successful fit" + ], + "camera": "Bright low-angle coverage with 35mm lifestyle close-ups", + "accents": [ + "vivid day rim-light with glossy rubber highlights", + "micro-detail on playful prints and stitchwork" + ], + "mood": "joyful carefree whimsy", + "lighting": "bright indoor day lighting", + "style": "family-friendly commercial" + } + ] +} \ No newline at end of file diff --git a/src/data/fashion_and_beauty_sportswear.json b/src/data/fashion_and_beauty_sportswear.json new file mode 100644 index 0000000..56b8925 --- /dev/null +++ b/src/data/fashion_and_beauty_sportswear.json @@ -0,0 +1,454 @@ +{ + "fashion_and_beauty": [ + { + "subGenre": "Sportswear", + "scene": "Moonlit urban sprint between lamplit blocks wearing reflective running gear", + "sceneVariants": [ + "Moonlit urban sprint between lamplit blocks wearing reflective running gear", + "Runner cutting through empty streets with neon storefront reflections", + "Glowing reflective strips on a fitted jacket", + "Breath pluming in cool night air as shoes hit wet pavement", + "A watch face glowing with interval data" + ], + "actions": [ + "Driving powerful strides with determined arm swing", + "Glancing down to tap a watch for pace", + "Leaping a small curb with a smooth cadence", + "Slowing to a controlled recovery at a lit corner" + ], + "camera": "Low follow with occasional helmet-cam POV and rack-focus to watch face", + "accents": [ + "cool street-lamp rim-light and reflective trim micro-gloss", + "wet-surface speculars on shoe soles" + ], + "mood": "focused nocturnal discipline", + "lighting": "night: street lamps and neon reflections with soft fill", + "style": "urban performance sportswear cinematography" + }, + { + "subGenre": "Sportswear", + "scene": "Late-night rooftop HIIT session in lightweight compression sets", + "sceneVariants": [ + "Late-night rooftop HIIT session in lightweight compression sets", + "Small group doing burpees under LED strips", + "A coach demonstrating interval timing with a whistle", + "Sweat beading on a fitted crop top as members push", + "City skyline punctuated by distant traffic lights" + ], + "actions": [ + "Exploding up from a squat into a sprint-in-place", + "High-knee sprints and controlled plank holds", + "Tapping a wrist timer to switch stations", + "Encouraging teammates with clipped shouts" + ], + "camera": "Dynamic handheld with fast pace edits synced to beats", + "accents": [ + "cool LED rim-light and performance fabric micro-weave", + "sweat bead micro-detail and motion blur accents" + ], + "mood": "intense communal energy", + "lighting": "night: LED workout strips with skyline ambient", + "style": "fitness-performance sportswear cinematography" + }, + { + "subGenre": "Sportswear", + "scene": "Dawn trail run through pine forest in breathable long-sleeve layers", + "sceneVariants": [ + "Dawn trail run through pine forest in breathable long-sleeve layers", + "Soft sun filtering through needle canopy onto damp trail", + "A small hydration pack and soft trail shoes", + "Mossy roots showing as rhythmic obstacles", + "A distant bird call punctuating steady breath" + ], + "actions": [ + "Flowing over roots with nimble footwork", + "Reaching back to sip from a hydration tube", + "Slowing to adjust a strap and steady footing", + "Scanning the trail ahead for technical moves" + ], + "camera": "Smooth follow-cam with occasional drone pull to reveal trail", + "accents": [ + "golden predawn rim and breathable mesh micro-detail", + "soft leaf-particle micro-speculars" + ], + "mood": "fresh resilient calm", + "lighting": "day/dawn: soft early morning diffusion", + "style": "outdoor endurance sportswear cinematography" + }, + { + "subGenre": "Sportswear", + "scene": "Midday indoor climbing gym with flexible athleisure and chalk dust", + "sceneVariants": [ + "Midday indoor climbing gym with flexible athleisure and chalk dust", + "Color-coded routes arcing across textured panels", + "A bouldering mat spread beneath a handful of climbers", + "A harness clipped to a rope and a safety belayer steady", + "Hands smearing chalk as they reach for small holds" + ], + "actions": [ + "Dynamic reach-and-lock moves across a traverse", + "Securing a belay and encouraging a partner", + "Wiping chalk from palms and testing holds", + "Descending with controlled footwork and a final grin" + ], + "camera": "Handheld vertical pans with tight grip micro-inserts", + "accents": [ + "bright gym skylights for crisp texture and chalk micro-powder", + "fabric flex micro-detail on stretch panels" + ], + "mood": "focused upward drive", + "lighting": "day: bright interior climbing gym light", + "style": "technical climbing sportswear cinematography" + }, + { + "subGenre": "Sportswear", + "scene": "Evening volleyball match on an urban sand court in breathable two-piece sets", + "sceneVariants": [ + "Evening volleyball match on an urban sand court in breathable two-piece sets", + "Floodlight beams highlighting airborne grains of sand", + "A spike passing a silhouetted hand at net height", + "A small crowd ringed around with casual seating", + "A scoreboard LED blinking close counts" + ], + "actions": [ + "Leaping for a powerful spike with a tight torso rotation", + "Diving for a save and rolling smoothly through sand", + "Setting with a precise two-finger push", + "Celebrating a won point with a group cheer" + ], + "camera": "Low dynamic tracking with slow-mo arc captures of key plays", + "accents": [ + "cool floodlight rim and sand micro-grit highlights", + "mesh and stitch micro-detail on active sets" + ], + "mood": "competitive social energy", + "lighting": "evening: bright court floodlights with dark surrounds", + "style": "beach-urban sportswear cinematography" + }, + { + "subGenre": "Sportswear", + "scene": "Dawn rowing erg session at a sunlit boathouse in sleek training wear", + "sceneVariants": [ + "Dawn rowing erg session at a sunlit boathouse in sleek training wear", + "Rows of erg machines lined like coordinated instruments", + "A coach calling split times under a small awning", + "Sweat dripping from a brow in measured focus", + "A laminated training plan clipped beside each machine" + ], + "actions": [ + "Driving with leg power and smooth controlled pull", + "Monitoring cadence and adjusting intensity", + "Picking up for a sprint block and easing back to steady", + "Wiping a sweat bead and nodding to coach" + ], + "camera": "Steady medial inserts synced to stroke rhythm", + "accents": [ + "warm boathouse sunrise and fabric compression micro-detail", + "sweat micro-droplet highlights and monitor pixel micro-detail" + ], + "mood": "disciplined calibrated labor", + "lighting": "day/dawn: warm natural boathouse glow", + "style": "indoor rowing sportswear cinematography" + }, + { + "subGenre": "Sportswear", + "scene": "Midday tennis doubles on a sun-drenched blue court in fitted polos and skirts", + "sceneVariants": [ + "Midday tennis doubles on a sun-drenched blue court in fitted polos and skirts", + "Serve toss frozen in a high-frame capture", + "A baseline sprint tracked in a crisp lateral pan", + "A string-snap close-up as a racquet meets ball", + "A towel-dab mid-game and a focused coach sigh" + ], + "actions": [ + "Launching into a powerful serve with precise wrist snap", + "Sliding into a wide return and recovering quickly", + "Calling 'mine' and coordinating with a partner", + "Celebrating a clean winner with a small fist pump" + ], + "camera": "Baseline tracking and net-level slow motion for key strikes", + "accents": [ + "bright midday court light with fabric micro-weave detail", + "ball fuzz micro-texture and racquet string micro-detail" + ], + "mood": "athletic elegant competitiveness", + "lighting": "day: bright direct sun", + "style": "court sportswear cinematography" + }, + { + "subGenre": "Sportswear", + "scene": "Night boxing gym under single overhead bulb in pared-back training shorts and wraps", + "sceneVariants": [ + "Night boxing gym under single overhead bulb in pared-back training shorts and wraps", + "Punchbag swinging with a rhythmic thunk", + "A trainer holding mitts under warm tungsten", + "Sweat-slicked gloves and taped wrists", + "A towel laid on a bench with a water bottle" + ], + "actions": [ + "Jabbing a precise combination into mitts and retreating", + "Footwork drills across a marked square", + "Catching breath with hands on knees and resetting posture", + "Swiping a damp towel across a forehead and nodding" + ], + "camera": "Grainy handheld close-inserts matched to punch rhythm", + "accents": [ + "warm single-bulb rim highlighting sweat micro-sheen", + "canvas and tape micro-texture on gloves" + ], + "mood": "raw focused grit", + "lighting": "night: single tungsten overhead with deep ambient shadow", + "style": "combat sportswear cinematography" + }, + { + "subGenre": "Sportswear", + "scene": "Bright cycling group ride on a coastal road in aerodynamic jerseys and bibs", + "sceneVariants": [ + "Bright cycling group ride on a coastal road in aerodynamic jerseys and bibs", + "Peloton weaving along a cliff-edge road with ocean below", + "Aerodynamic helmets and mirrored sunglasses glinting", + "A feed zone handing energy gels and small bottles", + "A support car visible in rear-view with spare wheels" + ], + "actions": [ + "Sitting in to save energy with steady cadence", + "Pulling through at the front to maintain pace", + "Reaching for a gel and tucking it into a jersey pocket", + "Standing on the pedals for a short hill sprint" + ], + "camera": "Bike-mounted and follow-car dynamic with panoramic coastal pulls", + "accents": [ + "bright coastal rim-light and Lycra micro-weave detail", + "tire tread and chain micro-texture" + ], + "mood": "enduring rhythmic flow", + "lighting": "day: bright clear sun with sea-reflective fill", + "style": "road-cycling sportswear cinematography" + }, + { + "subGenre": "Sportswear", + "scene": "Dusk park yoga session in breathable long-line tanks and tapered leggings", + "sceneVariants": [ + "Dusk park yoga session in breathable long-line tanks and tapered leggings", + "Mats aligned under dusk-blue sky and soft lanterns", + "A slow collective vinyasa with synchronized breath", + "A small post-practice tea arrangement on a folding table", + "A smiling instructor adjusting a posture gently" + ], + "actions": [ + "Flowing through sun salutations into a steady balance", + "Smoothing a mat and closing eyes in a long exhale", + "Reaching to correct an alignment with a gentle touch", + "Sitting for a short meditation with hands folded" + ], + "camera": "Zen-like steady wide with med-close posture inserts", + "accents": [ + "soft lantern rim and breathable fabric micro-detail", + "leaf micro-edges and skin micro-highlights" + ], + "mood": "centered restorative calm", + "lighting": "evening/dusk: warm low practicals with ambient sky", + "style": "wellness sportswear cinematography" + }, + { + "subGenre": "Sportswear", + "scene": "Night urban soccer pickup on an artificial turf field in lightweight training kits", + "sceneVariants": [ + "Night urban soccer pickup on an artificial turf field in lightweight training kits", + "Floodlights carving sharp shadows on green turf", + "A quick volley of passes with cleat squeaks", + "Bright bibs contrasting with dark shorts", + "A portable goal and a small cheering cluster" + ], + "actions": [ + "Executing a sharp cut and a driven pass", + "Sliding for a block and quickly regaining footing", + "Calling a tactical play across the pitch", + "Celebrating a goal with a sprint and hands raised" + ], + "camera": "Pitch-level tracking with burst motion captures", + "accents": [ + "cold floodlight rim and turf micro-detail", + "cleat stud micro-spec and ball panel micro-texture" + ], + "mood": "energetic team grit", + "lighting": "night: strong field floodlights", + "style": "urban pickup sportswear cinematography" + }, + { + "subGenre": "Sportswear", + "scene": "Bright crossfit box in midday light with box shorts and fitted tanks", + "sceneVariants": [ + "Bright crossfit box in midday light with box shorts and fitted tanks", + "Kettlebells and ropes neatly aligned along a wall", + "A whiteboard listing the WOD in large chalk", + "Athletes rotating through stations with measured intensity", + "A coach timing a circuit on a stopwatch" + ], + "actions": [ + "Swinging a kettlebell with fluid hip drive", + "Climbing a rope and descending with controlled form", + "Dropping to the floor for a prescribed set of burpees", + "Slamming a medicine ball in a focused release" + ], + "camera": "Energetic box-tracking with close-inserts on form and grit", + "accents": [ + "bright gym daylight with sweat micro-sheen", + "kettlebell cast micro-detail and chalk dust micro-cloud" + ], + "mood": "intense functional performance", + "lighting": "day: bright indoor gym light", + "style": "functional performance sportswear cinematography" + }, + { + "subGenre": "Sportswear", + "scene": "Dawn paddleboard yoga on a calm lake with hybrid swim-leggings", + "sceneVariants": [ + "Dawn paddleboard yoga on a calm lake with hybrid swim-leggings", + "Glass-calm water reflecting a peach sky", + "A single paddleboarder balancing in tree pose", + "A small dock with rolled mats and water shoes", + "A pair practicing tandem balance on a wide board" + ], + "actions": [ + "Slow controlled transitions balancing ephemeral stability", + "Lowering slowly into a seated twist and breathing with intent", + "Paddling softly between poses to maintain location", + "Packing up by rolling the mat and clipping to a board" + ], + "camera": "Low boat-level glide with long reflective compositions", + "accents": [ + "predawn gold rim and water micro-mirror detail", + "fabric quick-dry micro-weave and paddle micro-texture" + ], + "mood": "calm focused balance", + "lighting": "day/dawn: soft warm sunlight with calm reflections", + "style": "serene water-based sportswear cinematography" + }, + { + "subGenre": "Sportswear", + "scene": "Night skatepark freestyle in technical layered activewear", + "sceneVariants": [ + "Night skatepark freestyle in technical layered activewear", + "LED tubes outlining rails and bowls", + "A group practicing combos with focused intensity", + "Knee pads and elbow guards fitted under sleek layers", + "A portable heater warming hands between runs" + ], + "actions": [ + "Creative trick combos off a ramp with clean landings", + "Quick kit adjustments and chalking hands for grip", + "Sharing tips and reacting to a landed trick", + "Recording a short run for analysis playback" + ], + "camera": "Dynamic low tracking with quick-slomo trick highlights", + "accents": [ + "LED rim micro-lighting and protective gear micro-texture", + "board grip micro-detail and seam micro-stitch" + ], + "mood": "creative athletic expression", + "lighting": "night: artistic LED rim-lighting", + "style": "street-action sportswear cinematography" + }, + { + "subGenre": "Sportswear", + "scene": "Bright outdoor bootcamp in a park with rugged training shorts and trail runners", + "sceneVariants": [ + "Bright outdoor bootcamp in a park with rugged training shorts and trail runners", + "Cones and markers forming a training grid", + "A coach demonstrating a bear crawl and jump lunge", + "Group alternating sets with measured timers", + "A band of determined faces pushing through the burn" + ], + "actions": [ + "Dropping into a plank and exploding into a burpee", + "Bounding through ladder drills with quick feet", + "Partner med-ball slams with coordinated rhythm", + "Collecting water and sharing brief encouragement" + ], + "camera": "Energetic wide-to-close with pulse-synced cuts", + "accents": [ + "bright sun micro-speculars on dusty grass and fabric grit", + "sweat micro-bead detail and rope fray micro-texture" + ], + "mood": "communal disciplined grit", + "lighting": "day: bright outdoor sun with high contrast", + "style": "group training sportswear cinematography" + }, + { + "subGenre": "Sportswear", + "scene": "Dusk surfing training with performance long-sleeve rashguards", + "sceneVariants": [ + "Dusk surfing training with performance long-sleeve rashguards", + "Small mentoring group working on pop-up drills in shallow break", + "Instructors demonstrating paddle technique from waist-deep water", + "A line of boards resting on wet sand", + "A warm up sequence on a tide-slick shore" + ], + "actions": [ + "Paddling out with strong strokes and timing a pop-up", + "Catching a shoulder-high wave and riding to shore", + "Checking board wax and swapping boards with a mate", + "Offering a thumbs-up to an instructor post-ride" + ], + "camera": "Water-level pursuit with slow-motion ride captures", + "accents": [ + "warm sunset rim and surf micro-droplet highlights", + "board wax micro-texture and neoprene seam detail" + ], + "mood": "focused enjoyable progression", + "lighting": "evening/golden hour: warm backlight", + "style": "coastal surf sportswear cinematography" + }, + { + "subGenre": "Sportswear", + "scene": "Bright indoor basketball pickup with breathable shorts and performance tops", + "sceneVariants": [ + "Bright indoor basketball pickup with breathable shorts and performance tops", + "Bounce-squeak court sound and a hoop with worn net", + "A fastbreak culminating in a contested layup", + "Bench of players catching breath between rotations", + "A scoreboard showing a tight set" + ], + "actions": [ + "Driving to the rim with a controlled euro-step", + "Contest a shot with vertical leap and block attempt", + "Hustle back on defense and call out switch instructions", + "High-five a teammate after a successful possession" + ], + "camera": "Floor-level tracking with mid-slam slow motion", + "accents": [ + "bright gym light and mesh fabric micro-texture", + "ball leather micro-detail and court varnish speculars" + ], + "mood": "competitive social athleticism", + "lighting": "day: bright gymnasium lighting", + "style": "court pickup sportswear cinematography" + }, + { + "subGenre": "Sportswear", + "scene": "Night rooftop functional training with suspension straps and minimalist kit", + "sceneVariants": [ + "Night rooftop functional training with suspension straps and minimalist kit", + "Athletes working on TRX-style moves against a skyline", + "A coach counting repetitions with clipped cadence", + "A compact kit of resistance bands and small dumbbells", + "A towel and water bottle next to each mat" + ], + "actions": [ + "Suspension strap rows and controlled leaning planks", + "Band resisted squats and focused tempo work", + "Partner-assisted mobility drills for shoulders and hips", + "Breathing and resetting between explosive sets" + ], + "camera": "Tight practical-lit inserts with wide skyline context", + "accents": [ + "LED rim micro-highlights and strap webbing micro-detail", + "sweat and fabric micro-texture" + ], + "mood": "methodical conditioned effort", + "lighting": "night: rooftop LEDs with city ambient", + "style": "functional training sportswear cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/fashion_and_beauty_streetwear.json b/src/data/fashion_and_beauty_streetwear.json new file mode 100644 index 0000000..ccd852a --- /dev/null +++ b/src/data/fashion_and_beauty_streetwear.json @@ -0,0 +1,454 @@ +{ + "fashion_and_beauty": [ + { + "subGenre": "Streetwear", + "scene": "Moonlit intersection with oversized hoodies and high-top sneakers", + "sceneVariants": [ + "Moonlit intersection with oversized hoodies and high-top sneakers", + "Neon signs reflecting off glossy sneaker soles", + "A courier pausing under a streetlamp to check an app", + "A group leaning on a car hood trading sneaker stories", + "Steam from a grate curling past baggy cuffs" + ], + "actions": [ + "Hood pulled up and a cap tilted low as someone adjusts a strap", + "Quick exchanges of sneaker boxes and tags", + "A friend snapping a candid shot for socials", + "Shuffling feet and striking a casual pose" + ], + "camera": "Low-angle gimbal tracking with pop-in close-ups on logos and fabric texture", + "accents": [ + "neon rim-light and wet-surface speculars on rubber soles", + "micro-detail on embroidered logos and fabric nap" + ], + "mood": "edgy urban confidence", + "lighting": "night: neon, shopfront glows, and practical streetlights", + "style": "gritty nocturnal streetwear cinematography" + }, + { + "subGenre": "Streetwear", + "scene": "Late-night skate spot with layered streetwear and graphic tees", + "sceneVariants": [ + "Late-night skate spot with layered streetwear and graphic tees", + "Skate ramps scuffed and stickers pasted on rails", + "An LED-lit rail for tricks and hooded skaters waiting their turn", + "Spray-painted mural serving as a backdrop", + "A thermos and a pile of extra beanies on a bench" + ], + "actions": [ + "Ollie attempts, boards clacking on concrete", + "Adjusting a snapback and clipping a wallet chain", + "High-five celebration after landing a trick", + "Switching sneakers for a fresh pair" + ], + "camera": "Energetic low follow with brief slow-motion trick highlights", + "accents": [ + "cold floodlight rim and spray-paint micro-texture", + "sneaker sole pattern micro-detail" + ], + "mood": "raw youthful bravado", + "lighting": "night: floodlights with deep shadows", + "style": "action-oriented streetwear cinematography" + }, + { + "subGenre": "Streetwear", + "scene": "Dawn subway ride showcasing layered street caps and bold outerwear", + "sceneVariants": [ + "Dawn subway ride showcasing layered street caps and bold outerwear", + "Window reflections doubling graphic prints", + "A commuter adjusting a beanie while scrolling playlists", + "A graffiti-tagged carriage interior", + "Steam from breath mixing with cool carriage air" + ], + "actions": [ + "Zipping a padded jacket and leaning a hooded head back", + "Switching a cap and brushing lint from a sleeve", + "Checking a transit app and nodding to a beat", + "Sliding a tote bag under a seat" + ], + "camera": "Medium inserts with reflective window rack-focus", + "accents": [ + "cool window-blue and warm interior pocket-lamps", + "fabric weave and zipper micro-highlights" + ], + "mood": "commuter-cool practicality", + "lighting": "day/dawn: cool predawn filtered through carriage glass", + "style": "urban commute streetwear cinematography" + }, + { + "subGenre": "Streetwear", + "scene": "Midday market alley with layered cargo pants and utility vests", + "sceneVariants": [ + "Midday market alley with layered cargo pants and utility vests", + "Stalls selling vintage caps and retro tees", + "A seller bargaining over a limited sneaker drop", + "A patchwork of textures on display rails", + "A passerby wearing a statement fanny pack" + ], + "actions": [ + "Rummaging for a rare find and checking tags", + "Trying on a hat and checking the mirror", + "Exchanging cash and scanning a QR code", + "Talking style tips with a vendor" + ], + "camera": "Handheld market weave with reaction close-ins", + "accents": [ + "warm sun micro-highlights on nylon and cotton blends", + "textural emphasis on patches and stitched labels" + ], + "mood": "curated urban discovery", + "lighting": "day: bright midday sun with shaded alley pockets", + "style": "street-style market cinematography" + }, + { + "subGenre": "Streetwear", + "scene": "Evening rooftop party with technical jackets and statement accessories", + "sceneVariants": [ + "Evening rooftop party with technical jackets and statement accessories", + "Glow from portable LEDs and city skyline beyond", + "Layered silver chains and bold caps", + "A DJ crate and low crowd vibing casually", + "A table of limited-edition drops on display" + ], + "actions": [ + "Exchanging compliments about a jacket tech-spec", + "Sipping from a branded can while leaning on a parapet", + "Passing around limited-release items for inspection", + "Nodding in time to the DJ with clipped gestures" + ], + "camera": "Slick glidecam with close-inserts on hardware and textures", + "accents": [ + "cool LED rim-light and metal clasp speculars", + "fabric technical weave and hardware micro-detail" + ], + "mood": "exclusive relaxed energy", + "lighting": "evening/dusk: cool LED accents and soft skyline glow", + "style": "editorial rooftop streetwear cinematography" + }, + { + "subGenre": "Streetwear", + "scene": "Late-night corner shop stop for snacks in oversized tees and track pants", + "sceneVariants": [ + "Late-night corner shop stop for snacks in oversized tees and track pants", + "A flicker of a fluorescent cooler door as someone grabs a drink", + "Graphic socks peeking above chunky sneakers", + "A quick bag swap between pals outside the shop", + "A graffiti-tagged mailbox nearby" + ], + "actions": [ + "Selecting a chilled drink and checking receipts", + "Laughing at a meme and replaying a clip for friends", + "Paying with contactless tap and stepping back into the night", + "Adjusting a shoulder strap while crossing the street" + ], + "camera": "Through-the-window static and street-level over-the-shoulder", + "accents": [ + "fluorescent cooler glow and wet asphalt micro-speculars", + "cotton knit micro-texture and plastic label detail" + ], + "mood": "casual nocturnal convenience", + "lighting": "night: sterile cool interior with warm street pockets", + "style": "documentary street-culture cinematography" + }, + { + "subGenre": "Streetwear", + "scene": "Dawn graffiti jam with layered utility and protective caps", + "sceneVariants": [ + "Dawn graffiti jam with layered utility and protective caps", + "Paint cans arranged like a colorful still life", + "Artists in protective masks and loose silhouettes", + "A mural coming together with bold typographic strokes", + "Early cyclists passing to applaud the work" + ], + "actions": [ + "Mixing paint and testing spray patterns", + "Stepping back to judge scale and color relationships", + "Swapping caps and sharing technical tips", + "Cleaning a nozzle and capping a finished can" + ], + "camera": "Wide mural reveal with rapid creative close-ins", + "accents": [ + "soft predawn rim-light with paint gloss micro-highlights", + "textural emphasis on brushed concrete and sprayed pigment" + ], + "mood": "collaborative creative intensity", + "lighting": "day/dawn: cool early light with soft warm accents", + "style": "street-arts process cinematography" + }, + { + "subGenre": "Streetwear", + "scene": "Midnight fashion drop outside a boutique with hype crowds", + "sceneVariants": [ + "Midnight fashion drop outside a boutique with hype crowds", + "Limited boxes stacked behind velvet ropes", + "Security and fans forming a charged perimeter", + "A buyer snagging a rare collab item with a grin", + "Camera flashes and quick handshakes" + ], + "actions": [ + "Unboxing a coveted piece and inspecting seams", + "Swapping wristbands and showing purchase proof", + "Hustling into a waiting car with a secured bag", + "Taking a quick social clip to announce the drop" + ], + "camera": "Pulse-tracked handheld with rapid reaction cuts", + "accents": [ + "neon storefront rim and glossy box speculars", + "micro-detail on limited-edition tags and stitching" + ], + "mood": "high-energy exclusivity", + "lighting": "night: bright drop lighting with shadowed crowd pockets", + "style": "hype-culture event cinematography" + }, + { + "subGenre": "Streetwear", + "scene": "Bright daytime sneaker cleaning ritual on a stoop", + "sceneVariants": [ + "Bright daytime sneaker cleaning ritual on a stoop", + "Brushes, cleaner bottles and microfiber cloths laid out", + "A pair of timeless sneakers getting meticulous attention", + "A community member teaching care methods to a younger fan", + "Soapy water glinting in a small basin" + ], + "actions": [ + "Scrubbing soles with focused circular motion", + "Blotting fabric and airing a freshly cleaned pair", + "Exchanging stories about a rare find's origin", + "Polishing leather and lacing carefully" + ], + "camera": "Macro cleaning inserts with human-scale reaction shots", + "accents": [ + "bright sun micro-reflections on wet leather and laces", + "fabric fiber micro-detail and brush stroke emphasis" + ], + "mood": "ritual care and pride", + "lighting": "day: bright midday sun for clean clarity", + "style": "sneaker-culture documentary cinematography" + }, + { + "subGenre": "Streetwear", + "scene": "Dusk food-truck meet with layered hoodies and statement belts", + "sceneVariants": [ + "Dusk food-truck meet with layered hoodies and statement belts", + "A line of people passing cash and chatting casually", + "Patrons balancing trays on wrapped hands", + "A small informal seating area with pallets and cushions", + "String bulbs overhead creating warm pools" + ], + "actions": [ + "Ordering and balancing a tray while adjusting a belt", + "Sitting cross-legged and sharing small bites", + "Gesturing animatedly while describing a recent drop", + "Tucking a napkin into a collar and returning to talk" + ], + "camera": "Warm handheld with social reaction inserts", + "accents": [ + "string-light warm glows and leather micro-highlights", + "food steam micro-speculars and fabric texture" + ], + "mood": "communal urban leisure", + "lighting": "evening/dusk: warm food-truck strings and soft sky", + "style": "casual social streetwear cinematography" + }, + { + "subGenre": "Streetwear", + "scene": "Late-night record-store browse with graphic hoodies and beanies", + "sceneVariants": [ + "Late-night record-store browse with graphic hoodies and beanies", + "Vinyl sleeves lined and spinning on a counter", + "A collector flipping through crate-digs", + "A dim lamp highlighting cover art", + "A small exchange of a rare pressing between friends" + ], + "actions": [ + "Pulling a record from a crate and inspecting condition", + "Trading listening recommendations in low voices", + "Trying a quick preview on a turntable", + "Sliding a purchase into a protective sleeve" + ], + "camera": "Intimate static and close-insert detail of sleeves and hands", + "accents": [ + "warm lamplight on glossy jacket micro-reflections", + "paper and vinyl groove micro-texture" + ], + "mood": "cultured nocturnal curation", + "lighting": "night: warm interior lamplight with deep shop shadows", + "style": "indie culture streetwear cinematography" + }, + { + "subGenre": "Streetwear", + "scene": "Bright urban rooftop workout in layered tech streetwear", + "sceneVariants": [ + "Bright urban rooftop workout in layered tech streetwear", + "Compression layers under loose shorts and performance hoodies", + "A small group doing calisthenics with skyline backdrop", + "A duffel bag open with carefully arranged kit", + "Hydration bottles lined up like props" + ], + "actions": [ + "Executing a routine with controlled form in technical fabrics", + "Wiping sweat and adjusting a hood mid-set", + "Offering a towel to a partner between sets", + "Packing gear and assessing a post-workout look" + ], + "camera": "Dynamic mid-wide workout coverage with technical inserts", + "accents": [ + "bright sun specular on performance textiles and reflective trims", + "micro-detail on stitching and seam taping" + ], + "mood": "active confident performance", + "lighting": "day: bright sun with crisp shadows", + "style": "athleisure streetwear cinematography" + }, + { + "subGenre": "Streetwear", + "scene": "Night alleyway photo shoot with bold graphic prints and reflective shells", + "sceneVariants": [ + "Night alleyway photo shoot with bold graphic prints and reflective shells", + "A photographer directing under a single soft LED", + "Reflective windbreakers catching a hard rim", + "A model posing on a dumpster with attitude", + "An assistant adjusting a collar between takes" + ], + "actions": [ + "Directing poses and adjusting angles for impact", + "Flashing a quick light to test rim highlights", + "Checking a test image on camera back and nodding approval", + "Repositioning a hood to catch a reflection" + ], + "camera": "Editorial tight framing with dramatic rim-focused inserts", + "accents": [ + "sharp LED rim-light and glossy shell micro-reflections", + "ink and print micro-texture on garments" + ], + "mood": "high-contrast urban editorial", + "lighting": "night: focused LED with deep black backgrounds", + "style": "editorial streetwear cinematography" + }, + { + "subGenre": "Streetwear", + "scene": "Dawn communal breakfast after an all-night creative sprint", + "sceneVariants": [ + "Dawn communal breakfast after an all-night creative sprint", + "Folks in mixed streetwear sorting through early sketchbooks", + "Leftover coffee in branded cups and crumbs on a table", + "A shared playlist on a small speaker marking the mood", + "A rolling rack of curated garments cooling in morning air" + ], + "actions": [ + "Passing around toast and discussing last night's edits", + "Swapping contact details and scheduling a follow-up drop", + "Laughing about a late-night idea that turned out great", + "Folding garments and placing them in a take-home box" + ], + "camera": "Warm human-scale coverage with reaction inserts", + "accents": [ + "predawn gold rim on fabric and paper micro-texture", + "cup condensation micro-highlights" + ], + "mood": "satisfied communal creativity", + "lighting": "day/dawn: soft warm sunrise", + "style": "behind-the-scenes streetwear cinematography" + }, + { + "subGenre": "Streetwear", + "scene": "Bright urban thrift-run showcasing layered vintage streetwear", + "sceneVariants": [ + "Bright urban thrift-run showcasing layered vintage streetwear", + "Racks of mixed-era jackets and retro logos", + "A shopper pulling a rare piece with triumphant grin", + "A price tag being bartered down among friends", + "A mismatched but deliberate outfit assembled on a curb" + ], + "actions": [ + "Flipping through racks and testing fits", + "Holding up an item for group consensus", + "Checking seams and brand labels for authenticity", + "Making a quick purchase and advancing to the next rack" + ], + "camera": "Playful handheld with close knit fabric inserts", + "accents": [ + "bright natural sunlight with patina micro-detail on vintage cloth", + "tag and stitch micro-texture emphasis" + ], + "mood": "curated nostalgia", + "lighting": "day: bright midday sun", + "style": "thrift-culture streetwear cinematography" + }, + { + "subGenre": "Streetwear", + "scene": "Night time pop-up workshop with patchwork and custom embroidery", + "sceneVariants": [ + "Night time pop-up workshop with patchwork and custom embroidery", + "A line of machines stitching bold patches onto denim", + "Hand-embroidered labels being ironed on", + "A small crowd watching a demo through a window", + "A table of limited-run patches laid out for selection" + ], + "actions": [ + "Feeding fabric into a machine and adjusting tension", + "Hand-sewing a signature patch and trimming threads", + "Laying out a custom order and applying a heat press", + "Packaging a freshly customized jacket in branded tissue" + ], + "camera": "Macro machine inserts intercut with human reaction shots", + "accents": [ + "warm lamp rim and stitch micro-detail", + "metallic thread micro-speculars" + ], + "mood": "craft-focused street ingenuity", + "lighting": "night: warm task lighting with ambient glow", + "style": "artisan streetwear cinematography" + }, + { + "subGenre": "Streetwear", + "scene": "Bright festival day with eclectic streetwear and layered prints", + "sceneVariants": [ + "Bright festival day with eclectic streetwear and layered prints", + "Crowds moving between stalls wearing bold mismatched patterns", + "A performer in a statement jacket drawing a small crowd", + "Temporary tattoos and bold accessories on display", + "A merch stall featuring limited prints and patches" + ], + "actions": [ + "Browsing vendor stalls and trying on unique pieces", + "Posing for quick festival portraits with friends", + "Buying a small accessory as a memento", + "Dancing briefly to a nearby busker's beat" + ], + "camera": "Vibrant mid-wide coverage with energetic close-inserts", + "accents": [ + "bright festival sun and saturated print micro-detail", + "accessory metal micro-specular highlights" + ], + "mood": "playful expressive creativity", + "lighting": "day: bright high-key festival light", + "style": "festival streetwear cinematography" + }, + { + "subGenre": "Streetwear", + "scene": "Night alley cypher with layered streetwear and freestyle expression", + "sceneVariants": [ + "Night alley cypher with layered streetwear and freestyle expression", + "A ring of heads bobbing as a rapper cuts a verse", + "Caps and beanies tossed aside during energetic moments", + "Graffiti walls illuminated by a single moving light", + "A portable speaker thumping low bass" + ], + "actions": [ + "Freestyling into a beat and exchanging rapid call-and-response", + "Crowd reacting with hand snaps and foot stomps", + "Passing a mic and trading verses with a grin", + "Recording a short clip for social capture" + ], + "camera": "Dynamic handheld with performance-synced jump cuts", + "accents": [ + "warm moving light accents and vocal breath micro-detail", + "fabric motion micro-texture and bead highlights" + ], + "mood": "electric creative community", + "lighting": "night: single moving practical with deep shadows", + "style": "hip-hop streetwear cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/fashion_and_beauty_swimwear.json b/src/data/fashion_and_beauty_swimwear.json new file mode 100644 index 0000000..3f35003 --- /dev/null +++ b/src/data/fashion_and_beauty_swimwear.json @@ -0,0 +1,529 @@ +{ + "fashion_and_beauty": [ + { + "subGenre": "Swimwear", + "scene": "Moonlit private pool shoot with reflective black water and high-cut monochrome swimsuit", + "sceneVariants": [ + "Moonlit private pool shoot with reflective black water and high-cut monochrome swimsuit", + "A single soft LED rim-light skimming the model's silhouette", + "Steam rising from warm water against cool night air", + "Poolside tiles glinting wet under low lanterns", + "A chair with a folded towel and sunglasses nearby" + ], + "actions": [ + "Slowly stepping out of the water and letting droplets sparkle", + "Arching back to catch a rim-light highlight", + "Tucking hair behind an ear and closing eyes for a portrait", + "Adjusting strap placement with a careful fingertip" + ], + "camera": "Low-angle glide along pool edge with close-insert water droplet macros", + "accents": [ + "cool moon-silver rim-light and glossy water micro-speculars", + "high micro-detail on wet fabric clinging and skin sheen" + ], + "mood": "sensual polished minimalism", + "lighting": "night: soft LED rim with pool practicals", + "style": "editorial nocturnal swimwear cinematography" + }, + { + "subGenre": "Swimwear", + "scene": "Late-night beach bonfire with retro high-waist bikini and friends", + "sceneVariants": [ + "Late-night beach bonfire with retro high-waist bikini and friends", + "Faces orange-lit by crackling fire and silhouettes of palm fronds", + "A circle of blankets and a thermos of cocoa", + "A slow guitar strum punctuating laughter", + "Sand textured by footprints and moonlight" + ], + "actions": [ + "Toasting marshmallows and sharing small bites", + "Telling a story and leaning in toward a friend", + "Tucking a sarong around hips and rising to stretch", + "Wiping sand from feet before sitting" + ], + "camera": "Warm handheld orbit around the group with close reaction inserts", + "accents": [ + "amber fire rim-light and charcoal micro-sparks", + "sand micro-grain texture and fabric weave details" + ], + "mood": "nostalgic camaraderie", + "lighting": "night: bonfire warm glow with moon-silver accents", + "style": "retro beach lifestyle cinematography" + }, + { + "subGenre": "Swimwear", + "scene": "Dawn surf editorial with minimal athletic swim brief and surfboard", + "sceneVariants": [ + "Dawn surf editorial with minimal athletic swim brief and surfboard", + "A low sun cresting the horizon in a band of fire", + "Board waxed and bagged with a whistle on the strap", + "White-capped waves rolling in rhythm", + "A shoreline of scattered pebbles and seaweed" + ], + "actions": [ + "Carrying a board into the water with a steady gait", + "Padding out to the lineup and scanning the horizon", + "Popping up quickly to ride a short wave", + "Sitting on the board and watching the sunrise" + ], + "camera": "Water-level tracking with occasional slow-motion crest captures", + "accents": [ + "golden predawn rim-light and water droplet micro-highlights", + "board wax texture and tensile strap micro-detail" + ], + "mood": "vital athletic serenity", + "lighting": "day/dawn: warm sunrise with cool sea fill", + "style": "active surf editorial cinematography" + }, + { + "subGenre": "Swimwear", + "scene": "Midday resort pool with bold printed two-piece and cabana lounging", + "sceneVariants": [ + "Midday resort pool with bold printed two-piece and cabana lounging", + "Striped cabanas and cushioned chaise longues", + "A tropical cocktail on a small side table", + "Palm shadow patterns moving across a swimsuit", + "A towel with a branded logo folded neatly" + ], + "actions": [ + "Sipping a cocktail and adjusting a sunhat", + "Reading a magazine with sunglasses perched on the nose", + "Wiping sunscreen into a shoulder with gentle circular motions", + "Stepping into a shallow ledge with toes smoothing water" + ], + "camera": "Crane-to-handheld with pattern-focused close-inserts", + "accents": [ + "bright sun speculars and saturated print micro-contrast", + "fabric stretch micro-detail and wet-surface gloss" + ], + "mood": "luxurious leisure", + "lighting": "day: bright high-key resort sunlight", + "style": "commercial resort swimwear cinematography" + }, + { + "subGenre": "Swimwear", + "scene": "Night pool party with glittering metallic swimsuit and reflective sunglasses", + "sceneVariants": [ + "Night pool party with glittering metallic swimsuit and reflective sunglasses", + "LED color washes on wet bodies and party music thrum", + "Pool inflatables and floating lanterns creating compositional shapes", + "A DJ booth on a raised platform mixing a chilled set", + "Champagne flowing in slow ribbons" + ], + "actions": [ + "Leaning on an inflatable and taking a slow sip", + "Laughing as a friend splashes playfully", + "Adjusting sunglasses for a posed close-up", + "Dipping fingers to test floating light reflections" + ], + "camera": "Dynamic handheld with rhythmic jump cuts synced to music", + "accents": [ + "chromatic LED rim-light and metallic fabric micro-sheen", + "bubble and foam micro-reflections" + ], + "mood": "electric glamorous celebration", + "lighting": "night: colored LEDs and pool practicals", + "style": "party fashion cinematography" + }, + { + "subGenre": "Swimwear", + "scene": "Dawn cliff-side plunge pool with sculptural one-piece and panoramic view", + "sceneVariants": [ + "Dawn cliff-side plunge pool with sculptural one-piece and panoramic view", + "Sheer breeze and cliff-edge succulents framing the scene", + "Steam rising as the air contrasts with warm pool water", + "A single towel and sandals beside a shallow step", + "A slow boat trace on distant water" + ], + "actions": [ + "Sitting at water's edge dipping toes and exhaling slowly", + "Rising and stretching with arms reaching to sky", + "Turning to view the horizon and closing eyes briefly", + "Catching a subtle reflection in the pool" + ], + "camera": "Aerial-to-low tracking with long lens compression on horizon", + "accents": [ + "soft predawn rim and glassy water micro-highlights", + "fabric sculptural contour micro-detail" + ], + "mood": "contemplative refined escape", + "lighting": "day/dawn: soft warm sunrise with cool sea fill", + "style": "architectural resort swimwear cinematography" + }, + { + "subGenre": "Swimwear", + "scene": "Midday snorkeling shoot with performance rashguard and fins", + "sceneVariants": [ + "Midday snorkeling shoot with performance rashguard and fins", + "Coral formations and fish darting in clear water", + "A snorkel mask reflecting underwater color fields", + "A small dive flag marking the area", + "Bubbles trailing behind a diver in slow motion" + ], + "actions": [ + "Kicking gently through a reef and pointing at marine life", + "Clearing a snorkel and checking a gauge", + "Taking a slow breath and angling to observe a school", + "Adjusting mask strap between strokes" + ], + "camera": "Underwater steady gimbal with macro fish inserts", + "accents": [ + "crisp underwater light shafts and bubble micro-detail", + "textural micro-detail on neoprene and mask glass" + ], + "mood": "immersive exploratory energy", + "lighting": "day: bright underwater sunlight with blue diffusion", + "style": "adventure performance swimwear cinematography" + }, + { + "subGenre": "Swimwear", + "scene": "Night luxury yacht deck in sculpted asymmetric swimsuit and wrap", + "sceneVariants": [ + "Night luxury yacht deck in sculpted asymmetric swimsuit and wrap", + "Harbor lights forming a glittering ribbon behind the yacht", + "A small bar and chilled glassware at a service station", + "A wrap being draped with practiced hands", + "A low lounge area with plush cushions" + ], + "actions": [ + "Stepping lightly across a polished deck and pausing at a railing", + "Tucking a wrap tighter as a cool breeze wafts", + "Raising a glass in a careful toast", + "Leaning to admire the passing skyline together" + ], + "camera": "Low smooth dolly with intimate close-inserts on metallic accents", + "accents": [ + "harbor bokeh micro-sheen and fabric wrap micro-texture", + "glass condensation and metal hardware micro-highlights" + ], + "mood": "opulent intimate travel", + "lighting": "night: soft deck practicals with harbor ambient", + "style": "luxury nautical swimwear cinematography" + }, + { + "subGenre": "Swimwear", + "scene": "Bright family beach day with matching swim sets and playful children", + "sceneVariants": [ + "Bright family beach day with matching swim sets and playful children", + "Color-coordinated swimsuits with UV-protective designs", + "Sandcastle construction and small buckets", + "A picnic blanket and small sun umbrella", + "Parents applying sunscreen on small shoulders" + ], + "actions": [ + "Reapplying sunscreen with gentle, careful strokes", + "Encouraging a child to jump small waves together", + "Packing a cooler and checking children near the water", + "Photographing a family group with a compact camera" + ], + "camera": "Energetic wide coverage with close family reaction inserts", + "accents": [ + "bright sun micro-detail on skin and fabric UV weave", + "sand granularity and tarp weave micro-highlights" + ], + "mood": "playful secure warmth", + "lighting": "day: bright clear sunlight", + "style": "family lifestyle swimwear cinematography" + }, + { + "subGenre": "Swimwear", + "scene": "Dusk desert oasis with minimalist neutral swim and wind patterns", + "sceneVariants": [ + "Dusk desert oasis with minimalist neutral swim and wind patterns", + "A small pool surrounded by sand dunes and low scrub", + "A woven sun shade and neutral-toned wrap", + "Soft wind forming ripples across calm water", + "A single palm and distant dune silhouette" + ], + "actions": [ + "Tracing a fingertip through still water", + "Pulling a wrap close as temperature drops", + "Sitting cross-legged and watching sunset color shift", + "Adjusting a neutral strap for compositional symmetry" + ], + "camera": "Long golden-hour crane-to-close with minimalistic composition", + "accents": [ + "golden dune rim-light and neutral fabric micro-weave", + "sand micro-grain and water rim micro-reflections" + ], + "mood": "desert minimal serenity", + "lighting": "evening/golden hour: warm backlight", + "style": "minimalist natural swimwear cinematography" + }, + { + "subGenre": "Swimwear", + "scene": "Late-night city rooftop plunge with luminous swimwear and skyline LEDs", + "sceneVariants": [ + "Late-night city rooftop plunge with luminous swimwear and skyline LEDs", + "Bioluminescent-inspired trims glowing faintly", + "A tiny plunge pool and LED strips along the deck", + "A skyline of dynamic neon and mirrored glass", + "A small towel with branded logo folded nearby" + ], + "actions": [ + "Testing luminous trim under low light and adjusting straps", + "Plunging briefly for a reflective water surface", + "Leaning against a glass balustrade to inhale the night air", + "Passing a handheld remote to adjust LED color" + ], + "camera": "Editorial low-angle with LED color-shift inserts", + "accents": [ + "neon skyline micro-bokeh and luminous trim micro-glow", + "wet fabric micro-reflections and skin sheen" + ], + "mood": "futuristic nocturnal allure", + "lighting": "night: LED color washes with skyline practicals", + "style": "contemporary urban swimwear cinematography" + }, + { + "subGenre": "Swimwear", + "scene": "Bright poolside fitness shoot featuring swim leggings and crop rashguards", + "sceneVariants": [ + "Bright poolside fitness shoot featuring swim leggings and crop rashguards", + "Sprint drills along an Olympic pool edge", + "Lap time clocks and lane ropes creating graphic lines", + "A coach timing intervals with a whistle", + "A hydration station lined with branded bottles" + ], + "actions": [ + "Exploding into a dive and slicing through clean water", + "Pushing off walls for dynamic underwater glide", + "Standing to stretch shoulders and flex in measured poses", + "Checking a lap time on a waterproof watch" + ], + "camera": "High-speed aquatic capture with lane-line composition inserts", + "accents": [ + "bright pool top light shafts and performance fabric micro-detail", + "water surface micro-chop and lap-line micro-texture" + ], + "mood": "athletic disciplined focus", + "lighting": "day: bright controlled pool lighting", + "style": "performance swimwear cinematography" + }, + { + "subGenre": "Swimwear", + "scene": "Dusk cliff-jumping sequence with sport swimwear and safety team", + "sceneVariants": [ + "Dusk cliff-jumping sequence with sport swimwear and safety team", + "Bright safety vests on crew and a visible rescue kayak", + "A marked safe-jump point with small flagging", + "A group cheering on the edge as a jumper leaps", + "A splash plume suspended in slow-motion" + ], + "actions": [ + "Bracing briefly before jumping and running the leap", + "Spreading arms to control rotation and entering the water feet-first", + "Surfacing with a triumphant smile and a raised fist", + "Being assisted aboard a kayak and checked for wellbeing" + ], + "camera": "Handheld cliff-edge approach then high-speed descent capture", + "accents": [ + "golden-edge rim and splash micro-particle detail", + "performance neoprene micro-texture" + ], + "mood": "adrenal exhilaration", + "lighting": "evening/golden hour: warm backlight", + "style": "adventure performance swimwear cinematography" + }, + { + "subGenre": "Swimwear", + "scene": "Night slow-motion editorial with silk sarong and reflective seaside stones", + "sceneVariants": [ + "Night slow-motion editorial with silk sarong and reflective seaside stones", + "A wide shallow tide pooling with glossy stones", + "A silk sarong traced like a comet trail in slow frames", + "A focused single LED mimicking moonlight", + "Long exposure satellite bokeh in a distant sky" + ], + "actions": [ + "Fluttering a sarong in a slow arc to catch long-exposure trails", + "Walking barefoot through shallow tide with careful steps", + "Cupping water in palms and letting it cascade slowly", + "Looking back over a shoulder with a soft expression" + ], + "camera": "Slow-motion high-frame capture with long-exposure bokeh interplay", + "accents": [ + "cool LED moon-sheen and silk micro-lustre", + "stone wetness micro-reflection detail" + ], + "mood": "hypnotic poetic luxury", + "lighting": "night: focused LED moon simulation", + "style": "cinematic slow-motion swimwear editorial" + }, + { + "subGenre": "Swimwear", + "scene": "Bright coral reef conservation shoot with eco-friendly swimwear", + "sceneVariants": [ + "Bright coral reef conservation shoot with eco-friendly swimwear", + "Volunteer divers removing small debris among coral heads", + "A patch of vibrant coral and small tropical fish", + "A research buoy and a small field notebook on the boat", + "Biodegradable nets and breathable UV-protective fabrics" + ], + "actions": [ + "Gently lifting a small piece of debris and placing it in a bag", + "Checking reef health notes and photographing evidence", + "Explaining a restoration technique to a local guide", + "Rinsing mask and conserving fresh water aboard" + ], + "camera": "Underwater documentary gimbal with macro coral inserts", + "accents": [ + "crisp underwater color fidelity and eco-fabric micro-detail", + "bubble micro-patterns and coral texture micro-highlights" + ], + "mood": "conscientious active stewardship", + "lighting": "day: bright underwater sunlight with shallow depth clarity", + "style": "eco-conscious swimwear cinematography" + }, + { + "subGenre": "Swimwear", + "scene": "Dusk poolside fashion film with monochrome silhouettes and graphic shadows", + "sceneVariants": [ + "Dusk poolside fashion film with monochrome silhouettes and graphic shadows", + "Long linear shadows from pool architecture", + "Models in sculptural one-pieces forming angular tableaux", + "A stark white towel and minimal props for compositional clarity", + "A slow crane revealing negative-space composition" + ], + "actions": [ + "Holding a geometric pose to form a silhouette", + "Turning slowly to recompose for a negative-space frame", + "Interacting with a single minimal prop deliberately", + "Removing sunglasses to reveal an intentional expression" + ], + "camera": "Graphic high-contrast crane with silhouette-focused framing", + "accents": [ + "strong side-light producing crisp shadow micro-patterns", + "fabric matte-to-gloss contrast micro-detail" + ], + "mood": "sculptural austere elegance", + "lighting": "evening/dusk: stark side-light with controlled fill", + "style": "art-direction-led swimwear cinematography" + }, + { + "subGenre": "Swimwear", + "scene": "Night urban plunge in a hidden rooftop plunge pool with minimal swim slip", + "sceneVariants": [ + "Night urban plunge in a hidden rooftop plunge pool with minimal swim slip", + "City lights spilling below and a narrow glass barrier", + "A small towel and a pair of minimalist slides", + "A phone left face down beside a glass of mineral water", + "A soft breath visible as steam above warm water" + ], + "actions": [ + "Submerging slowly and breaking the surface for a breath", + "Resting an elbow on the pool edge and scanning the skyline", + "Adjusting a minimal strap for comfort post-plunge", + "Lifting a small glass to sip and savor the view" + ], + "camera": "Quiet close-insert glide with skyline negative-space reveals", + "accents": [ + "cool municipal bokeh and water rim micro-reflections", + "fabric micro-detail on minimal swim slip" + ], + "mood": "private urban oasis", + "lighting": "night: soft rooftop practicals with city ambient", + "style": "intimate luxe swimwear cinematography" + }, + { + "subGenre": "Swimwear", + "scene": "Bright cliff-top yoga with hybrid swim/athleisure one-piece", + "sceneVariants": [ + "Bright cliff-top yoga with hybrid swim/athleisure one-piece", + "A mat rolled on a cliff rim with ocean beyond", + "Inhale/exhale sequences silhouetted against blue horizon", + "A small water bottle and a windbreaker folded near the mat", + "A deep breath taken with arms reaching skyward" + ], + "actions": [ + "Flowing through sun-salutations with secure, athletic swimwear", + "Balancing in tree pose with focused breath", + "Reaching to touch toes and then rising with control", + "Sipping water after a sequence and towel-drying" + ], + "camera": "Yoga-paced crane with calm meditative close inserts", + "accents": [ + "bright sun rim and performance fabric micro-texture", + "ocean micro-reflection and fabric seam micro-detail" + ], + "mood": "calm athletic composure", + "lighting": "day: bright direct sun with cool fill", + "style": "wellness swim-athleisure cinematography" + }, + { + "subGenre": "Swimwear", + "scene": "Late-night hot spring soak with thermal swimwear under starlit canopy", + "sceneVariants": [ + "Late-night hot spring soak with thermal swimwear under starlit canopy", + "Mist rising in soft ribbons and a wooden boardwalk", + "A lantern hung on a post and steam billowing silently", + "A small towel rack and warm wooden bench at the edge", + "A distant silhouette of a cedar hill" + ], + "actions": [ + "Settling into the warm water and inhaling deeply", + "Running a hand along a silky swim fabric to feel warmth", + "Leaning back to let shoulders submerge briefly", + "Sharing a quiet conversation in minimal tones" + ], + "camera": "Intimate low handheld with steam-smoothing filters and close skin inserts", + "accents": [ + "warm steam rim-light and thermal fabric micro-texture", + "water vapor micro-detail around skin and fabric" + ], + "mood": "primal relaxed warmth", + "lighting": "night: lantern warm practicals with star-silver ambient", + "style": "sensory thermal swimwear cinematography" + }, + { + "subGenre": "Swimwear", + "scene": "Bright athletic competition pool with sleek racing suits and starting blocks", + "sceneVariants": [ + "Bright athletic competition pool with sleek racing suits and starting blocks", + "A starting pistol and electronic timing system in action", + "Coaches crouched at pool edge with stopwatches", + "Swim caps and streamlined goggles prepped for launch", + "Lane marker ripples and clean water surfaces" + ], + "actions": [ + "Diving from a block with explosive entry", + "Powerful flutter-kick sequences under water", + "Touching the wall and turning for the next lap", + "Gathering for a tactical debrief post-heat" + ], + "camera": "High-speed underwater capture paired with dry-land reaction shots", + "accents": [ + "bright pool top shafts and suit hydrophobic micro-detail", + "clock pixel micro-detail and water lane texture" + ], + "mood": "competitive focused intensity", + "lighting": "day: bright competition pool lighting", + "style": "sports swimwear cinematography" + }, + { + "subGenre": "Swimwear", + "scene": "Dusk lagoon paddle with eco-print swim and small vessel", + "sceneVariants": [ + "Dusk lagoon paddle with eco-print swim and small vessel", + "Mangrove silhouettes surrounding a shallow lagoon", + "A paddle gliding through glassy water at golden hour", + "A small dry bag and protective sun fabric nearby", + "A low tide exposing small coral mounds" + ], + "actions": [ + "Paddling gently while scanning tidal life", + "Resting the paddle across the lap and breathing deep", + "Pointing out a small reef to a companion", + "Carefully stepping to shore and tucking paddle aside" + ], + "camera": "Low boat-level tracking with close macro life inserts", + "accents": [ + "golden lagoon rim-light and eco-fabric micro-patterns", + "water surface micro-ripple detail" + ], + "mood": "eco-minded tranquil exploration", + "lighting": "evening/golden hour: warm backlight", + "style": "sustainable swimwear cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/fashion_and_beauty_traditional_costumes.json b/src/data/fashion_and_beauty_traditional_costumes.json new file mode 100644 index 0000000..6b870e3 --- /dev/null +++ b/src/data/fashion_and_beauty_traditional_costumes.json @@ -0,0 +1,354 @@ +{ + "fashion_and_beauty": [ + { + "subGenre": "Traditional Costumes", + "scene": "Dawn shrine approach in a silk kimono with obi tied formally", + "sceneVariants": [ + "Dawn shrine approach in a silk kimono with obi tied formally", + "Stepping over stone lanterns with careful tabi-clad feet", + "A trailing sleeve brushing polished wooden rail", + "Paper lanterns still warm from last night's ceremony", + "A distant bell tolling as morning breaks" + ], + "actions": [ + "Adjusting the obi knot with delicate, practiced hands", + "Pausing to bow before a torii gate", + "Holding a small ceremonial fan at chest level", + "Walking slowly to preserve the kimono's silhouette" + ], + "camera": "Low lateral dolly following narrow steps with occasional close inserts on obi detail", + "accents": [ + "soft golden predawn rim highlighting silk sheen", + "micro-detail on woven silk pattern and obi knot" + ], + "mood": "reverent refined calm", + "lighting": "day/dawn: soft warm sunrise with subtle shadow", + "style": "ceremonial cultural portraiture" + }, + { + "subGenre": "Traditional Costumes", + "scene": "Noon courtyard wedding in a richly draped Indian sari with gold threadwork", + "sceneVariants": [ + "Noon courtyard wedding in a richly draped Indian sari with gold threadwork", + "Women adjusting pleats and men in sherwanis nearby", + "Marigold garlands and embroidered cushions creating color fields", + "Hennaed hands arranging bangles and glassware", + "A priest chanting under a shaded mandap" + ], + "actions": [ + "Draping the pallu over a shoulder with precise folds", + "Applying a final bindi and adjusting a maang tikka", + "Sprinkling petals in ritual sequence", + "Holding a cloth to shield eyes during a rite" + ], + "camera": "Warm wide establishing then intimate close-ups on jewelry and henna", + "accents": [ + "bright midday gold rim and jewel micro-reflection", + "textural micro-detail on zari thread and fabric weave" + ], + "mood": "festive sacred warmth", + "lighting": "day: bright warm sun with soft fill", + "style": "wedding cultural cinematography" + }, + { + "subGenre": "Traditional Costumes", + "scene": "Evening highland gathering in a tartan kilt with sporran and clan plaids", + "sceneVariants": [ + "Evening highland gathering in a tartan kilt with sporran and clan plaids", + "Bagpipes forming a distant thread through the glen", + "Lantern-lit stone walls and peat smoke drifting", + "Boots planted on heather with a ceremonial stance", + "A small dram poured for a toast" + ], + "actions": [ + "Stepping into a measured parade cadence", + "Tightening a sporran strap and settling plaid over shoulder", + "Placing a gloved hand over heart for a salute", + "Raising a glass for a short address" + ], + "camera": "Wide scenic crane with rhythmic cuts to tartan texture and hardware", + "accents": [ + "cool twilight rim lighting and wool micro-weave detail", + "metal buckle micro-speculars and leather grain" + ], + "mood": "proud ancestral ceremonial", + "lighting": "evening/dusk: cool ambient with warm practicals", + "style": "heritage Celtic cinematography" + }, + { + "subGenre": "Traditional Costumes", + "scene": "Dusk courtyard in a qipao (cheongsam) with delicate floral motifs", + "sceneVariants": [ + "Dusk courtyard in a qipao (cheongsam) with delicate floral motifs", + "Paper windows glowing behind carved lattice", + "Silk collar and frog closures catching low light", + "A fan tucked into an elegant hand", + "Lanterns and tea steam creating soft halos" + ], + "actions": [ + "Smoothing the qipao silhouette along the torso", + "Holding a fan partially open for a shy smile", + "Stepping along a stone path with deliberate small strides", + "Accepting a cup of tea with two hands" + ], + "camera": "Graceful dolly with poised two-shots and fabric close macros", + "accents": [ + "lantern warm rim and silk fiber micro-detail", + "intricate embroidery micro-highlights" + ], + "mood": "elegant reserved intimacy", + "lighting": "evening/dusk: soft warm lantern light", + "style": "classical East-Asian portrait cinematography" + }, + { + "subGenre": "Traditional Costumes", + "scene": "Midday hanbok courtyard wedding with voluminous skirt and short jacket", + "sceneVariants": [ + "Midday hanbok courtyard wedding with voluminous skirt and short jacket", + "Bright jeogori and full chima billowing gently", + "Ornate norigae (pendants) swinging at the waist", + "Paper fans and ceremonial rice bowls arranged nearby", + "Grandparents offering traditional bows" + ], + "actions": [ + "Performing a respectful bow with a partner and family", + "Adjusting a ribbon knot on the jeogori", + "Receiving a ceremonial offering with both hands", + "Stepping carefully to maintain skirt shape" + ], + "camera": "Measured wide cultural coverage with intimate low inserts on ribbon ties", + "accents": [ + "bright daylight enhancing saturated dye micro-detail", + "silk micro-sheen and norigae metal micro-speculars" + ], + "mood": "joyful respectful tradition", + "lighting": "day: bright natural sunlight", + "style": "Korean ceremonial cinematography" + }, + { + "subGenre": "Traditional Costumes", + "scene": "Evening kente-cloth ceremony with woven geometric patterns and gold accents", + "sceneVariants": [ + "Evening kente-cloth ceremony with woven geometric patterns and gold accents", + "A circle of elders draped in colorful stoles", + "Brass work and beaded necklaces layered atop garments", + "A rhythmic drumline marking procession", + "Mat-weave seating with decorative cushions" + ], + "actions": [ + "Adjusting a headdress and smoothing a shoulder cloth", + "Presenting a ceremonial offering to a seated elder", + "Dancing a short ritual step with community call-and-response", + "Clapping in time to the drum cadence" + ], + "camera": "Vibrant mid-wide with rhythmic cut-ins on weave patterns and drums", + "accents": [ + "warm torch rim highlighting woven thread micro-contrast", + "metallic bead micro-reflection and textile weave detail" + ], + "mood": "communal pride and ancestral continuity", + "lighting": "evening: warm practicals and firelight", + "style": "African ceremonial textile cinematography" + }, + { + "subGenre": "Traditional Costumes", + "scene": "Dawn charro parade in embroidered traje and wide sombrero", + "sceneVariants": [ + "Dawn charro parade in embroidered traje and wide sombrero", + "Horse tack polished and reata coiled at the saddle", + "Silver conchos glinting on belts and stirrups", + "Colorful serape flags lining the street", + "A small mariachi tuning in the background" + ], + "actions": [ + "Straightening an embroidered sleeve before mounting", + "Tipping a sombrero in formal greeting", + "Leading a small procession at measured pace", + "Adjusting a bandolier and checking stirrup position" + ], + "camera": "Low parade tracking with close metallic detail inserts", + "accents": [ + "morning sun glint on silver conchos and silk embroidery micro-detail", + "leather grain and horse tack micro-speculars" + ], + "mood": "ceremonial swagger and tradition", + "lighting": "day/dawn: warm early sun", + "style": "Mexican equestrian ceremonial cinematography" + }, + { + "subGenre": "Traditional Costumes", + "scene": "Midday sarafan and kokoshnik in a village festival with folk dancers", + "sceneVariants": [ + "Midday sarafan and kokoshnik in a village festival with folk dancers", + "Bright embroidery and apron overlays moving in steps", + "A wooden stage and floral garlands overhead", + "A balalaika trio providing upbeat rhythm", + "Children imitating adult steps near the stage" + ], + "actions": [ + "Spinning into a formation to show embroidered panels", + "Clapping in rhythm and stamping in time", + "Singing a call-and-response refrain", + "Bowing briefly to a small local official" + ], + "camera": "Energetic folk-dance coverage with colorful pattern close-ups", + "accents": [ + "bright midday color saturation and thread micro-detail", + "wood grain and instrument micro-specular accents" + ], + "mood": "festive communal heritage", + "lighting": "day: bright open sun", + "style": "Slavic folk cinematography" + }, + { + "subGenre": "Traditional Costumes", + "scene": "Evening caftan and fez at a ritual tea gathering in an Ottoman courtyard", + "sceneVariants": [ + "Evening caftan and fez at a ritual tea gathering in an Ottoman courtyard", + "Mosaic tile walls and low brass trays holding small glasses", + "Imbued incense and patterned cushions forming intimate circles", + "A lantern-lit fountain at the courtyard center", + "A hand tracing arabesque patterns on a saucer rim" + ], + "actions": [ + "Pouring tea into tulip glasses with slow steady motions", + "Adjusting a sash and smoothing a long sleeve", + "Leaning forward to engage in whispered counsel", + "Passing a small sweet and exchanging smiles" + ], + "camera": "Warm intimate inserts with mosaic patterned wide shots", + "accents": [ + "lantern warm rim-light and metallic tray micro-highlights", + "textile weave and tile micro-detail" + ], + "mood": "dignified reflective hospitality", + "lighting": "evening: warm practicals and soft ambient", + "style": "Middle Eastern heritage cinematography" + }, + { + "subGenre": "Traditional Costumes", + "scene": "Dawn kebaya fitting in a teak-paneled Indonesian studio", + "sceneVariants": [ + "Dawn kebaya fitting in a teak-paneled Indonesian studio", + "Intricate kebaya lace layered over songket sarong", + "Gold kebaya pins and subtle batik pattern glimpses", + "A measuring tape draped over a wooden table", + "A window of early light and a bowl of jasmine" + ], + "actions": [ + "Pinning delicate lace to align motifs precisely", + "Smoothing a sarong fold and checking alignment", + "Smelling a jasmine sprig tucked into hair", + "Noting small alterations in a leather-bound ledger" + ], + "camera": "Process-focused close with warm wood-led wide", + "accents": [ + "predawn soft rim and lace micro-pattern detail", + "songket metallic thread micro-sheen" + ], + "mood": "delicate artisanal care", + "lighting": "day/dawn: soft natural studio light", + "style": "Southeast Asian couture cinematography" + }, + { + "subGenre": "Traditional Costumes", + "scene": "Midday chong kraben street procession in Thailand with gilded accessories", + "sceneVariants": [ + "Midday chong kraben street procession in Thailand with gilded accessories", + "Temple flags fluttering and marigold offerings stacked nearby", + "A waist wrap secured with an ornamental belt", + "A small parade of drums and gong rhythm", + "A wrapped head-cloth for a ceremonial leader" + ], + "actions": [ + "Adjusting a decorative belt and smoothing a wrap", + "Offering a folded cloth to a shrine attendant", + "Stepping in time with the procession beat", + "Lifting a small votive to present at a temple gate" + ], + "camera": "Vibrant ceremony coverage with costume detail close-ups", + "accents": [ + "bright midday gilded micro-highlight and woven micro-patterns", + "flower garland micro-texture" + ], + "mood": "ritual communal devotion", + "lighting": "day: bright tropical sun", + "style": "Southeast Asian ceremonial cinematography" + }, + { + "subGenre": "Traditional Costumes", + "scene": "Dawn áo dài portrait session along a lotus-lined canal", + "sceneVariants": [ + "Dawn áo dài portrait session along a lotus-lined canal", + "Long flowing tunic over slim silk pants and gentle side slits", + "Lotus blooms and morning mist forming soft backdrops", + "A hair comb set with subtle floral pin", + "A small wooden boat tied at a bamboo dock" + ], + "actions": [ + "Walking slowly along the canal to reveal tunic movement", + "Holding a lotus flower gently near the chest", + "Smoothing a hem as a breeze plays", + "Turning for a side-profile portrait with composed poise" + ], + "camera": "Long lateral glide with intimate fabric-motion close-ins", + "accents": [ + "predawn gold rim-light on silk micro-lustre", + "water micro-reflections and lotus petal micro-detail" + ], + "mood": "poetic elegant serenity", + "lighting": "day/dawn: soft warm sunrise", + "style": "Vietnamese traditional portrait cinematography" + }, + { + "subGenre": "Traditional Costumes", + "scene": "Evening powwow regalia with feathered headdress and beaded breastplate", + "sceneVariants": [ + "Evening powwow regalia with feathered headdress and beaded breastplate", + "Drum circle beating a steady traditional rhythm", + "Beaded moccasins and fringed shawls moving in sequence", + "A ring of spectators with quiet attentive faces", + "A young dancer practicing a short flourish" + ], + "actions": [ + "Adjusting feather placement with careful hands", + "Stomping in ceremonial steps timed to the drum", + "Smoothing beadwork across the chest before a spin", + "Offering a nod of thanks to elders at the perimeter" + ], + "camera": "Rhythmic performance cuts with textured beadwork macro inserts", + "accents": [ + "warm fire rim-light and feather micro-structure detail", + "bead micro-reflections and leather micro-grain" + ], + "mood": "ancestral pride and ceremony", + "lighting": "evening: warm ceremonial light", + "style": "Indigenous ceremonial cinematography" + }, + { + "subGenre": "Traditional Costumes", + "scene": "Dawn folk dress on a Balkan village square with embroidered aprons", + "sceneVariants": [ + "Dawn folk dress on a Balkan village square with embroidered aprons", + "Cobblestones and a church steeple nearing morning light", + "Colorful sash knots and pleated skirts showing motion", + "An elder tapping a wooden staff to mark rhythm", + "A table of woven breads and hand-painted ceramics" + ], + "actions": [ + "Stepping into a folk-line with coordinated hand holds", + "Swaying and stamping to traditional footwork", + "Re-tucking an apron with a quick careful motion", + "Offering small bread pieces to nearby children" + ], + "camera": "Village-wide establishing with pattern-focused close-ins", + "accents": [ + "bright morning rim-light and thread micro-embroidery detail", + "ceramic glaze micro-speculars" + ], + "mood": "communal rustic celebration", + "lighting": "day/dawn: bright early sunlight", + "style": "Balkan folk cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/fashion_and_beauty_vintage_outfits.json b/src/data/fashion_and_beauty_vintage_outfits.json new file mode 100644 index 0000000..7f0b3d5 --- /dev/null +++ b/src/data/fashion_and_beauty_vintage_outfits.json @@ -0,0 +1,504 @@ +{ + "fashion_and_beauty": [ + { + "subGenre": "Vintage Outfits", + "scene": "1920s Speakeasy Flapper", + "sceneVariants": [ + "A dim speakeasy with beaded dresses and feathered headbands at the bar", + "A jazz quartet on a small stage with brass instruments and cigarette smoke", + "Patrons seated on tufted banquettes sipping cocktails in coupe glasses", + "A flapper performing a coy shimmy beneath a low chandelier", + "A coat check of fur stoles and cloche hats in the entry" + ], + "actions": [ + "A model tracing the rim of a glass while laughing", + "A rhythmic Charleston step across a small dance floor", + "Adjusting a drop-waist dress and smoothing beads", + "A companion offering a cigarette from a silver case" + ], + "camera": "Low, intimate handheld with warm 50mm portraits and slow push-ins on bead detail", + "accents": [ + "warm amber rim-light from chandelier glints", + "micro-specular highlights on sequins and glass" + ], + "mood": "jazz-fueled clandestine glamour", + "lighting": "low moody night lighting with warm practicals", + "style": "period nightlife editorial" + }, + { + "subGenre": "Vintage Outfits", + "scene": "1950s Diner Soda Fountain", + "sceneVariants": [ + "A chrome-trimmed diner with checkered floor and red vinyl booths", + "A jukebox glowing in the corner and waitresses in pastel uniforms", + "Milkshakes with paper straws and a chrome counter with stools", + "A model in a full-circle skirt perched with a petticoat visible", + "A neon 'Open 24 Hours' sign reflecting in the counter" + ], + "actions": [ + "Twirling a skirt while sliding onto a stool", + "Blowing a straw bubble and laughing with friends", + "A soda jerk handing over a malt with practiced flourish", + "Adjusting a headscarf and checking a compact mirror" + ], + "camera": "Bright 35mm wide with lively medium inserts and 85mm nostalgic portraits", + "accents": [ + "cool neon rim-light with warm chrome reflections", + "fine micro-detail on gingham, petticoat and enamel surfaces" + ], + "mood": "cheerful retro Americana", + "lighting": "bright indoor day/evening diner lighting with neon accents", + "style": "nostalgic lifestyle editorial" + }, + { + "subGenre": "Vintage Outfits", + "scene": "1940s Wartime Utility Dress", + "sceneVariants": [ + "A utilitarian tailoring room with ration-card posters on the wall", + "A model in a modest utility dress and rolled-up sleeves sewing on a button", + "A communal canteen backdrop with simple enamelware", + "A registry desk and practical leather shoes lined neatly", + "A black-and-white photograph pinned to the wall of loved ones" + ], + "actions": [ + "Sewing a replacement button with focused attention", + "Checking hem lengths against a wooden measure", + "Packing a modest garment into a ration-sealed parcel", + "Tying a simple headscarf before stepping outside" + ], + "camera": "Documentary 50mm with close process macros emphasizing stitch and fabric", + "accents": [ + "soft cool rim-light with subtle shadowed grain", + "micro-detail on coarse cotton weave and button finishes" + ], + "mood": "steadfast pragmatic resilience", + "lighting": "soft day (indoor) practical lighting", + "style": "historical everyday editorial" + }, + { + "subGenre": "Vintage Outfits", + "scene": "1970s Disco Night", + "sceneVariants": [ + "A mirrored club floor with discoballs and glittering jumpsuits", + "Strobe reflections and lacquered patent boots under colored gels", + "A model in flared trousers and a sequined blouse striking a dramatic pose", + "A crowded dance floor with raised platform dancers", + "A row of cocktail tables with tall drinks and swizzle sticks" + ], + "actions": [ + "A smooth groove step with a hand raised toward the ceiling", + "Twirling to show off wide lapels and flowing fabric", + "A playful pose on a raised platform catching a strobe burst", + "A wink at the camera while adjusting a wide belt" + ], + "camera": "Gimbal and handheld mix with strobe-synced medium shots and close disco detail", + "accents": [ + "colorful gel rim-light with glitter micro-sparkle", + "specular highlights on satin, sequins and patent leather" + ], + "mood": "charged celebratory retro energy", + "lighting": "high-contrast night lighting with colored strobes", + "style": "vintage club editorial" + }, + { + "subGenre": "Vintage Outfits", + "scene": "1960s Mod Street", + "sceneVariants": [ + "A London street with mini-dresses, go-go boots and bold geometric prints", + "A scooter parked beside a café with mod posters in the window", + "A model in an A-line mini and large round sunglasses crossing the street", + "Graphic painted shopfronts and period signage lining the block", + "A group of friends with cropped jackets and statement haircuts" + ], + "actions": [ + "Striking a quick mod pose with arms akimbo", + "Adjusting sunglasses and checking a compact", + "Leaning against a scooter with one foot crossed", + "Laughing and skipping across a zebra crossing" + ], + "camera": "Wide street coverage with 50mm portrait pops and graphic framing", + "accents": [ + "cool daylight with saturated color pops", + "micro-detail on bold textile prints and vinyl boots" + ], + "mood": "youthful playful rebellion", + "lighting": "bright day lighting with slight filmic contrast", + "style": "retro street-fashion editorial" + }, + { + "subGenre": "Vintage Outfits", + "scene": "Victorian Tea Parlor", + "sceneVariants": [ + "A delicate parlor with lace doilies, porcelain teacups and embroidered gowns", + "A model in a high-collared tea dress sipping from a thin-rim cup", + "A floral wallpaper and gilded framed portrait on the wall", + "A silver tea service steaming on a lace-covered table", + "A maid discreetly pouring a second cup" + ], + "actions": [ + "Lifting a teacup with pinky extended in a practiced manner", + "Smoothing a lace cuff with a careful fingertip", + "Placing a small pastry onto a saucer with tongs", + "Whispering a polite aside to a companion" + ], + "camera": "Soft 85mm portraits with overhead tea table detail shots", + "accents": [ + "warm soft rim-light with lace-pattern specular highlights", + "fine micro-detail on embroidery and porcelain glazing" + ], + "mood": "refined genteel nostalgia", + "lighting": "soft indoor day lighting through lace curtains", + "style": "period domestic editorial" + }, + { + "subGenre": "Vintage Outfits", + "scene": "Edwardian Garden Party", + "sceneVariants": [ + "A manicured lawn with parasols and long, flowing tea gowns", + "A model in a high-waist Edwardian dress and wide-brim hat strolling by hedges", + "A string quartet playing beneath a marquee tent", + "Antique wicker chairs with tea trays and crystal glasses", + "A lawn game scene with classic croquet mallets" + ], + "actions": [ + "Holding a parasol while stepping delicately across grass", + "Adjusting a hat ribbon and smiling to an acquaintance", + "Placing a biscuit on a small plate during a pause", + "Tucking a glove into a pocket after a light curtsy" + ], + "camera": "Long lenses compressing the garden with soft 85mm portrait pulls", + "accents": [ + "golden soft rim-light with floral color bounce", + "micro-detail on lace, ribbon and hat trims" + ], + "mood": "elegant pastoral serenity", + "lighting": "soft daylight (afternoon) with natural diffusion", + "style": "historical garden editorial" + }, + { + "subGenre": "Vintage Outfits", + "scene": "1930s Hollywood Glamour", + "sceneVariants": [ + "A black-and-white-inspired studio with silk gowns and fur stoles", + "A model under a single key light reminiscent of classic portraiture", + "A makeup mirror lined with old perfume bottles and powder puffs", + "A dressing screen and wardrobe of satin slips in the background", + "A polished piano reflecting a flowing bias-cut gown" + ], + "actions": [ + "Adjusting a fur stole with a languid motion", + "Turning slowly to let the gown fall into place", + "Holding a cigarette-holder (prop) while looking off-camera", + "Smoothing a long satin train with a gloved hand" + ], + "camera": "Classic low-key 85-135mm portraiture with strong filmic modeling", + "accents": [ + "deep contrasted rim-light with pinpoint highlight on satin", + "micro-detail on bias-cut drape and fur texture" + ], + "mood": "timeless cinematic seduction", + "lighting": "low dramatic night lighting with single key reminiscence", + "style": "cinematic vintage editorial" + }, + { + "subGenre": "Vintage Outfits", + "scene": "1980s Power Suit Boardroom", + "sceneVariants": [ + "A glass boardroom with shoulder-padded suits and bold ties", + "A model in a strong-shouldered blazer holding a leather briefcase", + "A side table with oversized sunglasses and gold cufflinks", + "A wall of corporate glass overlooking a city skyline", + "A confident stance by a window with soft city haze" + ], + "actions": [ + "Adjusting a blazer lapel with a confident tug", + "Sitting and crossing legs to reveal structured hosiery", + "Checking a watch and smoothing a skirt hem", + "Removing sunglasses with an assertive motion" + ], + "camera": "Clean 85mm portraits and lateral dolly-ins emphasizing silhouette", + "accents": [ + "cool office rim-light with subtle reflection pops", + "micro-detail on shoulder seams and metallic buttons" + ], + "mood": "authoritative refined confidence", + "lighting": "bright indoor day lighting with city backlight", + "style": "retro office editorial" + }, + { + "subGenre": "Vintage Outfits", + "scene": "Retro Beachwear (1950s)", + "sceneVariants": [ + "A boardwalk scene with high-waisted bikinis and ruched one-pieces", + "Striped umbrellas and a lifeguard tower in pastel paint", + "A model posing with a vintage wooden surfboard", + "Sun-bleached wood and glass bottled sodas in a cooler", + "A canvas changing hut with painted pinups on the door" + ], + "actions": [ + "Leaning casually against a lifeguard post with a sunhat tilted", + "Tying a halter strap with careful fingers", + "Walking barefoot on warm sand with toes splayed", + "Offering a canned soda to a companion with a playful grin" + ], + "camera": "Warm wide beach coverage with 50mm portrait close-ins", + "accents": [ + "sun-drenched rim-light with specular on wet skin", + "micro-detail on ruched fabric and wooden grain" + ], + "mood": "carefree vintage leisure", + "lighting": "bright day coastal lighting", + "style": "sunny retro editorial" + }, + { + "subGenre": "Vintage Outfits", + "scene": "1920s Train Travel Compartment", + "sceneVariants": [ + "A polished wood-paneled train compartment with plush upholstery", + "A model in a cloche hat and tailored coat peering out through rain-streaked glass", + "A leather suitcase with travel stickers at the foot of the seat", + "A porter in uniform closing a door with a gentle nod", + "A small brass lamp casting a warm pool of light" + ], + "actions": [ + "Pulling a coat closer against a draft and looking toward the window", + "Tucking a silk scarf neatly before disembarking", + "Reading a folded railway timetable and marking a stop", + "Placing a gloved hand on a suitcase handle for balance" + ], + "camera": "Tender 50-85mm interior portraits with overhead compartment detail", + "accents": [ + "warm lamp rim-light with rain reflection highlights", + "micro-detail on wool weave and leather luggage grain" + ], + "mood": "romantic nostalgic travel", + "lighting": "soft night (interior) practical lighting", + "style": "period travel editorial" + }, + { + "subGenre": "Vintage Outfits", + "scene": "Post-War Picnic (1940s)", + "sceneVariants": [ + "A grassy field with gingham blankets and straw baskets after the ration years", + "A model in a wrap dress pouring tea from a metal pot", + "Children playing with wooden hoops nearby and bunting overhead", + "A radio on a stump playing upbeat swing tunes", + "A simple cake on a tin plate enjoyed with laughter" + ], + "actions": [ + "Scooping tea into a tin cup and offering a slice of cake", + "Smoothing a dress before sitting on the blanket", + "Passing around sandwiches wrapped in wax paper", + "Tucking a loose ribbon into a braid for tidiness" + ], + "camera": "Warm 50mm lifestyle shots with overhead picnic detail inserts", + "accents": [ + "soft daylight with warm color bounce from textiles", + "micro-detail on cotton weave and tinware patina" + ], + "mood": "hopeful communal warmth", + "lighting": "bright day outdoor lighting", + "style": "historical lifestyle editorial" + }, + { + "subGenre": "Vintage Outfits", + "scene": "1990s Grunge Thrift", + "sceneVariants": [ + "An urban thrift store with flannel shirts, ripped denim and layered band tees", + "A model in oversized cardigan and combat boots riffling through racks", + "A graffiti-laced alley outside with thrift shop posters in the window", + "A dressing room with a cracked mirror and stickered door", + "A stack of cassette tapes on a folding table nearby" + ], + "actions": [ + "Trying on an oversized coat and checking the silhouette", + "Layering tees and adjusting a plaid knot at the waist", + "Lacing combat boots with purposeful sloppiness", + "Flipping through cassette art and smiling at a memory" + ], + "camera": "Raw 35mm documentary with 50mm portrait grunge close-ups", + "accents": [ + "cool urban rim-light with muted color grading", + "micro-detail on worn denim fibers and patched seams" + ], + "mood": "rebellious textured nostalgia", + "lighting": "overcast day / low-contrast urban lighting", + "style": "alt vintage editorial" + }, + { + "subGenre": "Vintage Outfits", + "scene": "Victorian Bridal Portrait", + "sceneVariants": [ + "An ornate interior with lace veil, high collar and an antique bouquet", + "A model in an elaborate embroidered gown seated beside a grand piano", + "A family portrait in sepia framed on a nearby mantel", + "A delicate brooch pinning the veil at the throat", + "A silk garter folded on a vanity tray" + ], + "actions": [ + "Holding a bouquet with soft, secure hands", + "A careful glance down at embroidered cuffs", + "Tugging gently at the veil edge for a composed reveal", + "A small curtsy prompted by a polite assistant" + ], + "camera": "Formal 85-135mm portraiture with soft-focus antique lens feel", + "accents": [ + "warm diffused rim-light with soft film grain emulation", + "micro-detail on lace, beading and hand-stitched motifs" + ], + "mood": "solemn reverent elegance", + "lighting": "soft indoor day lighting", + "style": "heritage bridal editorial" + }, + { + "subGenre": "Vintage Outfits", + "scene": "Turn-of-the-Century Market", + "sceneVariants": [ + "A bustling street market with aproned vendors and period signage", + "A model in a simple day dress and straw bonnet selecting produce", + "Wooden stalls laden with jars, bolts of cloth and woven baskets", + "Horse-drawn cart passing in the background creating dust motes", + "A chalk sign advertising fresh loaves nailed to a post" + ], + "actions": [ + "Inspecting a bundle of herbs and sniffing appreciatively", + "Tying a purchase into a cloth bag with a practiced knot", + "Exchanging a small smile and coin with a vendor", + "Sweeping dust from the hem before returning to the lane" + ], + "camera": "Documentary wide market coverage with 50mm character portraits", + "accents": [ + "warm natural daylight with soft dust particle rim-light", + "micro-detail on woven baskets, printed labels and stitch" + ], + "mood": "authentic everyday historical charm", + "lighting": "bright day outdoor lighting", + "style": "period street editorial" + }, + { + "subGenre": "Vintage Outfits", + "scene": "50s Pinup Garage", + "sceneVariants": [ + "A retro garage with pastel-painted tools and a vintage car in the bay", + "A model in a polka-dot dress and red bandana changing a tire", + "Toolboxes with chrome handles and a rag-dusted bench", + "A poster of a rocket car on the wall and a grease-smeared manual", + "A beaded headband and cat-eye sunglasses on the hood" + ], + "actions": [ + "Kneeling to place a jack under the car with a flirtatious grin", + "Wiping a smudge from a cheek and smiling at the camera", + "Testing a lug wrench with a strong, playful motion", + "Stepping back to admire a finished sparkle on a painted fender" + ], + "camera": "Low-angle 35-50mm dynamic lifestyle shots with close mechanic detail", + "accents": [ + "warm workshop rim-light with oily specular highlights", + "micro-detail on denim weave, grease texture and painted metal" + ], + "mood": "playful hardworking charm", + "lighting": "bright garage practical lighting (day)", + "style": "retro pinup editorial" + }, + { + "subGenre": "Vintage Outfits", + "scene": "Old Cinema Marquee", + "sceneVariants": [ + "A glowing cinema marquee advertising a classic screening with velvet curtains", + "A model in a 1940s cocktail dress arriving under star-lit signage", + "Ticket booth with brass grille and printed program reels", + "A queue of patrons in period coats and hats waiting to enter", + "A red-carpet runner leading to ornate doors" + ], + "actions": [ + "Holding a program and stepping onto the red carpet with poise", + "Adjusting a stole before entering beneath the lights", + "Gazing up at the marquee while smoothing a skirt", + "Offering an elbow to a companion as they ascend steps" + ], + "camera": "Event-style telephoto captures with 85mm portrait highlights", + "accents": [ + "warm marquee rim-light with filmic highlight pops", + "micro-detail on velvet, satin and printed paper texture" + ], + "mood": "nostalgic glamorous anticipation", + "lighting": "evening night lighting with marquee glow", + "style": "classic cinematic editorial" + }, + { + "subGenre": "Vintage Outfits", + "scene": "Art Deco Ballroom", + "sceneVariants": [ + "A grand Art Deco ballroom with geometric murals and mirrored panels", + "A model in a beaded, columnar gown moving beneath a radio orchestra", + "Gleaming lacquer floors and chrome balustrades reflecting gold accents", + "A small balcony with photographers capturing sweeping compositions", + "A polished bar with crystal decanters arranged in sequence" + ], + "actions": [ + "Walking slowly to reveal beaded patterns with each step", + "A languid glance to the orchestra as a hand rests on a railing", + "A partner offering a formal bow and a gloved hand", + "A subtle turn exposing a dramatic back cutout" + ], + "camera": "Elegant crane and dolly with telephoto compression for ornate framing", + "accents": [ + "golden warm rim-light with mirrored reflection emphasis", + "micro-detail on bead precision and deco metalwork" + ], + "mood": "opulent refined grandeur", + "lighting": "indoor night lighting with chandelier warmth", + "style": "deco-era haute editorial" + }, + { + "subGenre": "Vintage Outfits", + "scene": "Jazz Age Rooftop Soirée", + "sceneVariants": [ + "A rooftop with city skyline and a small jazz combo playing under string lights", + "A model in a slim beaded sheath and long gloves leaning on a balustrade", + "Shallow cocktail tables and ashtrays on polished trays", + "The moon reflected in a distant river beyond the skyline", + "A string of star lanterns creating a soft canopy" + ], + "actions": [ + "Slowly lifting a glass in time with a trumpet solo", + "A gentle turn revealing fringe motion on a dress", + "A brief conversation leaning close to be heard over music", + "Stepping toward the rooftop edge for a panoramic view" + ], + "camera": "Long lens rooftop compression with intimate 85mm portrait inserts", + "accents": [ + "cool night rim-light with warm lamp fill", + "micro-detail on bead fringe movement and glove texture" + ], + "mood": "sophisticated nocturnal nostalgia", + "lighting": "twilight into night with string-light practicals", + "style": "jazz-age evening editorial" + }, + { + "subGenre": "Vintage Outfits", + "scene": "Antique Fair Dress-Up", + "sceneVariants": [ + "An antique fair stall with hats, corsets, and embroidered shawls", + "A model trying on a layered gathered skirt in front of an oval mirror", + "Price tags handwritten on yellowing paper tied with twine", + "Stacks of lace collars and cameo brooches in glass cases", + "An elderly vendor offering stories about each piece" + ], + "actions": [ + "Trying on a hat and turning to find the best angle", + "Lifting a shawl to examine its embroidered motif", + "Listening to the vendor's anecdote while smoothing fabric", + "Pinning a lace collar into place with care" + ], + "camera": "Warm documentary close-ups and 50mm portrait vignettes", + "accents": [ + "soft museum-like rim-light with warm antique patina highlights", + "micro-detail on stitchwork, discoloration and cameo carving" + ], + "mood": "curious reverent discovery", + "lighting": "soft day indoor/outdoor mixed lighting", + "style": "heritage vintage editorial" + } + ] +} \ No newline at end of file diff --git a/src/data/nature_aurora_skies.json b/src/data/nature_aurora_skies.json new file mode 100644 index 0000000..069500c --- /dev/null +++ b/src/data/nature_aurora_skies.json @@ -0,0 +1,504 @@ +{ + "nature": [ + { + "subGenre": "Aurora Skies", + "scene": "Vast tundra under a rippling green aurora curtain with snow-dusted hummocks", + "sceneVariants": [ + "Vast tundra under a rippling green aurora curtain with snow-dusted hummocks", + "Wide snowfield with sweeping green arcs overhead", + "Lonely cabin silhouette beneath undulating aurora bands", + "Distant mountain rim with aurora spilling into the valley", + "Frozen lake mirror reflecting the overhead curtains" + ], + "actions": [ + "Auroral curtains slowly folding and unfolding across the sky", + "Wind whispering over crystalline snow, producing soft audible creaks", + "A lone photographer adjusting long-exposure settings", + "Footprints disappearing as light drifting snow begins" + ], + "camera": "Wide fixed timelapse with periodic slow crane pushes to foreground elements", + "accents": [ + "mirror-like frozen surface reflecting auroral colors", + "ultra-fine star-point clarity framing neon ribbons" + ], + "mood": "sublime stillness", + "lighting": "cold moonlit ground with vivid auroral neon overhead (night)", + "style": "astral landscape cinematography" + }, + { + "subGenre": "Aurora Skies", + "scene": "Coastal cliffs at night with aurora curtains curling above a glassy sea", + "sceneVariants": [ + "Coastal cliffs at night with aurora curtains curling above a glassy sea", + "Split-shot with rocks and reflected aurora below", + "Small harbor lights punctuating the shoreline under neon sky", + "Foamy surf catching faint auroral tints", + "Lone boat anchored with sky mirrored on its wet hull" + ], + "actions": [ + "Auroral waves shimmering in slow, rhythmic pulses", + "Sea-spray occasionally catching faint neon highlights", + "Fisher lights blinking as they prep gear in silhouette", + "A dog barking briefly, then silence returning" + ], + "camera": "Split diopter above/below long-exposure captures with subtle lateral pans", + "accents": [ + "neon rim-light bleeding into wet stone edges", + "specular sea highlights echoing overhead color" + ], + "mood": "mystical maritime calm", + "lighting": "low ambient with auroral color dominance and small warm human points (night)", + "style": "nocturnal coastal astral cinematography" + }, + { + "subGenre": "Aurora Skies", + "scene": "Frozen pine valley where auroral greens mix with magenta accents over tree silhouettes", + "sceneVariants": [ + "Frozen pine valley where auroral greens mix with magenta accents over tree silhouettes", + "Dense forest rim with aurora curtains threading between trunks", + "Snow-laden branches catching faint neon rim-light", + "A logging track leading into a luminous canopy", + "Scattered campfires offering warm counterpoints" + ], + "actions": [ + "Auroral ribbons pulsing with slow frequency shifts", + "Pine needles dropping micro-sprays of diamond snow", + "Trained eyes watching real-time geomagnetic sensors", + "Thermal breath visible as people whisper in the cold" + ], + "camera": "Low-angle lateral glide with long-exposure sky timelapse stitched to foreground stills", + "accents": [ + "soft magenta highlights mixing with green aurora", + "textured rim-light on snowy branch tips" + ], + "mood": "haunting wonder", + "lighting": "cool nocturnal tones with neon auroral accents (night)", + "style": "poetic nocturnal landscape" + }, + { + "subGenre": "Aurora Skies", + "scene": "Urban rooftop at high latitude with neon city glow under faint auroral curtains", + "sceneVariants": [ + "Urban rooftop at high latitude with neon city glow under faint auroral curtains", + "City skyline with auroral banding above glass towers", + "Antennae and chimneys silhouetted against shifting neon", + "Street-level reflections showing a double sky", + "Rooftop group photographing the rare show" + ], + "actions": [ + "Aurora slowly brightening, competing with sodium street glow", + "City lights breathing as tram and car flows move", + "Camera shutters clicking in coordinated bursts", + "A neon billboard briefly washing out faint auroral detail" + ], + "camera": "Time-slice composite: long-exposure sky over a short-exposure urban foreground", + "accents": [ + "urban speculars juxtaposed with soft auroral gradients", + "glass reflections capturing layered color bands" + ], + "mood": "urban wonder", + "lighting": "mixed artificial warm city light with cool auroral overlay (night)", + "style": "city-astral juxtaposition cinematography" + }, + { + "subGenre": "Aurora Skies", + "scene": "High mountain pass at blue hour where early auroral hints mix with last twilight", + "sceneVariants": [ + "High mountain pass at blue hour where early auroral hints mix with last twilight", + "Jagged peaks outlined against faint ribbons blending into dusk", + "A string of headlamps making a route silhouette", + "Snow cornices glittering with residual tone", + "Aerial view showing aurora bleed into deepening blue" + ], + "actions": [ + "Auroral fibrils gaining intensity as twilight fades", + "Climbers pausing at a ridgeline to witness the change", + "Wind carrying tiny snow flurries across the frame", + "Instrument beacons indicating safe lines for passage" + ], + "camera": "Ramped exposure from twilight to long-exposure aurora timelapse with stable foreground hold", + "accents": [ + "thin gold twilight gradient meeting neon auroral green", + "high-edge clarity on snow ridgelines" + ], + "mood": "anticipatory grandeur", + "lighting": "transitioning from twilight warmth to auroral cold (dusk→night)", + "style": "transition timelapse landscape" + }, + { + "subGenre": "Aurora Skies", + "scene": "Arctic fjord reflecting a multi-colored aurora symphony across still midnight water", + "sceneVariants": [ + "Arctic fjord reflecting a multi-colored aurora symphony across still midnight water", + "Ice floes catching tiny streaks of neon color", + "Sheer cliffs framing a calm reflective channel", + "Small husky teams paused on the shore beneath the sky", + "A research vessel with deck lights contrasting the natural show" + ], + "actions": [ + "Auroral bands roll like ocean waves across the sky", + "Ice edges sparkling as color passes overhead", + "Crew members watching wrapped in parkas, passing hot drinks", + "A gentle swell sending slow motion ripples across the mirrored sky" + ], + "camera": "Low-slung long-exposure tracking with mirror-reflection emphasis and periodic high-frame-rate sky inserts", + "accents": [ + "precise mirrored symmetry of aurora and water", + "cold cyan magenta mixing creating painterly gradients" + ], + "mood": "sublime reflection", + "lighting": "near-total night with vivid auroral dominance and faint deck warmth (night)", + "style": "cinematic polar reflection" + }, + { + "subGenre": "Aurora Skies", + "scene": "Open steppe at pre-dawn where auroral curtains still faintly glow against an emerging pale sky (twilight)", + "sceneVariants": [ + "Open steppe at pre-dawn where auroral curtains still faintly glow against an emerging pale sky (twilight)", + "Low grasses rim-lit with subtle neon traces", + "A caravan silhouette moving along an old trade path", + "Herding dogs silhouetted as stars fade", + "Thin fog catching faint color near ground level" + ], + "actions": [ + "Auroral remnants pulsing quietly as dawn pushes in", + "Slow movement of animals resuming morning routines", + "A distant camp stirring to life at first light", + "A single meteor leaving a transient streak overhead" + ], + "camera": "Blended dawn timelapse capturing residual aurora then ramping to soft early light", + "accents": [ + "faint auroral afterglow mixing with pale warm horizon", + "soft micro-speculars on dew-kissed grass" + ], + "mood": "calm transition", + "lighting": "twilight mixing with residual auroral glow (pre-dawn)", + "style": "delicate transition cinematography" + }, + { + "subGenre": "Aurora Skies", + "scene": "Desert plateau under a rare high-latitude aurora event visible as faint bands (dark)", + "sceneVariants": [ + "Desert plateau under a rare high-latitude aurora event visible as faint bands (dark)", + "Wide arid plain with low scrub silhouetted against slow-moving aurora", + "A distant mesa with faint neon rim outlines", + "Sparse human settlements with lone solar arrays", + "A meteorological station recording data under the glow" + ], + "actions": [ + "Thin auroral bands slowly drifting and wavering above dry terrain", + "Wind lifting dust in low sheets, briefly altering reflections", + "A technician checking solar instruments under cold night", + "A rover's low headlight cutting a short path" + ], + "camera": "Ultra-wide time-lapse with low foreground exposure to keep star detail", + "accents": [ + "thin neon gradation on horizon blending to deep black", + "micro-texture on desert scrub silhouettes" + ], + "mood": "improbable wonder", + "lighting": "very low night with faint auroral accents (night)", + "style": "rare-event landscape cinematography" + }, + { + "subGenre": "Aurora Skies", + "scene": "City river at polar latitude where aurora washes color onto glass facades and wet cobbles (night)", + "sceneVariants": [ + "City river at polar latitude where aurora washes color onto glass facades and wet cobbles (night)", + "Tram lines reflecting shifting neon greens", + "Waterfront cafés dimly lit as aurora performs overhead", + "Pedestrians pausing to look up from riverside benches", + "Historic bridges framing the spectacle" + ], + "actions": [ + "Aurora dancing overhead while city lights pulse in counterpoint", + "River ripples breaking perfect reflections into painterly strokes", + "A barista stepping outside, shielding eyes to watch the sky", + "Photographers bracketing exposures to balance city and sky" + ], + "camera": "Bracketing composite exposures stitched into a single balanced frame with time-sliced sky", + "accents": [ + "wet cobble speculars picking up auroral neon", + "glass façade slices reflecting layered color bands" + ], + "mood": "urban poetic", + "lighting": "contrasted night with auroral neon and warm city pools (night)", + "style": "metropolitan astral cinematography" + }, + { + "subGenre": "Aurora Skies", + "scene": "Sparse tundra road at midnight with aurora overhead and car headlights tracing a ribbon through the dark", + "sceneVariants": [ + "Sparse tundra road at midnight with aurora overhead and car headlights tracing a ribbon through the dark", + "A solitary vehicle parked at a pull-out beneath neon bands", + "Tire tracks visible in fine powder snow", + "A small group huddled beside the car watching the sky", + "Telephone poles punctuating the horizon under light waves" + ], + "actions": [ + "Auroral arcs intensifying into dynamic curtains", + "Car heaters hissing softly as people sip hot drinks", + "Headlights briefly washing out a portion of the sky, then turning off", + "Distant howl of wind or faint animal in the distance" + ], + "camera": "Long-exposure road-trace timelapse with stable foreground and sky layer stack", + "accents": [ + "warm human light contrasted with cold auroral neon", + "soft rim-light on snowbanks from neon overhead" + ], + "mood": "quiet camaraderie", + "lighting": "cold night dominated by aurora with intermittent warm vehicle light (night)", + "style": "human-scale nocturnal landscape" + }, + { + "subGenre": "Aurora Skies", + "scene": "Arctic research station dome under violent auroral outbursts and charged color sheets (dark)", + "sceneVariants": [ + "Arctic research station dome under violent auroral outbursts and charged color sheets (dark)", + "Arrays of instrument masts silhouetted against dancing bands", + "Researchers monitoring spikes in real time", + "Auroral copiousness reflecting on metallic surfaces", + "A frantic sequence of geomagnetic flare bursts overhead" + ], + "actions": [ + "Auroral substructure rippling with fast transient folds", + "Scientists reacting to telemetry and adjusting cameras", + "Radio static briefly climbing as ionospheric conditions fluctuate", + "Equipment lights strobing as operations continue" + ], + "camera": "High-frame-rate sky capture combined with stabilized close-ups of instrument response", + "accents": [ + "neon festoon ribbons in saturated greens and purples", + "specular metallic highlights mirroring sky dynamics" + ], + "mood": "electric intensity", + "lighting": "extreme auroral night with vivid color saturation (night)", + "style": "scientific astral documentary" + }, + { + "subGenre": "Aurora Skies", + "scene": "Rolling farmland at dawn where the last auroral traces fade into a golden sunrise (twilight→dawn)", + "sceneVariants": [ + "Rolling farmland at dawn where the last auroral traces fade into a golden sunrise (twilight→dawn)", + "Barn roofs catching both cold auroral green and warm sun gold", + "Dew-laden fields showing residual neon sheen", + "A tractor idling as a new day begins", + "Faint auroral ghosts dissolving as light warms the horizon" + ], + "actions": [ + "Auroral bands thinning and losing saturation as dawn approaches", + "Farm animals stirring and beginning their day", + "A farmer lighting a small lamp before starting equipment", + "Birdsong overlapping the final hush of night" + ], + "camera": "Crossfade composite blending long-exposure aurora sequence into live dawn coverage", + "accents": [ + "subtle two-tone grading where neon meets gold", + "soft dew micro-highlights on grass and fence posts" + ], + "mood": "gentle renewal", + "lighting": "mixed twilight-to-dawn with ephemeral auroral remnants", + "style": "transition documentary cinematography" + }, + { + "subGenre": "Aurora Skies", + "scene": "High-latitude lake at midday showing weak daytime auroral glow after a recent geomagnetic event (daylight)", + "sceneVariants": [ + "High-latitude lake at midday showing weak daytime auroral glow after a recent geomagnetic event (daylight)", + "Pale emerald wash above a cool-blue sky", + "Anglers puzzled by a faint color veil during daylight", + "Iridescent thin auroral filaments visible to sensitive cameras", + "Sunlight reflecting on tiny melt pools with subtle neon hints" + ], + "actions": [ + "Auroral remnants visible in camera passbands while human eyes note the odd tint", + "Fisher adjusting polarizing filters to gauge color shift", + "Instruments logging elevated geomagnetic readings", + "Occasional gull circling and reacting to unusual sky color" + ], + "camera": "High-dynamic-range capture with spectral balancing to reveal faint daytime aurora", + "accents": [ + "subtle spectral shift layering over normal daylight", + "low-contrast rim-light accenting small reflective surfaces" + ], + "mood": "curious documentation", + "lighting": "daylight with faint auroral spectral overlay (day)", + "style": "scientific daytime astral capture" + }, + { + "subGenre": "Aurora Skies", + "scene": "Ice cave mouth framing a swirling aurora ceiling like a living roof (dark)", + "sceneVariants": [ + "Ice cave mouth framing a swirling aurora ceiling like a living roof (dark)", + "Blue-toned interior ice reflecting neon overhead", + "Silhouetted explorers peering outward", + "Dripping icicles catching occasional color flashes", + "A breath-visible exhale freezing in front of a subject" + ], + "actions": [ + "Auroral folds rippling in complex sub-structures", + "Icicle tips glowing briefly as color passes", + "Explorers exchanging quiet exclamations and adjusting lenses", + "Slow melting forming tiny polished drip pools" + ], + "camera": "Stabilized interior-to-exterior reveal with long-exposure sky timelapse and reflective ice close-ups", + "accents": [ + "glass-like ice micro-reflections amplifying auroral color", + "deep blue interior contrast to neon exterior" + ], + "mood": "enchanted solitude", + "lighting": "dark cave interior contrasted with vivid auroral night (night)", + "style": "intimate reflective astral cinematography" + }, + { + "subGenre": "Aurora Skies", + "scene": "Mountain glacier at twilight where auroral rays lick the high ice faces (twilight/night)", + "sceneVariants": [ + "Mountain glacier at twilight where auroral rays lick the high ice faces (twilight/night)", + "Serrated seracs outlined by neon ribbons", + "Crevasse shadows deepening as color plays overhead", + "A team of climbers pausing to watch", + "Snow lotus flowers in hardy crevices contrasted against neon sky" + ], + "actions": [ + "Auroral shafts momentarily tinting ice blue-green", + "Wind moving small snow curtains along exposed edges", + "Climbers signaling quietly to each other as colors intensify", + "Thermal cameras recording temperature variation as night deepens" + ], + "camera": "Slow glide with mixed natural light capture and high-sensitivity sky timelapse", + "accents": [ + "cold cyan rim-light on serac edges", + "subtle magenta backwash against deep blue sky" + ], + "mood": "reverent tension", + "lighting": "twilight blending into auroral night (twilight→night)", + "style": "alpine astral cinematography" + }, + { + "subGenre": "Aurora Skies", + "scene": "Prairie fire-line silhouette where aurora bleeds color into smoky skies (dark with ember light)", + "sceneVariants": [ + "Prairie fire-line silhouette where aurora bleeds color into smoky skies (dark with ember light)", + "Low ember glow meeting cold neon above", + "Wind-blown smoke laminar flows mixing with auroral curtains", + "Fire crew silhouettes working at the rim", + "Occasional ash drifting into reflective pools" + ], + "actions": [ + "Aurora streaming while embers glow and smoke drifts", + "Fire crews coordinating under surreal bi-colored sky", + "Animals fleeing to distant safe pockets", + "Photographers capturing the unlikely juxtaposition" + ], + "camera": "High-dynamic-range capture balancing fire warmth and auroral coolness with stabilized aerials", + "accents": [ + "intense warm ember speculars against cold neon ribbons", + "textured smoke highlights adding depth to the sky" + ], + "mood": "apocalyptic beauty", + "lighting": "mixed dark with warm firelight and cold auroral neon (night)", + "style": "contrasting disaster-astral cinematography" + }, + { + "subGenre": "Aurora Skies", + "scene": "Lakeside festival at high latitude where aurora becomes part of the celebration (night)", + "sceneVariants": [ + "Lakeside festival at high latitude where aurora becomes part of the celebration (night)", + "Bonfires and lanterns mirrored in auroral-tinted water", + "Musicians silhouetted with neon sky overhead", + "Dancers in traditional costume under a living ceiling", + "Rows of tents with aurora bleeding above" + ], + "actions": [ + "Festival-goers pointing and cheering as curtains intensify", + "Bonfire embers sparking upward joining neon strands", + "Musicians pausing to soak in the sky before resuming", + "Cameras raised in unified choruses of shutter clicks" + ], + "camera": "Mixed wide festival frames and intimate human close-ups with sky timelapse overlays", + "accents": [ + "warm human-firelight edges contrasted with cool neon overhead", + "reflections on water giving double-sky effect" + ], + "mood": "communal awe", + "lighting": "warm practical festival pools under auroral night (night)", + "style": "human-astral event cinematography" + }, + { + "subGenre": "Aurora Skies", + "scene": "Coastal iceberg field under a diffuse auroral veil with pastel gradients (night)", + "sceneVariants": [ + "Coastal iceberg field under a diffuse auroral veil with pastel gradients (night)", + "Flat horizon where neon pastel meets sea ice", + "Fragments of broken floe catching faint color", + "Small zodiac moving silently between bergs", + "Seabirds roosting on larger floes under neon tint" + ], + "actions": [ + "Auroral wash slowly shifting across an otherwise calm sky", + "Ice faces reflecting soft pastel neon", + "Crew members scanning with red lights to preserve night vision", + "Slow waves adjusting the mirrored composition" + ], + "camera": "Low-contrast long-exposure with soft-focus aerial passes and close reflective inserts", + "accents": [ + "pastel auroral gradations creating painterly tones", + "micro-speculars on wet ice surfaces" + ], + "mood": "delicate otherworldliness", + "lighting": "subdued auroral night with pastel dominance (night)", + "style": "poetic polar cinematography" + }, + { + "subGenre": "Aurora Skies", + "scene": "Vast steppe with migrating caribou under a faint auroral wash during early twilight (twilight)", + "sceneVariants": [ + "Vast steppe with migrating caribou under a faint auroral wash during early twilight (twilight)", + "Herds silhouetted as sky gradients shift", + "Dust and breath forming ephemeral halos", + "A nomadic camp pausing beneath dual-toned sky", + "Distant ridge silhouettes separating sky bands" + ], + "actions": [ + "Caribou continuing slow migration as aurora temperately shimmers", + "Nomads tending small fires and preparing breakfast", + "A single hunter looking up to judge weather", + "Wind rolling low dust curtains across the plain" + ], + "camera": "Long lateral tracking with blended twilight-to-aurora exposure ramps", + "accents": [ + "soft auroral green under pale dawn gold", + "textured breath halos and dust micro-details" + ], + "mood": "ancient rhythm", + "lighting": "twilight with weak auroral presence (pre-dawn twilight)", + "style": "ethnographic nature transition cinematography" + }, + { + "subGenre": "Aurora Skies", + "scene": "Isolated lighthouse point where aurora swirls above and refracts into wet rocks below (night)", + "sceneVariants": [ + "Isolated lighthouse point where aurora swirls above and refracts into wet rocks below (night)", + "Lens flare from the lighthouse meeting neon arcs", + "Tide pools acting as miniature aurora mirrors", + "Keeper's lantern adding a warm human accent", + "Seabirds settling as neon bands drift" + ], + "actions": [ + "Aurora morphing into dynamic whirl patterns", + "Lighthouse beam slicing briefly through neon curtains", + "Keeper walking the path, leaving small footprints", + "Tide pooling reflecting changing color in micro-frames" + ], + "camera": "Reveal shot from wet rocks up to sweeping sky with carefully balanced exposure", + "accents": [ + "cold neon rim-light on rock edges", + "warm lantern highlights providing human scale" + ], + "mood": "watchful enchantment", + "lighting": "low night with auroral dominance and localized warm light (night)", + "style": "maritime astral cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/nature_canyons.json b/src/data/nature_canyons.json new file mode 100644 index 0000000..4a4fa74 --- /dev/null +++ b/src/data/nature_canyons.json @@ -0,0 +1,479 @@ +{ + "nature": [ + { + "subGenre": "Canyons", + "scene": "Sunlit river cutting a winding slot canyon with polished sandstone walls (day)", + "sceneVariants": [ + "Sunlit river cutting a winding slot canyon with polished sandstone walls (day)", + "Narrow orange corridors with rippled geology", + "Aerial view of a sinuous river threading red rock", + "Light bands moving across sculpted canyon walls", + "A small green oasis where a spring feeds the channel" + ], + "actions": [ + "Water whorls eddying around a boulder in slow motion", + "Hikers picking their way across slick stones", + "A photographer framing the light band on a curved wall", + "Swallows darting in and out of shaded alcoves" + ], + "camera": "Low sweep through the slot with periodic upward push-ins to reveal stratigraphy", + "accents": [ + "warm rim-light catching sand grain textures", + "ultra-fine micro-detail on polished sandstone ripples" + ], + "mood": "quiet exploration", + "lighting": "direct warm daylight with high contrast inside shafts", + "style": "natural-geometry landscape cinematography" + }, + { + "subGenre": "Canyons", + "scene": "Dramatic canyon amphitheatre with terraced ledges and a distant waterfall (day)", + "sceneVariants": [ + "Dramatic canyon amphitheatre with terraced ledges and a distant waterfall (day)", + "Layered benches creating deep compositional shadows", + "A waterfall sluicing into a distant jade pool", + "Eroded mesas framing the amphitheatre", + "Cloud shadows crawling across the canyon floor" + ], + "actions": [ + "Mist drifting upward from the waterfall creating halos", + "A small herd crossing a sunlit ledge", + "Guide pointing out fossil bands in exposed rock", + "Vultures gliding on thermal lifts above the rim" + ], + "camera": "Telephoto pulls alternating with wide establishing crane to show scale", + "accents": [ + "prismatic micro-spray highlights near the falls", + "strong layered contrast to emphasize depth" + ], + "mood": "awe and scale", + "lighting": "bright midday light with cool shadow basins", + "style": "epic wilderness cinematography" + }, + { + "subGenre": "Canyons", + "scene": "Desert canyon carved into hoodoos and fins with scattered scrub (day)", + "sceneVariants": [ + "Desert canyon carved into hoodoos and fins with scattered scrub (day)", + "Narrow passes between jagged fins", + "A silty wash with ephemeral pools", + "A picnic ledge with wind-sculpted textures", + "Dust-tinged heat ripples above flat benches" + ], + "actions": [ + "Wind lofting dust and making ephemeral curtains", + "A climber traversing a narrow fin", + "Small rodents darting into rock crevices", + "A camera drone circling a dramatic hoodoo" + ], + "camera": "Handheld low-angle lateral passes with telephoto compression for hoodoo rows", + "accents": [ + "warm ochre grading to underline mineral layers", + "sharp textural detail on wind-sculpted surfaces" + ], + "mood": "rugged curiosity", + "lighting": "hard desert daylight with stark shadows", + "style": "textural geological cinematography" + }, + { + "subGenre": "Canyons", + "scene": "Canyon rim picnic at golden hour with long shadows and soft air (dusk)", + "sceneVariants": [ + "Canyon rim picnic at golden hour with long shadows and soft air (dusk)", + "Families clustered near lookout rails with flapping blankets", + "Camp kettle steaming as sun sinks", + "Children pointing at changing sky hues", + "Close-up of hands pouring tea with canyon panorama" + ], + "actions": [ + "Warm conversation and laughter carried on light breeze", + "Camera slow-panning across shared plates and faces", + "Sun slipping below the far rim, colors intensify", + "A lone guitarist strumming quietly in the background" + ], + "camera": "Intimate medium coverage with slow crossfades to wide canyon reveals", + "accents": [ + "golden rim-light warming skin and stone", + "soft filmic bloom to emphasize warmth" + ], + "mood": "soft nostalgia", + "lighting": "golden-hour warmth with lengthened shadows", + "style": "human-centered landscape cinematography" + }, + { + "subGenre": "Canyons", + "scene": "Deep basalt canyon with columnar walls and shadowed watercourse (day)", + "sceneVariants": [ + "Deep basalt canyon with columnar walls and shadowed watercourse (day)", + "Dark vertical joints forming a cathedral-like wall", + "A small emerald ribbon of water at the bottom", + "Moss bands clinging to shaded ledges", + "Cold micro-climates in narrow, damp clefts" + ], + "actions": [ + "A kayaker gingerly negotiating a calm stretch", + "Damp light revealing textures of basalt column faces", + "Tiny ferns unfurling in shadow pockets", + "A soundscape of dripping water and distant echoes" + ], + "camera": "Descending crane with measured slow lateral reveals to emphasize verticality", + "accents": [ + "cool blue rim-light in shadowed strata", + "high micro-detail on basalt column joints" + ], + "mood": "cathedral calm", + "lighting": "cool diffuse daylight with deep localized shadows", + "style": "moody geological portraiture" + }, + { + "subGenre": "Canyons", + "scene": "Twilight canyon floor with camp lanterns and low-lying mist (night)", + "sceneVariants": [ + "Twilight canyon floor with camp lanterns and low-lying mist (night)", + "Groups around small glowing tents under rising stars", + "Soft mist hugging the riverline", + "Lantern-reflected ripples on shallow pools", + "A distant silhouette moving along a ledge" + ], + "actions": [ + "Lanterns passed between campers while stories are told", + "Slow emergence of nocturnal insects into the warm light", + "Occasional ripple as fish surface near a lamp", + "Quiet preparation of gear for a dawn crossing" + ], + "camera": "Low-light handheld with warm practical light focus and long-exposure star field inserts", + "accents": [ + "warm localized lamp pools against cool ambient night", + "soft mist halos diffusing light for atmosphere" + ], + "mood": "cozy solitude", + "lighting": "low warm lantern light contrasted with blue night", + "style": "nocturnal camp documentary" + }, + { + "subGenre": "Canyons", + "scene": "Canyon under thunderclouds with a sudden downpour turning the wash into a raging torrent (storm)", + "sceneVariants": [ + "Canyon under thunderclouds with a sudden downpour turning the wash into a raging torrent (storm)", + "Rapidly rising water scouring the channel", + "Debris and logs tumbling in froth", + "Lightning flashes illuminating sheer walls", + "Eerie, powerful sound of moving water echoing off rock" + ], + "actions": [ + "Rapid current whipping up suspended sediment", + "Raptor silhouettes fighting storm lifts over the rim", + "Rescue teams holding position above dangerous flow", + "Rivulets becoming cascading sheets down narrow chutes" + ], + "camera": "High-frame-rate water coverage, stabilized aerial, and protected close-ups of flow dynamics", + "accents": [ + "stark wet-surface speculars creating dynamic reflections", + "ultra-high clarity on movement of suspended matter" + ], + "mood": "urgent, elemental force", + "lighting": "staccato storm-light with intermittent lightning illumination", + "style": "weather-action documentary cinematography" + }, + { + "subGenre": "Canyons", + "scene": "Moonlit narrow canyon with phosphorescent algae patches and still pools (night)", + "sceneVariants": [ + "Moonlit narrow canyon with phosphorescent algae patches and still pools (night)", + "Soft lunar silhouettes outlining serrated rock", + "Glowing streaks trailing in small eddies", + "Reflections of moon arcs in glassy water", + "A quiet passage where sound is magnified" + ], + "actions": [ + "A solitary traveler slipping a hand along cool rock", + "Phosphorescent trails forming as small organisms move", + "Night birds echoing from high ledges", + "A slow breathing soundtrack amplifying stillness" + ], + "camera": "Low-detail long-exposure passes with close macro to bioluminescent patches", + "accents": [ + "cool lunar rim-light with faint bioluminescent cyan", + "soft reflective micro-highlights on still water" + ], + "mood": "eerie serenity", + "lighting": "soft cool moonlight with micro-neon accents", + "style": "nocturnal micro-natural cinematography" + }, + { + "subGenre": "Canyons", + "scene": "Canyon carved by glacial action with polished bedrock and moraines (day)", + "sceneVariants": [ + "Canyon carved by glacial action with polished bedrock and moraines (day)", + "Striated bedrock showing ancient ice flow", + "Skree slopes at the canyon lip", + "Cold, clear pools reflecting fractured sky", + "Scattered erratics dotting terraces" + ], + "actions": [ + "Wind gnawing at exposed scree producing small slides", + "Geologists measuring striations and sampling rock", + "A small river tracing the glacier's former path", + "Clouds casting moving shadows across polished surfaces" + ], + "camera": "Telephoto geological passes intercut with wide glacier-heritage establishes", + "accents": [ + "cold neutral grading highlighting striation detail", + "high-resolution texture capture of polished surfaces" + ], + "mood": "ancient testimony", + "lighting": "clear cold daylight with crisp shadowing", + "style": "glacial geomorphology cinematography" + }, + { + "subGenre": "Canyons", + "scene": "Canyon dusk with migrating bats streaming out of crevices (dusk/night)", + "sceneVariants": [ + "Canyon dusk with migrating bats streaming out of crevices (dusk/night)", + "Cloud of small wings forming a roving dark plume", + "Silhouetted bat emergence against an orange sky", + "Close-up of a cavern mouth with fluttering shadows", + "A river below reflecting dusk color and bat silhouettes" + ], + "actions": [ + "Thousands of bats exiting in undulating patterns", + "Predatory birds briefly reacting before losing the chase", + "Tourists watching in safe, hushed awe", + "Acoustic recording capturing echolocation pulses" + ], + "camera": "High-frame-rate silhouette capture combined with wide dusk timelapse", + "accents": [ + "deep warm-to-cool gradation at dusk", + "crisp silhouette contrast for wing detail" + ], + "mood": "primal wonder", + "lighting": "rich dusk color with emergent dark mass", + "style": "wildlife spectacle cinematography" + }, + { + "subGenre": "Canyons", + "scene": "Sun-baked canyon pass with painted petroglyph panels and cultural markers (day)", + "sceneVariants": [ + "Sun-baked canyon pass with painted petroglyph panels and cultural markers (day)", + "Ancient rock art in sheltered alcoves", + "A small shrine with offerings tucked under an ledge", + "Footpaths marked by subtle cairns", + "Close-up of pigment residues in protected hollows" + ], + "actions": [ + "Local guide translating motifs for visitors", + "Careful conservation brushing to reveal hidden lines", + "Sunlight revealing faint pigment stratification", + "Visitors laying respectful distance markers" + ], + "camera": "Documentary close-ups on pictograph detail with contextual wide cultural establishes", + "accents": [ + "warm neutral grading to preserve pigment fidelity", + "micro-detail on brush and hand-carved edges" + ], + "mood": "reverent storytelling", + "lighting": "clear daylight staged to show pigment contrast", + "style": "cultural landscape documentary" + }, + { + "subGenre": "Canyons", + "scene": "Narrow slot canyon with dramatic light beams piercing into dark recesses (day)", + "sceneVariants": [ + "Narrow slot canyon with dramatic light beams piercing into dark recesses (day)", + "Golden shafts illuminating dust motes", + "Deep pockets of blue shadow contrasting warm beams", + "A single vertical shaft where sun paints a column", + "Fine sand ripples in illuminated patches" + ], + "actions": [ + "Light beams shifting slowly as the sun moves", + "Visitors standing motionless in the beam to feel heat", + "A slow camera pan with occasional micro-focus on sand ripples", + "Small wind gusts changing the dust pattern transiently" + ], + "camera": "Vertical dolly or crane with precise timing to capture light shafts", + "accents": [ + "warm volumetric light beams with cool shadow balance", + "ultra-soft edge bloom on dust motes" + ], + "mood": "sacred quiet", + "lighting": "selective high-contrast shafts inside deep shade", + "style": "spiritual landscape cinematography" + }, + { + "subGenre": "Canyons", + "scene": "Canyon at polar twilight with thin blue hour and ice-spray frozen on ledges (cold night)", + "sceneVariants": [ + "Canyon at polar twilight with thin blue hour and ice-spray frozen on ledges (cold night)", + "Frosted stone lips with crystalized rime", + "Long blue hours stretching across shallow channels", + "A distant aurora skirt just visible at the rim", + "Lone researcher setting up thermal sensors on a ledge" + ], + "actions": [ + "Frost cracking softly as temperatures shift", + "Instrument lights blinking in the blue hour", + "A hushed team moving carefully to avoid icefall", + "Thermal plumes visible in cold breath and fog" + ], + "camera": "Low-light stabilized timelapse with thermal-overlay inserts for context", + "accents": [ + "cool blue grading with thin auroral hints", + "glittering frost micro-highlights on exposed edges" + ], + "mood": "stark vigilance", + "lighting": "low blue-hour light with subtle artificial accents", + "style": "polar field cinematography" + }, + { + "subGenre": "Canyons", + "scene": "Canyon under a blood-orange sunset with dramatic rim-lights and silhouettes (sunset)", + "sceneVariants": [ + "Canyon under a blood-orange sunset with dramatic rim-lights and silhouettes (sunset)", + "Fiery sky reflecting on red rock faces", + "Silhouetted hoodoos cut against burning horizon", + "Long trailing shadows stretching across benches", + "Momentary cloud ignitions creating dynamic patterning" + ], + "actions": [ + "Photographers jockeying for foreground composition", + "A small pack moving quickly as temperatures drop", + "Birds calling and winging toward roosts", + "A lone falcon riding a thermal arc just above the rim" + ], + "camera": "Slow push-in with saturated color grading and wide panoramic reveals", + "accents": [ + "intense warm color grading to heighten sunset drama", + "rim-lit silhouettes for stark composition" + ], + "mood": "dramatic poignancy", + "lighting": "intense sunset warmth with long angled shadows", + "style": "cinematic golden-hour landscape" + }, + { + "subGenre": "Canyons", + "scene": "Canyon with ephemeral spring flowers carpeting low terraces after wet season (day)", + "sceneVariants": [ + "Canyon with ephemeral spring flowers carpeting low terraces after wet season (day)", + "Bright carpets of wildflowers in sheltered benches", + "A contrast between arid rims and lush low pockets", + "Butterfly hotspots over a seasonal pool", + "Close micro-views of petal-strewn gravel" + ], + "actions": [ + "Pollinators swarming concentrated flower patches", + "Time-lapse of blooms opening over hours", + "Small mammals grazing on fresh shoots", + "Researchers cataloguing ephemeral species" + ], + "camera": "Macro-forward dolly with wide-contrast establishes to show rarity", + "accents": [ + "vibrant saturated floral hues against neutral rock", + "high micro-detail on pollen and petal texture" + ], + "mood": "brief exuberance", + "lighting": "even bright daylight emphasizing color fidelity", + "style": "temporal botanical cinematography" + }, + { + "subGenre": "Canyons", + "scene": "Subterranean canyon cave with subterranean stream and glowing mineral deposits (dark)", + "sceneVariants": [ + "Subterranean canyon cave with subterranean stream and glowing mineral deposits (dark)", + "Tiny stalactites and ribboned flowstone glinting in torchlight", + "A narrow subterranean channel with clear streaming water", + "Mineral bands picking up reflected light in warm tones", + "A small pool reflecting torch beams like polished glass" + ], + "actions": [ + "Cavers moving in careful single-file with headlamps", + "Water dripping creating concentric ripples in clear pools", + "Mineral dust pluming when disturbed", + "Echoed voices and distant drips composing an acoustic motif" + ], + "camera": "Low-light handheld with tight macro inserts and steady wide cave panoramas", + "accents": [ + "warm torch-driven highlights on mineral faces", + "soft wet-surface micro-speculars in pools" + ], + "mood": "intimate subterranean tension", + "lighting": "controlled artificial torchlight in deep darkness", + "style": "cave exploration cinematography" + }, + { + "subGenre": "Canyons", + "scene": "Canyon rim with auroral curtains visible above and reflective river below (night, aurora)", + "sceneVariants": [ + "Canyon rim with auroral curtains visible above and reflective river below (night, aurora)", + "Green ribbons dancing faintly above serrated rock silhouettes", + "Reflections of aurora streaking across a calm water mirror", + "Campers photographing the sky on a cool night", + "A long-exposure panorama capturing both stars and aurora" + ], + "actions": [ + "Auroral curtains slowly shifting intensity", + "Photographers capturing streaked exposures with careful foreground framing", + "Breath vapor visible in cold air while people adjust tripods", + "Occasional meteor or satellite streaks adding ephemeral elements" + ], + "camera": "Long-exposure timelapse blended with still-frame foreground detail", + "accents": [ + "neon aurora hues mixing with cold ground tones", + "mirror-like water highlights amplifying sky color" + ], + "mood": "cosmic reverence", + "lighting": "low natural-night light with auroral color accents", + "style": "astral landscape cinematography" + }, + { + "subGenre": "Canyons", + "scene": "Urban canyon where a city street cuts between high cliffs of concrete and glass (day)", + "sceneVariants": [ + "Urban canyon where a city street cuts between high cliffs of concrete and glass (day)", + "Office towers forming a narrow vertical corridor", + "Pedestrian traffic like a rushing stream through built geometry", + "Sun shafts flickering between glass facades", + "Street-level cafés hugging a shaded canyon wall" + ], + "actions": [ + "Commuters hurrying with coffee cups and umbrellas", + "Reflection clusters on glass catching passing clouds", + "A street performer playing in a narrow light patch", + "Street vendors hustling lunch plates to office crowds" + ], + "camera": "Urban tracking shot from pedestrian to rooftop with intermittent vertical reveals", + "accents": [ + "specular highlights on glass and puddle mirrors", + "balanced mid-tone grading to preserve human detail" + ], + "mood": "urban bustle", + "lighting": "contrasty daylight with sharp vertical shadows", + "style": "cityscape canyon cinematography" + }, + { + "subGenre": "Canyons", + "scene": "Canyon at night with a rare thunder-sky and distant lightning illuminating layered cliffs (night storm)", + "sceneVariants": [ + "Canyon at night with a rare thunder-sky and distant lightning illuminating layered cliffs (night storm)", + "Intermittent bright strokes revealing strata in strobe-like fashion", + "Rain-smeared rock faces catching transient light", + "A lone vehicle climbing a rim road with headlights cutting through rain", + "Echoing thunder rolling along vertiginous walls" + ], + "actions": [ + "Lightning forks lighting entire canyon walls for split seconds", + "Rain creating rivulets and ephemeral washes on ledges", + "A crew hunkering behind shelter as a storm rolls through", + "Torrential sound design emphasizing elemental power" + ], + "camera": "High-speed capture for lightning and protected low-light wide for environmental tone", + "accents": [ + "stark flash contrast against deep night", + "wet-surface micro-highlights carving transient texture" + ], + "mood": "raw and cinematic", + "lighting": "intermittent high-contrast lightning with deep ambient night", + "style": "weather-driven nocturnal cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/nature_caves.json b/src/data/nature_caves.json new file mode 100644 index 0000000..1bb42fa --- /dev/null +++ b/src/data/nature_caves.json @@ -0,0 +1,454 @@ +{ + "nature": [ + { + "subGenre": "Caves", + "scene": "Stalactite cathedral with shafts of light", + "sceneVariants": [ + "Stalactite cathedral with shafts of light", + "High vaulted chamber dripping mineral curtains", + "Sunbeams piercing a ceiling skylight", + "Massive columns connecting floor and roof", + "A still pool reflecting the vaulted ceiling" + ], + "actions": [ + "Dust motes drifting through light shafts", + "Water droplets falling and rippling small pools", + "A guide pointing a beam across the chamber", + "Echoing footsteps of slow visitors" + ], + "camera": "Wide low-angle dolly to capture vertical scale with periodic push-ins on formations", + "accents": [ + "golden rim-light in shafts and mirrored pool reflections", + "high micro-detail on speleothem textures" + ], + "mood": "reverent awe", + "lighting": "selective shafts of warm sunlight in a cool dark interior", + "style": "epic subterranean cinematography" + }, + { + "subGenre": "Caves", + "scene": "Glowworm grotto with soft bioluminescent ceiling", + "sceneVariants": [ + "Glowworm grotto with soft bioluminescent ceiling", + "A low reflective pool mirroring star-like points", + "Visitors in small boats under a twinkling roof", + "Slim stalactites dripping in faint blue pinpoints", + "Silent water dissolving foot echoes" + ], + "actions": [ + "Tiny bioluminescent points pulsing faintly", + "Boat oars creating concentric ripples of light", + "A hush as visitors look upward", + "A camera capturing long-exposure starfield-like shots" + ], + "camera": "Low boat-mounted slow pan with long-exposure inserts", + "accents": [ + "delicate cyan glow halos around points", + "soft mirror reflections doubling the lights" + ], + "mood": "magical silence", + "lighting": "very low-key with concentrated blue bioluminescent accents", + "style": "ethereal nocturnal timelapse" + }, + { + "subGenre": "Caves", + "scene": "Limestone cavern with a subterranean river", + "sceneVariants": [ + "Limestone cavern with a subterranean river", + "Carved channels and smoothed bedrock", + "Small rapids threading dark corridors", + "Ancient flow lines etched into rock faces", + "Moss and ferns at damp edges" + ], + "actions": [ + "Water burbling and forming pockets of bubble foam", + "A caver launching a small inflatable to cross", + "Hour-long dripping creating steady rhythm", + "Light from headlamps sliding across wet stone" + ], + "camera": "Helmet-mounted POV with occasional low-slung drone over the river", + "accents": [ + "wet-rock micro-sheen for tactile feel", + "cool subsurface green push along moss edges" + ], + "mood": "intimate exploration", + "lighting": "beam-based low-key with wet specular highlights", + "style": "documentary exploratory" + }, + { + "subGenre": "Caves", + "scene": "Ice cave carved beneath a glacier with blue columns", + "sceneVariants": [ + "Ice cave carved beneath a glacier with blue columns", + "Translucent ice walls lit from within", + "Rivulets freezing into glassy textures", + "Cold mist hanging in a small chamber", + "Refractions creating crystalline patterns on the floor" + ], + "actions": [ + "Footsteps crunching on thin ice", + "Light sliding to reveal deep blue veins", + "A researcher testing ice thickness", + "Condensation forming and freezing in place" + ], + "camera": "Close macro intercut with wide drone glide for scale", + "accents": [ + "intense cerulean subsurface glow", + "crystalline sparkle on frost edges" + ], + "mood": "otherworldly cold", + "lighting": "cool internal blue with crisp highlight contrast", + "style": "minimalist glacial cinematography" + }, + { + "subGenre": "Caves", + "scene": "Sea cave with pounding surf and spray", + "sceneVariants": [ + "Sea cave with pounding surf and spray", + "Narrow mouth framing the ocean horizon", + "Foamy surf turning to mist inside the chamber", + "Tide-driven acoustics amplifying crash", + "Barnacle-encrusted entrance lip" + ], + "actions": [ + "Waves exploding into the chamber in rhythmic pulses", + "Spray catching the light and creating micro-rainbows", + "A kayaker timing a run through the mouth", + "Seabirds fluttering at the threshold" + ], + "camera": "Low waterline gimbal with safety housing, occasional high-angle for mouth reveal", + "accents": [ + "wet-spray sparkle and cold blue sea rim-lights", + "salt-grain texture on entrance rock" + ], + "mood": "raw marine drama", + "lighting": "strong contrast between bright sea and dark interior", + "style": "coastal cinematic action" + }, + { + "subGenre": "Caves", + "scene": "Volcanic lava tube with orange ember-glow", + "sceneVariants": [ + "Volcanic lava tube with orange ember-glow", + "Glossy black basalt walls reflecting warm lava colors", + "Pockets of cooled glass and sharp ropy pahoehoe", + "A distant molten glow near an active vent (creative)", + "Charred mineral streaks across floor" + ], + "actions": [ + "Faint heat shimmer distorting distant shapes", + "Footsteps on brittle volcanic floor", + "A researcher scanning with thermal camera", + "Steam venting softly from fissures" + ], + "camera": "Stabilized low glide with thermal-camera inserts for flow mapping", + "accents": [ + "warm ember push inside cool black basalt", + "soft smoky diffusion to render heat" + ], + "mood": "primal subterranean energy", + "lighting": "selective warm glow with deep black surroundings", + "style": "volcanic documentary stylized" + }, + { + "subGenre": "Caves", + "scene": "Crystal chamber with giant translucent formations", + "sceneVariants": [ + "Crystal chamber with giant translucent formations", + "Gem-like spikes rising from floor and ceiling", + "Polished surfaces catching headlamp glints", + "Tiny rainbows refracting within calcite", + "Slow drip-lines forming new crystalline arrays" + ], + "actions": [ + "Light scattering into internal prisms", + "A gloved hand brushing a formation (careful conservations)", + "Tiny sand-like crystals sliding in slow motion", + "Camera capturing micro-refractions in macro" + ], + "camera": "Macro and tilt-shift inserts emphasizing internal structure then wide to show scale", + "accents": [ + "prismatic micro-refraction highlights", + "high micro-clarity to reveal crystal facets" + ], + "mood": "awe and delicacy", + "lighting": "controlled beams to reveal internal prism structure", + "style": "artistic natural micro-cinema" + }, + { + "subGenre": "Caves", + "scene": "Salt mine caverns with lamp-lit tunnels", + "sceneVariants": [ + "Salt mine caverns with lamp-lit tunnels", + "Polished salt walls reflecting amber lamp light", + "Miners' tracks and support timbers", + "Cavernous rooms carved for storage", + "Subsurface lakes with saline sheen" + ], + "actions": [ + "Headlamps sweeping grainy salt faces", + "Workers inspecting crystalline deposits", + "A cart rolling along an old rail", + "Echoed conversations bouncing off polished walls" + ], + "camera": "Slow dolly with tungsten-balanced inserts to preserve lamp warmth", + "accents": [ + "rich warm lamp highlights on white salt", + "high specular clarity on polished caverns" + ], + "mood": "worked solitude", + "lighting": "warm tungsten pockets in a cool white environment", + "style": "industrial subterranean portrait" + }, + { + "subGenre": "Caves", + "scene": "Mammoth cave system with explorers and mapped passages", + "sceneVariants": [ + "Mammoth cave system with explorers and mapped passages", + "Endless passageways receding into darkness", + "Survey flags and mapped chalk marks", + "A safety rope line flanked by clambered profiles", + "Narrow squeezes expanding into cathedral rooms" + ], + "actions": [ + "Teams carefully progressing in rope teams", + "Headlamp cones revealing new passages", + "Mapping tools clicking and annotating surveys", + "Echoes of radio pings between passages" + ], + "camera": "Handheld documentary immersion with annotated map overlays", + "accents": [ + "clean headlamp rim-light and fine dust motes", + "technical overlays for scientific context" + ], + "mood": "methodical curiosity", + "lighting": "beam-focused with deep surrounding blacks", + "style": "scientific exploration documentary" + }, + { + "subGenre": "Caves", + "scene": "Twilight cave entrance alive with bats and dusk light", + "sceneVariants": [ + "Twilight cave entrance alive with bats and dusk light", + "A thousand bats streaming out in a roiling cloud", + "Warm sky contrasted with dark mouth silhouette", + "Observers clustering at a safe distance", + "A river of bats tracing against the fading light" + ], + "actions": [ + "Mass bat exodus creating kinetic patterns", + "Observers photographing and whispering", + "Echo-location clicks faintly audible in amplified audio", + "Gently swaying vegetation marking the wind" + ], + "camera": "Telephoto slow pan capturing bat flow with time-slice motion inserts", + "accents": [ + "silhouette contrast between warm sky and dark mouth", + "fine-grained motion trails for bat streams" + ], + "mood": "mesmeric dusk energy", + "lighting": "high-contrast twilight with deep black mouth", + "style": "wildlife nocturnal cinematography" + }, + { + "subGenre": "Caves", + "scene": "Submerged cenote with an otherworldly blue portal", + "sceneVariants": [ + "Submerged cenote with an otherworldly blue portal", + "Diving silhouette framed by circular rim", + "Freshwater clarity revealing submerged roots", + "Sunlight forming ladder-like shafts into the deep", + "Small fish spiraling in the light column" + ], + "actions": [ + "Diver descending into the blue light", + "Bubbles rising like pearls to the surface", + "Light shafts rippling with surface movement", + "A slow pan revealing the rim-to-depth transition" + ], + "camera": "Split above/below frame with underwater wide lens reveals", + "accents": [ + "intense azure saturation for depth perception", + "soft particulate bloom to create mystical haze" + ], + "mood": "submerged wonder", + "lighting": "concentrated azure portal light with dim peripheral darkness", + "style": "immersive underwater exploration" + }, + { + "subGenre": "Caves", + "scene": "Karst sinkhole cavern with ladder sunlight", + "sceneVariants": [ + "Karst sinkhole cavern with ladder sunlight", + "A circular roof collapse creating a green rim", + "Vines descending like ropes into a dark well", + "Mist hovering in the shaft at mid-depth", + "A rope ladder dangling to the floor" + ], + "actions": [ + "Sunbeams laddering down to the bottom", + "A climber abseiling into the shaft", + "Leaves falling in slow arcs", + "A camera crane lowering to the floor for reveal" + ], + "camera": "Crane down the shaft with slow reveal of bottom features", + "accents": [ + "soft green rim-light where vegetation meets rock", + "fine dust motes lit in descending beams" + ], + "mood": "dramatic reveal", + "lighting": "vertical shafts of warm sunlight in a cool interior", + "style": "cinematic discovery" + }, + { + "subGenre": "Caves", + "scene": "Speleothem gallery with ancient cave paintings", + "sceneVariants": [ + "Speleothem gallery with ancient cave paintings", + "Pigment-smeared wall panels guarded by stalagmites", + "Subtle iconography under careful conservation lighting", + "Archaeologists cataloging samples", + "Protective platforms keeping viewers at a distance" + ], + "actions": [ + "Conservators measuring and photographing panels", + "Flash-free imaging illuminating pigment detail", + "Faint dust motes in careful breath-controlled air", + "Camera documenting textures without touching" + ], + "camera": "Respectful telephoto and macro mix with annotation overlays", + "accents": [ + "neutral conservation lighting to preserve pigments", + "high-res micro-detail preserving brushstroke-like textures" + ], + "mood": "quiet reverence", + "lighting": "conservative low-heat lighting with neutral color balance", + "style": "archaeological documentary" + }, + { + "subGenre": "Caves", + "scene": "Luminous fungal cave with soft green spots", + "sceneVariants": [ + "Luminous fungal cave with soft green spots", + "Carpets of luminous microbes under damp overhangs", + "A faint glow lifting off a moist floor", + "Small pools reflecting living green dots", + "A path lit by organic biolight" + ], + "actions": [ + "Fungal glows pulsing in slow rhythms", + "Insects attracted to lit patches and hovering", + "A researcher gently collecting samples", + "Long-exposure time-slice showing subtle flicker" + ], + "camera": "Macro to mid-range slow slider with long-exposure captures", + "accents": [ + "soft green bioluminescent halo emphasis", + "wet-surface micro-sheen to enhance glow readability" + ], + "mood": "quiet curiosity", + "lighting": "very low ambient with pronounced biolight accents", + "style": "micro-ecology documentary" + }, + { + "subGenre": "Caves", + "scene": "Jungle-fringed cave entrance with morning light spill", + "sceneVariants": [ + "Jungle-fringed cave entrance with morning light spill", + "Vibrant green rim framing a dark mouth", + "Birdsong and insect chorus outside the entrance", + "A narrow trail disappearing into the dark", + "Moist air rolling out in cool currents" + ], + "actions": [ + "Morning light painting the entrance rim", + "Local trackers scanning the mouth for fauna", + "Leaves drifting into the shade in slow motion", + "A camera pushing from bright rim into shaded interior" + ], + "camera": "Stabilized push from bright exterior into dark interior with exposure ramping", + "accents": [ + "vivid green rim saturation vs cool interior", + "soft filmic diffusion on bright highlights" + ], + "mood": "anticipatory exploration", + "lighting": "high-contrast entry light with cool interior shadows", + "style": "adventure documentary" + }, + { + "subGenre": "Caves", + "scene": "Cave with underground waterfall and echo pool", + "sceneVariants": [ + "Cave with underground waterfall and echo pool", + "A narrow shaft delivering a persistent stream", + "Rippling acoustics creating a resonant environment", + "Mist forming fine curtains at the impact point", + "Moss and delicate ferns clinging to the spray zone" + ], + "actions": [ + "Water crashing and generating rhythmic echoes", + "Camera capturing slow-motion droplets and splashes", + "Visitors whispering to preserve delicate acoustics", + "Feet leaving wet prints on stone walkways" + ], + "camera": "Close slow dolly around pool perimeter with high-sample audio capture", + "accents": [ + "wet-rock micro-sheen and prismatic micro-droplets", + "carefully preserved acoustic fidelity" + ], + "mood": "meditative resonance", + "lighting": "selective low beams preserving reflection detail", + "style": "auditory-visual nature portrait" + }, + { + "subGenre": "Caves", + "scene": "Narrow slot cave passage offering micro-adventure", + "sceneVariants": [ + "Narrow slot cave passage offering micro-adventure", + "Tight chimney squeezes with polished walls", + "Backlit dust revealing the passage’s curvature", + "A headlamp-studded chain of cavers moving single-file", + "A sudden small skylight breaking darkness" + ], + "actions": [ + "Careful body wriggles and handholds inching forward", + "Headlamps scanning joints and holds", + "Exhales visible in cold pockets", + "A climber emerging into a small bright chamber" + ], + "camera": "Helmet-mounted tight POV with tactile handcam inserts", + "accents": [ + "tactile wall detail with soft warm headlamp rim-light", + "close micro-focus on contact points" + ], + "mood": "tense small-scale adventure", + "lighting": "near-black surroundings with narrow headlamp cones", + "style": "intimate adventure documentary" + }, + { + "subGenre": "Caves", + "scene": "Ancient burial cave with artifacts and ritual traces", + "sceneVariants": [ + "Ancient burial cave with artifacts and ritual traces", + "Stone-lined recesses holding carved relics", + "Soft soot and pigment traces on shelter walls", + "Carefully arranged offerings preserved by dryness", + "A small protected viewing platform for researchers" + ], + "actions": [ + "Conservators documenting artifacts with gloved hands", + "Soft brush cleaning revealing carved detail", + "Low ambient commentary from archaeologists", + "A measured reveal of a newly cataloged relic" + ], + "camera": "Respectful telephoto and macro mix with archival overlays", + "accents": [ + "muted warm conservation lighting to preserve patina", + "high micro-detail on carved surfaces" + ], + "mood": "solemn reverence", + "lighting": "low warm conservation light with deep black surrounds", + "style": "archaeological contemplative film" + } + ] +} \ No newline at end of file diff --git a/src/data/nature_cliffs.json b/src/data/nature_cliffs.json new file mode 100644 index 0000000..3f845f5 --- /dev/null +++ b/src/data/nature_cliffs.json @@ -0,0 +1,529 @@ +{ + "nature": [ + { + "subGenre": "Cliffs", + "scene": "Wind-swept coastal cliffs with crashing surf below and sea stacks offshore (day)", + "sceneVariants": [ + "Wind-swept coastal cliffs with crashing surf below and sea stacks offshore (day)", + "High chalk cliffs with layered strata exposed to the sky", + "Jagged basalt columns dropping into frothing waves", + "A grassy cliff-top path skirting sheer drops", + "A ruined watchtower perched on the cliff edge" + ], + "actions": [ + "Spray and whitewater thrown up in slow-motion as waves hit the base", + "Gulls and fulmars wheeling on wind gusts", + "A lone walker pausing at a viewpoint to look out", + "Wild grass whipping into strong coastal ribbon flows" + ], + "camera": "Wide aerial sweep from sea upward to cliff-top with occasional slow crane-ins", + "accents": [ + "crisp salt-saturated speculars on wet rock faces", + "high micro-detail on lichen and crunchy grass blades" + ], + "mood": "exhilarated isolation", + "lighting": "bright, high-contrast coastal daylight", + "style": "grand natural landscape cinematography" + }, + { + "subGenre": "Cliffs", + "scene": "Sunset cliff rim with orange rim-light and long shadows falling toward the sea", + "sceneVariants": [ + "Sunset cliff rim with orange rim-light and long shadows falling toward the sea", + "Warm-tinged headland silhouettes against a molten horizon", + "Fisherman silhouetted on a ledge casting into golden surf", + "Tide pools on rocky shelf reflecting the burning sky", + "A family watching sun drop behind distant stacks" + ], + "actions": [ + "Sunlight sliding down vertical strata and igniting warm tones", + "Tidal pools flickering with last light", + "Birds returning to ledges to roost", + "Children running along safe plateau paths" + ], + "camera": "Slow lateral crane with cinematic wide framing and selective telephoto pulls", + "accents": [ + "intense golden rim-light along rock edges", + "reflective warmth in shallow rock pools" + ], + "mood": "melancholic grandeur", + "lighting": "rich golden-hour sunset", + "style": "cinematic golden-hour landscape" + }, + { + "subGenre": "Cliffs", + "scene": "Sheer desert cliffs carved by wind and sun with steep canyons below (day)", + "sceneVariants": [ + "Sheer desert cliffs carved by wind and sun with steep canyons below (day)", + "Red sandstone escarpments with sweeping erosion patterns", + "A narrow gorge cutting a dramatic shadow across a canyon lip", + "Ancient petroglyph panels midway down a cliff face", + "A caravan path tracing the cliff edge at midday" + ], + "actions": [ + "Dust devils spinning along the rim in distant motion", + "A climber carefully traversing a narrow ledge", + "Heat shimmer producing mirage-like parallax on rock textures", + "Vultures circling where thermal currents rise" + ], + "camera": "Telephoto compression to emphasize layered cliff recesses, intercut with wide establishing shots", + "accents": [ + "high texture contrast to emphasize wind-sculpted surfaces", + "warm ochre grading to enhance sedimentary layers" + ], + "mood": "ancient austerity", + "lighting": "harsh midday desert light with crisp shadows", + "style": "textured geological cinematography" + }, + { + "subGenre": "Cliffs", + "scene": "Limestone karst cliffs rising above emerald jungle with waterfalls leaping into hidden pools (day)", + "sceneVariants": [ + "Limestone karst cliffs rising above emerald jungle with waterfalls leaping into hidden pools (day)", + "Vertical towers clothed in moss and vines", + "Aerial view into a hanging valley with turquoise plunge pools", + "Misty spray staining the rock black at the falls' base", + "Rope bridges and small shrines hug cliff faces" + ], + "actions": [ + "Waterfall curtains cascading into foamy basins", + "Monkeys or macaws moving in high canopy arcs", + "Guide pointing out ancient cave openings", + "Tourists in small boats drifting below falls" + ], + "camera": "Slow helicopter sweep descending into the gorge, then a gentle dolly to reveal scale", + "accents": [ + "lush saturated greens against pale limestone", + "moist micro-detail on moss and wet rock surfaces" + ], + "mood": "verdant mystery", + "lighting": "diffuse tropical daylight with bright highlights on water", + "style": "lush natural-world cinematography" + }, + { + "subGenre": "Cliffs", + "scene": "Moonlit coastal cliff with silver surf and starlit horizon (night)", + "sceneVariants": [ + "Moonlit coastal cliff with silver surf and starlit horizon (night)", + "A lighthouse beam sweeping across rock teeth", + "Bioluminescent foam ghosting along a black beach", + "Silhouetted cliffs with sky full of constellations", + "A fisherman’s lantern glowing on a promontory" + ], + "actions": [ + "Lighthouse beam periodically cutting through haze", + "Waves cresting in soft moonlit slow-motion", + "Night birds calling and echoing off the cliff face", + "A lone silhouette tracing the cliff path with a lamp" + ], + "camera": "Low-light stabilized wide with occasional subtle push-ins to lanterns and reflective water", + "accents": [ + "cool silver rim-lighting on wet rock edges", + "soft star-field bokeh in the upper frame" + ], + "mood": "lonely contemplation", + "lighting": "cool moonlight with high contrast highlights", + "style": "nocturnal coastal portraiture" + }, + { + "subGenre": "Cliffs", + "scene": "Cliffside village perched on terraces with narrow paths and stacked dwellings (day)", + "sceneVariants": [ + "Cliffside village perched on terraces with narrow paths and stacked dwellings (day)", + "Whitewashed houses clinging to a rocky amphitheatre", + "Stairways carved into the cliff connecting levels", + "Laundry flapping between buildings above a sheer drop", + "Market stalls spread along a protective ledge" + ], + "actions": [ + "Villagers carrying baskets along precarious paths", + "Children playing near parapets with expansive views", + "Merchants shouting over the market bustle", + "An elderly resident sweeping the narrow lane" + ], + "camera": "Handheld intimate coverage mixed with wide establishing dolly shots over the village", + "accents": [ + "warm human-skin midtones contrasted with cliff stone", + "soft fill to keep details in shaded alleys" + ], + "mood": "human tenacity", + "lighting": "even daylight with gentle directional fill", + "style": "ethnographic architectural cinematography" + }, + { + "subGenre": "Cliffs", + "scene": "Winter ice cliff: towering seracs and frozen waterfalls glinting with cold blue tones (day)", + "sceneVariants": [ + "Winter ice cliff: towering seracs and frozen waterfalls glinting with cold blue tones (day)", + "Fractured ice faces with deep blue crevasses", + "Glacial ice perched on a cliff lip, calving into a frozen lagoon", + "Frosted rock edges rimmed with ice stalactites", + "A small base camp at a safe distance below the face" + ], + "actions": [ + "Crackling calving events sending snow and ice plumes", + "Climbers moving in coordinated teams on ice ropes", + "Sunlight penetrating thin ice layers creating turquoise gradients", + "Snow squalls momentarily reduced visibility" + ], + "camera": "Cold, clinical wide shots intercut with high-frame-rate details of fracturing ice", + "accents": [ + "icy blue rim-light through translucent seracs", + "high micro-detail on snow crystals and frost" + ], + "mood": "dangerous beauty", + "lighting": "clear cold daylight with strong directional highlights", + "style": "polar high-contrast cinematography" + }, + { + "subGenre": "Cliffs", + "scene": "Thunderstorm cliff edge: dark cumulonimbus overhead and waves hammered by wind (dusk)", + "sceneVariants": [ + "Thunderstorm cliff edge: dark cumulonimbus overhead and waves hammered by wind (dusk)", + "A lightning fork illuminating the vertical face", + "Rain sheeting over rock in blurred curtains", + "Thunderous surf throwing spray high against the cliff base", + "A cliff-top fence straining against gale-force gusts" + ], + "actions": [ + "Lightning illuminating different strata in rapid succession", + "Wild grasses flattening and snapping under wind stress", + "Heavy rain creating rivulets down the face", + "Seabirds fighting headwinds, wings beating frantically" + ], + "camera": "High-dynamic-range stabilized wide with occasional high-speed slow-mo for lightning and spray", + "accents": [ + "stark cool-with-warm flash contrast during lightning strikes", + "textured raindrop highlights on rock surfaces" + ], + "mood": "raw, elemental tension", + "lighting": "dusk storm light with intermittent bright lightning", + "style": "weather-driven cinematic reportage" + }, + { + "subGenre": "Cliffs", + "scene": "Climbing route along a sheer cliff with ropes, pitons, and exposed faces (day)", + "sceneVariants": [ + "Climbing route along a sheer cliff with ropes, pitons, and exposed faces (day)", + "A party mid-ascent on an overhanging wall", + "Close-up of chalked hands and climbing boots on tiny edges", + "Top-out moment with climber silhouetted against sky", + "A belayer anchored near a narrow ledge" + ], + "actions": [ + "Athletic moves executed in tight choreography", + "Belay calls echoing against the rock", + "Ropes creaking and pitons glinting in sun", + "Momentary rests with deep breaths and chalk-dusted palms" + ], + "camera": "Tight action coverage with helmet-cam inserts and steady remote wide angles", + "accents": [ + "crisp textural detail to show rock grain and chalk", + "selective shallow DOF to isolate handholds" + ], + "mood": "focused determination", + "lighting": "clear daylight with hard shadowing on vertical faces", + "style": "adventure sports cinematography" + }, + { + "subGenre": "Cliffs", + "scene": "Night cliff with aurora curtains visible above a snow-dusted rim (night)", + "sceneVariants": [ + "Night cliff with aurora curtains visible above a snow-dusted rim (night)", + "Green and magenta aurora waves reflected faintly in a frozen pool", + "Silhouetted pines clinging to the cliff edge", + "Campfires dotting a distant ridge beneath dancing sky", + "A solitary telescope set up on a wind-sheltered ledge" + ], + "actions": [ + "Auroral curtains shimmering and changing intensity", + "Silent observers pointing and photographing the sky", + "Breath vapor drifting in the cold air", + "Occasional snowflakes swirling in the foreground" + ], + "camera": "Long-exposure timelapse blended with occasional still-frame closeups", + "accents": [ + "neon aurora rim-light mixing with cold ground tones", + "soft glows on frost and snow crystals" + ], + "mood": "sublime otherworldliness", + "lighting": "low natural-night light with auroral color accents", + "style": "cosmic landscape cinematography" + }, + { + "subGenre": "Cliffs", + "scene": "Cliff amphitheatre with ancient ruins and carved facades overlooking a valley (day)", + "sceneVariants": [ + "Cliff amphitheatre with ancient ruins and carved facades overlooking a valley (day)", + "Rock-cut tombs and niches bathed in warm stone light", + "Stairways carved directly into the cliff face", + "Fragments of frescoes visible in sheltered recesses", + "A ceremonial platform at the extreme lip" + ], + "actions": [ + "Archaeologists brushing dust from carved lintels", + "Tourists moving respectfully along marked paths", + "Ritual smoke drifting faintly from small offerings", + "Sun illuminating carved reliefs revealing hidden details" + ], + "camera": "Archival documentary style with careful slow pushes on carved details and wide historical context shots", + "accents": [ + "warm ochre grading to enhance historic stone textures", + "micro-detail on carved glyph edges" + ], + "mood": "ancient reverence", + "lighting": "even daylight suitable for revealing carved detail", + "style": "historical/archaeological cinematography" + }, + { + "subGenre": "Cliffs", + "scene": "Fogbound cliff face with ephemeral layers of cloud streaming across vertical rock (day)", + "sceneVariants": [ + "Fogbound cliff face with ephemeral layers of cloud streaming across vertical rock (day)", + "Mystical low-cloud ribbons clinging to clefts", + "Sudden clearings revealing sheer drops then re-covering them", + "A small shrine appearing briefly in a halo of mist", + "A path that vanishes into white and reappears lower down" + ], + "actions": [ + "Cloud ribbons sweeping across and revealing micro-features", + "Moisture condensing on rock and dripping in slow beads", + "Figures emerging and receding from the mist", + "Ephemeral light shafts breaking through thin fog" + ], + "camera": "Slow-moving dolly with delicate focus racks to play with depth and reveal", + "accents": [ + "soft volumetric shafts and muted pastel grading", + "high micro-detail in wet stone where revealed" + ], + "mood": "mysterious transience", + "lighting": "diffuse low-contrast light through fog", + "style": "ethereal slow-cinema landscape" + }, + { + "subGenre": "Cliffs", + "scene": "Bird-colony cliffs dense with nesting gannets, kittiwakes and puffins (day)", + "sceneVariants": [ + "Bird-colony cliffs dense with nesting gannets, kittiwakes and puffins (day)", + "White guano streaks painting pale faces", + "Thousands of wings rising in a coordinated burst", + "Subtle ledge gardens where chicks cluster", + "Close-up ledge habitat showing nests and downy chicks" + ], + "actions": [ + "Mass take-offs and landings creating gusts and noise", + "Feeding flights returning with regurgitated fish", + "Parents tending chicks with rhythmic movements", + "Predatory gulls patrolling the colony perimeter" + ], + "camera": "Multi-angle coverage mixing wide colony panoramas with intimate tele shots of nests", + "accents": [ + "strong high-key illumination to freeze feather detail", + "selective shallow DOF for nesting interactions" + ], + "mood": "cacophonous vitality", + "lighting": "bright daylight optimized for high-speed capture", + "style": "wildlife colony cinematography" + }, + { + "subGenre": "Cliffs", + "scene": "Nightfall cliff with fishing boats' lights and distant city glow on the horizon (night)", + "sceneVariants": [ + "Nightfall cliff with fishing boats' lights and distant city glow on the horizon (night)", + "Clustered headlamps like constellations along a coastal shelf", + "Reflections of boat lights shimmering on cliff-face tide pools", + "A lighthouse in the far-off distance punctuating the skyline", + "Small bonfires on safe ledges for coastal fishers" + ], + "actions": [ + "Boat lights bobbing and moving slowly offshore", + "Fishermen casting nets with lanterns creating warm pools", + "Distant urban glow shifting with traffic and weather", + "Occasional flare of a safety light on the cliff path" + ], + "camera": "Stabilized low-light wide with careful highlight control and selective crop-ins", + "accents": [ + "warm localized light pools contrasted with cool ambient night", + "soft star-bloom from lamps on humid nights" + ], + "mood": "nocturnal industry and patience", + "lighting": "low warm artificial points against cool night background", + "style": "nocturnal coastal documentary" + }, + { + "subGenre": "Cliffs", + "scene": "Volcanic cliff face of cooled lava columns with fumaroles and steam vents (day)", + "sceneVariants": [ + "Volcanic cliff face of cooled lava columns with fumaroles and steam vents (day)", + "Black geometric columnar joints contrasting with sparse scrub", + "Steam plumes rising from low fumaroles near the base", + "Lava flow scars tracing older cliff surfaces", + "A geothermal researcher sampling warm seep water" + ], + "actions": [ + "Hot steam distorting the air with shimmering ripples", + "Occasional coughing minor fumarole bursts", + "Researchers in protective gear taking measurements", + "Lonely plants colonizing cracks in fresh rock" + ], + "camera": "Documentary-grade wide with stabilized macro inserts on vents and mineral deposits", + "accents": [ + "subtle warm glow around steam vents", + "high contrast to emphasize black column edges" + ], + "mood": "raw primeval force", + "lighting": "clear daylight with heat-haze artifacts", + "style": "geological process cinematography" + }, + { + "subGenre": "Cliffs", + "scene": "Cliff-top wildfire glow where distant flames tint the night sky (night)", + "sceneVariants": [ + "Cliff-top wildfire glow where distant flames tint the night sky (night)", + "Orange horizon line bleeding into smoky low cloud", + "Silhouetted trees along the rim with ember-lit haze", + "Fire-retardant lines and containment crews visible as small lights", + "Aerial ember storms drifting beyond the cliff lip" + ], + "actions": [ + "Orange ambient glow pulsing with changing fire intensity", + "Ember fallout drifting across the foreground", + "Firefighting helicopters dipping for water near cliff bays", + "Distant human activity coordinating containment lines" + ], + "camera": "High-dynamic-range night coverage with stabilized aerial passes and fire-crew cutaways", + "accents": [ + "intense warm fire glow contrasted with cool night zones", + "floating ember particle highlights for dramatic texture" + ], + "mood": "urgent drama and human response", + "lighting": "dominant warm firelight against dark night", + "style": "crisis documentary cinematography" + }, + { + "subGenre": "Cliffs", + "scene": "Cliff shelf with a narrow coastal garden of succulents and resilient plants (day)", + "sceneVariants": [ + "Cliff shelf with a narrow coastal garden of succulents and resilient plants (day)", + "Patchwork of hardy flora clinging to cracks and ledges", + "Small pollinator webs adapted to salty wind", + "Tiny freshwater seeps sustaining verdant pockets", + "Close-up mosaic of root mats and pebble pockets" + ], + "actions": [ + "Bees and small beetles visiting hardy flowers", + "Salt spray periodically dampening leaf surfaces", + "Tiny lizards dashing between shaded crevices", + "A botanist carefully cataloging rare cliff endemics" + ], + "camera": "Macro-forward lateral glide capturing micro-habitats within cliff ecology", + "accents": [ + "tight micro-detail with high texture fidelity", + "soft warm fill to keep leaf structure visible" + ], + "mood": "resilient delicacy", + "lighting": "clear daylight with careful fill on shaded niches", + "style": "botanical micro-cinematography" + }, + { + "subGenre": "Cliffs", + "scene": "Fog-cleared morning where a hidden sea arch reveals its full span (day)", + "sceneVariants": [ + "Fog-cleared morning where a hidden sea arch reveals its full span (day)", + "A dramatic natural bridge connecting two cliff outcrops", + "Reflected sky visible through arch in shallow pool", + "Kelp forests visible beneath a newly opened vista", + "Seals sunning near a sheltered inlet under the arch" + ], + "actions": [ + "Wave action carving new lines at the arch base", + "Seabirds nesting in protected overhangs", + "Kayakers slipping through the arch in small boats", + "Sunlight sweeping through the arch and painting the interior" + ], + "camera": "Reveal shot: slow crane from fog-shrouded foreground up and through the arch", + "accents": [ + "moisture-laden speculars on interior rock", + "crisp aerial clarity beyond the arch opening" + ], + "mood": "revelatory calm", + "lighting": "soft morning light following fog clearance", + "style": "reveal-focused landscape cinematography" + }, + { + "subGenre": "Cliffs", + "scene": "Eroding cliff face with recent rockfall and temporary exclusion fencing (day)", + "sceneVariants": [ + "Eroding cliff face with recent rockfall and temporary exclusion fencing (day)", + "Fresh scars and rubble at the foot of a tall bluff", + "Survey markers and geo-netting applied to unstable sections", + "Engineers assessing stability from safe distances", + "Safety signage and rope barriers along the path" + ], + "actions": [ + "Engineers taking measurements and photographing hazard points", + "Small remedial works being installed to catch falling debris", + "Birds cautiously returning to newly exposed ledges", + "Loose scree continuing to trickle slowly from an overhang" + ], + "camera": "Cautious documentary framing with safety-mandated distances and long lenses", + "accents": [ + "clinical high-clarity lighting for documentation", + "muted earthy grading to emphasize raw material" + ], + "mood": "tense prudence", + "lighting": "even daylight for clear inspection", + "style": "technical environmental reportage" + }, + { + "subGenre": "Cliffs", + "scene": "Crescent cliff amphitheatre facing a calm sea at dawn with pastel sky (day)", + "sceneVariants": [ + "Crescent cliff amphitheatre facing a calm sea at dawn with pastel sky (day)", + "Soft pastel gradients reflecting in glass-like water", + "Early fishermen untangling nets on the shore below", + "A quiet beach hidden within a curved cliff bowl", + "Faint vapor trails from a distant fishing vessel" + ], + "actions": [ + "Gentle lap of water in a sheltered cove", + "Fishermen preparing small boats at low tide", + "Dawn birds calling faintly from cliff ledges", + "Light fog lifting as the sun warms the air" + ], + "camera": "Slow panoramic sweep with delicate color grading favoring pastels", + "accents": [ + "soft reflective sheen on calm water", + "subtle rim light on dew and wet sand" + ], + "mood": "quiet awakening", + "lighting": "soft dawn pastels", + "style": "poetic low-key coastline cinematography" + }, + { + "subGenre": "Cliffs", + "scene": "Cliff quarry with stacked benches and industrial machinery in retirement (day)", + "sceneVariants": [ + "Cliff quarry with stacked benches and industrial machinery in retirement (day)", + "Exposed bedrock with geometric bench lines", + "Rusting conveyor frames and idle cranes at the lip", + "Colonies of pioneer plants recolonizing excavated terraces", + "A small pool filling the lowest bench reflecting the sky" + ], + "actions": [ + "Wind moving dust across stepped quarry faces", + "Plants slowly taking hold in reclaimed pockets", + "A safety inspection team documenting progressive remediation", + "Aerial birds avoiding active machinery during rare operations" + ], + "camera": "Industrial documentary framing with wide context and focused detail inserts", + "accents": [ + "hard-edged textural detail emphasizing cut rock faces", + "muted industrial toning with slight desaturation" + ], + "mood": "industrial melancholy", + "lighting": "clear daylight suitable for technical observation", + "style": "industrial reclamation cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/nature_coral_reefs.json b/src/data/nature_coral_reefs.json new file mode 100644 index 0000000..46cc6e6 --- /dev/null +++ b/src/data/nature_coral_reefs.json @@ -0,0 +1,579 @@ +{ + "nature": [ + { + "subGenre": "Coral Reefs", + "scene": "Shallow reef garden with sunlight filtering through turquoise water", + "sceneVariants": [ + "Shallow reef garden with sunlight filtering through turquoise water", + "Sunlit patch reefs with waving soft corals", + "A hidden lagoon framed by live coral bommies", + "Shallow reef slope dotted with colorful anemones", + "A reef crest breaking gentle surface ripples" + ], + "actions": [ + "Parrotfish grazing on coral, sand kicking up in slow motion", + "Tiny cleaner shrimp performing a synchronized cleaning ritual", + "Surfers of light: sunbeams moving across waving corals", + "A diver hovering, camera light revealing micro-life" + ], + "camera": "Wide-angle handheld swimthrough with slow lateral crane to reveal layered reef structure", + "accents": [ + "crystalline caustic light patterns on sand and coral", + "ultra-fine micro-detail on coral polyps and fish scales" + ], + "mood": "vibrant wonder", + "lighting": "clear warm midday sun shafts through shallow water", + "style": "natural-history cinematography with hyperreal color fidelity" + }, + { + "subGenre": "Coral Reefs", + "scene": "Dense coral thicket populated by darting reef fish and anemones", + "sceneVariants": [ + "Dense coral thicket populated by darting reef fish and anemones", + "A maze of finger corals with small caves and overhangs", + "Mixed hard and soft coral garden thriving on a shallow shelf", + "Tangle of branching corals alive with juvenile fish", + "Coral outcrop swarming with angelfish and wrasse" + ], + "actions": [ + "A trumpetfish stalking along coral branches", + "School of chromis flashing as a predator passes", + "Curtain of small fish parting for a cruising turtle", + "Shrimp and gobies exchanging glances in crevices" + ], + "camera": "Medium dolly with intermittent macro push-ins on fish interactions", + "accents": [ + "specular highlights on wet fish eyes", + "high contrast edge-lighting to separate foreground polyps" + ], + "mood": "busy micro-ecosystem energy", + "lighting": "soft diffuse sunlight with shimmering caustics", + "style": "documentary micro-cinematography emphasizing behavior" + }, + { + "subGenre": "Coral Reefs", + "scene": "Reef wall plunging into deep blue, vertical drop-off with solitary gorgonians", + "sceneVariants": [ + "Reef wall plunging into deep blue, vertical drop-off with solitary gorgonians", + "Sheer coral cliff covered in sponge gardens and tube corals", + "A dramatic wall with pelagic fish cruising past", + "Vertical expanse where light fades into cobalt depths", + "Cliff face colonized by bright encrusting corals" + ], + "actions": [ + "A manta ray gliding parallel to the wall", + "Stream of schooling jacks sweeping past", + "Small predators weaving in and out of crevices", + "Particles drifting downward in slow motion" + ], + "camera": "Slow descending dolly with a wide lens to emphasize scale", + "accents": [ + "rim-lit gorgonian silhouettes against the blue", + "flecks of suspended plankton catching faint light" + ], + "mood": "awe and solemn grandeur", + "lighting": "diminishing cool blue gradient with focused rim-light", + "style": "epic undersea portraiture" + }, + { + "subGenre": "Coral Reefs", + "scene": "Night reef alive with bioluminescent plankton and sleeping fish", + "sceneVariants": [ + "Night reef alive with bioluminescent plankton and sleeping fish", + "Moonlit coral flats with glowing trails of plankton", + "Soft coral polyps extended under starlit water", + "A diver's beam revealing luminous micro-organisms", + "Patches of fluorescence across the reef in ultraviolet glow" + ], + "actions": [ + "Divers' fingers stirring plankton into ephemeral light trails", + "Nocturnal predators moving silently between coral columns", + "Bioluminescent clouds pulsing and dispersing", + "Octopus stealthily rearranging shells under blue LEDs" + ], + "camera": "Low-light handheld with careful slow push-ins and occasional whip-pans", + "accents": [ + "electric cyan bioluminescent streaks", + "soft halo around diver lights to heighten mood" + ], + "mood": "mysterious nocturnal wonder", + "lighting": "cool moonlit tones with bioluminescent highlights", + "style": "moody noir underwater with neon accents" + }, + { + "subGenre": "Coral Reefs", + "scene": "Coral bommie at sunrise with schools forming tight spirals", + "sceneVariants": [ + "Coral bommie at sunrise with schools forming tight spirals", + "Early morning reef with pastel light and long shadows", + "Glistening surface reflections at first light above the reef", + "Sunrise silhouette of a turtle cresting the bommie", + "Warm golden rim on coral edges as sun rises" + ], + "actions": [ + "Fish schooling into spirals to confuse predators", + "Small rays of sunlight waking sessile invertebrates", + "A fisherman’s boat silhouette passing quietly above", + "A duo of butterflyfish inspecting coral heads" + ], + "camera": "Slow tracking crane from surface down to reef crest", + "accents": [ + "golden rim-light along coral ridges", + "soft warm color grading to emphasize dawn" + ], + "mood": "tranquil renewal", + "lighting": "gentle warm sunrise spilling into shallow water", + "style": "poetic natural-light cinematography" + }, + { + "subGenre": "Coral Reefs", + "scene": "Storm-pressed reef in low light with surging waves overhead", + "sceneVariants": [ + "Storm-pressed reef in low light with surging waves overhead", + "Churned waters bringing suspended sand and muted colors", + "Cloudy day reef where currents animate soft corals", + "Dramatic swell patterns casting wavering shadows", + "A battered reef edge under heavy overcast" + ], + "actions": [ + "Surging currents bending soft corals rhythmically", + "Sediment clouds rolling over the reef", + "Large fish using the turbulence to hunt", + "Floating debris drifting past like slow-motion confetti" + ], + "camera": "Stabilized wide shot with slow lateral tracking to show motion", + "accents": [ + "deep muted palette with occasional bright color pops", + "textured surface reflections breaking light into ribbons" + ], + "mood": "tense resilience", + "lighting": "diffuse storm light with cool gray-blue cast", + "style": "gritty realist natural cinematography" + }, + { + "subGenre": "Coral Reefs", + "scene": "Coral garden at dusk with long purple shadows and nocturnal stirrings", + "sceneVariants": [ + "Coral garden at dusk with long purple shadows and nocturnal stirrings", + "Twilight reef where crepuscular fish become active", + "Deepening violet water with silhouettes of grazing fish", + "Dusk-lit reef with glowing fluorescence peeking out", + "Soft transition from day to night across coral flats" + ], + "actions": [ + "Cardinalfish emerging from crevices to feed", + "Crabs skittering across coral plates", + "Anemones retracting as light fades", + "A lionfish making a slow predatory approach" + ], + "camera": "Slow crossfade timelapse from day to night with subtle handheld moves", + "accents": [ + "magenta-violet gradient mixing with residual warm light", + "soft bloom around fluorescent corals" + ], + "mood": "gentle transition and expectancy", + "lighting": "cooling dusk tones with emerging fluorescence", + "style": "lyrical twilight cinematography" + }, + { + "subGenre": "Coral Reefs", + "scene": "Seagrass fringe meeting coral plateau, an interface of habitats", + "sceneVariants": [ + "Seagrass fringe meeting coral plateau, an interface of habitats", + "Shallow meadow grading into patch reefs", + "Tangled boundary where turtle foraging occurs", + "Edge habitat with mixed fauna and flora", + "Transition zone with channels and lazy eddies" + ], + "actions": [ + "Green turtle grazing and leaving gentle sand trails", + "Juvenile fish darting between grass blades and coral", + "Stingray buried with only eyes and tail visible", + "Small predators slaloming along the edge" + ], + "camera": "Low-angle lateral glide along the habitat boundary", + "accents": [ + "soft backlight catching seagrass blades", + "crisp foreground texture on seagrass and coral lip" + ], + "mood": "quiet sustenance", + "lighting": "shallow-water clarity with warm side-light", + "style": "observational natural mosaic" + }, + { + "subGenre": "Coral Reefs", + "scene": "Bleached patch showing coral mortality and algal takeover (day)", + "sceneVariants": [ + "Bleached patch showing coral mortality and algal takeover (day)", + "Pale skeletal coral structures contrasted by sparse life", + "A morose reef with algae tufts in slow motion", + "Sunlit bleached plateau with a lone surviving coral", + "A scientific transect shot over damaged reef" + ], + "actions": [ + "A diver taking notes and tagging stressed colonies", + "Survivor fish eking out shelter among bleached branches", + "Algae slowly waving in weak currents", + "Macro close-up of coral tissue loss" + ], + "camera": "Methodical steady cam transect, slow lateral reveals", + "accents": [ + "high-clarity clinical lighting for documentation", + "muted desaturated palette with isolated color accents" + ], + "mood": "somber reportage", + "lighting": "hard daylight for clinical observation", + "style": "scientific documentary realism" + }, + { + "subGenre": "Coral Reefs", + "scene": "Night dive at a reef pinnacle revealing fluorescent corals", + "sceneVariants": [ + "Night dive at a reef pinnacle revealing fluorescent corals", + "UV-lit corals glowing like stained glass", + "Diver's torch creating windows of saturated color", + "A field of anemones shining under blue LEDs", + "Glimmering fluorescence along the reef edge" + ], + "actions": [ + "Diver carefully sweeping UV light over corals", + "Fish reflecting fluorescent pigments as they move", + "Sessile creatures pulsing under blue illumination", + "Tiny crustaceans crawling like jeweled beads" + ], + "camera": "Tight hand-held macro with measured push-ins on fluorescent pockets", + "accents": [ + "neon cyan and hot magenta fluorescence", + "soft vignette to concentrate attention on glowing patches" + ], + "mood": "surreal nocturnal enchantment", + "lighting": "blackwater night with artificial blue/UV accents", + "style": "fantastical fluorescence cinematography" + }, + { + "subGenre": "Coral Reefs", + "scene": "A coral reef recovery site with restoration structures and transplanted fragments", + "sceneVariants": [ + "A coral reef recovery site with restoration structures and transplanted fragments", + "Rows of coral frames with new growth", + "Divers planting nursery fragments in a protected patch", + "Young corals stitched onto rubble by conservationists", + "A before-and-after composite across the site" + ], + "actions": [ + "Technicians gently securing coral fragments to frames", + "Juvenile corals opening their polyps in tandem", + "Tropical fish exploring the newly created habitat", + "Time-lapse growth showing early acclimation" + ], + "camera": "Documentary-style over-the-shoulder with close-ups of hands and frames", + "accents": [ + "clean clinical highlights to emphasize human intervention", + "micro-detail on tethered coral tissues" + ], + "mood": "hopeful diligence", + "lighting": "bright daylight to show clarity and color", + "style": "informative conservation documentary" + }, + { + "subGenre": "Coral Reefs", + "scene": "Tropical night with bioluminescent surface bloom above a nearby reef", + "sceneVariants": [ + "Tropical night with bioluminescent surface bloom above a nearby reef", + "Moonlit night where waves flash with plankton glow", + "Surface sparkles reflecting down onto shallow reef edges", + "Small boats leaving streaks of glowing wakes", + "Aerial view of luminous shorelines and reef outlines" + ], + "actions": [ + "Surface-splashing fish creating luminous arcs", + "Night snorkelers tracing light with their hands", + "Distant bioluminescent clouds pulsing in the current", + "Nocturnal predators patrolling the lit margins" + ], + "camera": "Slow airborne or surface-tracking shots to capture wide luminous patterns", + "accents": [ + "deep indigo water punctuated by electric cyan flecks", + "reflective highlights on rippled surfaces" + ], + "mood": "ethereal quiet", + "lighting": "dim moonlight punctuated by bioluminescent points", + "style": "poetic nocturnal seascape" + }, + { + "subGenre": "Coral Reefs", + "scene": "Tidepool margins where tiny corals and invertebrates meet the reef", + "sceneVariants": [ + "Tidepool margins where tiny corals and invertebrates meet the reef", + "Shallow micro-habitats on reef fringe exposed at low tide", + "Pools of trapped water reflecting tiny reef scenes", + "Barnacle-stippled rocky edges adjacent to coral outcrops", + "Delicate coral fry hiding in tidal nooks" + ], + "actions": [ + "Hermit crabs darting between small coral heads", + "Anemone tentacles wavering with each miniature current", + "Tiny fish grazing algae in close-up choreography", + "Water bubbling and refracting small light patterns" + ], + "camera": "Macro timelapse with extremely short depth-of-field and careful focus racks", + "accents": [ + "pinpoint specular highlights on wet surfaces", + "ultra-high macro detail on tiny textures" + ], + "mood": "intimate curiosity", + "lighting": "bright shallow reflections with crisp micro-shadows", + "style": "microscopic nature portraiture" + }, + { + "subGenre": "Coral Reefs", + "scene": "A bustling reef marketplace where humans harvest sustainably (day)", + "sceneVariants": [ + "A bustling reef marketplace where humans harvest sustainably (day)", + "Local fishers unloading small catches near reef flats", + "Shallow gathering of edible seaweeds and invertebrates", + "Traditional boats silhouetted over reef edges", + "Community restoration and harvest working side by side" + ], + "actions": [ + "Fisher families sorting catches and returning by skiff", + "Children watching schools of fish in shallow water", + "Elders teaching sustainable harvesting techniques", + "Community divers repairing simple nets and equipment" + ], + "camera": "Observational mid-shot with human-scale context, gentle push-ins on faces and hands", + "accents": [ + "warm human-skin tones contrasted with cyan-water palette", + "soft lens flares from sun reflections" + ], + "mood": "communal resilience", + "lighting": "warm late-morning light", + "style": "ethnographic natural storytelling" + }, + { + "subGenre": "Coral Reefs", + "scene": "A juvenile fish nursery in a sheltered patch reef, teeming with small life", + "sceneVariants": [ + "A juvenile fish nursery in a sheltered patch reef, teeming with small life", + "Nursery patch with dense branching corals and fine algal cover", + "Tiny fry darting among coral filaments", + "Shallow mosaic of young-rich habitat with predator shadows above", + "Gentle eddy pools containing concentrated juvenile populations" + ], + "actions": [ + "Schools of fry performing evasive schooling drills", + "Cleaner wrasse picking parasites off juveniles", + "Predatory shadows causing momentary dispersal", + "Micro-currents rolling detritus across the nursery floor" + ], + "camera": "Tight low-angle tracking to stay at juvenile eye level with frequent macro cuts", + "accents": [ + "soft pastel color grading to emphasize vulnerability", + "shallow focus bokeh to isolate small subjects" + ], + "mood": "tender anticipation", + "lighting": "gentle bright shallow light with soft fill", + "style": "empathetic close-up nature filmmaking" + }, + { + "subGenre": "Coral Reefs", + "scene": "A dramatic predator-prey scene around a coral bommie (day)", + "sceneVariants": [ + "A dramatic predator-prey scene around a coral bommie (day)", + "Lionfish ambush among coral spires", + "Surging hunt where reef sharks sweep the area", + "A sudden flash of silver as prey scatters", + "A strategic ambush behind coral overhangs" + ], + "actions": [ + "Predator striking in a single decisive movement", + "Prey schooling into tight defensive formations", + "Scattered sediment and small debris flying in slow motion", + "A lone scavenger taking advantage after the event" + ], + "camera": "High-frame-rate close-ups for slow-motion impact, intercut with wide establishing shots", + "accents": [ + "sharp speculars on fish scales during the strike", + "dynamic contrast to heighten sudden motion" + ], + "mood": "tense cinematic urgency", + "lighting": "crisp daylight to capture the action cleanly", + "style": "high-energy wildlife action cinematography" + }, + { + "subGenre": "Coral Reefs", + "scene": "Surface-to-reef perspective shot showing boats, surface glare and the reef below", + "sceneVariants": [ + "Surface-to-reef perspective shot showing boats, surface glare and the reef below", + "Split-shot with above/below water composition", + "Rippling refraction patterns bridging sky and reef", + "Aerial boat track revealing reef geometry", + "Wide panorama linking lagoon, reef and open sea" + ], + "actions": [ + "Boats idling while snorkelers enter the water", + "Surface reflections breaking into shimmering mosaics", + "Sea birds diving and skimming over the reef", + "Swells passing overhead forming transient shadows" + ], + "camera": "Split diopter or stereoscopic split-shot with slow lateral panning", + "accents": [ + "mirror-like surface highlights", + "crisp aerial-to-underwater continuity" + ], + "mood": "connected perspective", + "lighting": "bright midday with high contrast reflections", + "style": "cinematic panoramic travel footage" + }, + { + "subGenre": "Coral Reefs", + "scene": "An up-close coral spawning event at dusk, gametes drifting in ribbons", + "sceneVariants": [ + "An up-close coral spawning event at dusk, gametes drifting in ribbons", + "Mass synchronized spawning across a coral field", + "Slowly rising clouds of gametes glowing faintly in twilight", + "Delicate threads of reproductive material floating away", + "A soft-focus montage of polyps releasing contents" + ], + "actions": [ + "Simultaneous polyp extrusion across many colonies", + "Gamete ribbons slowly rising and dispersing", + "Small fish feasting on released material", + "Night currents tangling and stretching the spawn" + ], + "camera": "Ultra-slow macro with long takes and gentle focus pulls", + "accents": [ + "soft twilight bloom emphasizing floating ribbons", + "gentle particle halo to highlight delicate matter" + ], + "mood": "reverent generational cycle", + "lighting": "muted dusk with subtle warm undertones", + "style": "intimate life-cycle cinematography" + }, + { + "subGenre": "Coral Reefs", + "scene": "A remote atoll reef ring seen from above with translucent lagoon", + "sceneVariants": [ + "A remote atoll reef ring seen from above with translucent lagoon", + "Aerial spiral reef geometry with shifting sandbanks", + "Secluded lagoon with living coral mosaics", + "Bird’s-eye view of reef outcrops and channels", + "Aerial dawn light revealing reef contours" + ], + "actions": [ + "Gentle currents moving through channels", + "Schools of fish forming visible patterns from above", + "Small boats threading narrow passes", + "Waves coaxing foam around the atoll rim" + ], + "camera": "Cinematic drone or helicopter sweeping with slow reveal", + "accents": [ + "high-definition aerial clarity with saturated aquamarines", + "soft atmospheric haze on the horizon" + ], + "mood": "remote serenity", + "lighting": "soft golden aerial light at sunrise", + "style": "grand travel-aerial cinematography" + }, + { + "subGenre": "Coral Reefs", + "scene": "Biodiversity hotspot: moray eels, groupers and colorful wrasse in close proximity", + "sceneVariants": [ + "Biodiversity hotspot: moray eels, groupers and colorful wrasse in close proximity", + "Complex reef patch with many ecological niches", + "Tight-knit communities of competing species", + "A locale abundant with visual diversity and motion", + "Plateaus dotted with species-rich microhabitats" + ], + "actions": [ + "Moray eel peering from a crevice as wrasse flit by", + "Groupers hovering like sentries over a coral shelf", + "Cleaner fish approaching larger clients in ritualized service", + "Small skirmishes between territorial species" + ], + "camera": "Multi-angle coverage mixing wide and macro, quick subtle cuts to emphasize diversity", + "accents": [ + "punchy color grading to differentiate species", + "selective shallow DOF to highlight interactions" + ], + "mood": "energetic abundance", + "lighting": "bright varied daylight with crisp shadows", + "style": "immersive biodiversity showcase" + }, + { + "subGenre": "Coral Reefs", + "scene": "A tranquil coral canyon, a narrow channel carved between reef ridges", + "sceneVariants": [ + "A tranquil coral canyon, a narrow channel carved between reef ridges", + "Long narrow swimthrough lined with plate corals", + "A quiet channel where light stripes traverse the bottom", + "A slow-motion drift diving down a sheltered gorge", + "Patchy coral shelves framing a sandy ribbon" + ], + "actions": [ + "Slow cruising of a hawksbill turtle through the channel", + "Tiny crabs skittering along coral lips", + "Ray of sunlight sliding along the canyon floor", + "Schooling fish using the channel as a travel corridor" + ], + "camera": "Fluid lateral dolly following the current with gentle parallax", + "accents": [ + "cinematic light streaks cutting across the channel", + "high micro-detail on canyon-worn coral edges" + ], + "mood": "meditative flow", + "lighting": "directional shafts with soft fill in the shadows", + "style": "meditative slow-cinema underwater" + }, + { + "subGenre": "Coral Reefs", + "scene": "A midday predator patrol with reef sharks cruising the outer shelf", + "sceneVariants": [ + "A midday predator patrol with reef sharks cruising the outer shelf", + "Sharks gliding along the reef edge with minimal disturbance", + "Sinuous predator silhouettes passing slow clouds of fish", + "Outer shelf drama where pelagics meet reef dwellers", + "Calm authoritative patrol above the reef lip" + ], + "actions": [ + "Sharks cruising in deliberate formations", + "Schooling fish darting away in practiced choreography", + "Manta glides occasionally crossing the frame", + "Surface boats casting shadows that ripple below" + ], + "camera": "Steady wide tracking with occasional high-framerate slowmos for presence", + "accents": [ + "deep cobalt-to-azure gradient accentuating silhouettes", + "glinting speculars off wet dorsal fins" + ], + "mood": "calm power", + "lighting": "bright sharp surface light with deep blue background", + "style": "majestic top-tier wildlife cinematography" + }, + { + "subGenre": "Coral Reefs", + "scene": "A reef under a blood-orange sunset with silhouettes and warm reflections", + "sceneVariants": [ + "A reef under a blood-orange sunset with silhouettes and warm reflections", + "Sunset reef with high-contrast silhouettes and fiery sky", + "Warm amber light pooling on shallow coral plates", + "Silhouetted fishermen and boats above a glowing reef", + "Long shadows and exaggerated textures as the sun dips" + ], + "actions": [ + "Final waves washing over the reef crest with soft hiss", + "Fish schooling into sheltered pockets for the night", + "Human figures packing up as light fades", + "Surface reflections converting sky color into water color" + ], + "camera": "Slow crane with silhouette emphasis and portrait crop pullouts", + "accents": [ + "intense warm color grading to saturate sunset hues", + "rim-lit silhouettes for dramatic contrast" + ], + "mood": "melancholic beauty", + "lighting": "vivid sunset warmth with long angled shadows", + "style": "cinematic golden-hour drama" + } + ] +} \ No newline at end of file diff --git a/src/data/nature_deserts.json b/src/data/nature_deserts.json new file mode 100644 index 0000000..39b1d07 --- /dev/null +++ b/src/data/nature_deserts.json @@ -0,0 +1,454 @@ +{ + "nature": [ + { + "subGenre": "Deserts", + "scene": "Golden dune sea at sunrise", + "sceneVariants": [ + "Golden dune sea at sunrise", + "Wind-swept crest lines glowing orange", + "Long shadow valleys between dunes", + "A solitary camel silhouette on a ridge", + "Footprints trailing toward a distant rim" + ], + "actions": [ + "Sunrise light spilling across rippled sand", + "Sand particles drifting in thin gusts", + "A camel caravan slowly crossing a ridge", + "A lone walker pausing to take in the vista" + ], + "camera": "Slow lateral dolly across a dune crest with gentle crane down to footprints", + "accents": [ + "warm rim-light on sand grains", + "subtle airborne sand micro-bokeh catching highlights" + ], + "mood": "quiet grandeur", + "lighting": "soft golden-hour with long low shadows", + "style": "cinematic wide aspect, high clarity texture" + }, + { + "subGenre": "Deserts", + "scene": "Salt flat expanse with mirage heat shimmering", + "sceneVariants": [ + "Salt flat expanse with mirage heat shimmering", + "Glass-like reflective crust under a hazy sky", + "Distant mountains blurred by heat haze", + "A lone abandoned vehicle half-buried in salt", + "Thin crust cracking into geometric tiles" + ], + "actions": [ + "Heat shimmer warping distant shapes", + "Crust cracking and flaking under shifting light", + "A solitary bird landing briefly then taking off", + "Lens-rolled reflections across wet patches" + ], + "camera": "Low-angle slider tracking over cracked salt tiles toward horizon", + "accents": [ + "high specular highlights on salt surfaces", + "soft desaturation on background to emphasize foreground texture" + ], + "mood": "otherworldly stillness", + "lighting": "harsh midday with shimmering haze", + "style": "minimalist high-contrast landscape" + }, + { + "subGenre": "Deserts", + "scene": "Rocky canyon desert with layered strata", + "sceneVariants": [ + "Rocky canyon desert with layered strata", + "Narrow slot canyon carved by ancient floods", + "Sunlight slashing into deep red gullies", + "Bouldered slopes strewn with scrub", + "A rope bridge spanning a small chasm" + ], + "actions": [ + "Light beams scanning canyon walls", + "Dust swirling from a passing desert fox", + "Small stones skittering into the drainage", + "A hiker gingerly negotiating a narrow ledge" + ], + "camera": "Handheld gimbal weaving through a slot canyon with occasional tilt-ups", + "accents": [ + "textured rock micro-contrast emphasized", + "warm subsurface scattering on thin rock edges" + ], + "mood": "rugged exploration", + "lighting": "contrasty midday pockets with dramatic side light", + "style": "adventure documentary realism" + }, + { + "subGenre": "Deserts", + "scene": "Oasis palm grove shimmering at midday", + "sceneVariants": [ + "Oasis palm grove shimmering at midday", + "A small pond reflecting sky and palms", + "Date palms bending over a shaded pool", + "A handful of tents pitched near water", + "Bright green life concentrated in an arid bowl" + ], + "actions": [ + "Water ripple from a drinking animal", + "Palm fronds whispering in a light breeze", + "People gathering water at the edge", + "Sun glinting off wet leaves" + ], + "camera": "Slow push-in from surrounding desert into the cool oasis with wide-to-mid transitions", + "accents": [ + "mirror-reflection doubling greens", + "sparkling speculars on water droplets" + ], + "mood": "refreshing relief", + "lighting": "bright hard light outside, cool diffuse inside grove", + "style": "vivid naturalism, medium wide" + }, + { + "subGenre": "Deserts", + "scene": "Starry desert night with Milky Way", + "sceneVariants": [ + "Starry desert night with Milky Way", + "Silhouetted cacti under a ribbon of stars", + "Campfire ringed by tents and sleeping bags", + "Distant meteor streaks across dark sky", + "Moonlit dunes with subtle silver highlights" + ], + "actions": [ + "Long-exposure star movement revealing arcs", + "A campfire ember drifting upward", + "A coyote calling in the distant dark", + "A tent flap rustling in a light night wind" + ], + "camera": "Wide-angle timelapse rising from foreground to reveal starfield", + "accents": [ + "pinpoint star highlights with gentle glow", + "low warm local light painting foreground silhouettes" + ], + "mood": "cosmic solitude", + "lighting": "cold starlight with warm camp accents", + "style": "nocturnal cinematic timelapse" + }, + { + "subGenre": "Deserts", + "scene": "Dust storm approaching across a flat plain", + "sceneVariants": [ + "Dust storm approaching across a flat plain", + "A rolling wall of sand blotting the sun", + "Animals hunkering down behind small dunes", + "Structures half-obscured in a brown haze", + "A solitary road swallowed by the dust front" + ], + "actions": [ + "Wind gusts picking up loose sand", + "Visibility dropping to silhouettes", + "Sand drifts piling against obstacles", + "A vehicle struggling through reduced visibility" + ], + "camera": "Wide gimbal pullback revealing the advancing dust wall with increasing wind FX", + "accents": [ + "golden particulate rim-lighting", + "soft desaturated background to amplify storm mass" + ], + "mood": "tense urgency", + "lighting": "diffuse amber with slashed highlights", + "style": "gritty natural documentary" + }, + { + "subGenre": "Deserts", + "scene": "Red sandstone arches glowing at sunset", + "sceneVariants": [ + "Red sandstone arches glowing at sunset", + "Natural windows framing golden sky", + "Sculpted fin formations casting long shadows", + "Trail winding beneath colossal arches", + "Small pools collecting warm-hued runoff" + ], + "actions": [ + "Light sliding across sculpted rock faces", + "A climber silhouetted atop an arch", + "Wind-borne sand racing through narrow gaps", + "Camera passing through a natural window onto the horizon" + ], + "camera": "Slow crane through an arch opening to a wide sunset reveal", + "accents": [ + "rich warm color push on reds and oranges", + "soft lens flare through arch openings" + ], + "mood": "epic warmth", + "lighting": "rich golden-hour with saturated midtones", + "style": "painterly landscape cinematography" + }, + { + "subGenre": "Deserts", + "scene": "Moonlit desert with long cactus shadows", + "sceneVariants": [ + "Moonlit desert with long cactus shadows", + "Cool blue night under a high moon", + "Cactus silhouettes creating graphic foregrounds", + "A rover track cutting a route across sand", + "Faint bioluminescent lichens on shaded rock (stylized)" + ], + "actions": [ + "Moonlight elongating and compressing shadows", + "Nocturnal insects spiraling around a lamp", + "A rover or truck passing quietly", + "Subtle thermal shimmer from warm rock" + ], + "camera": "Low sled track with slow parallax across cactus silhouettes", + "accents": [ + "cold silver rim-light on spines", + "soft grain to emulate film night texture" + ], + "mood": "quiet mystery", + "lighting": "cool moonlit blue with high-contrast shadow", + "style": "nocturnal minimalist cinematic" + }, + { + "subGenre": "Deserts", + "scene": "Dunes carved into razor ridges after wind storms", + "sceneVariants": [ + "Dunes carved into razor ridges after wind storms", + "Intricate sand ripples up close", + "Wind-swept sculptural shapes at high noon", + "Animals’ subtle traces across the ridgeline", + "A mirage shimmer hinting at water" + ], + "actions": [ + "Wind carving and reshaping dune crests", + "Tiny insects crossing rippled surfaces", + "A sand viper slipping into a shallow trough", + "Sunlight creating crisp textured shadows" + ], + "camera": "Macro-to-wide dolly moving along a crest to reveal pattern repetition", + "accents": [ + "microscopic sand grain highlights for texture", + "extreme low-angle shadow definition to show ridges" + ], + "mood": "sculptural abstraction", + "lighting": "hard crisp daylight emphasizing texture", + "style": "textured natural study, ultra-detailed" + }, + { + "subGenre": "Deserts", + "scene": "Ancient petroglyph valley under hot sky", + "sceneVariants": [ + "Ancient petroglyph valley under hot sky", + "Weathered panels etched with human marks", + "Shadowed alcoves preserving old art", + "Sparse scrub and sun-bleached stone", + "A small archaeological tent nearby" + ], + "actions": [ + "Sun scanning carved figures revealing depth", + "Archaeologists brushing away dust", + "A gust briefly uncovering a hidden mark", + "Camera slowly revealing the scale of the site" + ], + "camera": "Slow push-in with macro insert on carving detail then wide reveal", + "accents": [ + "warm diffuse fill to bring out engraving depth", + "soft shadow lift to preserve texture" + ], + "mood": "ancient mystery", + "lighting": "harsh daylight softened slightly for legibility", + "style": "documentary realism with archival tone" + }, + { + "subGenre": "Deserts", + "scene": "After-rain ephemeral desert pools and green shoots", + "sceneVariants": [ + "After-rain ephemeral desert pools and green shoots", + "Pale pools reflecting storm-cleared sky", + "Vivid green bursts along drainage lines", + "A fleeting carpet of tiny wildflowers", + "Migratory birds stopping briefly to drink" + ], + "actions": [ + "Ripples across temporary pools", + "Insects hatching and hovering above water", + "A herd of gazelle skirting the green corridor", + "Sun breaking through leaving sparkling droplets" + ], + "camera": "Low slider along pool edge with macro inserts on flowers and insects", + "accents": [ + "vibrant saturation boost on greens", + "sparkling micro-speculars on water droplets" + ], + "mood": "brief exuberance", + "lighting": "fresh post-storm soft light with bright highlights", + "style": "intimate nature documentary" + }, + { + "subGenre": "Deserts", + "scene": "Fossil-strewn badlands with eroded bones and swales", + "sceneVariants": [ + "Fossil-strewn badlands with eroded bones and swales", + "Layered earth exposed in bands of color", + "Weathered vertebrae half-buried in clay", + "Dry gullies winding through a bone-strewn plain", + "Wind-polished buttes rising in the distance" + ], + "actions": [ + "Bones uncovered by shifting dust", + "Peregrine or scavenger gliding overhead", + "Cracks widening as the sun bakes the ground", + "Archaeological tools gently uncovering relics" + ], + "camera": "Low steadycam with shallow DOF over fossil fragments to wide context", + "accents": [ + "warm ochre color grading emphasizing strata", + "subtle film grain to suggest age" + ], + "mood": "melancholic antiquity", + "lighting": "harsh midday with warm tonal emphasis", + "style": "archaeological documentary realism" + }, + { + "subGenre": "Deserts", + "scene": "Mirage ruins of a lost settlement on a heat shimmer horizon", + "sceneVariants": [ + "Mirage ruins of a lost settlement on a heat shimmer horizon", + "Half-visible domes and broken walls in wavering air", + "Scattered pottery shards catching light", + "A single palm marking a former well", + "Wind-etched signage half-buried in sand" + ], + "actions": [ + "Mirage flickering with changing light angle", + "Sand drifting through ruined doorways", + "A scavenger searching among debris", + "Sunlight catching glazed pottery fragments" + ], + "camera": "Dolly slowly approaching ruins as mirage intensifies then fades", + "accents": [ + "soft spectral fringing to emphasize heat distortion", + "golden speculars on glazed artifacts" + ], + "mood": "haunting reverie", + "lighting": "hot midday shimmer with strong horizon haze", + "style": "surreal naturalism" + }, + { + "subGenre": "Deserts", + "scene": "Desert road stretching into a shimmering afternoon", + "sceneVariants": [ + "Desert road stretching into a shimmering afternoon", + "Utility poles receding into heat haze", + "Tire tracks leading toward a far-off skyline", + "A lone sign flapping on a rusted post", + "Scattered tumbleweed caught against a fence" + ], + "actions": [ + "Heat waves bending the horizon", + "A distant vehicle kicking up dust", + "Wind-driven tumbleweed tumbling across lanes", + "Road mirage reflecting a phantom sky" + ], + "camera": "Wide longitudinal tracking shot from low angle along the road centerline", + "accents": [ + "specular shimmer along asphalt", + "soft highlight bloom to simulate heat haze" + ], + "mood": "endless journey", + "lighting": "hot, high-contrast afternoon light", + "style": "road-trip cinematic" + }, + { + "subGenre": "Deserts", + "scene": "Sunset over a mesa rim with layered silhouettes", + "sceneVariants": [ + "Sunset over a mesa rim with layered silhouettes", + "Deep purple valley with warm rim-lit rock faces", + "Silhouetted scrub against a molten sky", + "Smoke from a distant camp curling into dusk", + "Birds returning to roost along an escarpment" + ], + "actions": [ + "Color shifting rapidly across strata", + "Silhouettes sharpening as light drops", + "A far-off fire sending up a slow plume", + "Crisp wind moving through sparse vegetation" + ], + "camera": "Slow crane lateral with gradual exposure pull to retain highlight detail", + "accents": [ + "saturated gradient sky color treatment", + "soft vignette to focus on rim silhouette" + ], + "mood": "quiet finale", + "lighting": "rich sunset with high color contrast", + "style": "dramatic landscape cinematography" + }, + { + "subGenre": "Deserts", + "scene": "Alkali sink edge with rare salt-tolerant flora", + "sceneVariants": [ + "Alkali sink edge with rare salt-tolerant flora", + "Patches of scrub and tough grasses clinging to saline soil", + "White crust fringes where water evaporates", + "Tiny resilient flowers bright against pale ground", + "A shallow brine reflecting scattered clouds" + ], + "actions": [ + "Tiny flowers opening to brief pollinators", + "Water shimmering near the sink margin", + "Salt crystals catching and scattering light", + "Small mammals foraging between clumps" + ], + "camera": "Macro slider emphasizing micro-ecosystem with periodic pull back", + "accents": [ + "ultra-fine specular on salt crust", + "vibrant micro-contrast on plant tissues" + ], + "mood": "fragile resilience", + "lighting": "soft directional light with bright micro-highlights", + "style": "macro ecology documentary" + }, + { + "subGenre": "Deserts", + "scene": "Desert plateau at dawn with low cloud inversion", + "sceneVariants": [ + "Desert plateau at dawn with low cloud inversion", + "Patches of cloud filling low basins like a sea", + "Ridge tops poking above soft white mist", + "Silhouetted riders cresting a low pass", + "First light kissing the cloud tops" + ], + "actions": [ + "Cloud inversion slowly thinning as sun warms the air", + "A rider silhouette crossing a crest", + "Birds spiraling up from the inversion layer", + "Camera lifting to reveal the full expanse" + ], + "camera": "Slow rising drone from ridge to reveal inversion then pan across plateau", + "accents": [ + "soft volumetric glow on cloud tops", + "warm edge light on foreground rocks" + ], + "mood": "elevated calm", + "lighting": "cool pre-dawn with warm incoming sun edges", + "style": "epic cinematic aerial" + }, + { + "subGenre": "Deserts", + "scene": "Nocturnal desert with phosphorescent lichen in stylized moonlight", + "sceneVariants": [ + "Nocturnal desert with phosphorescent lichen in stylized moonlight", + "Subtle glow patches on otherwise barren rock", + "Creeping luminescence along damp crevices (creative)", + "Ghostly green hints in shaded hollows", + "Far-off starfield with low ambient moon" + ], + "actions": [ + "Soft pulses of lichen glow reacting to movement", + "Night insects reflecting the faint glow", + "A human figure tracing a path with a lantern", + "Moon shadows playing on textured surfaces" + ], + "camera": "Slow stabilized glide with close macro inserts on glowing patches", + "accents": [ + "cool cyan bioluminescent highlights", + "soft low-key fill to keep glow legible" + ], + "mood": "mystical quiet", + "lighting": "low-key moonlight with selective bioluminescent accents", + "style": "stylized nocturnal naturalism" + } + ] +} \ No newline at end of file diff --git a/src/data/nature_forests.json b/src/data/nature_forests.json new file mode 100644 index 0000000..22c2148 --- /dev/null +++ b/src/data/nature_forests.json @@ -0,0 +1,554 @@ +{ + "nature": [ + { + "subGenre": "Forests", + "scene": "Ancient moss-covered grove at dawn", + "sceneVariants": [ + "Ancient moss-covered grove at dawn", + "Fog-laden oak cathedral with ferns", + "Sunlit clearing surrounded by gnarled trunks", + "Ivy-wrapped ruins swallowed by roots", + "Shallow stream winding through emerald moss" + ], + "actions": [ + "Sunbeams piercing the canopy", + "Mist drifting between tree trunks", + "A fox slipping along a fern-lined path", + "Fallen leaves spiraling in a gentle breeze" + ], + "camera": "Low-angle dolly through the moss, slow rack focus from foreground fungi to distant trunks", + "accents": [ + "bioluminescent fungi patches glowing softly", + "golden dust motes catching the light" + ], + "mood": "mystical", + "lighting": "soft golden-hour rim light with volumetric fog", + "style": "cinematic wide aspect, high dynamic range, painterly depth" + }, + { + "subGenre": "Forests", + "scene": "Rain-drenched temperate forest at twilight", + "sceneVariants": [ + "Rain-drenched temperate forest at twilight", + "Wet leaf canopy reflecting dim sky", + "Puddles mirroring dripping branches", + "Steam rising where trail meets wet earth", + "Ferns heavy with lingering raindrops" + ], + "actions": [ + "Raindrops splashing and forming ripples", + "Water cascading off broad leaves", + "A heron lifting from a misty pool", + "Fog rolling in as temperature drops" + ], + "camera": "Handheld follow along a wet trail with subtle stabilized motion", + "accents": [ + "mirror-like puddle reflections enhancing depth", + "micro-bokeh from droplets on leaves" + ], + "mood": "introspective", + "lighting": "muted twilight with cool blue highlights and wet sheen", + "style": "moody, naturalistic film grain, medium wide" + }, + { + "subGenre": "Forests", + "scene": "Sun-dappled birch grove in early autumn", + "sceneVariants": [ + "Sun-dappled birch grove in early autumn", + "Gold-speckled leaf carpet under slender trunks", + "Wind-stirred canopy showers small leaves", + "Clear creek bordered by pale-barked birches", + "Warm pockets of sunlight between white trunks" + ], + "actions": [ + "Leaves fluttering down in warm eddies", + "Squirrel bounding across a fallen log", + "Sunlight shifting, creating moving patterns", + "A camera pan revealing a distant wooden cabin" + ], + "camera": "Slow crane rise through the canopy revealing the grove", + "accents": [ + "rim-lit floating leaf particles", + "warm lens flares through gaps" + ], + "mood": "nostalgic", + "lighting": "warm, late-afternoon dappled light", + "style": "cinematic pastoral, wide-angle, soft contrast" + }, + { + "subGenre": "Forests", + "scene": "Dense tropical rainforest with towering trees", + "sceneVariants": [ + "Dense tropical rainforest with towering trees", + "Emerald cathedral of vines and epiphytes", + "Sunlight beams through high canopy gaps", + "Mist-laden understory with dripping leaves", + "Braided root systems covering the floor" + ], + "actions": [ + "Tropical birds bursting into color and flight", + "Humidity haze shifting sunlight shafts", + "Monkeys moving between branches", + "River surge carrying leaves downstream" + ], + "camera": "Aerial drone sweep descending into the canopy then weaving between trunks", + "accents": [ + "glossy leaf highlights with water bead micro-reflections", + "iridescent insect wing glints" + ], + "mood": "overwhelmingly alive", + "lighting": "strong high-contrast shafts with humid diffusion", + "style": "lush saturated documentary style, ultra wide" + }, + { + "subGenre": "Forests", + "scene": "Foggy pine forest at blue hour", + "sceneVariants": [ + "Foggy pine forest at blue hour", + "Needle-littered floor barely visible through haze", + "Tall silhouettes fading into the mist", + "A narrow path disappearing between trunks", + "Dew beading on spiderwebs between branches" + ], + "actions": [ + "Fog creeping along the forest floor", + "A lone stag appearing and vanishing", + "Distant lantern glow pulsing in mist", + "Soft wind bending upper branches" + ], + "camera": "Long dolly with slow 3-axis stabilization through mist, occasional slow zoom", + "accents": [ + "cold cyan rim illumination on needles", + "soft volumetric godrays from hidden moon" + ], + "mood": "eerie serenity", + "lighting": "cool blue hour with subtle backlight", + "style": "minimalist cinematic, high ISO filmic texture" + }, + { + "subGenre": "Forests", + "scene": "Enchanted forest clearing with bioluminescent flora", + "sceneVariants": [ + "Enchanted forest clearing with bioluminescent flora", + "Glowing fungal rings around ancient stump", + "Soft blue and green phosphor lights beneath ferns", + "Tiny floating lights drifting above moss", + "A crescent pond reflecting glowing plants" + ], + "actions": [ + "Bioluminescent spores drifting upward", + "Fireflies choreographing a slow orbit", + "A fox pausing to sniff a glowing mushroom", + "Ripples sending light through the pond" + ], + "camera": "Slow circular dolly around the clearing, tight bokeh on glowing accents", + "accents": [ + "soft neon rim on wet leaves", + "subtle chromatic aberration to emphasize glow" + ], + "mood": "magical wonder", + "lighting": "low-key nocturnal glow with cool highlights", + "style": "fantastical cinematic, ultra-detailed macro elements" + }, + { + "subGenre": "Forests", + "scene": "Snow-clad conifer forest under a pastel winter sky", + "sceneVariants": [ + "Snow-clad conifer forest under a pastel winter sky", + "Branch-laden pines bowing under fresh snow", + "Breath visible in the chilly air", + "Footprints crossing a silent clearing", + "Soft blue shadows beneath snowdrifts" + ], + "actions": [ + "Snow detaching from branches in slow cascades", + "A small animal leaving a trail of prints", + "Clouds moving rapidly across the pale sky", + "Subtle flurries swirling in wind eddies" + ], + "camera": "Slow tracking shot at mid-height, occasional tilt up to show sky color palette", + "accents": [ + "crystalline sparkle on fresh snow", + "icy rim-lighting on needles" + ], + "mood": "quiet isolation", + "lighting": "cold soft overcast with warm pastel horizon", + "style": "cinematic cold landscape, high clarity" + }, + { + "subGenre": "Forests", + "scene": "Old-growth temperate rainforest with towering ferns", + "sceneVariants": [ + "Old-growth temperate rainforest with towering ferns", + "Canopy so dense light filters in green pools", + "Ancient stump covered in lichens and seedlings", + "Small waterfall hidden among mossy stones", + "Giant root buttresses cradling the earth" + ], + "actions": [ + "Droplets rolling slowly across giant fern fronds", + "A stream burbling over stones", + "A distant woodpecker call followed by a brief flight", + "Sunbeams painting moving green patterns" + ], + "camera": "Gimbal-follow along a stream with occasional tilt to canopy", + "accents": [ + "deep verdant micro-contrast enhancing texture", + "subtle soft bloom on wet surfaces" + ], + "mood": "ancient resilience", + "lighting": "filtered green light with gentle specular highlights", + "style": "documentary-realistic, richly textured" + }, + { + "subGenre": "Forests", + "scene": "Twilit mangrove forest with braided roots", + "sceneVariants": [ + "Twilit mangrove forest with braided roots", + "Shallow tidal pools reflecting a low sun", + "Root forests crisscrossing muddy flats", + "Pelicans perched on exposed branches", + "Mangrove canopy forming a mosaic above" + ], + "actions": [ + "Tide elements moving around exposed roots", + "Wading birds picking at shallow pools", + "Low-angle waves sending wet gleam across roots", + "A boat gliding silently through narrow channels" + ], + "camera": "Low boat-mounted tracking shot weaving between exposed roots", + "accents": [ + "wet-surface specular gleam emphasizing textures", + "soft orange rim from setting sun" + ], + "mood": "mysterious coastal hush", + "lighting": "warm twilight with cool shadowed undercanopy", + "style": "cinematic naturalism with subtle color grading" + }, + { + "subGenre": "Forests", + "scene": "Luminous autumn maple forest with crimson canopy", + "sceneVariants": [ + "Luminous autumn maple forest with crimson canopy", + "Blazing red and orange forming a living roof", + "Leaf rain creating a colorful carpet", + "Sun filtering through crimson leaves", + "A narrow path lined with lanterns" + ], + "actions": [ + "Leaves cascading in a swirling eddy", + "Children (silhouettes) playing among trees", + "Wind rippling the canopy like a sea", + "Sunbeams highlighting floating pollen and dust" + ], + "camera": "Slow crane with gentle push-in to a sunlit leaf cluster", + "accents": [ + "vibrant color saturation boost on reds", + "soft filmic glow on highlights" + ], + "mood": "warmly nostalgic", + "lighting": "rich warm mid-afternoon with golden rim light", + "style": "painterly cinematic, high color fidelity" + }, + { + "subGenre": "Forests", + "scene": "Secret wetland grove with misty shallow pools", + "sceneVariants": [ + "Secret wetland grove with misty shallow pools", + "Willow-like branches dipping into mirror water", + "Reeds whispering at the water's edge", + "Hidden frogs calling from lily pads", + "Water-slick roots creating intricate patterns" + ], + "actions": [ + "Mist lifting off pools in slow ribbons", + "Dragonflies skimming the water surface", + "A heron stalking then taking flight", + "Ripples distorting perfect reflections" + ], + "camera": "Slow lateral slider along water line with macro insert on insect wings", + "accents": [ + "mirror reflections doubling the scene", + "soft micro-sheen on wet bark" + ], + "mood": "tranquil secrecy", + "lighting": "soft diffused morning light with cool undertones", + "style": "intimate nature study, high micro-detail" + }, + { + "subGenre": "Forests", + "scene": "Wind-swept coastal forest on rocky bluffs", + "sceneVariants": [ + "Wind-swept coastal forest on rocky bluffs", + "Salt-sprayed pines bent from ocean gales", + "Fog bank rolling off the sea into the trees", + "Clifftop path flanked by stunted growth", + "Seabirds gliding between waves and canopy" + ], + "actions": [ + "Strong gusts bending branches dramatically", + "Salt spray flashing in sunlight", + "A cliff-edge camera reveal of the surf below", + "Leaves and needles streaming sideways in wind" + ], + "camera": "Wide gimbal sweep from bluff interior out toward the ocean", + "accents": [ + "sea-spray micro-sparkle on foliage", + "high-contrast backlight producing silhouette edges" + ], + "mood": "exhilarating and raw", + "lighting": "high-contrast daylight with cool sea haze", + "style": "cinematic landscape, rugged realism" + }, + { + "subGenre": "Forests", + "scene": "Twilight redwood corridor with cathedral-like trunks", + "sceneVariants": [ + "Twilight redwood corridor with cathedral-like trunks", + "Gigantic trunks forming a natural aisle", + "Faint undergrowth beneath towering shadows", + "A distant sunbeam slicing the dark vertical world", + "Lichen and small plants clinging to monumental bark" + ], + "actions": [ + "Camera slowly moving down the natural aisle revealing scale", + "Tiny creatures scurrying at the base of giants", + "Light beam drifting across dust motes", + "Leaves and needles tumbling down in slow motion" + ], + "camera": "Ultra-wide tracking shot from ground level upward to convey scale", + "accents": [ + "extreme scale contrast with micro-detail on bark", + "soft volumetric shafts emphasizing verticality" + ], + "mood": "awe-inspiring", + "lighting": "low-key with concentrated godrays", + "style": "epic natural cinematography, ultra wide" + }, + { + "subGenre": "Forests", + "scene": "Undergrowth twilight with flickering campfire and human presence", + "sceneVariants": [ + "Undergrowth twilight with flickering campfire and human presence", + "Small camp tucked between roots and rocks", + "Steam rising from a kettle over low flames", + "Shadowed faces lit by camplight", + "Tent silhouette against tree line" + ], + "actions": [ + "Sparks drifting upward into the canopy", + "Cups clinking and quiet laughter", + "A figure stepping out to watch the stars", + "A dog padding around the camp perimeter" + ], + "camera": "Tight handheld around the campsite, slow pull focus from fire to faces", + "accents": [ + "warm ember glow contrasted with cool twilight", + "faint star shimmer above canopy gaps" + ], + "mood": "cozy intimacy", + "lighting": "warm campfire flicker with cool ambient sky", + "style": "naturalistic night portrait, shallow depth of field" + }, + { + "subGenre": "Forests", + "scene": "Misty canyon forest with layered ridges emerging", + "sceneVariants": [ + "Misty canyon forest with layered ridges emerging", + "Terraced tree lines hugging canyon contours", + "Early morning haze filling the gorge", + "Ridge-top trees silhouetted against pale sky", + "Narrow streams carving the canyon floor" + ], + "actions": [ + "Mists rolling up from the canyon bottom", + "A lone hiker cresting a ridge", + "A hawk riding thermals above the trees", + "Sun slowly revealing successive ridgelines" + ], + "camera": "Sweeping aerial parallax revealing layered depth", + "accents": [ + "layered volumetric haze for enhanced depth cues", + "soft desaturated background to push foreground color" + ], + "mood": "expansive contemplation", + "lighting": "soft layered light with cool ambient fog", + "style": "grand scenic, high dynamic range" + }, + { + "subGenre": "Forests", + "scene": "Orchid-laced tropical understory after a storm", + "sceneVariants": [ + "Orchid-laced tropical understory after a storm", + "Saturated petals clinging to broad leaves", + "Fresh runoff trickling over roots", + "Micro-ecosystem thriving on a single fallen log", + "Haze of humidity hanging low" + ], + "actions": [ + "Petals trembling then settling after a gust", + "Small streamlets converging and carrying leaf litter", + "Tropical frogs calling in quick bursts", + "Beads of water coalescing and dripping rhythmically" + ], + "camera": "Macro dolly across orchids with occasional pull back to reveal context", + "accents": [ + "ultra-saturated floral highlights", + "micro-reflections in water beads for sparkle" + ], + "mood": "intimate exuberance", + "lighting": "post-storm soft diffuse with rich saturation", + "style": "macro-naturalism with cinematic color grade" + }, + { + "subGenre": "Forests", + "scene": "Nocturnal forest with a clear starfield visible through canopy gaps", + "sceneVariants": [ + "Nocturnal forest with a clear starfield visible through canopy gaps", + "Silhouetted branches framing the Milky Way", + "Small clearings acting as sky windows", + "Crickets and nocturnal life audible", + "Cold night air visible in breath plumes" + ], + "actions": [ + "Stars slowly moving in long exposure arcs", + "Campfire smoke drifting toward the sky window", + "Owls gliding silently between trunks", + "A meteor streaking across the exposed sky" + ], + "camera": "Long-exposure timelapse transitioning to a stabilized night pan", + "accents": [ + "cold pinpoint star highlights", + "soft warm ground-based light painting for foreground" + ], + "mood": "cosmic solitude", + "lighting": "stark starfield with subtle low-key foreground fill", + "style": "nocturnal cinematic timelapse with fine-grain detail" + }, + { + "subGenre": "Forests", + "scene": "Seasonal spring bloom in a mixed deciduous forest", + "sceneVariants": [ + "Seasonal spring bloom in a mixed deciduous forest", + "Tender green shoots pushing through leaf litter", + "Blossom-dusted branches against pale sky", + "Wildflowers clustering at the base of trunks", + "Bees and pollinators busy among petals" + ], + "actions": [ + "Petals trembling as bees hop between flowers", + "Sun moving and warming the scene, bringing out scents", + "A light breeze carrying floral drift", + "Small animals emerging from winter hiding" + ], + "camera": "Close-up slider and occasional wide reveal to show bloom spread", + "accents": [ + "soft pastel bloom color palette", + "shallow depth-of-field with strong foreground bokeh" + ], + "mood": "renewal and gentle joy", + "lighting": "bright soft spring light with warm highlights", + "style": "fresh documentary, vivid micro-detail" + }, + { + "subGenre": "Forests", + "scene": "Overgrown forest path leading to an abandoned stone bridge", + "sceneVariants": [ + "Overgrown forest path leading to an abandoned stone bridge", + "Moss-covered bridge arching over a thin stream", + "Path obscured by shoulder-high ferns", + "Weathered stonework cradled in roots", + "Ivy and small flowers softening hard edges" + ], + "actions": [ + "Camera tracking along the hidden path toward the bridge", + "Water softly moving under the arch", + "A small animal darting across the stone", + "Leaves falling and landing on the bridge surface" + ], + "camera": "Slow push-in from path to bridge with cinematic focus pull", + "accents": [ + "moss texture magnified with shallow DOF", + "gentle filmic vignette to center the composition" + ], + "mood": "quiet curiosity", + "lighting": "even mid-morning light with soft shadows", + "style": "romantic ruinography, textured realism" + }, + { + "subGenre": "Forests", + "scene": "Iridescent canopy after sun shower with rainbow arcs forming", + "sceneVariants": [ + "Iridescent canopy after sun shower with rainbow arcs forming", + "Prismatic light scattering through suspended droplets", + "Reflections splitting into color on wet leaves", + "A thin mist catching spectral light", + "A hidden waterfall capped by transient rainbows" + ], + "actions": [ + "Rainbows briefly forming between trees", + "Droplets refracting a kaleidoscope of color", + "Slow pan revealing shifting color planes", + "Birds tracing arcs through the refracted light" + ], + "camera": "Slow floating dolly with intermittent micro-lens flares to catch prismatic highlights", + "accents": [ + "prismatic color highlights on water droplets", + "subtle iris flare to emphasize spectral shifts" + ], + "mood": "brief wonder", + "lighting": "contrasty with saturated prismatic accents", + "style": "visually poetic, high color fidelity" + }, + { + "subGenre": "Forests", + "scene": "Silvatic twilight with a gentle river and mossy stepping stones", + "sceneVariants": [ + "Silvatic twilight with a gentle river and mossy stepping stones", + "Reflections of twilight colors in slow moving water", + "Stone path inviting a crossing", + "Low amphibian calls filling the air", + "Warm embered lanterns marking a trail" + ], + "actions": [ + "Water lapping softly over stones", + "A traveler pausing mid-step to look around", + "A faint chorus of frogs answering each other", + "Lantern light swaying gently in hands" + ], + "camera": "Low bridge-mounted slider crossing the stream then lifting to reveal surroundings", + "accents": [ + "mirror-like reflection doubling twilight tones", + "soft warm local light against cool ambient" + ], + "mood": "gentle adventure", + "lighting": "cool twilight with localized warm accents", + "style": "story-driven cinematic, medium format feel" + }, + { + "subGenre": "Forests", + "scene": "Seedling nursery in a shaded forest glade", + "sceneVariants": [ + "Seedling nursery in a shaded forest glade", + "Tiny saplings clustered in filtered light", + "Fallen logs acting as fertile nursery beds", + "New life sprouting among decaying matter", + "Ant trails knitting the ecosystem together" + ], + "actions": [ + "New leaves unfolding in time-lapse", + "Small insects tending to saplings", + "Dew evaporating as sun warms the glade", + "A gentle tilt revealing layers of growth" + ], + "camera": "Macro time-lapse with occasional pull back to show nursery context", + "accents": [ + "high micro-contrast on new leaf venation", + "soft backlight to highlight translucence" + ], + "mood": "hopeful", + "lighting": "gentle morning fill with warm micro-highlights", + "style": "documentary micro-nature, crisp clarity" + } + ] +} \ No newline at end of file diff --git a/src/data/nature_glaciers.json b/src/data/nature_glaciers.json new file mode 100644 index 0000000..f0d0584 --- /dev/null +++ b/src/data/nature_glaciers.json @@ -0,0 +1,429 @@ +{ + "nature": [ + { + "subGenre": "Glaciers", + "scene": "Blue ice cavern with crystalline stalactites (day)", + "sceneVariants": [ + "Blue ice cavern with crystalline stalactites (day)", + "A frozen cathedral of layered ice and suspended light", + "Striated walls showing ancient glacier flow", + "Pockets of trapped air refracting light into prisms", + "A small melt-pool reflecting the vaulted ceiling" + ], + "actions": [ + "Slow drip of meltwater forming tiny ripples", + "A guide pointing a headlamp at a banded wall to show layers", + "Booted explorers inching carefully across slick surfaces", + "Camera pans revealing deep cerulean hues" + ], + "camera": "Wide low dolly with periodic close macro on crystalline textures", + "accents": [ + "cold cyan rim-light through translucent ice", + "micro-specular highlights on water beads and facets" + ], + "mood": "reverent cold wonder", + "lighting": "diffuse daylight filtered through blue ice (day)", + "style": "epic subterranean nature cinematography" + }, + { + "subGenre": "Glaciers", + "scene": "Calving front shedding icebergs into a fjord (day)", + "sceneVariants": [ + "Massive calving event with thunderous collapse into water (day)", + "Floating bergs drifting slowly away from a towering serac", + "Seabirds swirling above newly exposed ice faces", + "A long-thin iceberg flipping and exposing deep blue core", + "Echoing rumble of cracking followed by wave propagation" + ], + "actions": [ + "Dramatic calving with sheets falling and water exploding outward", + "Tidal waves rippling across the fjord", + "Observers catching the collapse on long lenses", + "A research boat retreating to safe distance" + ], + "camera": "Long telephoto compression with safety-distance crane shots", + "accents": [ + "cold rim-light with wet-surface sparkle", + "strong micro-detail on fractured ice faces" + ], + "mood": "awe and latent danger", + "lighting": "bright high-contrast day fjord lighting", + "style": "large-scale natural event cinematography" + }, + { + "subGenre": "Glaciers", + "scene": "Crevasse maze with narrow blue slots and vertical walls (day)", + "sceneVariants": [ + "A labyrinth of crevasses cutting across a glacier (day)", + "Thin vertical chasms revealing layered ice walls", + "Ropes and ladders bridging gaps for mountaineers", + "Shadowed depths showing gradient of blue tones", + "A cautious traverse across narrow snow bridges" + ], + "actions": [ + "Roped travel with careful foot placement", + "A climber peering into a dark slit and shining a headlamp", + "Surveyors dropping weighted lines to measure depth", + "Wind gusts sending fine snow across edges" + ], + "camera": "Tight handheld tracking with occasional vertical dolly drops", + "accents": [ + "deep blue core rim-light contrast", + "fine grain detail on compacted snow layers" + ], + "mood": "tense exploratory focus", + "lighting": "strong directional daylight creating deep shadows", + "style": "adventure alpine cinematography" + }, + { + "subGenre": "Glaciers", + "scene": "Moraine field at glacier terminus with scattered boulders (day)", + "sceneVariants": [ + "A rough moraine field littered with erratic boulders (day)", + "Vegetation pockets reclaiming gravel in sheltered hollows", + "Puddles and braided melt streams cutting through till", + "A distant glacier snout looming behind the rubble", + "Lichen patterns on exposed rocks" + ], + "actions": [ + "Small streams tracing sinuous paths through moraine", + "Birds foraging among cobbles", + "Researchers sampling sediment for age studies", + "A slow pan revealing scale from rubble to ice" + ], + "camera": "Medium wide with low-angle rock-level macro inserts", + "accents": [ + "textural dry highlights on stone and moist speculars in pools", + "micro-detail on lichen and gravel gradation" + ], + "mood": "raw geological testimony", + "lighting": "soft day lighting with scattered cloud cover", + "style": "geological landscape cinematography" + }, + { + "subGenre": "Glaciers", + "scene": "Supraglacial meltwater stream carving channels on the ice surface (day)", + "sceneVariants": [ + "A braided meltwater stream flowing over smooth blue ice (day)", + "Runnels forming ephemeral channels and plunge pools", + "A small waterfall plunging into a moulinshaft", + "Scattered debris lines carried by flow", + "Thin reflective ribbons of water mirroring sky" + ], + "actions": [ + "Water tracing sinuous channels and disappearing into moulins", + "Airborne droplets catching sunlight in micro-sparks", + "Cameras mapping hydrology with time-lapse sequences", + "A team placing markers to measure flow rate" + ], + "camera": "Macro tracking along water path with time-lapse intercuts", + "accents": [ + "sparkling water highlights and glassy micro-reflections", + "cold-blue tonal accents to emphasize glacial clarity" + ], + "mood": "fragile dynamic clarity", + "lighting": "bright crisp day lighting emphasizing water shimmer", + "style": "hydrological nature cinematography" + }, + { + "subGenre": "Glaciers", + "scene": "Polar night blue hour with ice silhouettes and quiet horizon (night)", + "sceneVariants": [ + "Twilight blue hour over expansive ice fields (night)", + "Long low silhouettes of pressure ridges against a cobalt sky", + "Faint auroral glow on the horizon when present", + "Reflective ice patches catching faint starlight", + "A solitary field camp with warm glows" + ], + "actions": [ + "Low ambient wind moving surface snow into ripples", + "Tent glows and quiet human activity at a distant camp", + "Long-exposure star trails sweeping overhead", + "Occasional low auroral curtains fluttering" + ], + "camera": "Long-exposure static wide with occasional slow push-ins", + "accents": [ + "soft starlight micro-highlights and cool ambient rim-light", + "subtle grain to preserve nighttime texture" + ], + "mood": "silent cold contemplation", + "lighting": "starlight and cold-blue ambient night lighting", + "style": "nocturnal polar cinematography" + }, + { + "subGenre": "Glaciers", + "scene": "Ice-sculpted seracs and pinnacles forming a jagged skyline (day)", + "sceneVariants": [ + "A jagged skyline of towering seracs and blue pinnacles (day)", + "Wind-sculpted cornices and overhangs", + "Ribbons of compacted snow clinging to vertical faces", + "Aerial approach revealing labyrinthine forms", + "Avalanche chutes scarring flanks below" + ], + "actions": [ + "Thin avalanches sloughing from cornices", + "Helicopter survey creating rotor dust and lift disturbance", + "Photographers isolating silhouette profiles against sky", + "Climbers navigating exposed ridgelines for scale" + ], + "camera": "High aerial crane and long-lens approaches to isolate forms", + "accents": [ + "sharp rim-light cutting edges and deep valley shadows", + "high micro-detail on wind-polished ice facets" + ], + "mood": "heroic sculptural austerity", + "lighting": "clear day with strong side-light for edge definition", + "style": "alpine high-art cinematography" + }, + { + "subGenre": "Glaciers", + "scene": "Subglacial outflow spring where meltwater emerges and feeds streams (day)", + "sceneVariants": [ + "A thin spring issuing from ice at glacier toe (day)", + "Turbid outflow mixing with clear stream water", + "Sediment plumes forming patterns downstream", + "Aquatic plants colonizing calmer margins", + "Invertebrate life in cold springs where nutrient flux occurs" + ], + "actions": [ + "Emergent flow shaping channel deposits", + "Scientists measuring water chemistry at source", + "Macro inserts showing tiny life adapted to cold", + "Aerial reveals of braided downstream channels" + ], + "camera": "Macro-to-wide transitions with cold-water reflection inserts", + "accents": [ + "crisp micro-highlights on water surface and suspended silt", + "neutral documentary grading for scientific clarity" + ], + "mood": "quiet productive renewal", + "lighting": "soft daylight with reflective aquatic highlights", + "style": "scientific nature cinematography" + }, + { + "subGenre": "Glaciers", + "scene": "Glacier-worn valley with U-shaped profile and hanging cirques (day)", + "sceneVariants": [ + "A classic U-shaped valley carved by glaciation (day)", + "Hanging cirques with small tarns and steep headwalls", + "Moraines terracing valley floor", + "Thawed streams incising into glacial sediments", + "Lone alpine flowers colonizing sheltered pockets" + ], + "actions": [ + "Water trickling from cirque tarns feeding valley streams", + "Hikers traversing a moraine ridge for vantage", + "Birds circling thermals that form over exposed rocks", + "A slow dolly revealing scale from flower to valley wall" + ], + "camera": "Expansive panoramic with telephoto compressions for scale drama", + "accents": [ + "warm rock micro-highlights against cool ice tones", + "fine-grain detail on alpine flora and carved strata" + ], + "mood": "deep-time perspective", + "lighting": "clear bright mountain day lighting", + "style": "geographical landscape cinematography" + }, + { + "subGenre": "Glaciers", + "scene": "Ice cave skylight where sunlight penetrates a moulin opening (day)", + "sceneVariants": [ + "A shaft of sunlight piercing an ice cave through a moulin (day)", + "Suspended spray catching the beam and creating mist halos", + "A ladder or rope leading down into a luminous shaft", + "Wall striations radiating from the opening", + "Refraction rainbows in tiny droplets" + ], + "actions": [ + "Dust-like spray forming halos in the sunbeam", + "Scientists lowering sensors into the moulin for measurement", + "Careful footsteps echoing on hollow ice floor", + "A slow upward tilt revealing the small sky patch" + ], + "camera": "Low-angle wide with careful exposure to hold bright skylight detail", + "accents": [ + "intense pinpoint rim-light at the skylight edge", + "micro-detail on droplet and ice facet refraction" + ], + "mood": "mystical vertical wonder", + "lighting": "strong contrast where daylight meets deep-blue ice", + "style": "cinematic subterranean landscape" + }, + { + "subGenre": "Glaciers", + "scene": "Polar coastal glacier meeting sea with tide-water ice and seals hauled out (day)", + "sceneVariants": [ + "Tide-water glacier splaying ice into a frigid sea with hauled-out seals (day)", + "Cracked floes scattering as waves lap against berg fragments", + "Seals sunning on small bergs and bobbing in water", + "Seabirds waiting on ice floes for fish", + "Calm glassy water reflecting a calving face" + ], + "actions": [ + "Seals diving and surfacing in rhythmic patterns", + "Little waves lap against berg edges throwing spray", + "Kayakers or small craft keeping respectful distance", + "Photographers framing seals with glacier backdrop" + ], + "camera": "Low-boat vantage with long lenses to compress seals against ice face", + "accents": [ + "cold glass speculars and subtle sea-spray micro-highlights", + "neutral natural grading for wildlife fidelity" + ], + "mood": "raw coastal solitude", + "lighting": "soft polar day lighting with reflective sea balance", + "style": "coastal wildlife cinematography" + }, + { + "subGenre": "Glaciers", + "scene": "Longitudinal glacial striations on exposed bedrock showing flow history (day)", + "sceneVariants": [ + "Polished bedrock with linear striations carved by past ice flow (day)", + "Close-up of grooved surfaces and erratic pebbles embedded", + "Moss and small lichen colonizing micro-pockets", + "A hand tracing a striation to feel the direction of past flow", + "Aerial reveal mapping scoured valleys and roche moutonnée forms" + ], + "actions": [ + "Geologists measuring striation orientation and sampling surfaces", + "Macro rubbings capturing fine scratch texture", + "A slow crane pull revealing regional glacial scouring", + "Photographers isolating parallel grooves for composition" + ], + "camera": "Macro rock-surface slider with sweeping aerial context shots", + "accents": [ + "dry polished speculars and fine textural micro-highlights", + "high-detail grain to preserve scratch fidelity" + ], + "mood": "scientific antiquity", + "lighting": "clear day with side lighting to reveal grooves", + "style": "field-geology cinematography" + }, + { + "subGenre": "Glaciers", + "scene": "Glacial lagoon dotted with turquoise bergs and reflective still water (day)", + "sceneVariants": [ + "A placid glacial lagoon with turquoise berg fragments floating (day)", + "Mirror reflections of berg undersides and sky", + "Tilted bergs with dramatic sculpted ice overhangs", + "Small gulls landing on flat berg platforms", + "A wooden boardwalk providing visitor vantage points" + ], + "actions": [ + "Slow drift of bergs driven by subtle currents", + "Kayaks gliding quietly between ice sculptures", + "Photographers capturing mirrored symmetry at dawn", + "Guided tours pointing out internal bubble layers" + ], + "camera": "Calm boat platform with long lens compression and mirrored frames", + "accents": [ + "soft turquoise micro-highlights and glassy reflection fidelity", + "fine-grain detail on bubble bands and sediment inclusions" + ], + "mood": "serene contemplative wonder", + "lighting": "soft dawn or dusk day lighting with low wind for mirror surface", + "style": "calm scenic cinematography" + }, + { + "subGenre": "Glaciers", + "scene": "High-altitude glacier camp with tents and wind-swept snow (day/night)", + "sceneVariants": [ + "A high-altitude glacier basecamp with tents pitched on a plateau (day/night)", + "Wind-sculpted snow anchors and rigging across canvas", + "Headlamp trails forming lines at night", + "Snowshoes and crampons stowed by tent doors", + "A small stove plume and expedition markers" + ], + "actions": [ + "Camp crew securing tents against gusts and preparing hot brew", + "Night-lamp activity and hushed conversation over maps", + "Early dawn departure silhouetted against a pale horizon", + "Equipment check and rope coiling routines" + ], + "camera": "Intimate camp-level shots with time-lapse of light cycles", + "accents": [ + "warm tent glows contrasted against blue snow micro-highlights", + "micro-detail on stitched canvas and frost crystals" + ], + "mood": "resolute human endeavor", + "lighting": "variable day-to-night with strong winds and cold clarity", + "style": "expedition documentary cinematography" + }, + { + "subGenre": "Glaciers", + "scene": "Periglacial patterned ground with ice-wedge polygons exposed at thaw (day)", + "sceneVariants": [ + "Fractured polygonal patterned ground revealing permafrost ice wedges (day)", + "Seasonal thaw lines tracing across tundra margins", + "Small ponds pooling in polygon centers", + "Vegetation clumps marking slightly higher thawed soil", + "Snowmelt channels dissecting polygons" + ], + "actions": [ + "Slow seasonal thaw expanding polygon edges", + "Researchers setting pins to monitor permafrost subsidence", + "Water tracking into melt ponds and supporting emergent life", + "Macro insects and microflora colonizing thaw pockets" + ], + "camera": "Top-down drone mosaics with macro wetland inserts", + "accents": [ + "cool-to-warm grading to show thaw transition", + "micro-detail on polygon rims and ice-wedge textures" + ], + "mood": "delicate climatic transition", + "lighting": "soft diffuse daylight to stabilize color", + "style": "periglacial process cinematography" + }, + { + "subGenre": "Glaciers", + "scene": "Rock-rafted glacial erratics perched improbably in alpine meadows (day)", + "sceneVariants": [ + "Large erratic boulders stranded in meadow settings (day)", + "Lichen-covered surfaces and dwarf shrubs encircling stone", + "A scale shot showing hikers beside massive erratics", + "Winter snow line contrasting with summer meadow greens", + "Aerial reveals of glacial transport paths" + ], + "actions": [ + "Hikers pausing to rest in the rock's shade", + "Botanists sampling soil niches around boulder bases", + "Photographers using erratics as compositional foreground", + "Small mammals burrowing in the rock's lee" + ], + "camera": "Low-angle rock-to-sky framing with telephoto background compression", + "accents": [ + "warm rock micro-highlights and high clarity for lichen detail", + "textural emphasis on contrast between stone and vegetation" + ], + "mood": "slow permanence", + "lighting": "clear alpine day with crisp air", + "style": "geomorphological landscape cinematography" + }, + { + "subGenre": "Glaciers", + "scene": "Seasonal time-lapse showing glacier retreat over years from fixed vantage (day)", + "sceneVariants": [ + "Fixed vantage time-lapse illustrating glacier retreat across seasons (day)", + "Series of annotated frames showing terminus recession", + "Foreground growth of scrub and colonizing plants", + "A scientific plaque marking historical terminus lines", + "Aerial sweeps synchronizing with historical maps" + ], + "actions": [ + "Gradual recession of ice visible across time-lapse", + "Vegetation colonization of once-exposed ground", + "Researchers annotating yearly markers and collecting data", + "Public viewers observing temporal visualizations" + ], + "camera": "Fixed high-resolution time-lapse rigs with annotated overlays", + "accents": [ + "neutral archival-grade color for documentary integrity", + "micro-detail preserved across frames for comparison" + ], + "mood": "measured evidentiary urgency", + "lighting": "consistent daylight capture for comparability", + "style": "scientific time-based cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/nature_lakes.json b/src/data/nature_lakes.json new file mode 100644 index 0000000..8442583 --- /dev/null +++ b/src/data/nature_lakes.json @@ -0,0 +1,454 @@ +{ + "nature": [ + { + "subGenre": "Lakes", + "scene": "Glasslike alpine lake at dawn", + "sceneVariants": [ + "Glasslike alpine lake at dawn", + "Mirror reflections of snow peaks", + "Mist rising in pale ribbons off the surface", + "A solitary canoe tied to a weathered dock", + "Pines framing a perfect symmetrical horizon" + ], + "actions": [ + "Mist lifting into slow tendrils", + "A canoe stroke creating concentric ripples", + "Fish breaking the mirror for a moment", + "A distant bird skimming for breakfast" + ], + "camera": "Low dock-mounted slider with slow push across the mirror surface", + "accents": [ + "perfect mirror symmetry for dramatic composition", + "soft prism micro-highlights on dew" + ], + "mood": "calm reverence", + "lighting": "soft pre-dawn with pastel rim light", + "style": "meditative cinematic, high clarity" + }, + { + "subGenre": "Lakes", + "scene": "Sunlit glacial lake with turquoise meltwater", + "sceneVariants": [ + "Sunlit glacial lake with turquoise meltwater", + "Floating berglets polished by melt", + "Jagged moraine framing a vivid pool", + "A hiker standing on a nearby ridge", + "Fine glacial silt swirling in shallow bays" + ], + "actions": [ + "Tiny bergs bobbing and slowly melting", + "Water gently lapping a rocky shore", + "Sun catching blue subsurface refractions", + "A bird paddling then launching into air" + ], + "camera": "Aerial glide low over turquoise water with occasional macro on berglets", + "accents": [ + "deep subsurface blue push for volume", + "crystalline rim-light on ice facets" + ], + "mood": "raw pristine", + "lighting": "strong cool daylight with clear highlights", + "style": "documentary high-fidelity" + }, + { + "subGenre": "Lakes", + "scene": "Autumn lake with fiery shoreline maples", + "sceneVariants": [ + "Autumn lake with fiery shoreline maples", + "Leaf litter drifting across the surface", + "Cottages tucked into a colorful band", + "Mist pooling in low hollows", + "A small pier strewn with fallen leaves" + ], + "actions": [ + "Leaves spiraling on the water in eddies", + "A rower cutting through the chromatic surface", + "Sunbeams highlighting floating leaf clusters", + "A dog shaking and sending droplets outward" + ], + "camera": "Slow crane from treeline down to water with gentle focus pulls", + "accents": [ + "saturated warm color push on reds and golds", + "soft filmic glow on highlights" + ], + "mood": "nostalgic warmth", + "lighting": "late-afternoon warm rim light", + "style": "painterly landscape" + }, + { + "subGenre": "Lakes", + "scene": "Midnight lake with northern lights reflected", + "sceneVariants": [ + "Midnight lake with northern lights reflected", + "Silent shore under wavering aurora", + "Pine silhouettes mirrored in the water", + "A small campfire adding a warm counterpoint", + "Cold breath visible in the night air" + ], + "actions": [ + "Aurora curtains slowly undulating", + "Ripples softly distorting sky reflections", + "Embers drifting upward from the campfire", + "An owl calling somewhere in the dark" + ], + "camera": "Long exposure timelapse with stabilized low pan across the shore", + "accents": [ + "pinpoint star preservation and subtle auroral bloom", + "warm camp glow balancing cold sky" + ], + "mood": "cosmic solitude", + "lighting": "cold nocturnal with vibrant auroral accents", + "style": "nocturnal cinematic timelapse" + }, + { + "subGenre": "Lakes", + "scene": "Shallow reed-fringed lake at high summer", + "sceneVariants": [ + "Shallow reed-fringed lake at high summer", + "Dragonfly-studded margins and lily pads", + "Children wading and skipping stones", + "Frogs croaking from reeds at dusk", + "Small family boats drifting in reeds" + ], + "actions": [ + "Dragonflies zipping between plants", + "Summer breeze rippling surface patterns", + "Children laughing and splashing at the edge", + "A heron striking and lifting with a fish" + ], + "camera": "Low handheld with macro inserts and occasional wide reveal", + "accents": [ + "warm saturated green push", + "shallow DOF with soft foreground bokeh" + ], + "mood": "carefree warmth", + "lighting": "bright warm afternoon with crisp highlights", + "style": "lifestyle naturalism" + }, + { + "subGenre": "Lakes", + "scene": "Fogbound karst lake with limestone towers", + "sceneVariants": [ + "Fogbound karst lake with limestone towers", + "Misty columns rising like ancient sentinels", + "Boats weaving through vertical pinnacles", + "Reflections dissolving in a soft haze", + "Small emerald coves hidden among karsts" + ], + "actions": [ + "Boats slipping silently through fog", + "Mist clinging to vertical faces", + "A fisherman casting and retrieving with ritual patience", + "Surface eddies forming around submerged roots" + ], + "camera": "Low boat-mounted glide with slow reveals of emergent towers", + "accents": [ + "soft volumetric fog with gentle color desaturation", + "subtle greenish reflection hints in the haze" + ], + "mood": "mysterious calm", + "lighting": "diffuse low-key with muted tonality", + "style": "moody landscape documentary" + }, + { + "subGenre": "Lakes", + "scene": "Volcanic crater lake with glassy emerald water", + "sceneVariants": [ + "Volcanic crater lake with glassy emerald water", + "Steep rim cliffs framing a surreal basin", + "Thermal vents steaming along a hidden shore", + "Geo-thermal color gradients on the water edge", + "A weathered trail circling the caldera" + ], + "actions": [ + "Steam rising in small columns", + "Sulfurous tinge shifting color near vents", + "Hikers pausing to take in the uncanny basin", + "Birds gliding low across the rim" + ], + "camera": "Crane and drone mix revealing rim-to-basin relationships", + "accents": [ + "rich emerald push with slight chromatic contrast", + "soft thermal shimmer near vent zones" + ], + "mood": "alien stillness", + "lighting": "high-contrast midday with saturated midtones", + "style": "dramatic natural portrait" + }, + { + "subGenre": "Lakes", + "scene": "Urban mirror lake with skyline reflections at dusk", + "sceneVariants": [ + "Urban mirror lake with skyline reflections at dusk", + "Glass-fronted towers mirrored in still water", + "Park benches and jogging paths circling the shore", + "String lights and evening activity along the promenade", + "Reflections interrupted by passing boats" + ], + "actions": [ + "City lights shimmering on the surface", + "A couple walking with umbrellas in light rain", + "Photographers capturing reflections", + "A small ferry cutting through mirror silhouettes" + ], + "camera": "Low-angle stabilized gimbal along the waterline with timed exposures", + "accents": [ + "neon-to-warm gradient color streaks on surface", + "soft urban film grain for texture" + ], + "mood": "modern serenity", + "lighting": "cool twilight with warm artificial accents", + "style": "urban cinematic portrait" + }, + { + "subGenre": "Lakes", + "scene": "Hidden mountain tarn tucked under alpine meadow", + "sceneVariants": [ + "Hidden mountain tarn tucked under alpine meadow", + "Tiny clear pool with pebble-strewn bottom", + "Wildflower ring bordering a calm glass", + "Moss cushions and lichen-covered stones", + "A small trail leading to a secret viewpoint" + ], + "actions": [ + "Butterflies and bees sampling flowers", + "A soft breeze sending ripples across surface", + "A hiker sitting to rest and drink", + "A marmot alarm call echoing from nearby rock" + ], + "camera": "Macro-to-wide slider from flower edge to the tiny tarn", + "accents": [ + "ultra-fine floral color saturation", + "shallow depth-of-field to emphasize intimacy" + ], + "mood": "intimate discovery", + "lighting": "gentle midday with warm floral highlights", + "style": "natural micro-portraiture" + }, + { + "subGenre": "Lakes", + "scene": "Sunset lake with layered mountain silhouettes", + "sceneVariants": [ + "Sunset lake with layered mountain silhouettes", + "Gradient sky folding into mirror water", + "Silhouetted pines on the near shore", + "Fishing boats returning as light softens", + "Thin mist hugging the far side" + ], + "actions": [ + "Sun sinking and painting long color bands", + "Rowers returning across a smooth plane", + "Rings of ripples spreading from a single pebble", + "A distant dog barking and fading" + ], + "camera": "Wide crane lowering to the water surface with slow exposure ramps", + "accents": [ + "rich sunset gradient and gentle film bloom", + "mirror symmetry for strong composition" + ], + "mood": "quiet closure", + "lighting": "warm sunset with soft diffusion", + "style": "lyrical landscape cinematography" + }, + { + "subGenre": "Lakes", + "scene": "Fog-shrouded lowland lake with reedy labyrinth", + "sceneVariants": [ + "Fog-shrouded lowland lake with reedy labyrinth", + "Cloaked boathouses peeking through haze", + "Water rails and reed warblers flitting in margins", + "Old wooden walkways cut into shallows", + "Reflections broken into soft textures by reeds" + ], + "actions": [ + "Boats slowly picking a route through reeds", + "Birds darting and calling within the fog", + "Lines of fishermen checking traps", + "Fog thinning then returning in waves" + ], + "camera": "Boat-mounted steadycam weaving through reed channels with intimate closeups", + "accents": [ + "soft volumetric diffusion and muted color palette", + "micro-sheen on wet reed tips" + ], + "mood": "quiet intimacy", + "lighting": "diffuse low-key morning light", + "style": "intimate environmental documentary" + }, + { + "subGenre": "Lakes", + "scene": "Icebound lake with skaters and crisp winter air", + "sceneVariants": [ + "Icebound lake with skaters and crisp winter air", + "Children carving patterns in the ice", + "Lines of steam from hot drinks along the banks", + "Snow-dusted pines surrounding the frozen sheet", + "A small wooden hut for warming tucked nearby" + ], + "actions": [ + "Blades cutting crisp arcs in the ice", + "Laughter and breath forming visible puffs", + "A skater pausing to look at a distant ridge", + "Sleds and toboggans sliding down a near slope" + ], + "camera": "Low sled-mounted dolly across ice with occasional tilt-ups to skaters", + "accents": [ + "crystalline sparkle on frost and rime", + "cool blue shadow push for winter tonality" + ], + "mood": "joyful crispness", + "lighting": "cool high-contrast winter sunshine", + "style": "documentary lifestyle" + }, + { + "subGenre": "Lakes", + "scene": "Salt lake with vivid mineral fringes", + "sceneVariants": [ + "Salt lake with vivid mineral fringes", + "Pink and orange evaporation bands", + "Crystalline salt geometry at the edge", + "Sparse scrub adapted to saline soils", + "Flamingos or wading birds feeding at the rim" + ], + "actions": [ + "Birds picking at shallow brine", + "Crust cracking and shimmering near the shore", + "Wind sending thin evaporative haze", + "A photographer crouching to capture color contrasts" + ], + "camera": "Low ground-level slider emphasizing mineral textures then pushing to aerial reveal", + "accents": [ + "ultra-saturated mineral color boosts", + "high micro-contrast on salt crust geometry" + ], + "mood": "strange beauty", + "lighting": "harsh midday with strong saturated tones", + "style": "abstract natural portrait" + }, + { + "subGenre": "Lakes", + "scene": "Cultural lakeside festival with lanterns and boats", + "sceneVariants": [ + "Cultural lakeside festival with lanterns and boats", + "Rows of paper lanterns floating into the evening", + "Dancers and food stalls along the shore", + "Boats decorated with ribbons and lights", + "Civilians releasing small offerings to the water" + ], + "actions": [ + "Lanterns drifting and reflecting in water", + "Crowd movements and rhythmic drumming", + "Children chasing light reflections at the margin", + "A boatman guiding a lantern flotilla" + ], + "camera": "Handheld intimate around shore with wide festival reveals", + "accents": [ + "warm ember-like lantern highlights", + "soft motion blur to convey lively atmosphere" + ], + "mood": "communal warmth", + "lighting": "low warm night with local point lights", + "style": "ethnographic cinematic" + }, + { + "subGenre": "Lakes", + "scene": "Emergent marsh-lake border teeming with life", + "sceneVariants": [ + "Emergent marsh-lake border teeming with life", + "Dense bulrushes and frog-filled margins", + "Dragonfly swarms at dusk", + "Herons and egrets probing shallow edges", + "A watchtower for birdwatchers on stilts" + ], + "actions": [ + "Birds probing and flicking their heads", + "Frogs plopping and ripples spreading", + "Murmurations of insects creating moving textures", + "A binocular-clad observer noting species" + ], + "camera": "Low hide-mounted macro and mid-range mix to capture behavior", + "accents": [ + "high micro-detail on feathers and insect wings", + "soft warm backlight to reveal translucence" + ], + "mood": "abundant focus", + "lighting": "golden-hour with warm glow through vegetation", + "style": "naturalist behavioral study" + }, + { + "subGenre": "Lakes", + "scene": "Moonlit crater lake with vapor veils", + "sceneVariants": [ + "Moonlit crater lake with vapor veils", + "Silvered water surface with thin steam above", + "Silhouetted hikers atop the rim", + "Heat-hazed pockets near thermal inlets", + "Stillness broken only by a distant drip" + ], + "actions": [ + "Steam curling and dissipating into moonlight", + "A small flashlight beam scanning the rim", + "Water laps whispering against rocks", + "Crickets or nocturnal amphibians calling in small bursts" + ], + "camera": "Slow stabilized pan hugging the waterline with occasional macro on steam eddies", + "accents": [ + "soft silver rim highlights", + "subtle low-key thermal glow where present" + ], + "mood": "ethereal hush", + "lighting": "cold moonlight with selective warm thermal accents", + "style": "nocturnal contemplative cinema" + }, + { + "subGenre": "Lakes", + "scene": "Overgrown abandoned lakeside resort reclaimed by nature", + "sceneVariants": [ + "Overgrown abandoned lakeside resort reclaimed by nature", + "Crumbling piers and ivy-clad bathhouses", + "Sprouting trees through cracked boardwalks", + "Moss and fungi colonizing forgotten benches", + "A lone swan nesting near broken railings" + ], + "actions": [ + "Plants pushing through man-made structures", + "Water reflecting decayed architecture in soft focus", + "Crows perching on rusted lamp posts", + "A curious fox avoiding the ruins then exploring" + ], + "camera": "Slow dolly exploring ruins with macro texture inserts", + "accents": [ + "textural emphasis on rot and moss micro-details", + "muted nostalgic color grade" + ], + "mood": "haunting reclamation", + "lighting": "overcast soft light to emphasize texture", + "style": "ruinographic cinematic" + }, + { + "subGenre": "Lakes", + "scene": "Crystal-clear sinkhole lake with vertical cliffs", + "sceneVariants": [ + "Crystal-clear sinkhole lake with vertical cliffs", + "A deep blue eye surrounded by limestone walls", + "Divers descending into clear depths", + "Sun paths creating concentric light rings", + "Sparse vegetation clinging to the rim" + ], + "actions": [ + "Divers entering and leaving columns of bubbles", + "Light shafting down to reveal submerged walls", + "Surface ripples distorting depth perception", + "A drone circling to reveal scale" + ], + "camera": "Aerial to underwater split-shots showing above/below interface", + "accents": [ + "intense deep-blue saturation for depth perception", + "sharp micro-detail on cliff textures" + ], + "mood": "awe-invoking", + "lighting": "strong directional daylight with high clarity", + "style": "immersive exploratory documentary" + } + ] +} \ No newline at end of file diff --git a/src/data/nature_meadows.json b/src/data/nature_meadows.json new file mode 100644 index 0000000..70c2136 --- /dev/null +++ b/src/data/nature_meadows.json @@ -0,0 +1,554 @@ +{ + "nature": [ + { + "subGenre": "Meadows", + "scene": "Vast wildflower meadow under a bright midday sky with rolling hills", + "sceneVariants": [ + "Vast wildflower meadow under a bright midday sky with rolling hills", + "Sunlit carpet of poppies and daisies with distant oak trees", + "A pastoral valley with mixed grasses swaying in the breeze", + "Bee-laden meadow around a lone ancient tree", + "Broad meadow terrace looking toward a mountain range" + ], + "actions": [ + "Butterflies and bees flitting from bloom to bloom", + "A shepherd and dog crossing the field in slow motion", + "Tall grasses bending rhythmically with gusts of wind", + "A child running a kite that cuts across the frame" + ], + "camera": "Wide panoramic crane sweep from low grass level to horizon with occasional push-ins", + "accents": [ + "golden rim-light on flower petals and grass tips", + "sparkling lens flares through backlit blooms" + ], + "mood": "buoyant openness", + "lighting": "bright, warm midday sunlight with soft fill", + "style": "idyllic pastoral cinematography" + }, + { + "subGenre": "Meadows", + "scene": "Foggy meadow at dawn with dew and muted pastel colors", + "sceneVariants": [ + "Foggy meadow at dawn with dew and muted pastel colors", + "Low bank of mist hugging the ground, only treetops peeking out", + "Pale lavender light staining a field of morning flowers", + "Lonely fence posts receding into the mist", + "A small stream cutting a silver thread through the meadow" + ], + "actions": [ + "Dewdrops trembling and scattering as a fox trods through", + "A mist-wrapped hawk lifting from a fence post", + "Beaded cobwebs glittering on low shrubs", + "Soft breaths of animals visible in the cool air" + ], + "camera": "Gentle dolly with slow focus racks from foreground dew to misty midground", + "accents": [ + "soft pastel color grading to emphasize delicate dawn tones", + "subtle volumetric shafts through the mist" + ], + "mood": "quiet pre-dawn calm", + "lighting": "cool pre-sunrise light with faint warm undertones", + "style": "soft-focus natural portraiture" + }, + { + "subGenre": "Meadows", + "scene": "High alpine meadow with alpine flowers and jagged peaks beyond (day)", + "sceneVariants": [ + "High alpine meadow with alpine flowers and jagged peaks beyond (day)", + "Ribbon of wildflowers leading to a rocky pass", + "Short-sward grasses with lichens and tiny blooms", + "A small tarn reflecting cloud and mountain", + "Mountain sheep grazing on a sun-drenched slope" + ], + "actions": [ + "Marmots popping out of burrows and whistling", + "Wind riffing across short alpine grass like silk", + "A lone hiker pausing to drink and take in the view", + "Cloud shadows racing across the slope" + ], + "camera": "Low-angle wide lens tracking across flowers towards the peaks with occasional telephoto compressions", + "accents": [ + "crisp high-altitude clarity with strong edge contrast", + "micro-detail on petal and lichen textures" + ], + "mood": "exhilarated freshness", + "lighting": "clear blue-sky daylight with hard highlights", + "style": "crisp nature documentary cinematography" + }, + { + "subGenre": "Meadows", + "scene": "Twilight meadow with long lavender shadows and fireflies starting to glow", + "sceneVariants": [ + "Twilight meadow with long lavender shadows and fireflies starting to glow", + "Silhouette of tall grasses against the purple sky", + "A couple walking along a footpath with lanterns", + "Haze of evening creating soft outlines on distant ridges", + "Close-ups of night-blooming flowers opening" + ], + "actions": [ + "Fireflies blinking in subtle choreography", + "Crickets trilling and grass blades trembling", + "A lantern-studded picnic being set down gently", + "A fox dashing silently across the path" + ], + "camera": "Slow handheld with intimate focus pulls between fireflies and faces", + "accents": [ + "soft purple-magenta grading to deepen dusk mood", + "gentle bloom around small light sources" + ], + "mood": "gentle enchantment", + "lighting": "dimming dusk with soft residual warm tones", + "style": "romantic twilight cinematography" + }, + { + "subGenre": "Meadows", + "scene": "Storm-ready meadow with dark rolling clouds and wind-harried grasses", + "sceneVariants": [ + "Storm-ready meadow with dark rolling clouds and wind-harried grasses", + "Threatening sky framing a lonely oak on a ridge", + "Patches of sunlight breaking through storm clouds onto the field", + "A deluge line visible on the far horizon", + "Bent grass forming dramatic foreground textures" + ], + "actions": [ + "Winds whipping grass into waves", + "Distant lightning illuminating cloud structure", + "A farmer securing hay bales as a front approaches", + "Rain beginning in sparse curtains across the meadow" + ], + "camera": "Stabilized wide shot with occasional telephoto pulls to compress storm layers", + "accents": [ + "deep contrast grading to amplify cloud drama", + "subtle specular highlights on wet grass when rain begins" + ], + "mood": "charged anticipation", + "lighting": "dramatic low-contrast storm light with isolated warm patches", + "style": "moody weather-driven cinematography" + }, + { + "subGenre": "Meadows", + "scene": "Sun-drenched hay meadow with working farm equipment and cut hay bales", + "sceneVariants": [ + "Sun-drenched hay meadow with working farm equipment and cut hay bales", + "Golden stubble fields dotted with round bales", + "Tractor tracks creating leading lines into the distance", + "Children playing on stacked hay bales", + "A farm lane flanked by wildflowers" + ], + "actions": [ + "Machines rolling gently while dust motes hang in sunlight", + "Farmers loading bales and chatting in small groups", + "Sparrows and swallows weaving around the machinery", + "Dogs herding small groups of sheep nearby" + ], + "camera": "Medium crane with human-scale framing, occasional close-ups on hands and textures", + "accents": [ + "warm golden-hour color grading to enhance the hay tones", + "dust-mote backlighting for depth" + ], + "mood": "productive warmth", + "lighting": "warm late-afternoon sunlight with long shadows", + "style": "rustic agricultural documentary" + }, + { + "subGenre": "Meadows", + "scene": "Moonlit meadow with silvery grasses and sleeping insects", + "sceneVariants": [ + "Moonlit meadow with silvery grasses and sleeping insects", + "High-contrast night with pale moon casting crisp shadows", + "A lone shepherd's lamp marking a small cluster of tents", + "Stark silhouettes of grazing animals against a silver field", + "A slow, reflective stream running through the meadow" + ], + "actions": [ + "Soft muzzle breathing visible on grazing animals", + "Moths fluttering around a warm tent lantern", + "Owls gliding silently between low trees", + "Occasional low hoot of nocturnal life punctuating the stillness" + ], + "camera": "Quiet, stabilized tracking with long exposures for ethereal motion", + "accents": [ + "cool desaturated tones with high moonlit contrast", + "subtle glinting highlights on dew and insect wings" + ], + "mood": "contemplative stillness", + "lighting": "cold moonlight with blue undertones", + "style": "nocturnal poetic naturalism" + }, + { + "subGenre": "Meadows", + "scene": "Seasonal wildflower meadow in peak bloom with saturated colors", + "sceneVariants": [ + "Seasonal wildflower meadow in peak bloom with saturated colors", + "Patchwork of species creating colorful mosaics", + "Close-up carpets of a single flower species stretching to the horizon", + "Pollinator hotspots where activity is concentrated", + "A winding footpath trimmed by dense blooms" + ], + "actions": [ + "Bees and bumblebees concentrating on rich flower patches", + "A slow-moving group of tourists sketching and photographing", + "Strong breezes creating audible waves through the blooms", + "Children making daisy chains in close-up sequences" + ], + "camera": "Color-forward medium dolly with frequent macro inserts", + "accents": [ + "vibrant saturated color grade to emphasize floral variety", + "high micro-detail on pollen grains in macro shots" + ], + "mood": "joyful abundance", + "lighting": "even bright light to preserve color fidelity", + "style": "vivid botanical cinematography" + }, + { + "subGenre": "Meadows", + "scene": "Late-autumn meadow with russet grasses and brittle seedheads", + "sceneVariants": [ + "Late-autumn meadow with russet grasses and brittle seedheads", + "Bare stems and wind-blown leaves carpeting the field", + "A farmer's stooped figure collecting last-season fodder", + "Frost-laced mornings transitioning to pale daytime", + "Low-angle sun emphasizing textures and seed shapes" + ], + "actions": [ + "Seedheads releasing plumes into the wind", + "A pair of crows pecking and hopping among residual plants", + "A tractor hauling the last of the harvest", + "Frost melting into rivulets on warm midday stones" + ], + "camera": "Tactile close-ups on textures with medium perspectives showing human scale", + "accents": [ + "muted warm grading with high texture contrast", + "low-angle rim-light on individual seedheads" + ], + "mood": "resigned beauty", + "lighting": "soft low sun with cool shadows", + "style": "textured seasonal documentary" + }, + { + "subGenre": "Meadows", + "scene": "Floodplain meadow after spring run-off with reflective puddles and fresh growth", + "sceneVariants": [ + "Floodplain meadow after spring run-off with reflective puddles and fresh growth", + "Intermittent wet depressions catching sky reflections", + "New reeds and sedges sprouting along shallow channels", + "A flock of waterfowl feeding in shallow pools", + "Green flush contrasting with muddy channels" + ], + "actions": [ + "Waterfowl dabbling and stirring small waves", + "Young plants pushing through saturated soil", + "Distant thunderhead receding to leave a crisp sky", + "A child splashing through a reflective puddle" + ], + "camera": "Low-angle glide over puddles with reflective framing and periodic focus shifts", + "accents": [ + "mirror-like wet-surface highlights", + "fresh saturated greens to emphasize spring renewal" + ], + "mood": "refreshing recuperation", + "lighting": "clean post-rain daylight with high local contrast", + "style": "refreshing seasonal observational cinematography" + }, + { + "subGenre": "Meadows", + "scene": "Cultivated wildflower meadow used for pollinator restoration (day)", + "sceneVariants": [ + "Cultivated wildflower meadow used for pollinator restoration (day)", + "Rows and patches of purposeful plantings for biodiversity", + "Educational signage and small boardwalks threading the meadow", + "Volunteers tending plantings among flowering blocks", + "Insects and small mammals benefiting from the patchwork habitat" + ], + "actions": [ + "Volunteers planting plugs and placing protective cages", + "Close-ups of bees foraging with full pollen baskets", + "Educational groups listening to a guide in the midground", + "Slow time-lapse of new plantings taking root" + ], + "camera": "Documentary over-the-shoulder coverage with informative cutaways and macro inserts", + "accents": [ + "clean documentary lighting with natural color balance", + "micro-detail on pollen and leaf veins" + ], + "mood": "hopeful stewardship", + "lighting": "even daylight suitable for clear instructional footage", + "style": "conservation educational cinematography" + }, + { + "subGenre": "Meadows", + "scene": "Evening meadow with distant bonfire and communal gathering", + "sceneVariants": [ + "Evening meadow with distant bonfire and communal gathering", + "A circle of people against the dark grass field", + "Lanterns hung along a wooden fence line", + "Acoustic musicians playing as dusk deepens", + "Children dancing around an ember-lit centerpiece" + ], + "actions": [ + "People passing plates and cups, laughter drifting across the meadow", + "Flames popping as the fire settles", + "Sparks flying up into the cooling sky", + "Close interpersonal moments captured in warm candlelight" + ], + "camera": "Intimate handheld coverage mixed with wider event shots and selective shallow focus", + "accents": [ + "warm flame-driven color grading", + "soft bokeh on distant lanterns to create depth" + ], + "mood": "communal warmth", + "lighting": "strong warm firelight contrasted with cool night surroundings", + "style": "human-centered cinematic documentary" + }, + { + "subGenre": "Meadows", + "scene": "Sunrise mist lifting off a meadow with grazing deer appearing gradually", + "sceneVariants": [ + "Sunrise mist lifting off a meadow with grazing deer appearing gradually", + "A herd moving slowly along a fence line as fog recedes", + "Soft golden haze revealing patterned tracks in wet grass", + "Dawnsong of birds growing louder as light increases", + "A solitary stag framed in a clearing as sun breaks" + ], + "actions": [ + "Deer lifting heads and resuming grazing", + "Fog dissolving in ripples as warm air arrives", + "Songbirds shifting from silence to animated calls", + "A farmer unlocking a gate and opening a path for livestock" + ], + "camera": "Slow ramping dolly from distant silhouette to crisp near-field detail", + "accents": [ + "golden haze and evaporative light streaks", + "soft glows on dew-laden webs and blades" + ], + "mood": "slow awakening", + "lighting": "warm early-morning light with residual cool mist", + "style": "uplifting nature awakening sequence" + }, + { + "subGenre": "Meadows", + "scene": "Nocturnal meadow under a meteor shower with occasional falling streaks", + "sceneVariants": [ + "Nocturnal meadow under a meteor shower with occasional falling streaks", + "Wide open sky full of stars with a faint milky band", + "Silhouetted grasses and a distant tree line under streaking light", + "Long-exposure panoramas capturing multiple meteors", + "A silent field bathed in faint cosmic light" + ], + "actions": [ + "Meteors streaking across the sky with reflected light on dew", + "Occasional distant headlights crossing the horizon", + "Owls and night creatures making brief appearances", + "Soft audible wind under the constant celestial show" + ], + "camera": "Long-exposure wide-lens timelapse with periodic gentle pans", + "accents": [ + "cool high-contrast night grading with pinpoint star highlights", + "subtle reflective sheen on wet grass from celestial light" + ], + "mood": "awe-struck solitude", + "lighting": "dark sky with intermittent bright streaks from meteors", + "style": "astronomical landscape cinematography" + }, + { + "subGenre": "Meadows", + "scene": "Early-spring meadow with scattered snow patches and fresh green shoots", + "sceneVariants": [ + "Early-spring meadow with scattered snow patches and fresh green shoots", + "A mosaic of thawing ground with vibrant new growth", + "Tiny spring flowers pushing through melting snow", + "A thawing trickle meandering along an old cart path", + "Low winter light and crisp shadows highlighting texture" + ], + "actions": [ + "Water seeping from melting snow forming small rivulets", + "First pollinators tentatively visiting the earliest blooms", + "A farmhouse dog shaking meltwater from its coat", + "Early-season farmers checking fences and gates" + ], + "camera": "Close observational shots of new sprouts with medium landscape context", + "accents": [ + "cold-to-warm transitional grading to emphasize seasonal change", + "high micro-detail on emerging buds and residual ice crystals" + ], + "mood": "tentative renewal", + "lighting": "cool morning light with warming highlights as sun rises", + "style": "seasonal transition naturalism" + }, + { + "subGenre": "Meadows", + "scene": "Edge meadow where scrub meets grassland, rich in ecological transitions", + "sceneVariants": [ + "Edge meadow where scrub meets grassland, rich in ecological transitions", + "Hedgerows dotted with wild roses creating layered habitats", + "A narrow track where forest shade encroaches on open field", + "Thick brambles providing shelter for nesting birds", + "Mosaic of tall grass, short grass and shrub islands" + ], + "actions": [ + "Birds darting from hedgerow to open flowers", + "Small mammals slipping into undergrowth", + "Insect chorus increasing near the scrub edge", + "A beekeeper inspecting border hives" + ], + "camera": "Layered depth-of-field shots to capture ecological transitions with medium tracking", + "accents": [ + "contrasting greens to emphasize habitat edges", + "specular highlights on leaf surfaces along the hedgerow" + ], + "mood": "ecological richness", + "lighting": "mixed light with dappled shade near the scrub and open sunlight beyond", + "style": "educational habitat portrait" + }, + { + "subGenre": "Meadows", + "scene": "Industrial-meadow juxtaposition: wild grasses near an old factory backdrop", + "sceneVariants": [ + "Industrial-meadow juxtaposition: wild grasses near an old factory backdrop", + "Rusting pipes and chimneys framing a resurgent meadow", + "Urban edges where nature reclaims disused industrial lots", + "Young trees pushing through cracked concrete adjacent to grass", + "A contrast between gritty structures and delicate flora" + ], + "actions": [ + "Sparrows nesting in rusted rafters with grasses below", + "Wind carrying seeds that settle on broken pavement", + "A graffiti artist painting a wall beyond the meadow", + "A solitary figure walking a dog along the fence" + ], + "camera": "Compositional juxtapositions with medium telephoto framing and slow pushes", + "accents": [ + "gritty desaturated midtones for the industrial background with pop for the meadow", + "selective warm highlights on vegetation to create visual tension" + ], + "mood": "resilient contrast", + "lighting": "balanced daylight with slightly muted industrial tones", + "style": "urban-nature contrast cinematography" + }, + { + "subGenre": "Meadows", + "scene": "Small hilltop meadow used as a ritual or festival site with decorative flags", + "sceneVariants": [ + "Small hilltop meadow used as a ritual or festival site with decorative flags", + "Colorful pennants fluttering over a stone circle", + "Traditional dancers and ritual participants in a clearing", + "Offerings and small shrines placed among wildflowers", + "A panoramic vantage looking down into a valley where the festival gathers" + ], + "actions": [ + "Dancers moving in slow choreographed circles", + "Community members tending small ritual fires", + "Children chasing ribbons attached to posts", + "Aerial birds-eye reveals the full geometry of the festival layout" + ], + "camera": "Ceremonial medium coverage with respectful handhelds and staged wide reveals", + "accents": [ + "saturated cultural color palette for flags and garments", + "soft filmic bloom to suggest ritual warmth" + ], + "mood": "communal reverence", + "lighting": "bright daytime suitable for cultural documentation", + "style": "humanistic cultural-cinematic approach" + }, + { + "subGenre": "Meadows", + "scene": "Meadow at the edge of a wetland with reed beds and frogs (dusk)", + "sceneVariants": [ + "Meadow at the edge of a wetland with reed beds and frogs (dusk)", + "Transition zone of tall meadow grass into sedge and reed fringe", + "Shallow water patches reflecting the last light", + "Low amphibian choruses rising as the sun sets", + "Dragonflies skimming above water margins" + ], + "actions": [ + "Frogs calling in layered choruses", + "Dragonflies hunting over the reed tops", + "Slight ripples indicating small fish or amphibian movement", + "A heron making a slow stalking pass in silhouette" + ], + "camera": "Low, still observation with close acoustic attention and macro inserts of insects", + "accents": [ + "soft teal-orange dusk grading across water and grass", + "gentle speculars on wet surfaces to draw the eye" + ], + "mood": "mysterious intimacy", + "lighting": "cool dusk with residual warm highlights", + "style": "acoustic-natural documentary" + }, + { + "subGenre": "Meadows", + "scene": "Harvest-time wildflower meadow where seed collection and threshing occur", + "sceneVariants": [ + "Harvest-time wildflower meadow where seed collection and threshing occur", + "Shallow wagons piled with seed heads rolling along a rutted lane", + "Handfuls of seed being collected into sacks", + "Open-air sorting tables where volunteers pick and bag seed", + "Sun-bleached grasses and the close-toed boots of workers" + ], + "actions": [ + "Hands carefully stripping seeds into bins", + "Children running laughter between sacks and tables", + "Wind sifting chaff as people work", + "A small processing line with simple agricultural tools" + ], + "camera": "Close process documentation with medium cutaways and human detail", + "accents": [ + "warm festival-grade color to suggest community effort", + "textural focus on seed heads and fabric sacks" + ], + "mood": "practical celebration", + "lighting": "bright, warm daylight suited to outdoor work", + "style": "ethnographic seasonal documentary" + }, + { + "subGenre": "Meadows", + "scene": "Meadow vista showing seasonal migration of butterflies in a parade-like movement", + "sceneVariants": [ + "Meadow vista showing seasonal migration of butterflies in a parade-like movement", + "Dense columns of migrating insects moving above the field", + "Close-ups of tagged butterflies being counted by researchers", + "Aerial net sweeps capturing ephemeral swarms", + "A dynamic cloud of color moving along the ridge" + ], + "actions": [ + "Mass butterfly movement creating shifting color bands", + "Researchers releasing tagged individuals and logging data", + "Predatory birds opportunistically following the procession", + "Wind columns reshaping movement lanes" + ], + "camera": "Dynamic aerial-to-ground interplay with slow-motion inserts to emphasize motion", + "accents": [ + "punchy color grading to elevate wing hues", + "soft high-key fills to keep detail in shadows" + ], + "mood": "transient wonder", + "lighting": "bright, even daylight with occasional high-key sun pops", + "style": "ephemeral nature event cinematography" + }, + { + "subGenre": "Meadows", + "scene": "Quiet meadow study: single plant species shown across micro-variations", + "sceneVariants": [ + "Quiet meadow study: single plant species shown across micro-variations", + "Macro sequences of the same species in different micro-habitats", + "Comparative shots of healthy vs. stressed specimens", + "Time-lapse of a single flower's lifecycle", + "Scientific notes and sample collection in close-up" + ], + "actions": [ + "Macro pollinator visits on repeat loops", + "Researchers measuring stem length and recording notes", + "Slow-focus transition showing lifecycle over hours", + "Hands placing small tags for identification" + ], + "camera": "Macro-focused study with extreme close-ups and micro-focus ramps", + "accents": [ + "clinical clarity in color and texture for scientific use", + "soft neutral background to isolate subject" + ], + "mood": "methodical curiosity", + "lighting": "even diffused light for accurate color and detail", + "style": "scientific macro cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/nature_oceans.json b/src/data/nature_oceans.json new file mode 100644 index 0000000..efc7e6c --- /dev/null +++ b/src/data/nature_oceans.json @@ -0,0 +1,454 @@ +{ + "nature": [ + { + "subGenre": "Oceans", + "scene": "Open blue ocean at golden sunrise", + "sceneVariants": [ + "Open blue ocean at golden sunrise", + "Low rolling swells catching first light", + "Long horizon with pastel sky", + "Distant ship silhouette on the rim", + "Gulls riding warm morning thermals" + ], + "actions": [ + "Sunlight glittering across the surface", + "Waves gently lapping a small bow", + "A pod of dolphins arcing through swells", + "Seabirds diving for breakfast" + ], + "camera": "Low-boat stabilized tracking shot tilting up to reveal horizon", + "accents": [ + "diamond-like sun glints across the waves", + "fine spray micro-bokeh catching highlights" + ], + "mood": "calm optimism", + "lighting": "warm early-morning rim light with soft haze", + "style": "cinematic wide aspect, high dynamic range" + }, + { + "subGenre": "Oceans", + "scene": "Tropical reef edge with turquoise shallows", + "sceneVariants": [ + "Tropical reef edge with turquoise shallows", + "Coral bommies trailing into deep blue", + "Surge channels cutting through reefs", + "Snorkelers mapping a vibrant reef", + "Shallow sand flats with translucent water" + ], + "actions": [ + "Small fish darting through coral gardens", + "Sunbeams refracting through rippled water", + "A sea turtle gliding across a coral ridge", + "Surfers paddling just beyond the reef" + ], + "camera": "Underwater wide lens sweep from reef crest to open sea", + "accents": [ + "crystal clear water refractions emphasizing color", + "sunshaft caustics projecting onto coral surfaces" + ], + "mood": "vibrant curiosity", + "lighting": "bright midday with crisp underwater caustics", + "style": "documentary naturalism, vivid color" + }, + { + "subGenre": "Oceans", + "scene": "Stormy open ocean with towering dark waves", + "sceneVariants": [ + "Stormy open ocean with towering dark waves", + "Whitecaps shredding under gale winds", + "Black clouds building on the horizon", + "Lightning forks racing across the sky", + "A small vessel pitched on a swell" + ], + "actions": [ + "Waves crashing into foamy peaks", + "Sheets of rain cutting diagonal lines", + "Wind-driven spray stinging camera lens", + "Lightning illuminating brief silhouettes" + ], + "camera": "Rough stabilized stern camera with dramatic low angles", + "accents": [ + "cold desaturated midtones with bright specular highlights", + "fast spray particle FX for kinetic energy" + ], + "mood": "raw intensity", + "lighting": "high-contrast storm light with sharp highlights", + "style": "cinematic action realism" + }, + { + "subGenre": "Oceans", + "scene": "Bioluminescent bay under a moonless night", + "sceneVariants": [ + "Bioluminescent bay under a moonless night", + "Glow tracing each paddle stroke", + "Tiny blue sparks along a black shoreline", + "A kayak leaving a luminous ribbon", + "Shoreline phosphor glows reflecting on wet sand" + ], + "actions": [ + "Paddles stirring bright blue trails", + "Fish erupting in brief glowing showers", + "Gentle waves folding luminous edges onto shore", + "Hands scooping glowing water then letting it fall" + ], + "camera": "Low-angle kayak-mounted camera with close inserts on glowing water", + "accents": [ + "intense pin-point bioluminescent highlights", + "soft diffusion to emphasize glow halos" + ], + "mood": "ethereal wonder", + "lighting": "low-key nocturnal with vibrant cyan accents", + "style": "magical realistic documentary" + }, + { + "subGenre": "Oceans", + "scene": "Cliffside waves crashing on basalt columns", + "sceneVariants": [ + "Cliffside waves crashing on basalt columns", + "Spray pluming high above jagged rocks", + "Seabirds nesting on vertical faces", + "Tide pools collecting battered sea life", + "A lighthouse perched on a windy headland" + ], + "actions": [ + "Impact waves exploding into vertical spray", + "Rogue wave sweeping up foam and kelp", + "Gulls wheeling around a column", + "A keeper walking the cliff path bracing for wind" + ], + "camera": "Telephoto from headland catching compressed wave impacts", + "accents": [ + "sparkling spray micro-drops frozen in frame", + "cold blue edge highlights on wet rock" + ], + "mood": "dramatic power", + "lighting": "cool overcast with sharp speculars", + "style": "epic coastal cinematography" + }, + { + "subGenre": "Oceans", + "scene": "Frozen polar ocean with drifting ice floes", + "sceneVariants": [ + "Frozen polar ocean with drifting ice floes", + "Blue-tinged bergs calving into cold sea", + "Seals hauled out on small rafts of ice", + "Thin pack ice creating a textured foreground", + "Aurora faintly reflecting on polish ice" + ], + "actions": [ + "Small berg cracking and rolling over", + "Seal popping head to survey", + "Wind grooving the ice with rime and snow", + "A distant whale spout breaking the silence" + ], + "camera": "Aerial survey glide low over floes with occasional macro on ice detail", + "accents": [ + "crystalline ice sparkle on bevels", + "deep blue subsurface shading for volume" + ], + "mood": "cold isolation", + "lighting": "soft polar diffused light with cool tonality", + "style": "documentary sober realism" + }, + { + "subGenre": "Oceans", + "scene": "Harbor at golden hour with moored fishing boats", + "sceneVariants": [ + "Harbor at golden hour with moored fishing boats", + "Wet planks and ropes glistening in low sun", + "Seagulls lining the rails of small trawlers", + "Fishermen mending nets on a quay", + "Reflections folding across calm harbour water" + ], + "actions": [ + "Ropes creaking as boats shift with tide", + "Nets being shaken and repaired", + "Local gulls scavenging a thrown scrap", + "Soft launch of a dinghy toward the shore" + ], + "camera": "Low quay-side slider tracking under boat hulls and up to workers", + "accents": [ + "warm golden highlight on wet wood", + "mirror-like harbor reflections doubling the composition" + ], + "mood": "daily rhythm", + "lighting": "warm soft evening light with gentle contrast", + "style": "intimate observational cinema" + }, + { + "subGenre": "Oceans", + "scene": "Deep sea midnight biotope glimpsed by ROV lights", + "sceneVariants": [ + "Deep sea midnight biotope glimpsed by ROV lights", + "Alien anemones and soft-bodied fauna", + "Dark water pierced by clinical white beams", + "Ghostly creatures drifting in slow currents", + "Sediment clouds swirling around a discovery" + ], + "actions": [ + "ROV lights sweeping revealing new organisms", + "Slow tentacle motions of deep fauna", + "Sediment plumes subtly shifting in current", + "Camera approaching and backing off a fragile specimen" + ], + "camera": "Tight remote ROV cam with slow push-in under white light", + "accents": [ + "cold spotlight rim on translucent bodies", + "soft grain and high micro-detail on appendages" + ], + "mood": "alien curiosity", + "lighting": "pitch-black background with concentrated artificial beams", + "style": "scientific cinematic exploration" + }, + { + "subGenre": "Oceans", + "scene": "Lagoon at low tide exposing coral gardens", + "sceneVariants": [ + "Lagoon at low tide exposing coral gardens", + "Shallow channels threading through reef flats", + "Brightly colored coral and starfish in pools", + "Children exploring tide pools at the edge", + "Small boats resting on sandbars" + ], + "actions": [ + "Tiny crabs scuttling over exposed rock", + "Water receding to reveal hidden colors", + "A snorkeler gently peering into a pool", + "Sunlight creating fragile caustic patterns" + ], + "camera": "Low ground-level dolly with macro inserts on coral life", + "accents": [ + "ultra-saturated micro-colors on coral polyps", + "sparkling wet-surface highlights on exposed rock" + ], + "mood": "playful discovery", + "lighting": "bright clear daylight with sharp micro-shadows", + "style": "vivid naturalist portraiture" + }, + { + "subGenre": "Oceans", + "scene": "Whale migration corridor with rolling blue swells", + "sceneVariants": [ + "Whale migration corridor with rolling blue swells", + "Humpbacks breaching rhythmically", + "Large flukes descending into deep water", + "Accompanying birds and boats in the distance", + "Aerial perspective showing scale of the ocean" + ], + "actions": [ + "Massive breaches sending spray high", + "Whale blows punctuating the quiet sea", + "Pods traveling in a slow procession", + "Boats cutting gentle wakes nearby" + ], + "camera": "Aerial long lens tracking alongside a migrating pod", + "accents": [ + "spray droplets catching sun like glitter", + "slight filmic grain to suggest epic scale" + ], + "mood": "grand migration", + "lighting": "clean daylight with stately rim light", + "style": "epic wildlife documentary" + }, + { + "subGenre": "Oceans", + "scene": "Kelp forest with filtered emerald shafts", + "sceneVariants": [ + "Kelp forest with filtered emerald shafts", + "Giant fronds undulating in a slow current", + "Snakelike fish weaving through stems", + "Sunbeams slicing down to rocky bottom", + "Divers drifting slowly among the kelp" + ], + "actions": [ + "Kelp fronds brushing and forming tunnels", + "Tiny creatures darting in and out of holdfasts", + "Bubbles rising from diver regulators", + "Sun shafts moving as surface ripples shift" + ], + "camera": "Underwater mid-level dolly weaving between kelp blades", + "accents": [ + "emerald color push and caustic patterns", + "soft particulate bloom to create depth" + ], + "mood": "immersive serenity", + "lighting": "filtered green shafts with high contrast undulations", + "style": "cinematic underwater immersion" + }, + { + "subGenre": "Oceans", + "scene": "Sunset pelagic with orange sky and glassy sea", + "sceneVariants": [ + "Sunset pelagic with orange sky and glassy sea", + "Silhouetted sailboats drifting in amber light", + "Mirrored cloud reflections on still water", + "Distant flares from a fishing boat", + "Thin vapor trails tracing the twilight" + ], + "actions": [ + "Sun slipping under the horizon painting color bands", + "Quiet boat engines purring while anchored", + "A lone pelican gliding low and then folding wings", + "Sky color reflected as a warm wash across the deck" + ], + "camera": "Slow crane lowering from sky to surface with long exposure streaks", + "accents": [ + "rich warm gradient in sky color grading", + "soft filmic bloom on highlights" + ], + "mood": "gentle closure", + "lighting": "rich sunset warm tones with soft diffusion", + "style": "romantic maritime cinematography" + }, + { + "subGenre": "Oceans", + "scene": "Mangrove root maze at tidal change", + "sceneVariants": [ + "Mangrove root maze at tidal change", + "Roots arching over shallow tannin-stained water", + "Crabs scuttling over exposed roots", + "Small fish trapped in tidal pools", + "A canoe threading through narrow channels" + ], + "actions": [ + "Tide moving in slowly flooding the maze", + "Birds probing in mud for prey", + "Fisherfolk poling a small boat between roots", + "Leaves falling and collecting in eddies" + ], + "camera": "Low boat-mounted gimbal weaving between roots with occasional close macro shots", + "accents": [ + "warm tannin color grading for water", + "specular highlights on wet root textures" + ], + "mood": "enclosed tension", + "lighting": "soft late-afternoon light with warm undercanopy shadows", + "style": "intimate ecological cinema" + }, + { + "subGenre": "Oceans", + "scene": "Underwater cave opening to a sudden blue light", + "sceneVariants": [ + "Underwater cave opening to a sudden blue light", + "Diver silhouette against luminous blue entrance", + "Stalactites and encrusted rock framing the portal", + "Small air bubbles rising like pearls", + "A hidden lagoon illuminated from outside" + ], + "actions": [ + "Diver approaching the blue portal in cautious ascent", + "Light spilling into dark chamber revealing suspended particles", + "Fish darting along the cave lip", + "A gentle surge breathing the cavern" + ], + "camera": "Tight cavern ROV-style camera moving toward light with slow reveal", + "accents": [ + "intense azure rim-light at the portal", + "soft particulate suspension for depth" + ], + "mood": "reverent discovery", + "lighting": "high contrast cave darkness with concentrated blue exit light", + "style": "moody exploratory underwater film" + }, + { + "subGenre": "Oceans", + "scene": "Harsh sun midday on a shipping lane with container giants", + "sceneVariants": [ + "Harsh sun midday on a shipping lane with container giants", + "Stacked colored boxes forming geometric silhouettes", + "Tugboats maneuvering in a busy channel", + "Distant cranes on a skyline of industry", + "Wake trails cutting sharp white lines" + ], + "actions": [ + "Tugboats pushing and pulling slow leviathans", + "Crane hooks descending to load a container", + "Wakes crisscrossing in the bright glare", + "Workers signaling in tight choreography" + ], + "camera": "Telephoto compression emphasizing scale and industrial repetition", + "accents": [ + "reflected metal speculars and painted box saturation", + "hard contrast to accent geometry" + ], + "mood": "mechanical rhythm", + "lighting": "harsh midday with bright highlights and deep shadows", + "style": "industrial documentary realism" + }, + { + "subGenre": "Oceans", + "scene": "Calm estuary at dawn with glassy water and reeds", + "sceneVariants": [ + "Calm estuary at dawn with glassy water and reeds", + "Wading birds picking through mudflats", + "Fishing boats tied to low piers", + "Mist hugging the waterline in the cool morning", + "Reflections of pale sky in slow water" + ], + "actions": [ + "Mist slowly lifting revealing reed silhouettes", + "A heron stabbing then lifting with a small fish", + "Oars tapping gently as a boat moves out", + "Waterfowl gliding and creating tiny ripples" + ], + "camera": "Low slider along the water's edge with soft focus foreground reeds", + "accents": [ + "mirror-like reflections doubling composition", + "soft warm edge-light as sun heightens" + ], + "mood": "gentle awakening", + "lighting": "soft diffused dawn light with cool undertones", + "style": "intimate nature portraiture" + }, + { + "subGenre": "Oceans", + "scene": "Subtropical night with phosphorescent shorebreak", + "sceneVariants": [ + "Subtropical night with phosphorescent shorebreak", + "Foamy waves glowing cyan at the point of impact", + "Silhouetted swimmers trailing luminous streaks", + "Jetty dotted with small groups watching the phenomenon", + "Low tide revealing wet glistening sands" + ], + "actions": [ + "Waves exploding into luminous foam strips", + "Feet leaving glowing trails in shallow water", + "Groups pointing and photographing the spectacle", + "Light on the horizon tracing passing ships" + ], + "camera": "Long exposure handheld tracking along the wet shore with macro inserts", + "accents": [ + "bright cyan shoreline rim-lights", + "soft atmospheric diffusion to keep glow prominent" + ], + "mood": "quiet amazement", + "lighting": "low-key nocturnal with strong cyan accents", + "style": "nocturnal cinematic spectacle" + }, + { + "subGenre": "Oceans", + "scene": "Seagrass meadow with small fish and rays of light", + "sceneVariants": [ + "Seagrass meadow with small fish and rays of light", + "Swaying blades creating a green carpet", + "Tiny cryptic species hiding among blades", + "Breaking surface light forming moving stripes", + "A ray gliding low over the grass" + ], + "actions": [ + "Seagrass undulating with the current", + "Small fish shepherding through blades", + "A ray gliding and stirring slight sand clouds", + "Sunbeams shifting as surface ripples travel" + ], + "camera": "Low-level underwater dolly nearly at sand level with occasional vertical pulls", + "accents": [ + "subtle green color push and leaf-edge rim highlights", + "fine particulate bloom to indicate current" + ], + "mood": "quiet life", + "lighting": "filtered warm daylight with high micro-contrast", + "style": "naturalist underwater portrait" + } + ] +} \ No newline at end of file diff --git a/src/data/nature_rainforest.json b/src/data/nature_rainforest.json new file mode 100644 index 0000000..842ffd2 --- /dev/null +++ b/src/data/nature_rainforest.json @@ -0,0 +1,504 @@ +{ + "nature": [ + { + "subGenre": "Rainforest", + "scene": "Emergent canopy plateau bathing in bright midday sun with layered tree crowns", + "sceneVariants": [ + "Emergent canopy plateau bathing in bright midday sun with layered tree crowns", + "Sunlit tops of emergent trees punctuating a sea of green", + "A helicopter view over a patchwork of canopy domes", + "Parrot flocks tracing thermals above the crowns", + "A single towering kapok tree rising above the rest" + ], + "actions": [ + "Macaws and parrots sweeping across the horizon in color bands", + "Thermals causing leaves to shimmer and bud movement", + "Epiphytes unfolding in sunlit pockets", + "A canopy researcher taking panoramic samples" + ], + "camera": "Aerial crane sweep over canopy with slow zoom-ins on emergent tree crowns", + "accents": [ + "high-key rim-light on leaf edges", + "ultra-saturated greens to emphasize living canopies" + ], + "mood": "exhilarated abundance", + "lighting": "bright, direct tropical midday sun", + "style": "lush aerial nature cinematography" + }, + { + "subGenre": "Rainforest", + "scene": "Riverine rainforest corridor with braided streams and reflective pools (day)", + "sceneVariants": [ + "Riverine rainforest corridor with braided streams and reflective pools (day)", + "Meandering oxbows lined by dense buttressed roots", + "Slow-moving brown river threading through green walls", + "Canopy reflections fracturing across a calm lagoon", + "A small wooden canoe pushing through an overhanging tunnel of vegetation" + ], + "actions": [ + "Monkeys moving along branches and dipping to drink", + "Caiman basking at the water edge shifting at approach", + "Insects skimming the water surface creating ripples", + "Local paddlers gliding silently past schools of fish" + ], + "camera": "Low aerial follow along the river with occasional low-angle water-level reveals", + "accents": [ + "mirror-like water reflections contrasting dense foliage", + "specular highlights on ripples and wet root faces" + ], + "mood": "intimate connectivity", + "lighting": "filtered tropical daylight through partial canopy", + "style": "river corridor natural history cinematography" + }, + { + "subGenre": "Rainforest", + "scene": "Understory grotto with gigantic ferns and soft filtered shafts of light (day)", + "sceneVariants": [ + "Understory grotto with gigantic ferns and soft filtered shafts of light (day)", + "A damp ground with dense rhizomes and mushroom patches", + "Low tunnels beneath buttressed trunks leading to small clearings", + "Tangled root webs framing pools of black water", + "A faint trail with ancient stepping stones barely visible" + ], + "actions": [ + "Leafcutter ants forming efficient procession lines", + "Drops falling from canopy leaves and creating concentric ripples", + "A small mammal rustling through leaf litter", + "Ferns uncurling slowly in warm moist air" + ], + "camera": "Low, slow dolly with micro-focus pulls between wet leaf surfaces and distant shafts", + "accents": [ + "gentle volumetric shafts to give depth to understory", + "micro-detail on leaf texture and fungal gills" + ], + "mood": "mysterious intimacy", + "lighting": "soft diffuse light with gentle beams", + "style": "moody botanical cinematography" + }, + { + "subGenre": "Rainforest", + "scene": "Waterfall amphitheatre plunging into mist-filled plunge pool (day)", + "sceneVariants": [ + "Waterfall amphitheatre plunging into mist-filled plunge pool (day)", + "Tiered cascades pouring down a mossy cliff", + "Rainbow arc visible through fine spray", + "A hidden curtain waterfall accessible by a narrow path", + "Scree-choked plunge pools with turquoise clarity" + ], + "actions": [ + "Massive sheets of water creating continuous mist and droplets", + "Butterflies and birds darting through spray", + "A local guide pointing out medicinal plants near the pool", + "Tourists cautiously approaching the wet lip" + ], + "camera": "Slow descending dolly from canopy to plunge-pool with intermittent wide establishes", + "accents": [ + "prismatic rainbows in spray highlights", + "high micro-detail on mossy rock and water droplets" + ], + "mood": "sublime refreshment", + "lighting": "bright diffused daylight accenting water particles", + "style": "epic natural waterfall cinematography" + }, + { + "subGenre": "Rainforest", + "scene": "Forest clearing with towering buttress roots and a sunlit glade (day)", + "sceneVariants": [ + "Forest clearing with towering buttress roots and a sunlit glade (day)", + "An open cathedral-like clearing dotted with orchids", + "Fungal rings and nutrient-rich humus under an ancient tree", + "Pristine grass-like flora surviving in a canopy window", + "A temporary rain pool reflecting the sky" + ], + "actions": [ + "Herds of peccary briefly grazing and moving on", + "Pollinators swarming specific flowering trees", + "A researcher setting up quadrant sampling", + "Sunbeams sweeping slowly across the glade" + ], + "camera": "Medium crane with low-angle inserts to emphasize buttress scale", + "accents": [ + "warm golden shafts in canopy windows", + "accented texture detail in root and bark surfaces" + ], + "mood": "reverent calm", + "lighting": "selective sun shafts creating natural stage lighting", + "style": "intimate nature portraiture" + }, + { + "subGenre": "Rainforest", + "scene": "Misty dawn in cloud forest with epiphyte gardens on every branch (day)", + "sceneVariants": [ + "Misty dawn in cloud forest with epiphyte gardens on every branch (day)", + "Thin cloud rolling through mossy branches", + "Hummocked ground with tiny flowery mats", + "Vine-draped trunks hosting orchids and bromeliads", + "A wooden canopy walkway disappearing into mist" + ], + "actions": [ + "Hummingbirds visiting trumpet flowers at first light", + "Drops condensing on mosses and dripping in strings", + "A slow breeze disturbing hanging bromeliads", + "Researchers moving quietly across the walkway" + ], + "camera": "Gentle walk-and-pan along a misty canopy walkway with close macro cuts", + "accents": [ + "soft pastel grading to emphasize moist atmosphere", + "dew-laden micro-highlights on epiphytes" + ], + "mood": "delicate wonder", + "lighting": "soft cool dawn with warm backlight hints", + "style": "ethereal cloud-forest cinematography" + }, + { + "subGenre": "Rainforest", + "scene": "Monsoon-flooded forest with submerged trunks and swirling water (day)", + "sceneVariants": [ + "Monsoon-flooded forest with submerged trunks and swirling water (day)", + "Seasonal river overflow turning floor into temporary lake", + "Stilted trunks making islands of emergent foliage", + "A canopy of leaves above a labyrinth of drowned stems", + "Boat traffic limited to small dugout canoes" + ], + "actions": [ + "Schools of fish moving through flooded lanes", + "Fishing birds stabbing into shallow water", + "Villagers navigating canoes between tree trunks", + "Floating debris drifting with current" + ], + "camera": "Low water-level glide with long lateral tracking and occasional drone pulls", + "accents": [ + "mirror-like flooded reflections contrasted with saturated greens", + "wet-surface micro-speculars on bark and leaves" + ], + "mood": "tense abundance", + "lighting": "diffuse overcast daylight typical of monsoon conditions", + "style": "seasonal dynamic cinematography" + }, + { + "subGenre": "Rainforest", + "scene": "Ancient ruin swallowed by jungle, carved stones covered in vines (day)", + "sceneVariants": [ + "Ancient ruin swallowed by jungle, carved stones covered in vines (day)", + "Mossed stairways leading into dark temple interiors", + "Fallen lintels half-buried in humus", + "Squat sculptures peeking from under fig roots", + "A canopy-framed opening revealing a carved altar" + ], + "actions": [ + "Lianas slowly squeezing stones as roots pry them apart", + "Archaeologists carefully brushing layers of leaf litter", + "Tropical birds nesting in sheltered alcoves", + "Sunlight finding limited angles inside ruined corridors" + ], + "camera": "Respectful slow pushes across carvings with wide context shots to show scale", + "accents": [ + "muted warm stone highlights among saturated green foliage", + "micro-detail on moss and carved chisel marks" + ], + "mood": "ancient mystery", + "lighting": "dappled sunlight through dense canopy", + "style": "archaeological nature cinematography" + }, + { + "subGenre": "Rainforest", + "scene": "Nocturnal understory alive with calling frogs and glowing fungi (night)", + "sceneVariants": [ + "Nocturnal understory alive with calling frogs and glowing fungi (night)", + "Mottled moonlight on wet ground and mushroom clusters", + "Bioluminescent fungi creating eerie patchwork glows", + "A damp hollow resonant with invertebrate chorus", + "Torch-lit scientists peering at small luminous patches" + ], + "actions": [ + "Frogs and toads orchestrating layered choruses", + "Bioluminescent fungal halos pulsing faintly", + "Invertebrates reflecting torch beams briefly as they scatter", + "Occasional slither of a small nocturnal mammal through leaf litter" + ], + "camera": "Low-light handheld with sensitive sensors, tight macro inserts and long exposure timelapses", + "accents": [ + "electric cyan and green micro-glows", + "soft vignette around torch-lit inspection areas" + ], + "mood": "haunting enchantment", + "lighting": "low nocturnal light with artificial torch accents and natural bioluminescence", + "style": "nocturnal micro-naturalism" + }, + { + "subGenre": "Rainforest", + "scene": "Night canopy with flashes of lightning and distant thunder rolling over dark leaves (night)", + "sceneVariants": [ + "Night canopy with flashes of lightning and distant thunder rolling over dark leaves (night)", + "Staccato illumination revealing silhouettes of roosting birds", + "Sheets of rain tracing vertical lines through the long canopy", + "Sparks of distant electrical storms reflecting on wet surfaces", + "Ephemeral clearings where stars briefly flash before cloud cover returns" + ], + "actions": [ + "Lightning forks briefly outlining giant trunks", + "Heavy rain beating the canopy into rhythmic motion", + "Nocturnal animals shifting positions, uneasy under storms", + "Periodic distant thunder creating echoing low-frequency rumble" + ], + "camera": "High-dynamic-range low-light capture with intermittent high-speed frames for lightning", + "accents": [ + "high-contrast flashes against deep shadow", + "wet-surface sheen on leaves catching transient light" + ], + "mood": "primal intensity", + "lighting": "staccato lightning punctuating deep night", + "style": "cinematic storm nocturnal cinematography" + }, + { + "subGenre": "Rainforest", + "scene": "Nocturnal jaguar hunt along a riverbank with low-slung mist and reflected moon (night)", + "sceneVariants": [ + "Nocturnal jaguar hunt along a riverbank with low-slung mist and reflected moon (night)", + "Silhouette of a large cat moving between mangled roots", + "Eyes reflecting faint torchlight as the predator pauses", + "A sudden dash across a shallow side channel", + "Tracks left in soft mud under moonlight" + ], + "actions": [ + "Jaguar creeping in careful silence with stalking posture", + "Small prey animals fleeing in scattered bursts", + "Reflections of movement breaking the river surface", + "A distant call disturbing the hush of midnight" + ], + "camera": "Low-angle stealthy tracking with thermal-highlight inserts and slow reveal", + "accents": [ + "cold moonlit rim-light emphasizing muscle sculpt", + "moody low-key shadows to heighten tension" + ], + "mood": "tense predatory focus", + "lighting": "cool moonlight with minimal artificial fill", + "style": "nocturnal wildlife suspense cinematography" + }, + { + "subGenre": "Rainforest", + "scene": "Canopy walkway sunrise with warm first light and hanging orchids (day)", + "sceneVariants": [ + "Canopy walkway sunrise with warm first light and hanging orchids (day)", + "A boardwalk threaded through the upper tree crowns", + "Birdsong crescendo as the sun clears the horizon", + "Motes of pollen drifting in backlit air", + "A small research station perched mid-canopy" + ], + "actions": [ + "Researchers recording bird calls and cataloging first arrivals", + "Hummingbirds blitzing nectar pockets in rapid bursts", + "Sunlight progressively warming moss and epiphytes", + "Gentle condensation dripping from bromeliads" + ], + "camera": "Slow-rise timelapse from walkway level to high canopy with macro insertions", + "accents": [ + "golden rim-light and warm color grading", + "soft bokeh on distant leaf layers" + ], + "mood": "optimistic curiosity", + "lighting": "warm early-morning sunlight", + "style": "human-nature observational cinematography" + }, + { + "subGenre": "Rainforest", + "scene": "Poison-dart frog micro-habitat with saturated tiny pools and leaf litter (day)", + "sceneVariants": [ + "Poison-dart frog micro-habitat with saturated tiny pools and leaf litter (day)", + "Vividly colored frogs perched on wet leaf surfaces", + "Close-up moss mats holding translucent rain beads", + "A narrow seep with dense invertebrate activity", + "Tiny cavernous root pockets hosting specialized communities" + ], + "actions": [ + "Frogs performing territorial calls and displays", + "Larval stages visible in shallow puddles", + "Ants and small arthropods patrolling the micro-territory", + "A slow chemical drip dissolving leaf tannins" + ], + "camera": "Extreme macro with shallow depth-of-field and exacting focus racks", + "accents": [ + "hyper-saturated micro-color palettes", + "reflective wet-surface micro-speculars" + ], + "mood": "intense scrutiny", + "lighting": "brightized micro-daylight using controlled diffuse sources", + "style": "high-detail micro wildlife cinematography" + }, + { + "subGenre": "Rainforest", + "scene": "Night market edge where indigenous community meets forest fringe with lanterns (night)", + "sceneVariants": [ + "Night market edge where indigenous community meets forest fringe with lanterns (night)", + "Clay pots and woven baskets under flickering lamps", + "Shadowed forest edge framing cultural exchange", + "A canopy silhouette with human silhouettes near firelight", + "Murmured barter echoing into the night" + ], + "actions": [ + "Elders telling stories while children cluster around lamps", + "Local crafts being displayed and inspected", + "Occasional insect buzz amplified by light", + "Soft percussion accompanying communal rhythms" + ], + "camera": "Intimate hand-held coverage with warm practical-light focus and measured wide shots", + "accents": [ + "warm lamp-driven highlights against cool background foliage", + "soft filmic grain to evoke earthy tactility" + ], + "mood": "cultural warmth", + "lighting": "localized warm artificial highlights in deep night", + "style": "ethnographic nocturnal portraiture" + }, + { + "subGenre": "Rainforest", + "scene": "Leaf-cutter ant highway crossing a sunlit forest floor revealing industrious networks (day)", + "sceneVariants": [ + "Leaf-cutter ant highway crossing a sunlit forest floor revealing industrious networks (day)", + "A single trail stretching into shadow and back to nest", + "Macro reveals of ant mandibles and coordinated load-bearing", + "Trail crossing a small footpath used by larger animals", + "A seasonal flush of leaf harvest activity" + ], + "actions": [ + "Ant columns carrying huge leaf segments in synchronous procession", + "Smaller parasitic insects hitchhiking on carried material", + "Predatory ants and spiders exploiting traffic lanes", + "Sun patches heating sections of the trail causing occasional stalls" + ], + "camera": "Ground-level macro tracking following a single ant's journey with lateral reveals", + "accents": [ + "high micro-detail and neutral natural color for behavior clarity", + "specular highlights on leaf surfaces and ant mandibles" + ], + "mood": "relentless industry", + "lighting": "dappled daytime light optimized for micro-behavior capture", + "style": "behavioral micro-ethology cinematography" + }, + { + "subGenre": "Rainforest", + "scene": "Canopy storm breakup at dusk with late sun shafts and dripping leaves (dusk)", + "sceneVariants": [ + "Canopy storm breakup at dusk with late sun shafts and dripping leaves (dusk)", + "Patches of bright sky punching through wet foliage", + "Puddles on walkway reflecting last light", + "A chorus of birds beginning evening calls", + "A lingering thunderhead to the west with amber rims" + ], + "actions": [ + "Dripping water creating shimmering vertical strings", + "Birds returning to roost in slow flurries", + "Local research team checking instruments after the storm", + "Mud and leaf debris sliding gently along small streams" + ], + "camera": "Slow crossfade timelapse from wet storm frames to calming sunset with subtle handheld elements", + "accents": [ + "warm-cool contrast grading to market the storm's end", + "moisture-driven glints on leaf surfaces" + ], + "mood": "relief and renewal", + "lighting": "mixed warm residual light and cool storm shadow", + "style": "weather-transition nature cinematography" + }, + { + "subGenre": "Rainforest", + "scene": "Floodplain oxbow at golden hour with herons and reflective channels (day)", + "sceneVariants": [ + "Floodplain oxbow at golden hour with herons and reflective channels (day)", + "Narrow channels reflecting sky and bank flora", + "A chorus of wading birds picking at exposed mud", + "Railings and small observation blinds for researchers", + "Reeds and sedges forming soft edges on the oxbow" + ], + "actions": [ + "Herons spearing fish with practiced strikes", + "Light breeze skimming shallow water creating ripples", + "Local children watching from a safe distance", + "A boat gliding slowly to avoid disturbing birds" + ], + "camera": "Medium lateral tracking with golden-hour emphasis on reflection and silhouette", + "accents": [ + "golden rim-light on reed tops", + "mirror-like water highlight to strengthen composition" + ], + "mood": "gentle contemplation", + "lighting": "warm golden-hour light emphasizing reflections", + "style": "serene wetland-corridor cinematography" + }, + { + "subGenre": "Rainforest", + "scene": "Night-time canopy with luminous beetle swarms and low-hung cloud (night)", + "sceneVariants": [ + "Night-time canopy with luminous beetle swarms and low-hung cloud (night)", + "Soft glowing insect swarms forming ephemeral curtains", + "Cloud bands threaded between emergent trunks", + "Distant thunderheads silhouetted against the horizon", + "Occasional lanterns from canopy researchers visible" + ], + "actions": [ + "Beetles flashing in synchronous pulses", + "Cloud bands slowly rolling through crown layers", + "Fieldworkers moving quietly with headlamps mapping insect activity", + "Low wind stirring slow silhouetted motion" + ], + "camera": "Long-exposure capture mixed with real-time inserts to show insect pulse dynamics", + "accents": [ + "neon micro-glows against deep shadow", + "soft diffused halo around low cloud strata" + ], + "mood": "alien wonder", + "lighting": "low natural bioluminescent and residual atmospheric light", + "style": "nocturnal spectacle cinematography" + }, + { + "subGenre": "Rainforest", + "scene": "Edge of a canopy gap where selective logging meets regrowth with human traces (day)", + "sceneVariants": [ + "Edge of a canopy gap where selective logging meets regrowth with human traces (day)", + "Newly planted plots adjacent to mature forest", + "Cut stumps adorned with moss and early colonizer plants", + "Paths and skid trails intersecting natural footways", + "A small rehabilitation nursery with shade frames" + ], + "actions": [ + "Workers planting native seedlings and marking plots", + "Regenerating pioneer species sprouting vigorously", + "Wildlife cautiously returning to edge zones", + "Researchers measuring regrowth rates and soil recovery" + ], + "camera": "Documentary-style observational coverage with medium shots and close process cutaways", + "accents": [ + "balanced natural color grading for investigative clarity", + "micro-detail on seedling leaves and stump bark" + ], + "mood": "hopeful recovery", + "lighting": "even daylight emphasizing ecological detail", + "style": "restoration documentary cinematography" + }, + { + "subGenre": "Rainforest", + "scene": "Night-time vine tangles with predatory spiders and dew-laden webs (night)", + "sceneVariants": [ + "Night-time vine tangles with predatory spiders and dew-laden webs (night)", + "Webs beaded with dew resembling strings of pearls", + "A giant orb-weaver stationing at the hub", + "Moths trapped in shimmering snares", + "A close-up of silk-threaded prey struggle" + ], + "actions": [ + "Spiders repairing and feeding at hub positions", + "Moths and small insects struggling in sticky threads", + "Dew condensing on web strands and shaking free in micro-oscillations", + "Occasional frog or small lizard snatching trapped prey" + ], + "camera": "Macro low-light tracking with precise micro-focus racks on silk and prey dynamics", + "accents": [ + "crisp micro-speculars on dew beads", + "soft focused glow on web halos" + ], + "mood": "tense micro-drama", + "lighting": "cool nocturnal light with torch-assisted micro-illumination", + "style": "intimate nocturnal macro cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/nature_rivers.json b/src/data/nature_rivers.json new file mode 100644 index 0000000..ff39335 --- /dev/null +++ b/src/data/nature_rivers.json @@ -0,0 +1,429 @@ +{ + "nature": [ + { + "subGenre": "Rivers", + "scene": "Mountain stream tumbling over granite", + "sceneVariants": [ + "Mountain stream tumbling over granite", + "Clear alpine creek braided among boulders", + "Cold ribbon of water cutting through scree", + "Miniature waterfalls cascading into plunge pools", + "Snowmelt-fed channel winding between pines" + ], + "actions": [ + "Water tumbling and frothing around rocks", + "Spray catching sun as micro-rainbows", + "Trout darting in clear eddies", + "A hiker pausing on a stone to watch flow" + ], + "camera": "Low handheld over-stream slider with macro inserts on flowing eddies", + "accents": [ + "crystalline splash micro-highlights", + "tiny prism rainbows in spray" + ], + "mood": "invigorating clarity", + "lighting": "bright mid-morning with crisp speculars", + "style": "natural documentary macro-to-wide" + }, + { + "subGenre": "Rivers", + "scene": "Wide slow meander through a pastoral valley", + "sceneVariants": [ + "Wide slow meander through a pastoral valley", + "Sinuous river reflecting open sky", + "Cattle grazing at a bend", + "Willow-fringed oxbows and reed beds", + "A wooden footbridge spanning a calm reach" + ], + "actions": [ + "Water lazily eddying around a bank", + "A farmer guiding livestock to the water", + "Swallows skimming for insects above the surface", + "A canoe gliding past in near-silence" + ], + "camera": "Slow lateral crane revealing successive bends and pastoral context", + "accents": [ + "mirror-like reflections doubling composition", + "soft pastoral haze in distance" + ], + "mood": "gentle leisure", + "lighting": "warm golden-hour fill with soft shadows", + "style": "pastoral cinematic, wide" + }, + { + "subGenre": "Rivers", + "scene": "Urban river at dusk with neon reflections", + "sceneVariants": [ + "Urban river at dusk with neon reflections", + "Bridges arching over glassy polluted water", + "Riverside cafes and string lights", + "Boats moored beside concrete embankments", + "Graffiti-lined retaining walls" + ], + "actions": [ + "Neon signs shimmering in ripples", + "Kayaks passing under lit bridges", + "Commuters strolling along the quay", + "A ferry slipping silently through reflections" + ], + "camera": "Stabilized handheld close to waterline, slow push under a bridge", + "accents": [ + "colorful neon streaks stretching on the surface", + "subtle urban film grain" + ], + "mood": "moody urban intimacy", + "lighting": "cool twilight with warm artificial accents", + "style": "noir-tinged urban cinematography" + }, + { + "subGenre": "Rivers", + "scene": "Braided river across a glacial plain", + "sceneVariants": [ + "Braided river across a glacial plain", + "Multiple channels weaving through gravel bars", + "Pale milky water from glacial flour", + "Low sedge islands between threads", + "Wide shallow sheets reflecting an open sky" + ], + "actions": [ + "Channels shifting slowly with seasonal flow", + "Waders probing shallow margins", + "Sediment swirling in pale eddies", + "Birds hopping between gravel bars" + ], + "camera": "Aerial glide with high oblique to show braid geometry", + "accents": [ + "desaturated background to emphasize pale river", + "high micro-contrast on gravel texture" + ], + "mood": "geologic patience", + "lighting": "cool daylight with broad soft shadows", + "style": "epic topographic documentary" + }, + { + "subGenre": "Rivers", + "scene": "Rapid-filled whitewater gorge", + "sceneVariants": [ + "Rapid-filled whitewater gorge", + "Narrow channel funneling into frothing rapids", + "Spray-drenched cliffs and boulder gardens", + "Raft teams navigating a turbulent chute", + "Echoing canyon walls tuning the roar" + ], + "actions": [ + "Boats punching through waves and holes", + "Water exploding over submerged ledges", + "Adrenaline-fueled paddler commands and splashes", + "Occasional swimmers flailing before being pulled out" + ], + "camera": "Helmet/raft-mounted action cam with occasional stabilized chase shot", + "accents": [ + "frozen spray droplets as micro-sparkles", + "high-contrast white highlights in foam" + ], + "mood": "adrenalized intensity", + "lighting": "contrasty daylight with specular highlights", + "style": "action sports documentary" + }, + { + "subGenre": "Rivers", + "scene": "Misty dawn river with low-lying fog", + "sceneVariants": [ + "Misty dawn river with low-lying fog", + "Silhouetted trees emerging from mist", + "Fishermen in small skiffs drifting slowly", + "Waterfowl calling through softened air", + "Piers dissolving into white haze" + ], + "actions": [ + "Fog lifting in slow curtains revealing banks", + "A lone rower moving silently through vapor", + "Ripples disrupting perfect mirror surfaces", + "Distant dog bark echoing along the bank" + ], + "camera": "Low slider barely above water capturing layered fog depth", + "accents": [ + "soft volumetric diffusion", + "warm rim glow on emerging subjects" + ], + "mood": "quiet contemplation", + "lighting": "soft pre-dawn with pastel highlights", + "style": "meditative cinematic" + }, + { + "subGenre": "Rivers", + "scene": "Tidal river mouth where river meets sea", + "sceneVariants": [ + "Tidal river mouth where river meets sea", + "Ebb and flood reversing surface flow", + "Mudflats and exposed channels at low tide", + "Seabirds concentrated at the confluence", + "Silty water mixing with clear river stream" + ], + "actions": [ + "Tidal bore sweeping upstream (if present)", + "Sediment plumes swirling into the estuary", + "Fishermen hauling nets at the tide line", + "Boats riding the changing current" + ], + "camera": "Long lateral drone with periodic low-angle shore inserts", + "accents": [ + "mud-sheen speculars on wet flats", + "subtle color shift where water mixes" + ], + "mood": "dynamic boundary", + "lighting": "variable golden/blue mixed light depending on tide time", + "style": "ecological documentary" + }, + { + "subGenre": "Rivers", + "scene": "Oxbow lake and cut-off meander in a floodplain", + "sceneVariants": [ + "Oxbow lake and cut-off meander in a floodplain", + "Still isolated water ringed by reeds", + "Dragonfly-filled margins and lily pads", + "A narrow reed cottage path to the water", + "Reflections of distant storm clouds in the oxbow" + ], + "actions": [ + "Frog calls and insect shimmer around edges", + "Sun glinting off still water patches", + "A heron taking off with slow wingbeats", + "Subtle wind ripples adding texture" + ], + "camera": "Ground-level close dolly around the oxbow with macro inserts", + "accents": [ + "mirror-like stillness for strong symmetry", + "soft micro-bokeh on foreground reeds" + ], + "mood": "secluded calm", + "lighting": "soft afternoon with gentle contrast", + "style": "intimate natural portrait" + }, + { + "subGenre": "Rivers", + "scene": "Frozen river with thin ice and winter fog", + "sceneVariants": [ + "Frozen river with thin ice and winter fog", + "Ice-slick channels and snow-dusted banks", + "Silhouetted bare-branched trees", + "Thin fog curling off open water patches", + "Tracks of animals bridging frozen stretches" + ], + "actions": [ + "Ice cracking faintly near open leads", + "A fox or otter slipping along the edge", + "Steam-like fog unraveling as sun rises", + "Footprints sinking into fresh snow by the bank" + ], + "camera": "Low sled-mounted track with occasional macro on ice detail", + "accents": [ + "icy crystalline speculars", + "cool blue shadow push for winter tonality" + ], + "mood": "quiet austere", + "lighting": "pale low-angle winter light", + "style": "cold documentary realism" + }, + { + "subGenre": "Rivers", + "scene": "Subterranean river in a limestone cave", + "sceneVariants": [ + "Subterranean river in a limestone cave", + "Black water threading under stalactites", + "Reflected cave textures in still pools", + "Soft drip-lines above a hidden current", + "Bioluminescent algae (stylized) glowing faintly" + ], + "actions": [ + "Water moving in silent slow current", + "Drips creating concentric ripples", + "A spelunker exploring with small beam", + "Sediment swirling near submerged passages" + ], + "camera": "Tight low ROV/still camera with cautious push toward passage", + "accents": [ + "concentrated warm beam lighting for texture", + "soft speculars on wet stone faces" + ], + "mood": "secretive mystery", + "lighting": "selective low-key beam lighting with deep blacks", + "style": "moody exploratory cinematography" + }, + { + "subGenre": "Rivers", + "scene": "Flooded rainforest river with high water", + "sceneVariants": [ + "Flooded rainforest river with high water", + "Trees submerged to their lower trunks", + "Floating vegetation mats drifting past", + "Canoes maneuvering through forest channels", + "Aerial canopy glimpses of winding water below" + ], + "actions": [ + "Branches and debris flowing in the current", + "Monkeys and birds moving along emergent canopy", + "Paddlers poling through narrow channels", + "Predatory fish leaping near surface" + ], + "camera": "High aerial to low boat transition showing canopy-to-water relationship", + "accents": [ + "deep green color push and glossy water reflections", + "soft humidity bloom to enhance atmosphere" + ], + "mood": "lush wild intensity", + "lighting": "dappled filtered light through dense canopy", + "style": "immersive jungle documentary" + }, + { + "subGenre": "Rivers", + "scene": "Historic mill race winding through an old village", + "sceneVariants": [ + "Historic mill race winding through an old village", + "Stone mill wheel churning in a controlled sluice", + "Arching bridge and cobbled banks", + "Wooden flumes and sluice gates", + "Moss-covered stones and old signage" + ], + "actions": [ + "Water powering the wheel with rhythmic thump", + "Local villagers tending a riverside garden", + "A child skipping stones across a calm pool", + "Crows hopping along the mill tailrace" + ], + "camera": "Slow stabilized dolly along the flume with tight wheel inserts", + "accents": [ + "warm textural boost on aged wood and stone", + "soft film vignette to evoke nostalgia" + ], + "mood": "historic charm", + "lighting": "even late-morning light with warm fills", + "style": "heritage documentary" + }, + { + "subGenre": "Rivers", + "scene": "Wide braided delta spilling into a sunlit sea", + "sceneVariants": [ + "Wide braided delta spilling into a sunlit sea", + "Mudflats dotted with migratory birds", + "Channels shifting across a huge fan", + "Sediment-rich water meeting clear ocean", + "Fisherfolk casting nets from shallow skiffs" + ], + "actions": [ + "Sediment plumes swirling as waters mix", + "Birds feeding at the nutrient edge", + "Local boats navigating shallow shifting channels", + "Tide pushing saline water up narrow arms" + ], + "camera": "High oblique aerial with slow parallax across channels", + "accents": [ + "textural emphasis on deltas' braided geometry", + "soft warm haze to give scale depth" + ], + "mood": "productive abundance", + "lighting": "bright sun with soft atmospheric perspective", + "style": "ecological aerial study" + }, + { + "subGenre": "Rivers", + "scene": "Night river with glassy black water and star reflections", + "sceneVariants": [ + "Night river with glassy black water and star reflections", + "Lantern-lit boats drifting slowly", + "Fireflies over the bank trailing thin lights", + "Quiet villages with windows reflecting on the river", + "Moonlight creating a silver streak down the channel" + ], + "actions": [ + "Lantern flicker mirrored on the surface", + "A solitary boat oars creating tiny ripples", + "Faint nocturnal animals calling from the shore", + "Stars slowly moving in long-exposure captures" + ], + "camera": "Long-exposure stabilized night pan with low perspective", + "accents": [ + "pinpoint highlight preservation for stars", + "warm local light painting foreground silhouettes" + ], + "mood": "nocturnal stillness", + "lighting": "low-key moonlight with selective warm accents", + "style": "nocturnal cinematic portrait" + }, + { + "subGenre": "Rivers", + "scene": "Seasonal thaw river swelling in spring", + "sceneVariants": [ + "Seasonal thaw river swelling in spring", + "Fast-mobilized flow pushing ice floes", + "High muddy water overtopping low banks", + "Buds and early green appearing on shoreline", + "Debris lines marking high-water marks" + ], + "actions": [ + "Ice breaking into moving rafts", + "Powerful currents rearranging gravel bars", + "Volunteers shoring up vulnerable fields", + "Water-borne logs bumping shallow shoals" + ], + "camera": "Dynamic rising drone and ground mix to show force and scale", + "accents": [ + "high clarity on turbulence detail", + "muddy warm color grading on suspended sediment" + ], + "mood": "energetic renewal", + "lighting": "bright variable spring light with chance of dramatic clouds", + "style": "seasonal ecological reportage" + }, + { + "subGenre": "Rivers", + "scene": "Willow-lined suburban river with kayaking activity", + "sceneVariants": [ + "Willow-lined suburban river with kayaking activity", + "Tree canopies forming green tunnels", + "Families picnicking on grassy banks", + "Paddlers threading between low bridges", + "Urban park bridges crossing the calm flow" + ], + "actions": [ + "Kayaks carving gentle wakes", + "Children launching paper boats", + "Joggers pausing to watch waterfowl", + "Boaters tying up at small floating docks" + ], + "camera": "Gimbal-follow from bank to water with occasional POV paddle inserts", + "accents": [ + "warm green push and leafy rim-light", + "soft filmic texture for human warmth" + ], + "mood": "recreational ease", + "lighting": "late-afternoon park light with warm fill", + "style": "lifestyle documentary" + }, + { + "subGenre": "Rivers", + "scene": "Canyon river carving through red rock", + "sceneVariants": [ + "Canyon river carving through red rock", + "Sheer walls reflecting in slow pools", + "Narrow rapids threading a basalt throat", + "A trail carved into cliffside above the water", + "Oolite and strata visible in near-vertical banks" + ], + "actions": [ + "Water churning through narrow bends", + "Climbers and hikers traversing rim trails", + "Erosion patterns revealing geological history", + "A kayaker threading a challenging drop" + ], + "camera": "Telephoto from rim compressing scale combined with occasional raft cam", + "accents": [ + "warm ochre push on stone faces", + "strong vertical light emphasizing canyon walls" + ], + "mood": "ancient momentum", + "lighting": "high-contrast directional light with deep canyon shadows", + "style": "geologic cinematic" + } + ] +} \ No newline at end of file diff --git a/src/data/nature_savannah.json b/src/data/nature_savannah.json new file mode 100644 index 0000000..cd4f304 --- /dev/null +++ b/src/data/nature_savannah.json @@ -0,0 +1,404 @@ +{ + "nature": [ + { + "subGenre": "Savannah", + "scene": "Golden grass plains at sunrise with lone acacia silhouette", + "sceneVariants": [ + "Golden grass plains at sunrise with lone acacia silhouette", + "Long rolling grasslands glowing in morning haze", + "A distant hill dotted with scattered trees", + "Mist hugging the ground as sun breaks over horizon", + "A line of termite mounds casting long shadows" + ], + "actions": [ + "Grass stems swaying in a slow warm breeze", + "A lone gazelle punctuating the skyline with a jump", + "Sun rising and cutting shafts of gold through mist", + "A ranger walking a ridge surveying the plain" + ], + "camera": "Low-angle dolly tracking along grass with telephoto pull to compress distance", + "accents": [ + "golden rim-light on grass blades for luminance enhancement", + "soft atmospheric haze to give depth and warmth" + ], + "mood": "tranquil awakening", + "lighting": "warm golden-hour edge light with soft fill", + "style": "cinematic wide-aspect landscape" + }, + { + "subGenre": "Savannah", + "scene": "Elephant herd moving across a dusty waterhole at midday", + "sceneVariants": [ + "Elephant herd moving across a dusty waterhole at midday", + "Matriarch leading juveniles through shallow water", + "Dust clouds rising with slow ponderous steps", + "Trunks spraying and cooling on a hot plain", + "Close-up of textured skin against bright sky" + ], + "actions": [ + "Trunks scooping water and sending droplets flying", + "Calves playfully nudging each other near older elephants", + "Dust kicked up creating warm-toned volumetric shafts", + "Slow coordinated movement across open ground" + ], + "camera": "Medium crane with steady slow push-in on matriarch, occasional hand-held texture shots", + "accents": [ + "warm dust haze catching backlight", + "high micro-detail on skin and water droplets" + ], + "mood": "majestic community", + "lighting": "harsh midday sun softened by dust diffusion", + "style": "natural-history documentary portrait" + }, + { + "subGenre": "Savannah", + "scene": "Lion pride in late afternoon lounging on a termite mound", + "sceneVariants": [ + "Lion pride in late afternoon lounging on a termite mound", + "Young cubs tumbling at the base while adults rest", + "A male yawning to reveal impressive canines", + "Silhouettes sharp against a sinking sun", + "Close grooming behavior between pride members" + ], + "actions": [ + "Cubs play-fighting and pouncing in the grass", + "Adults scanning horizon with languid heads up", + "A slow stretch followed by collective rising", + "Tail flicks and social grooming" + ], + "camera": "Telephoto slow push with focus pulls between adults and cubs", + "accents": [ + "warm cinematic rim-light emphasizing mane texture", + "soft filmic grain for tactile wildlife atmosphere" + ], + "mood": "laid-back tension", + "lighting": "golden-hour low-angle with long shadows", + "style": "epic wildlife portrait" + }, + { + "subGenre": "Savannah", + "scene": "Dramatic thunderstorm rolling over the savannah", + "sceneVariants": [ + "Dramatic thunderstorm rolling over the savannah with dark clouds", + "Lightning stitching across a brooding sky", + "Wind bending grass into waves", + "A lone baobab standing against the storm", + "Rain curtains sweeping the horizon" + ], + "actions": [ + "Thunder rumbling and distant lightning forks", + "Animals seeking shelter or hunkering down", + "Gusts whipping leaves and creating kinetic grass motion", + "Rain starting as fine lines then thickening into sheets" + ], + "camera": "Wide aerial pullback to reveal storm scale with occasional stabilized closeups", + "accents": [ + "high-contrast cloud-to-ground light separation", + "dramatic specular highlights on wet foliage" + ], + "mood": "tense grandeur", + "lighting": "low-key storm light with sharp highlights during lightning", + "style": "cinematic weather-driven drama" + }, + { + "subGenre": "Savannah", + "scene": "Dawn migration with massive herds moving toward salt pans", + "sceneVariants": [ + "Dawn migration with massive herds moving toward salt pans", + "Waves of animals cresting distant ridgelines", + "Trampled paths and swirling dust pockets", + "Aerial lines forming geometric herd patterns", + "Predators watching migration edges from hidden vantage" + ], + "actions": [ + "Continuous forward movement creating rhythmic hoof beats", + "Dust clouds billowing with coordinated herd shifts", + "Migration rhythm punctuated by sudden bursts of sprint", + "Birds riding on backs and swooping between legs" + ], + "camera": "High-altitude drone tracking parallel to herd with zoom-ins on micro-interactions", + "accents": [ + "warm dust-gold grading for cinematic cohesion", + "subtle motion-blur trails to emphasize movement" + ], + "mood": "relentless journey", + "lighting": "soft dawn glow with cool blue shadow undercuts", + "style": "grand-scale documentary cinematography" + }, + { + "subGenre": "Savannah", + "scene": "Baobab grove at sunset with silhouettes and vibrant sky", + "sceneVariants": [ + "Baobab grove at sunset with silhouettes and vibrant sky", + "Close trunks with ancient bark textures", + "Children playing near tree shadows", + "Stars beginning to appear as sky deepens", + "Firefly-like insects around lower branches" + ], + "actions": [ + "Sun lowering and painting trunks with rim-light", + "Wind whispering through sparse canopy", + "Local villagers moving home along a path", + "Crickets and insect chorus growing as light fades" + ], + "camera": "Slow crane and gimbal combination circling key baobabs with telephoto compression", + "accents": [ + "deep saturated sunset gradients for dramatic luminance", + "high micro-detail on bark and textured silhouettes" + ], + "mood": "ancient calm", + "lighting": "rich sunset color with cool under-shadow fill", + "style": "poetic landscape cinematography" + }, + { + "subGenre": "Savannah", + "scene": "Night-time acacia silhouettes under a star-swept Milky Way", + "sceneVariants": [ + "Night-time acacia silhouettes under a star-swept Milky Way", + "Campfire glow dotting distant horizon", + "Soft lunar wash revealing distant shapes", + "Nocturnal animals occasionally moving through frame", + "Time-lapse star trails circling zenith" + ], + "actions": [ + "Long-exposure star movement over static trees", + "A lone animal crossing caught in torchlight", + "Soft wind rustling grass captured in low-light motion", + "Campfire embers drifting upward in a warm plume" + ], + "camera": "Time-lapse stitched with static wide-night exposures and subtle foreground light-painting", + "accents": [ + "high-contrast celestial luminance versus deep silhouettes", + "soft low-light grain to add atmosphere" + ], + "mood": "silent wonder", + "lighting": "starlight and subtle warm camp accents", + "style": "nocturnal landscape photography" + }, + { + "subGenre": "Savannah", + "scene": "Cheetah sprint over flattened grass in pursuit at golden hour", + "sceneVariants": [ + "Cheetah sprint over flattened grass in pursuit at golden hour", + "Blurred grass streaks and compressed background", + "Close muzzle and focused eyes in hunting mode", + "Successful pounce and celebratory behavior", + "Cheetah panting, cooling after exertion" + ], + "actions": [ + "Explosive high-speed run between sparse termite mounds", + "Short bursts followed by rest and licks", + "Distracted birds exploding off ground", + "Camouflage and sudden acceleration from stalking posture" + ], + "camera": "High-frame-rate gimbal with tracking telephoto and motion-stabilized inserts", + "accents": [ + "crisply frozen micro-droplets and hair detail on slow-mo", + "warm rim-light to enhance muscular definition" + ], + "mood": "adrenaline and focus", + "lighting": "golden-hour side-light for sculpted motion", + "style": "high-speed wildlife cinematography" + }, + { + "subGenre": "Savannah", + "scene": "Dawn market on a savannah edge with local traders and color", + "sceneVariants": [ + "Dawn market on a savannah edge with local traders and color", + "Baskets of produce arranged on cloths", + "Early sun glinting on handmade pots and brass", + "Children weaving through stalls with playful energy", + "Cook fires emitting soft morning smoke" + ], + "actions": [ + "Vendors arranging goods and greeting early customers", + "Hands exchanging change and small wrapped items", + "Steam rising from simple breakfast pots", + "Elderly storytellers gesturing to groups" + ], + "camera": "Handheld roaming with intimate close-ups of hands and faces, intercut with wide establishing shots", + "accents": [ + "warm local color saturation to amplify culture", + "soft selective highlights on crafted surfaces" + ], + "mood": "humble vitality", + "lighting": "gentle morning light with warm fill", + "style": "human-centric documentary" + }, + { + "subGenre": "Savannah", + "scene": "Floodplain after seasonal rains with temporary water channels", + "sceneVariants": [ + "Floodplain after seasonal rains with temporary water channels", + "Reflections of sky in shallow pools", + "Reeds and grasses gleaming with moisture", + "Migratory birds probing muddy edges", + "Small islands of higher ground dotted with scrub" + ], + "actions": [ + "Water slowly meandering between grass clumps", + "Waders probing for food with rhythmic pecks", + "Frogs and insects beginning intense choruses", + "Sunlight sparkling on small wavelets" + ], + "camera": "Low waterline glide with reflective split-frame inserts", + "accents": [ + "heightened specular highlights for wet surfaces", + "cool-to-warm grade separation for depth" + ], + "mood": "renewed abundance", + "lighting": "soft midday light with sparkling speculars", + "style": "naturalistic environmental portrait" + }, + { + "subGenre": "Savannah", + "scene": "Open grassland with termite mound micro-ecosystems and insects", + "sceneVariants": [ + "Open grassland with termite mound micro-ecosystems and insects", + "Close ants and beetles moving across warm dirt", + "Lizards basking on warm mounds", + "A small bird perched atop a termite castle", + "Patterns of small-life activity surrounding mounds" + ], + "actions": [ + "Insect traffic creating living movement lines", + "Birds darting to snatch emerging insects", + "Micro-winds lifting fine dust from mounds", + "Sun heating surfaces and creating shimmering micro-hashes" + ], + "camera": "Macro slider with shallow depth-of-field and gentle push-ins", + "accents": [ + "ultra-macro clarity on insect anatomy", + "tiny specular sparkles to sell micro-luminance" + ], + "mood": "intricate smallness", + "lighting": "tight warm key with subtle backlight", + "style": "micro-ecology cinematography" + }, + { + "subGenre": "Savannah", + "scene": "Riparian strip with acacias and a slow-moving river", + "sceneVariants": [ + "Riparian strip with acacias and a slow-moving river", + "Reflections of trees and sky in calm bends", + "Hippos submerged with only nostrils visible", + "Fishermen or local people on small canoes", + "Riverine vegetation creating a green ribbon through grassland" + ], + "actions": [ + "Water gently lapping at grassy banks", + "Birds taking off in startled flocks", + "Hippos exhaling and submerging in rhythm", + "Fishermen casting and retrieving simple nets" + ], + "camera": "Split above/below with slow glide along riverbank and telephoto wildlife inserts", + "accents": [ + "saturated river-green to contrast golden savannah", + "soft mirrored reflections to enhance luminance" + ], + "mood": "calm sustenance", + "lighting": "midday soft light with reflective fill", + "style": "documentary river portrait" + }, + { + "subGenre": "Savannah", + "scene": "Early-morning predator-prey standoff around a watering hole", + "sceneVariants": [ + "Early-morning predator-prey standoff around a watering hole", + "Antelope frozen at margin as predator watches from cover", + "Tension-laden silence with small ripple sounds", + "Wind-blown reeds marking motionless scene", + "Strobed light through low mist making silhouettes" + ], + "actions": [ + "Predator inching forward with measured steps", + "Prey alternating sips and nervous scans", + "A sudden burst of motion sending water plumes", + "Vocal alarm calls breaking the quiet" + ], + "camera": "Telephoto static then whip-pan during burst of action, with high-frame-rate slow-mo on pounce", + "accents": [ + "tight shadow sculpting to increase tension", + "subtle motion trails during acceleration" + ], + "mood": "tense anticipation", + "lighting": "low-angle dawn contrast with soft rim", + "style": "tense wildlife cinematography" + }, + { + "subGenre": "Savannah", + "scene": "Savannah at midday with shimmering heat haze and distant mirages", + "sceneVariants": [ + "Savannah at midday with shimmering heat haze and distant mirages", + "Wavy hot-air distortion over open plains", + "Distant trees appearing bent by heat", + "A solitary termite mound radiating heat haze", + "A road or track seeming to melt into the horizon" + ], + "actions": [ + "Air shimmer warping distant silhouettes", + "Animals seeking shade under rare trees", + "A vehicle's heat-wobble visible on the horizon", + "A slow pan emphasizing empty, vast scale" + ], + "camera": "Long lens compression with low-to-ground heat-warp foreground", + "accents": [ + "soft thermal shimmer and slightly desaturated midtones", + "micro-detail on sun-bleached grass and cracked soil" + ], + "mood": "sparse quiet intensity", + "lighting": "harsh high-noon light with strong heat-luminance", + "style": "desert-edge landscape cinematography" + }, + { + "subGenre": "Savannah", + "scene": "Scattered kopje outcrops creating micro-habitats amid grassland", + "sceneVariants": [ + "Rocky kopjes rising above grass, hosting unique plant pockets", + "Small caves and crevices offering shade for animals", + "Perches used by raptors to survey prey", + "Lichen and small succulents finding niches in cracks", + "A sunrise silhouette of an iconic kopje" + ], + "actions": [ + "Birds launching from rock perches to hunt", + "Baboons or small mammals hopping between rocks", + "Photographers climbing for perspective shots", + "Sunlight slicing across rough granite textures" + ], + "camera": "Medium telephoto with rock-level macro inserts", + "accents": [ + "warm granite micro-highlights and deep shadow carving", + "fine-grain on lichen and weathered surfaces" + ], + "mood": "textured solitary refuge", + "lighting": "soft-to-strong day lighting depending on angle", + "style": "micro-landscape editorial" + }, + { + "subGenre": "Savannah", + "scene": "Seasonal termite alate swarming at dusk filling the air", + "sceneVariants": [ + "Clouds of winged termites rising at dusk in a mating swarm", + "Bats and birds feasting on the aerial bounty", + "A sudden ground littering of wings near light sources", + "Local village activity reacting to the event", + "A shimmering haze from the mass of insects" + ], + "actions": [ + "Swarms pulsing and dispersing with wind shifts", + "Predators opportunistically hunting around light poles", + "People gathering to collect and roast alates (local practice)", + "Slow drone sweeps showing scale of the swarm" + ], + "camera": "Low-light handheld and macro inserts with high-ISO clarity", + "accents": [ + "soft dusk rim-light catching wing glints", + "micro-detail on wing texture and falling patterns" + ], + "mood": "primal abundance", + "lighting": "twilight with warm practicals", + "style": "ethno-natural documentary" + } + ] +} \ No newline at end of file diff --git a/src/data/nature_storms.json b/src/data/nature_storms.json new file mode 100644 index 0000000..59d8d96 --- /dev/null +++ b/src/data/nature_storms.json @@ -0,0 +1,579 @@ +{ + "nature": [ + { + "subGenre": "Storms", + "scene": "Open ocean thunderstorm with towering cumulonimbus and a blackened horizon (day)", + "sceneVariants": [ + "Open ocean thunderstorm with towering cumulonimbus and a blackened horizon (day)", + "Close line of storm cells advancing over a dark sea", + "Ragged shelf cloud rolling along the leading edge", + "Wind-swept whitecaps beneath a low anvil", + "Rain curtains stabbing down to the ocean like curtains" + ], + "actions": [ + "Sheets of rain detonating on the water surface in slow-motion", + "Lightning forks repeatedly striking distant swell crests", + "A research vessel pitching and trimming to keep station", + "Seabirds swirling in turbulent thermals near cloud base" + ], + "camera": "Stabilized long-lens from a safe distance with occasional high-frame-rate inserts of water impact", + "accents": [ + "slick specular highlights on water in storm light", + "deep contrast between black clouds and illuminated rain curtains" + ], + "mood": "raw, elemental tension", + "lighting": "high-contrast daylight punctuated by dark storm shadow", + "style": "cinematic weather reportage" + }, + { + "subGenre": "Storms", + "scene": "Coastal lightning storm at night with staccato forks reflecting off wet streets (night)", + "sceneVariants": [ + "Coastal lightning storm at night with staccato forks reflecting off wet streets (night)", + "Rapid-fire storm cells over a harbor", + "Neon signs washed by luminous sky strikes", + "Wet cobbles reflecting dramatic flashes", + "Silhouetted cranes punctuating the skyline" + ], + "actions": [ + "Synchronized lightning forks illuminating the cityscape", + "Rain sheet blurring distant car lights into streaks", + "People huddling under awnings as flashes momentarily reveal expressions", + "Seagulls and terns sheltering under boats, flapping nervously" + ], + "camera": "Long-exposure timelapse with high-speed lightning-triggered stills", + "accents": [ + "sharp white-blue flash rim-light on wet surfaces", + "soft bloom around urban lamps to increase atmosphere" + ], + "mood": "electric danger", + "lighting": "near-dark punctuated by intense lightning flashes (night)", + "style": "nocturnal storm cinematography" + }, + { + "subGenre": "Storms", + "scene": "Desert haboob rolling like a living wall of ochre dust across a dry plain (day)", + "sceneVariants": [ + "Desert haboob rolling like a living wall of ochre dust across a dry plain (day)", + "A column of dust devouring a distant road", + "Low dark horizon where dust meets sky", + "Camels and caravans huddled on the lee side of dunes", + "Vegetation abruptly disappearing into a brown wall" + ], + "actions": [ + "Sand gusts lifting into ribboned plumes ahead of the wall", + "Vehicles switching to low-beam and inching forward", + "Wind instruments and flags snapping violently", + "Eyes squinting and cloths tied across faces to brace the oncoming blow" + ], + "camera": "Wide lateral tracking to show advance, with close wind-blown texture inserts", + "accents": [ + "golden dust scattering light into a diffuse warm haze", + "sharp particulate micro-texture on foreground objects" + ], + "mood": "oppressive awe", + "lighting": "diffuse orange-brown haze with very low horizontal visibility", + "style": "documentary extreme-weather cinematography" + }, + { + "subGenre": "Storms", + "scene": "Mountain thunderstorm with lenticular clouds and corrosive downbursts (day)", + "sceneVariants": [ + "Mountain thunderstorm with lenticular clouds and corrosive downbursts (day)", + "Cumulonimbus forming rapidly over a jagged ridge", + "Vortex-like downrushes shearing the tree line", + "Isolated lightning pillars striking near cliff faces", + "Dust and needle-ice swirling on exposed shoulders" + ], + "actions": [ + "Microburst gusts flattening small stands of vegetation", + "Hikers hastily seeking shelter in rock overhangs", + "A sudden drop in temperature visible as breath", + "Rocks and debris rattling in the gust" + ], + "camera": "High-frame-rate rotor-stabilized pass with protected lensing for close gust detail", + "accents": [ + "cold bluish rim-light on descending shafts", + "crisp airborne particle detail showing turbulence" + ], + "mood": "tense urgency", + "lighting": "variable daylight with hard, sudden shadows and bright shafts", + "style": "high-energy mountain weather cinematography" + }, + { + "subGenre": "Storms", + "scene": "Urban flash-flood scene where streets turn into churning brown rivers (day)", + "sceneVariants": [ + "Urban flash-flood scene where streets turn into churning brown rivers (day)", + "Cars half-submerged under a raging runoff", + "Shopfronts barricaded against lashing water", + "Traffic lights with only their reflections visible", + "People abseiling from balconies to reach higher ground" + ], + "actions": [ + "Water surging through intersections carrying debris", + "Rescue teams deploying ropes and inflatable craft", + "Shopkeepers dragging goods to higher shelves mid-flow", + "Helicopter searchlights sweeping churning canals of street-water" + ], + "camera": "Documentary-style stabilized wide with high-frame-rate close-ups for debris motion", + "accents": [ + "slick wet-surface speculars creating mirrored chaos", + "muted desaturated midtones for a reportage aesthetic" + ], + "mood": "urgent human crisis", + "lighting": "overcast daylight with deep wet reflections", + "style": "crisis response cinematography" + }, + { + "subGenre": "Storms", + "scene": "Tropical cyclone from aerial perspective showing spiral bands and an emergent eye (day)", + "sceneVariants": [ + "Tropical cyclone from aerial perspective showing spiral bands and an emergent eye (day)", + "Curving banded clouds with violent convective towers", + "An intact eye surrounded by a dense eyewall", + "Coastal inundation visible where waves overtop protective barriers", + "A satellite-like wide shot framing the system over ocean" + ], + "actions": [ + "Massive updrafts fueling towering cumulonimbus", + "Coastal surge rushing landward obliterating low infrastructure", + "Aircraft reconnaissance sampling pressure and humidity", + "Flocking seabirds moving away from the storm core" + ], + "camera": "High-altitude aerial sweep with stabilized zooms into eyewall detail and satellite composite inserts", + "accents": [ + "high-definition cloud texture contrast", + "whitecaps and foam streaks on an agitated ocean surface" + ], + "mood": "overwhelming scale", + "lighting": "diffuse storm daylight with high cloud albedo", + "style": "large-scale meteorological cinematography" + }, + { + "subGenre": "Storms", + "scene": "Tornado alley supercell with visible rotating wall cloud and condensation funnel (day)", + "sceneVariants": [ + "Tornado alley supercell with visible rotating wall cloud and condensation funnel (day)", + "A thin rope tornado twisting toward open farmland", + "Wide violently-rotating base with debris cloud near ground", + "Storm chasers at a cautious safe distance capturing the event", + "An approaching wedge tornado flattening distant fields" + ], + "actions": [ + "Rapid ground-level debris swirling and funnel extension", + "Emergency sirens and farmers scrambling for shelter", + "Vehicle convoys repositioning to keep telemetry intact", + "Power lines arcing and collapsing under wind stress" + ], + "camera": "Long telephoto with high-frame-rate slow-motion inserts for debris and condensation dynamics", + "accents": [ + "high-contrast dust and debris silhouettes against cloud base", + "rim-lit water vapor showing rotation texture" + ], + "mood": "primal fear and fascination", + "lighting": "variable daylight with strong low-angle contrast near the funnel (often late afternoon)", + "style": "adrenaline storm-chase cinematography" + }, + { + "subGenre": "Storms", + "scene": "Hailstorm hitting a rural highway leaving a white pockmarked carpet (day)", + "sceneVariants": [ + "Hailstorm hitting a rural highway leaving a white pockmarked carpet (day)", + "Trees shredded of leaves by staccato hail strikes", + "Car windows dented and sprayed with ice", + "A barn with a pitted tin roof receiving a cone of impact", + "An agricultural field showing battered crops" + ], + "actions": [ + "Hailstones hitting at audible rapid rate producing staccato percussion", + "Drivers ducking and parking under bridge overpasses", + "Water running off accumulated ice in melt channels", + "Farmers surveying crop damage with shock and calculation" + ], + "camera": "High-frame-rate macro and mid-range coverage to capture impact and surface pitting", + "accents": [ + "cold white speculars on ice and shattered droplets", + "high micro-detail of impact marks and crushed foliage" + ], + "mood": "sudden material damage", + "lighting": "diffuse low-contrast daylight through thick hail-bearing clouds", + "style": "forensic storm cinematography" + }, + { + "subGenre": "Storms", + "scene": "Monsoon deluge in a tropical delta washing through villages and rice paddies (day)", + "sceneVariants": [ + "Monsoon deluge in a tropical delta washing through villages and rice paddies (day)", + "Sheet rain concealing horizon and softening outlines", + "Streets turned into shallow rivers with currents carrying leaves and bamboo", + "Temporary shelters and raised walkways used by villagers", + "Elderly residents watching from raised porches" + ], + "actions": [ + "Coordinated human movement to elevated ground", + "Waterlogged rice paddies revealed as shallow brown seas", + "Rain drumming on corrugated metal roofs creating a percussive texture", + "Community volunteers erecting temporary flood defenses" + ], + "camera": "Observational human-scale dolly with wide context and close social inserts", + "accents": [ + "soft wet highlights across foliage and building surfaces", + "saturated muddy-brown palette for environmental fidelity" + ], + "mood": "resilient strain", + "lighting": "overcast heavy daylight with constant rain visibility", + "style": "emergent community documentary" + }, + { + "subGenre": "Storms", + "scene": "Squall line crossing a prairie with long fast-moving gust fronts and shelf clouds (day)", + "sceneVariants": [ + "Squall line crossing a prairie with long fast-moving gust fronts and shelf clouds (day)", + "Curtain-like gust front producing an abrupt wind and temperature change", + "Line of darkened clouds marching across low grass", + "A barometric drop visible in wind-behaved grass", + "Farm animals altering posture as the wall advances" + ], + "actions": [ + "Gust front collapsing into violent horizontal wind shear", + "Dust and debris sweeping across roads in narrow lines", + "Farmers battening down temporary structures", + "Birds taking refuge and insects momentarily silenced" + ], + "camera": "Wide time-lapse panning with low-angle gust-front foreground inserts", + "accents": [ + "hard edge contrast between gust-front shadow and pre-storm light", + "motion-blur streaks to emphasize high wind speed" + ], + "mood": "anticipatory tension", + "lighting": "dramatic late-afternoon contrast with fast-moving dark bands", + "style": "dynamic meteorological cinematography" + }, + { + "subGenre": "Storms", + "scene": "Winter nor'easter battering a rocky coastline with continuous wave strikes and snow (day→twilight)", + "sceneVariants": [ + "Winter nor'easter battering a rocky coastline with continuous wave strikes and snow (day→twilight)", + "Whitewater slamming cliff faces sending spray high", + "A small harbor packed with moored boats and winter straps", + "Snow and sleet mixing into slushy run-off across headlands", + "Breakwaters overwhelmed by foam and wind-blown snow" + ], + "actions": [ + "Waves smashing and cascading over exposed structures", + "Coastal residents securing windows and gear", + "Rescue crews standing ready on higher ground", + "Salt spray freezing on railings creating serrated ice" + ], + "camera": "Protected telephoto with high-frame-rate freeze-frames of wave impact and spray arcs", + "accents": [ + "icy blue speculars on frozen spray", + "soft snow diffusing mid-distance detail for depth" + ], + "mood": "ferocious persistence", + "lighting": "cool harsh mid-to-late daylight with snow-driven diffusion", + "style": "polar/coastal storm reportage" + }, + { + "subGenre": "Storms", + "scene": "Microburst over an airfield causing sudden violent downdrafts and dust rolls (day)", + "sceneVariants": [ + "Microburst over an airfield causing sudden violent downdrafts and dust rolls (day)", + "Localized column of descending air tearing up tarmac dust", + "Wing-tip vortices and small debris flying across service strips", + "Ground crews dropping equipment and running for shelter", + "Small transient dust-devils forming in residual turbulence" + ], + "actions": [ + "Aircraft buffeted while taxiing or taking off, abrupt control corrections required", + "Ground personnel deploying emergency protocols", + "Wind sensors spiking and recording explosive downdrafts", + "Loose objects tumbling with surprising acceleration" + ], + "camera": "High-frame-rate protected wide and close lensing to capture sudden downdrafts and debris motion", + "accents": [ + "hard-edged dust particles rim-lit against the sky", + "sharp micro-texture on disturbed pavement and grass" + ], + "mood": "shock and rapid response", + "lighting": "bright daylight with sudden localized shadow troughs", + "style": "incidental hazard cinematography" + }, + { + "subGenre": "Storms", + "scene": "Ice storm coating trees and wires with transparent glaze turning landscape into glass (day)", + "sceneVariants": [ + "Ice storm coating trees and wires with transparent glaze turning landscape into glass (day)", + "Branches bowed under thick glass-like ice", + "Power lines sagging with frozen weight", + "Roads littered with translucent shards and fallen limbs", + "A quiet residential street mute under glossy overhead" + ], + "actions": [ + "Branches snapping and falling with glassy fractures", + "Crews working to restore downed lines in bitter cold", + "Careful footfalls on dangerously slippery surfaces", + "Small animals trudging visible tracks through ice sheen" + ], + "camera": "Macro and mid-range stills to capture crystalline surfaces and slow tracking for human-work sequences", + "accents": [ + "glistening cold speculars producing mirror-like reflections", + "ultra-fine rim highlights accentuating ice thickness" + ], + "mood": "haunting stillness", + "lighting": "cool diffuse daylight with abundant specular highlights", + "style": "documentary winter emergency cinematography" + }, + { + "subGenre": "Storms", + "scene": "Coastal storm surge during an extreme tide flooding low-lying neighborhoods (night)", + "sceneVariants": [ + "Coastal storm surge during an extreme tide flooding low-lying neighborhoods (night)", + "Sea overtoping protective levees and rolling into streets", + "Buildings half-submerged with only rooflines visible", + "Emergency responders evacuating by small craft", + "Streetlights turning into isolated islands of orange in the sea" + ], + "actions": [ + "Rapid water level rise forcing last-minute evacuations", + "Boats and debris crashing into piers", + "Emergency loudspeakers and sirens calling for movement to high ground", + "Residents boarding windows and moving valuables upward" + ], + "camera": "Protected low-light aerial passes and close-in stabilized rescue coverage", + "accents": [ + "wet reflective pools magnifying emergency light color", + "slick micro-highlights on inundated surfaces" + ], + "mood": "urgent displacement", + "lighting": "night with emergency artificial points and low natural light", + "style": "humanitarian crisis cinematography" + }, + { + "subGenre": "Storms", + "scene": "Polar blizzard across an exposed plateau where whiteout conditions reduce visibility to near zero (day/night)", + "sceneVariants": [ + "Polar blizzard across an exposed plateau where whiteout conditions reduce visibility to near zero (day/night)", + "Snow whipping sideways in saturated particulate curtains", + "A line of flagged markers barely visible through the haze", + "A lone snowmobile carving a track into soft drifts", + "Ice crystals scouring the surface producing audible grit" + ], + "actions": [ + "Teams hunkering into wind-sheltered pits to survive the passage", + "Equipment frosting and failing under prolonged exposure", + "Visual navigation becoming nearly impossible", + "Sled dogs straining against deep drifts" + ], + "camera": "Protected wide-angle low-light capture with thermal and micro-detail overlays", + "accents": [ + "diffuse white scattering reducing contrast and introducing haloing", + "sharp wind-driven texture on exposed objects" + ], + "mood": "stark endurance", + "lighting": "flat white diffuse (day) or near-dark with only blowing snow highlights (night)", + "style": "polar survival cinematography" + }, + { + "subGenre": "Storms", + "scene": "Thunderstorm at twilight where bolts stitch the horizon and insects rise in frantic swarms (dusk→night)", + "sceneVariants": [ + "Thunderstorm at twilight where bolts stitch the horizon and insects rise in frantic swarms (dusk→night)", + "Warm dusk mixing with creeping storm shadow", + "Lightning silhouettes cutting tree lines and hills", + "Sound-imbued scene where insects and wind create layered ambience", + "Distant farmhouses flashed periodically by electric light" + ], + "actions": [ + "Intermittent bolts coordinating with percussive thunder", + "Insects and bats altering flight paths in response to turbulence", + "People pausing to watch the dramatic sky, then hurrying indoors", + "Small animals seeking low cover in hedgerows" + ], + "camera": "Long-exposure plate sequencing stitched with synchronous audio capture for thunder impact", + "accents": [ + "cyan-white lightning rim-light across silhouetted forms", + "resonant low-frequency thunder adding tactile depth" + ], + "mood": "charged spectacle", + "lighting": "dusk-to-night with high-energy electric flashes", + "style": "sonic-visual storm cinematography" + }, + { + "subGenre": "Storms", + "scene": "Dust-laden derecho ripping across mixed farmland creating a swift line of destruction (day)", + "sceneVariants": [ + "Dust-laden derecho ripping across mixed farmland creating a swift line of destruction (day)", + "Straight-line winds snapping trees in a continuous band", + "Massive curtain of dust and debris moving at high speed", + "Mobile farm equipment overturned or lodged in windthrow", + "Power corridors snapped across a wide swath" + ], + "actions": [ + "Continuous loud roar of high-speed winds overwhelming other sound", + "Farmers and residents sheltering in reinforced buildings", + "Aerial shots showing linear damage patterns", + "Rapid coordination of first responders along a long front" + ], + "camera": "Wide longitudinal passes with high-detail ground cutaways showing damage pattern", + "accents": [ + "warm dust-hued rim-light lending a sepia tone", + "high-motion blur on airborne particulates" + ], + "mood": "relentless force", + "lighting": "low-contrast warm haze with limited direct sun", + "style": "large-scale impact reportage" + }, + { + "subGenre": "Storms", + "scene": "Sea fog meeting a storm front creating surreal wet low-visibility conditions for ships (day)", + "sceneVariants": [ + "Sea fog meeting a storm front creating surreal wet low-visibility conditions for ships (day)", + "Ghostly bow waves appearing and disappearing in mist", + "Radar skiffs and AIS blips replacing visual cues", + "Faint horn blasts echoing and returning oddly", + "Decks slick with condensation and spray" + ], + "actions": [ + "Bridge teams working in near-silent concert to navigate", + "Radar and instrument overlays becoming primary navigation aids", + "Gulls and sea life buffeted into odd flight patterns", + "Seawater splashing onto upper decks in intermittent bursts" + ], + "camera": "Intimate shipboard coverage with instrument overlays and wet-lens texture", + "accents": [ + "soft diffused highlights on wet metal and glass", + "muted, desaturated blue-green palette for realism" + ], + "mood": "uneasy navigation", + "lighting": "low diffused daylight with wet-lens halos", + "style": "maritime instrument-led cinematography" + }, + { + "subGenre": "Storms", + "scene": "Urban micro-storm where a small cell produces concentrated hail and rapid wind gusts over a single neighborhood (day)", + "sceneVariants": [ + "Urban micro-storm where a small cell produces concentrated hail and rapid wind gusts over a single neighborhood (day)", + "Metal shop awnings dented and gutters torn free", + "Parking lots strewn with fractured glass and hail pellets", + "Power flicker and localized outage patches", + "Neighbors emerging post-storm to survey scattered damage" + ], + "actions": [ + "Selective windows blown inward by pressure differentials", + "Cars with broken glass and hail-pocked paint", + "Community teams shoveling and sweeping to clear paths", + "Local radio and social channels quickly exchanging safety updates" + ], + "camera": "Human-scale handheld with close aftermath inserts and neighborhood-wide establish", + "accents": [ + "clinical mid-tone grading for accurate damage depiction", + "micro-speculars on glass and metal fragments" + ], + "mood": "localized disruption", + "lighting": "variable daylight with post-cell brightening patches", + "style": "neighborhood-level storm documentation" + }, + { + "subGenre": "Storms", + "scene": "Late-summer lake storm where fierce downpours create temporary sheet waterfalls off trees (day)", + "sceneVariants": [ + "Late-summer lake storm where fierce downpours create temporary sheet waterfalls off trees (day)", + "Raindrops sculpting tree limbs into visible ribbons of water", + "Campers folding tents against the sudden onslaught", + "Boat wakes dissolving into blurred wet streaks", + "Water streaming in sheets off shelter roofs" + ], + "actions": [ + "Mass of water visibly sheeting from canopy into torrents", + "Paddlers righting kayaks and returning to shore quickly", + "Thunder concur with rapid directional wind changes", + "Voluntary use of natural shelter like rock overhangs" + ], + "camera": "Close water-surface and canopy-drop macro sequences combined with lake-level lateral tracking", + "accents": [ + "crisp wet-surface speculars on leaves and tent fabric", + "soft wide-angle blur for heavy rain density" + ], + "mood": "sudden disruption turned relief", + "lighting": "overcast with intense near-field rain attenuation", + "style": "human-nature immediate storm cinematography" + }, + { + "subGenre": "Storms", + "scene": "Volcanic ash-laden storm where tephra mixes with rain producing gritty mudflows (day→dark)", + "sceneVariants": [ + "Volcanic ash-laden storm where tephra mixes with rain producing gritty mudflows (day→dark)", + "Grey skies thick with airborne ash", + "Roofs and cars covered in a fine grey patina", + "Mudflow channels forming on slopes and reaching lowlands", + "Communities brushing ash from walkways and faces" + ], + "actions": [ + "Ash-laden runoff cascading into gullies creating fast slurry", + "Residents using masks and wet cloths to limit inhalation", + "Heavy agricultural damage as crops are buried", + "Emergency channels and sandbagging to protect roads" + ], + "camera": "Protected wide establishes with micro inserts showing slurry motion and ash texture", + "accents": [ + "muted grey palette with occasional high-contrast wet highlights", + "abrasive particulate micro-texture across surfaces" + ], + "mood": "suffocating disruption", + "lighting": "dully lit daylight through ash haze or near-dark under thick plumes", + "style": "geophysical crisis documentary" + }, + { + "subGenre": "Storms", + "scene": "Rain shadow boundary where one side of a ridge basks in sun while the other is lashed by sheets of rain (day)", + "sceneVariants": [ + "Rain shadow boundary where one side of a ridge basks in sun while the other is lashed by sheets of rain (day)", + "A defined sharp line where weather domains meet", + "Sunlit fields abruptly ending at a wet wall", + "Farm roads half-wet, half-dry along the boundary", + "Animals congregating on the sunny side" + ], + "actions": [ + "Local alternation between sunlit and soaked conditions inside a single shot", + "Drivers toggling wipers as they cross the boundary", + "Photographers exploiting the dramatic juxtaposition", + "Migratory birds adjusting for cross-winds" + ], + "camera": "Split-field composite and lateral sweep to emphasize the sharp boundary", + "accents": [ + "contrasting warm sun rim-light and cool wet-surface sheen", + "ultra-clear edge definition along the weather front" + ], + "mood": "juxtaposed surrealism", + "lighting": "half bright sun, half subdued storm shadow", + "style": "compositional meteorological cinematography" + }, + { + "subGenre": "Storms", + "scene": "After-storm clearing with double rainbows arching over saturated landscape and the first returning life (post-storm)", + "sceneVariants": [ + "After-storm clearing with double rainbows arching over saturated landscape and the first returning life (post-storm)", + "Sun breaking through to reveal glittering droplets", + "Mud-splattered boots and eaves dripping slowly", + "Birds emerging to begin feeding in renewed light", + "Roads steaming as sun hits cooling puddles" + ], + "actions": [ + "First human steps outside to assess damage and marvel at rainbows", + "Photographers framing dramatic twin arcs over cleansed fields", + "Children splashing tentatively back into puddles", + "Time-lapse of drying leaves and glinting droplets" + ], + "camera": "Reflective panorama followed by delicate macro inserts on droplets and returning fauna", + "accents": [ + "prismatic highlights on water and foliage", + "saturated post-rain color grade to emphasize freshness" + ], + "mood": "relief and renewal", + "lighting": "soft post-storm sunlight with prismatic accents", + "style": "uplifting nature recovery cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/nature_sunsets.json b/src/data/nature_sunsets.json new file mode 100644 index 0000000..220c256 --- /dev/null +++ b/src/data/nature_sunsets.json @@ -0,0 +1,454 @@ +{ + "nature": [ + { + "subGenre": "Sunsets", + "scene": "Tropical beach at golden-hour with palms framing a molten horizon", + "sceneVariants": [ + "Tropical beach at golden-hour with palms framing a molten horizon", + "Shallow lagoon turning to molten gold with silhouetted palm fronds", + "Longboarders returning as the sky blazes", + "Tide pooling catching streaks of orange and violet", + "A hammock-lined shore with a lone figure watching light fade" + ], + "actions": [ + "Slow rolling surf lapping at sunlit sand", + "Palm fronds fluttering in a warm cross-breeze", + "Silhouetted figures tracing the shoreline in contemplative walks", + "Photographers repositioning tripods to catch last light" + ], + "camera": "Low-angle dolly along the wet sand with periodic telephoto pulls to compress horizon colors", + "accents": [ + "golden rim-light on water ripples and wet sand", + "soft filmic bloom emphasizing radiant sky gradients" + ], + "mood": "quiet reverie", + "lighting": "intense warm sunset with deep saturated midtones", + "style": "poetic travel cinematography" + }, + { + "subGenre": "Sunsets", + "scene": "City skyline sunset with glass towers catching molten reflections (day→dusk)", + "sceneVariants": [ + "City skyline sunset with glass towers catching molten reflections (day→dusk)", + "Sun hiding behind skyscrapers leaving a serrated silhouette", + "Rooftop cafés filling with soft orange light", + "River reflecting vertical bands of sunset color", + "Bridge cables framing a burning disc" + ], + "actions": [ + "Commuters pausing on balconies to look westward", + "Window panes catching and refracting sun into flare streaks", + "Boats cruising the river with wake ribbons of reflected color", + "Streetlights strobing on as the sky deepens" + ], + "camera": "High vantage timelapse sliding from broad skyline to intimate rooftop frames", + "accents": [ + "specular glass highlights amplified by warm grading", + "selective lens flare to add cinematic touch" + ], + "mood": "urban calm", + "lighting": "hot saturated sunset with cool city fill", + "style": "metropolitan golden-hour cinematography" + }, + { + "subGenre": "Sunsets", + "scene": "Mountain ridgeline at sunset with long purple shadows and serrated peaks", + "sceneVariants": [ + "Mountain ridgeline at sunset with long purple shadows and serrated peaks", + "An alpine lake mirroring a painted sky", + "Sheep silhouetted on a grassy shoulder as light fades", + "High cols lit with last golden teeth", + "A ridgeline trail crowded with sunset-chasers" + ], + "actions": [ + "Cloud shadows racing across the lower slopes", + "Hikers hugging the ridge for a final viewpoint", + "Eagles circling thermals slowed by cooling air", + "Camp stoves popping as evening chill arrives" + ], + "camera": "Telephoto compression moves intercut with wide panoramics to emphasize scale and depth", + "accents": [ + "magenta-to-indigo gradient in the sky", + "subtle rim-light on high snow and rock edges" + ], + "mood": "elevated peace", + "lighting": "cooling sunset with deep violet shadows", + "style": "epic alpine cinematography" + }, + { + "subGenre": "Sunsets", + "scene": "Desert dune sunset where wind-carved ridges glow like molten bronze", + "sceneVariants": [ + "Desert dune sunset where wind-carved ridges glow like molten bronze", + "Camel caravan silhouette sliding along a ridgeline", + "Long shadows sculpting rippled sand patterns", + "An oasis palm dark against the burning sky", + "A small camp with low firelight contrasting the sky" + ], + "actions": [ + "Sand grains catching edge light in shimmering sheets", + "Silhouetted caravans moving in slow rhythm", + "Hot wind subsiding into cool evening breath", + "A solitary guitarist playing as the sun dips" + ], + "camera": "Low dune-level glide with sweeping crane reveals of horizon curvature", + "accents": [ + "intense warm grading to heighten sand chroma", + "specular edge highlights on ripples for tactile texture" + ], + "mood": "lonely grandeur", + "lighting": "fiery sunset with long hard shadows", + "style": "minimalist desert cinematography" + }, + { + "subGenre": "Sunsets", + "scene": "Salt flat mirror at sunset producing perfect double horizons and hyper-saturated color", + "sceneVariants": [ + "Salt flat mirror at sunset producing perfect double horizons and hyper-saturated color", + "Thin crusted salt panels reflecting a blazing sky", + "A solitary vehicle making a tiny bowed track in the reflection", + "Flaming pink and orange seams running into vanishing point", + "A distant low mesa cut against mirrored color" + ], + "actions": [ + "Reflections shearing into painterly streaks with each breeze", + "Slow vehicle movement proving scale against the vast mirror", + "Photographers using low tripods to maximize mirror composition", + "A quick gust lifting powdered salt into fleeting halos" + ], + "camera": "Ultra-low wide sweep with precise horizon alignment for symmetrical composition", + "accents": [ + "mirror-like high specular reflection amplifying sky color", + "saturated split-toning to intensify the double-horizon effect" + ], + "mood": "surreal calm", + "lighting": "explosive saturated sunset with extreme color fidelity", + "style": "visionary landscape cinematography" + }, + { + "subGenre": "Sunsets", + "scene": "Harbor at dusk with fishing boats silhouetted and nets backlit in warm glow", + "sceneVariants": [ + "Harbor at dusk with fishing boats silhouetted and nets backlit in warm glow", + "Mooring lines creaking softly as light wanes", + "Boathouses painted in softened warm tones", + "Fishermen mending nets as gulls gather", + "A small ferry crossing a molten ribbon" + ], + "actions": [ + "Nets flapping gently on a last breeze", + "Boat engines idling as crews clean catch", + "Seagulls calling and settling for the night", + "Lanterns being lit along the quay as the light drops" + ], + "camera": "Slow lateral crane along the quay with close human-scale cutaways", + "accents": [ + "warm rim-light on rope fibers and wet wood", + "soft cinematic grain to accent nostalgic mood" + ], + "mood": "nostalgic close", + "lighting": "warm dusk with gentle orange-to-indigo transition", + "style": "maritime humanist cinematography" + }, + { + "subGenre": "Sunsets", + "scene": "Rice terrace sunsets with layered reflections and human silhouette work (day→dusk)", + "sceneVariants": [ + "Rice terrace sunsets with layered reflections and human silhouette work (day→dusk)", + "Stacked water mirrors catching last light", + "Farmers leaning on tools watching the sky", + "Mist lifting in the steps as color warms", + "A flock of starlings crossing the terraces" + ], + "actions": [ + "Irrigation channels gleaming as they pick up color", + "Farmworkers finishing tasks and closing gates", + "Photographers climbing terraces to frame reflections", + "Dragonflies catching last heat before the night" + ], + "camera": "Medium crane following terrace lines with reflective close-ups", + "accents": [ + "tiered reflection accents creating layered depth", + "soft warm grading to highlight human elements" + ], + "mood": "ritual completion", + "lighting": "golden-hour warmth flowing into dusk", + "style": "ethnographic landscape cinematography" + }, + { + "subGenre": "Sunsets", + "scene": "Forest edge at sunset where shafts of warm light cut into deep green understorey", + "sceneVariants": [ + "Forest edge at sunset where shafts of warm light cut into deep green understorey", + "A clearing glowing like ember pockets", + "Children running down a shaded path into a warm opening", + "Deer stopping at the edge to graze as light softens", + "Motes of dust and pollen illuminated in golden shafts" + ], + "actions": [ + "Beams moving slowly as cloud and sun interplay", + "Animal eyes flicking with adjusted vision", + "Hikers pausing as the scene turns cinematic", + "Close macro of pollen drifting in a shaft" + ], + "camera": "Handheld intimate push-in with macro insertions to highlight particulate light", + "accents": [ + "golden volumetric shafts emphasizing depth", + "micro-speculars on leaves and insect wings" + ], + "mood": "quiet wonder", + "lighting": "selective warm shafts in deep cool greens", + "style": "lyrical natural cinematography" + }, + { + "subGenre": "Sunsets", + "scene": "Suburban street at dusk with children playing and porch lights beginning to glow", + "sceneVariants": [ + "Suburban street at dusk with children playing and porch lights beginning to glow", + "Bicycles resting against lawns as sky deepens", + "Neighborhood silhouettes punctuated by warm windows", + "A dog barking across a quiet cul-de-sac as a sky show develops", + "Street trees filtering last light onto asphalt" + ], + "actions": [ + "Kids ringing doorbells on their way home", + "Parents stepping out to call them back with soft laughter", + "Porch lights popping on in measured human tempo", + "A delivery van moving slowly as people wave" + ], + "camera": "Observational medium coverage with human-scale handheld warmth", + "accents": [ + "warm practical light contrast with residual sky color", + "soft filmic grain to accent neighborhood familiarity" + ], + "mood": "domestic comfort", + "lighting": "mixed warm artificial and cooling sky tones", + "style": "slice-of-life cinematic" + }, + { + "subGenre": "Sunsets", + "scene": "Industrial dockyard under a rust-orange sunset with cranes in silhouette", + "sceneVariants": [ + "Industrial dockyard under a rust-orange sunset with cranes in silhouette", + "Container stacks backlit by molten gold", + "Reflections of sky color on oily water surfaces", + "Workers finishing shift packing up under the sky", + "A lone cargo ship nose-out into the horizon" + ], + "actions": [ + "Cranes shifting slowly as evening work winds down", + "Forklifts moving with measured clanks", + "Steam from stacks catching rim-light as it rises", + "Security lights beginning to cut warm pools into the scene" + ], + "camera": "Wide crane with industrial geometry framing and occasional telephoto compressions", + "accents": [ + "rust-tinted grading to harmonize metal and sky", + "specular highlights on oily water to add texture" + ], + "mood": "melancholic industriousness", + "lighting": "strong warm sunset with industrial contrast", + "style": "industrial cinematic reportage" + }, + { + "subGenre": "Sunsets", + "scene": "Salt marsh lagoon at fire-orange sunset with simultaneous birdsong and still reflections (sunset)", + "sceneVariants": [ + "Salt marsh lagoon at fire-orange sunset with simultaneous birdsong and still reflections (sunset)", + "Tonal bands of orange reflecting in shallow channels", + "Wading birds in silhouette like calligraphic marks", + "A wooden lookout with a lone figure photographing", + "Faint sea mist hugging low grasses" + ], + "actions": [ + "Birds performing feeding arcs across shallow water", + "Soft winds producing ripple motifs across the reflection", + "Photographers altering exposure as color shifts", + "A small fishing skiff drifting quietly into the frame" + ], + "camera": "Reflective wide panoramas with selective telephoto bird inserts", + "accents": [ + "intense warm reflection color and rim-light on reed tips", + "soft diffuse bloom to enhance mirrored surfaces" + ], + "mood": "immersive calm", + "lighting": "vivid sunset warmth with mirror-like reflections", + "style": "meditative nature cinematography" + }, + { + "subGenre": "Sunsets", + "scene": "Cliff-edge viewpoint with dramatic orange-to-indigo gradient and silhouetted onlookers (sunset)", + "sceneVariants": [ + "Cliff-edge viewpoint with dramatic orange-to-indigo gradient and silhouetted onlookers (sunset)", + "A couple embracing as the light dies", + "Gulls wheeling below the lip in silhouette", + "A weathered bench carved into the rock catching last light", + "A distant ship cresting the horizon line" + ], + "actions": [ + "A communal hush as the sun falls below the arc", + "Soft exchanges and quiet camera clicks among onlookers", + "Long shadows stretching and collapsing", + "A final chorus of birds signaling nightfall" + ], + "camera": "Slow crane push from crowd to horizon with wide environmental context", + "accents": [ + "intense warm-to-cool gradient across the sky", + "thin rim-light on people and rock edges for separation" + ], + "mood": "communal awe", + "lighting": "high-chroma sunset with deepening cool undershadows", + "style": "human-nature cinematic panorama" + }, + { + "subGenre": "Sunsets", + "scene": "Railway line cutting through open plains as a blood-orange sun collapses behind distant ridges", + "sceneVariants": [ + "Railway line cutting through open plains as a blood-orange sun collapses behind distant ridges", + "A freight train gliding into the silhouette of the setting sun", + "Tracks glowing in reflective orange", + "Station platform bathed in residual heat haze", + "A distant signal light blinking against the sky" + ], + "actions": [ + "Train wheels humming in long single notes as they move", + "Engineers exchanging hand signals as the day ends", + "Dust devils forming briefly along the embankment", + "A late commuter leaning on a platform railing watching the show" + ], + "camera": "Tracking shot along the rail with telephoto compression for horizon drama", + "accents": [ + "warm metallic highlights on rails and train edges", + "subtle heat-haze bokeh to emphasize distance" + ], + "mood": "transient melancholy", + "lighting": "fiery sunset with heat-haze artifacts", + "style": "industrial travel cinematography" + }, + { + "subGenre": "Sunsets", + "scene": "Nightfall afterglow where deep indigo sky swallows the last ember and city lights begin a cool counterpoint (dark)", + "sceneVariants": [ + "Nightfall afterglow where deep indigo sky swallows the last ember and city lights begin a cool counterpoint (dark)", + "Street reflections turning mulit-hued as neon emerges", + "A waterfront with lamplight and distant silhouetted cranes", + "Twilight pedestrians pausing to look up one last time", + "A ferris wheel glowing warm against the indigo" + ], + "actions": [ + "Neon and sodium lights beginning slow choreography across the scene", + "Night vendors setting up as the light drops", + "A last plane streaking the fading colored band", + "Taxis and trams creating trails of light in long-exposure" + ], + "camera": "Long-exposure low-light passes blending residual sunset with practical artificial highlights", + "accents": [ + "cool indigo push with warm practical pools for human scale", + "soft bloom around neon for cinematic texture" + ], + "mood": "melancholic transition", + "lighting": "darkening sky with artificial warm pools (night)", + "style": "nocturnal urban cinematography" + }, + { + "subGenre": "Sunsets", + "scene": "Volcanic rim sunset where molten sky echoes the lava glow with distant ash silhouettes (dark)", + "sceneVariants": [ + "Volcanic rim sunset where molten sky echoes the lava glow with distant ash silhouettes (dark)", + "Cracked black rock rim lit by deep orange beyond", + "A plume of volcanic steam backlit by low sun", + "Small safety crews silhouetted against the glow", + "Aerial thermal pockets picking out warm fissures" + ], + "actions": [ + "Incandescent sky mirroring subterranean heat", + "Ash drifting and dimming light in thin veils", + "Scientists monitoring vents and recording data", + "Slow tremor-shifts creating micro-dust clouds" + ], + "camera": "Protected long-lens coverage with thermal inserts and stabilized aerial reveals", + "accents": [ + "deep ember rim-light contrasting with cool volcanic stone", + "textured ash highlights to add gritty tactility" + ], + "mood": "primeval intensity", + "lighting": "intense ember-like sunset with ash-muted midtones (dark)", + "style": "geologic cinematic reportage" + }, + { + "subGenre": "Sunsets", + "scene": "Secluded canyon sunset where layered walls catch horizontal bands of color and the floor floods with violet shadow", + "sceneVariants": [ + "Secluded canyon sunset where layered walls catch horizontal bands of color and the floor floods with violet shadow", + "A narrow amphitheatre revealing patchy sun-slices", + "Patches of radiant lichen glowing in last light", + "A small creek reflecting stacked color bands", + "A pair of hikers sharing a quiet bench at the lip" + ], + "actions": [ + "Light bands moving sequentially down carved walls", + "Water glittering in short-lived gold ribbons", + "Slow repositioning of cameras to keep the highlight framed", + "A hush of wildlife activity as transition occurs" + ], + "camera": "Vertical reveal with slow lateral tracking to capture layered color descent", + "accents": [ + "striped rim-light emphasizing stratification", + "subtle violet fill in shadowed canyon floor" + ], + "mood": "contained grandeur", + "lighting": "striped sunset with deep cool shadows", + "style": "sculptural landscape cinematography" + }, + { + "subGenre": "Sunsets", + "scene": "Rural vineyard at sunset with rows glowing like ribbons and a small harvest crew finishing the day", + "sceneVariants": [ + "Rural vineyard at sunset with rows glowing like ribbons and a small harvest crew finishing the day", + "Grapes glinting like dark beads in long warm light", + "Old stone farmhouse catching last rays", + "Children running between rows as adults tidy crates", + "Distant hills layering into indigo" + ], + "actions": [ + "Hands placing final bunches into wooden bins", + "A small tractor idling as workers gather", + "Wine-farm dogs padding along the rows", + "A glass raised in silent communal thanks as the sun drops" + ], + "camera": "Medium dolly along the row with shallow focus on fruit and hands", + "accents": [ + "warm vinous grading to flatter grapes and skin", + "soft rim-light on leaf veins" + ], + "mood": "earned contentment", + "lighting": "soft golden-hour warmth with long shadows", + "style": "agricultural cinematic portrait" + }, + { + "subGenre": "Sunsets", + "scene": "Coastal pier at dusk where fishermen pack away and the horizon glows like molten iron (sunset)", + "sceneVariants": [ + "Coastal pier at dusk where fishermen pack away and the horizon glows like molten iron (sunset)", + "Board planks reflecting orange light between gap seams", + "Children leaning over rails watching crabs at dusk", + "Lanterns beginning to dot the length of the pier", + "A faint fog bank rolling in from sea" + ], + "actions": [ + "Fish boxes being loaded into small trucks under last light", + "Nets folded and tied as crews prepare to depart", + "Waves whispering against the pier legs in soft rhythms", + "A stray dog weaving among legs and crates" + ], + "camera": "Observational hand-held with intimate mid-shots and wide harbor establishes", + "accents": [ + "warm amber highlights on wet planks", + "soft cinematic grain to heighten human texture" + ], + "mood": "humble closure", + "lighting": "deep warm sunset with thin cool fog intrusion", + "style": "coastal documentary cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/nature_volcanoes.json b/src/data/nature_volcanoes.json new file mode 100644 index 0000000..27abb3a --- /dev/null +++ b/src/data/nature_volcanoes.json @@ -0,0 +1,429 @@ +{ + "nature": [ + { + "subGenre": "Volcanoes", + "scene": "Active stratovolcano erupting with incandescent lava fountains", + "sceneVariants": [ + "Active stratovolcano erupting with incandescent lava fountains", + "Night shot of glowing lava rivers carving black slopes", + "Ash plume backlit by lightning in the eruption column", + "Pahoehoe flows creeping across cooled crust", + "Aerial view of a glowing crater rim casting orange light" + ], + "actions": [ + "Explosive bursts sending incandescent fragments skyward", + "Molten streams splitting and forming glowing tributaries", + "Volcanic lightning cracking across the ash cloud", + "Scientists monitoring thermal cameras from a safe ridge" + ], + "camera": "Aerial drone orbit with long-exposure inserts and occasional stabilized close flyby", + "accents": [ + "intense ember glow with hot-edge rim-lighting", + "fine ash particles catching light for volumetric depth" + ], + "mood": "raw elemental power", + "lighting": "high contrast with internal lava light and dark ash silhouettes", + "style": "cinematic geological documentary" + }, + { + "subGenre": "Volcanoes", + "scene": "Dormant volcano at sunrise with fog-filled caldera", + "sceneVariants": [ + "Dormant volcano at sunrise with fog-filled caldera", + "Soft pastel sky pooling over a silent crater", + "Silhouetted ridgelines breaking through a sea of mist", + "A lone pine clinging to a scarp near the rim", + "Long shadows stretching across pumice fields" + ], + "actions": [ + "Fog shifting in gentle waves inside the caldera", + "Birds circling the ridge in early light", + "A hiker pausing to take in the view", + "Slow thermal shimmer revealing residual heat patches" + ], + "camera": "Wide aerial sweep at golden hour with timelapse of fog movement", + "accents": [ + "soft warm rim-light on crater edges", + "low-contrast pastel gradation in the sky" + ], + "mood": "calm majesty", + "lighting": "soft golden-hour illumination with cool shadow valleys", + "style": "meditative nature cinematography" + }, + { + "subGenre": "Volcanoes", + "scene": "Lava tube vent with glowing subterranean flows", + "sceneVariants": [ + "Lava tube vent with glowing subterranean flows", + "Molten river channeling through a basalt conduit", + "Steam vents hissing along the tube lip", + "Glowing fissures mapped like red veins", + "Cooled crust fracturing to reveal molten seams" + ], + "actions": [ + "Slow ooze of lava under cooling crust", + "Steam plumes merging with ambient cold air", + "A geologist taking thermal readings", + "Rockfall revealing fresh orange glow" + ], + "camera": "Low-angle dolly following the flow with close thermal inserts", + "accents": [ + "saturated ember-core highlights", + "smoky diffusion to emphasize heat gradients" + ], + "mood": "focused geological intensity", + "lighting": "warm volcanic core light against near-black surrounds", + "style": "intimate science-focused cinematography" + }, + { + "subGenre": "Volcanoes", + "scene": "Explosive ash plume forming anvil clouds over a rural valley", + "sceneVariants": [ + "Explosive ash plume forming anvil clouds over a rural valley", + "Ash falling like grey snow across farmland", + "Evacuation lights tracing roads through drifting ash", + "Anvil-shaped cloud illuminated by late sun", + "Burning embers showering down at crater edges" + ], + "actions": [ + "Ash cloud billowing and expanding laterally", + "Farmers covering equipment and retreating indoors", + "Emergency vehicles traversing ash-coated roads", + "Birds scattering as sudden darkening occurs" + ], + "camera": "Telephoto compression from valley vantage with wide establishing shots", + "accents": [ + "volumetric ash shafts sliced by sunlight", + "muted desaturated palettes with warm ember accents" + ], + "mood": "tense urgency", + "lighting": "diffuse ash-dimmed daylight with sharp internal fire glows", + "style": "news-style cinematic reportage" + }, + { + "subGenre": "Volcanoes", + "scene": "Young shield volcano with broad gentle lava flows", + "sceneVariants": [ + "Young shield volcano with broad gentle lava flows", + "Low-angle panorama of smooth black fields", + "Patches of pioneer vegetation reclaiming cooled flows", + "Thin steam curtains along slow-moving margins", + "Sunset glancing off rippled lava textures" + ], + "actions": [ + "Slow creep of molten lobes reshaping the plain", + "Plants colonizing new substrate in fragile pockets", + "Geologists sampling glassy surfaces", + "Time-lapse of cooling skin forming crusts" + ], + "camera": "Sweeping low-altitude drone with slow zooms into cooling details", + "accents": [ + "soft sunset rim to define flow edges", + "micro-contrast to reveal ripple textures" + ], + "mood": "patient rawness", + "lighting": "soft edge light with warm-to-cool gradient across flows", + "style": "immersive landscape documentary" + }, + { + "subGenre": "Volcanoes", + "scene": "Fumarole field peppered with colorful mineral deposits", + "sceneVariants": [ + "Fumarole field peppered with colorful mineral deposits", + "Acidic pools steaming in surreal hues", + "Stained terraces forming concentric bands", + "Windswept sulfur crystals catching light", + "Patches of boiled mud bubbling gently" + ], + "actions": [ + "Steam columns rising and twisting in wind", + "Mineral-rich runoff creating painterly streaks", + "A safety-roped boardwalk guiding observers", + "Field scientists measuring gas composition" + ], + "camera": "Close macro and overhead inserts emphasizing color and texture", + "accents": [ + "hyper-saturated mineral tones", + "soft steam halos for depth and atmosphere" + ], + "mood": "alien geology", + "lighting": "cool ambient with selective warm mineral rim-light", + "style": "scientific yet painterly documentary" + }, + { + "subGenre": "Volcanoes", + "scene": "Caldera lake steaming with geothermal vents", + "sceneVariants": [ + "Caldera lake steaming with geothermal vents", + "Mist rising from hot-water inlets", + "Thermal plumes warping distant vegetation lines", + "Mineral bleached shores contrasting deep water", + "Morning fog mixing with geothermal steam" + ], + "actions": [ + "Vapors rising in rhythmic pulses", + "Kayakers (at safe distance) gliding along a steaming rim", + "Researchers sampling warm inlets", + "Birds skirting thermal updrafts" + ], + "camera": "Split above/below with slow glide along the shoreline for immersive scale", + "accents": [ + "soft thermal shimmer for atmospheric depth", + "subtle color grading to emphasize mineral contrasts" + ], + "mood": "quiet tension", + "lighting": "diffuse morning light with internal steam glow", + "style": "ethereal environmental portrait" + }, + { + "subGenre": "Volcanoes", + "scene": "Cinder cone slope littered with glassy scoria and basalt bombs", + "sceneVariants": [ + "Cinder cone slope littered with glassy scoria and basalt bombs", + "Sharp loose scree under bright midday sun", + "Patterned wind ripples across ash deposits", + "Solitary cinder spire marking a former vent", + "Sparse pioneer plants dotting the slope" + ], + "actions": [ + "Small rockslides trickling down the slope", + "Hikers navigating loose scoria trails", + "Steam pockets releasing from buried vents", + "Wind sculpting ash into rippled patterns" + ], + "camera": "Handheld close-track mixed with top-down drone passes", + "accents": [ + "specular flecks on glassy scoria", + "harsh high-key sunlight to emphasize texture" + ], + "mood": "rugged desolation", + "lighting": "bright high-contrast daylight with deep surface shadows", + "style": "raw adventure cinematography" + }, + { + "subGenre": "Volcanoes", + "scene": "Ancient volcanic plateau with columnar basalt formations", + "sceneVariants": [ + "Ancient volcanic plateau with columnar basalt formations", + "Rows of geometric pillars rising like a cathedral", + "Tectonic joints framing a weathered landscape", + "Moss and lichens softening hard geometry", + "Fog rolling across the basalt columns at dawn" + ], + "actions": [ + "Light sweeping across regular column faces", + "Climbers tracing handholds on weathered columns", + "Time-lapse of fog filling the gaps", + "Researchers mapping fracture patterns" + ], + "camera": "Wide establishing with dolly inserts to emphasize scale and repetition", + "accents": [ + "soft morning rim-light on column edges", + "low-saturation earthy palette with micro-detail" + ], + "mood": "ancient solemnity", + "lighting": "cool dawn light with sculpting side shadows", + "style": "architectural nature cinematography" + }, + { + "subGenre": "Volcanoes", + "scene": "Coastal volcanic island with steam vents meeting the sea", + "sceneVariants": [ + "Coastal volcanic island with steam vents meeting the sea", + "Black sand beaches steaming under geyser bursts", + "Cascading lava reaching the ocean in smoky plumes", + "Tide-pitted lava platforms dotted with tide pools", + "Seabirds nesting on cooled flows" + ], + "actions": [ + "Lava contacting water creating explosive steam bursts", + "Puffs of salt-laden steam drifting offshore", + "Fishermen steering clear of steaming inlets", + "Photographers framing the contrast of fire and water" + ], + "camera": "Low waterline gimbal combined with high-angle drone reveals", + "accents": [ + "wet-spray sparkle and ember reflections on water", + "contrasty black-white silhouettes at the shoreline" + ], + "mood": "marine-lava drama", + "lighting": "backlit steam with glowing ember accents", + "style": "coastal geological cinematography" + }, + { + "subGenre": "Volcanoes", + "scene": "Snow-capped volcano with steaming fumaroles on a winter morning", + "sceneVariants": [ + "Snow-capped volcano with steaming fumaroles on a winter morning", + "Contrasting white snow and dark volcanic scars", + "Warm steam carving clouds above crisp ridges", + "Snowmelt trickling over volcanic slopes", + "Tracks of animals and researchers crossing the field" + ], + "actions": [ + "Steam columns puncturing still winter air", + "Snow turning to steam near hot vents", + "A lone skier crossing distant slopes (creative)", + "Researchers bundled against wind checking instruments" + ], + "camera": "Telephoto compression and slow crane reveals to show scale in winter context", + "accents": [ + "cold-blue snow tones contrasted by orange fumarole rims", + "crisp high-frequency detail on snowy edges" + ], + "mood": "stoic contrast", + "lighting": "cold diffuse morning light with warm steam highlights", + "style": "cinematic winter documentary" + }, + { + "subGenre": "Volcanoes", + "scene": "Obsidian field with mirror-glass shards and stark reflections", + "sceneVariants": [ + "Obsidian field with mirror-glass shards and stark reflections", + "Shimmering black glass flakes spread across plains", + "Sun glinting dangerously off sharp surfaces", + "Footprints leaving clean impressions on glossy shards", + "Small pools reflecting fractured sky" + ], + "actions": [ + "Wind lifting fine glass dust creating shimmering haze", + "Careful sampling of obsidian edges by geologists", + "Light slicing across facets creating star glints", + "Close macro revealing striations in glass" + ], + "camera": "Macro glide with slow wide reveals to contrast micro and macro", + "accents": [ + "high-contrast specular star glints", + "ultra-clear micro-detail on glass textures" + ], + "mood": "aloof crystalline severity", + "lighting": "hard directional light to create reflective drama", + "style": "minimalist geological portrait" + }, + { + "subGenre": "Volcanoes", + "scene": "Volcanic archipelago chain with repeating craters at sea", + "sceneVariants": [ + "Volcanic archipelago chain with repeating craters at sea", + "Series of smoke-topped islands receding into haze", + "Channel currents swirling between islands", + "Cloud shadows tracking across black beaches", + "Fisher routes weaving near cooling flows" + ], + "actions": [ + "Steam plumes rising in rhythmic intervals across islands", + "Boats cautiously navigating between vents", + "Seabird flocks riding updraft corridors", + "Aerial surveys mapping thermal signatures" + ], + "camera": "Long aerial zipper-pan linking each island with stabilised inserts", + "accents": [ + "volumetric vapor ribbons to connect islands", + "muted seascape palette with ember pops" + ], + "mood": "archipelagic mystery", + "lighting": "soft coastal haze with selective thermal highlights", + "style": "expeditionary aerial cinematography" + }, + { + "subGenre": "Volcanoes", + "scene": "Historic volcanic ruin village at the foot of a lava flow", + "sceneVariants": [ + "Historic volcanic ruin village at the foot of a lava flow", + "Stone structures half-buried in cooled lava", + "Ruined terraces overtaken by scrub", + "Scattered artifacts glinting in dust", + "Paths worn by survivors weaving through basalt" + ], + "actions": [ + "Wind scouring ash from ruined facades", + "Archaeologists documenting layers of destruction", + "A lone shepherd traversing a basalt road", + "Birds nesting in sheltered crevices" + ], + "camera": "Handheld documentary mix with intimate cutaways to artifacts", + "accents": [ + "muted archival toning for humane context", + "soft micro-detail on weathered stone" + ], + "mood": "poignant history", + "lighting": "soft neutral daylight with low-contrast shadows", + "style": "humanist geological documentary" + }, + { + "subGenre": "Volcanoes", + "scene": "High-altitude volcanic plateau under a star-filled sky", + "sceneVariants": [ + "High-altitude volcanic plateau under a star-filled sky", + "Milky Way arcing over silhouetted crater rims", + "Cold night with residual glow from fumaroles", + "Low-lying cloud bank backlit by distant lava", + "Camp lights twinkling near safe observation posts" + ], + "actions": [ + "Long-exposure star trails sweeping above vents", + "Night-time thermal readings captured by researchers", + "Small campfires contrasting with distant ember glow", + "Wind shifting faint steam ribbons across the horizon" + ], + "camera": "Time-lapse stitched with thermal overlays and slow push-ins", + "accents": [ + "deep celestial contrast with ember micro-highlights", + "soft atmospheric scattering to reveal depth" + ], + "mood": "cosmic solitude", + "lighting": "starlight with selective thermal glow accents", + "style": "nocturnal landscape cinematography" + }, + { + "subGenre": "Volcanoes", + "scene": "Vegetation fringe recovering on cooled lava fields with wildflowers", + "sceneVariants": [ + "Vegetation fringe recovering on cooled lava fields with wildflowers", + "Patches of green and bloom punctuating black terrain", + "Insects and pollinators reclaiming new soil pockets", + "Small trees taking root in sheltered cracks", + "Seasonal bloom creating color ribbons across the plain" + ], + "actions": [ + "Wind carrying seeds across glassy terrain", + "Close macro of wildflowers against black basalt", + "Pollinators moving between pioneering plants", + "Time-lapse of growth patterns across a season" + ], + "camera": "Macro and low-angle glide to celebrate color against raw substrate", + "accents": [ + "vivid micro-saturation for floral pops", + "soft bokeh to separate flora from harsh background" + ], + "mood": "resilient renewal", + "lighting": "warm midday light with crisp shadows to emphasize texture", + "style": "hopeful ecological portrait" + }, + { + "subGenre": "Volcanoes", + "scene": "Eroded volcanic plug standing as a lone sentinel on the plain", + "sceneVariants": [ + "Eroded volcanic plug standing as a lone sentinel on the plain", + "Vertical basalt spire weathered into sculptural form", + "Cattle grazing near its base under open sky", + "Cloud shadows rolling around its silhouette", + "Lichen and moss softening its surface at close range" + ], + "actions": [ + "Birds perching and circling the plug", + "Wind-driven cloud bands sweeping past", + "Local guides explaining its formation", + "Camera revealing ancient column structure in detail" + ], + "camera": "Gradual crane up the face with telephoto texture inserts", + "accents": [ + "soft rim-light to separate silhouette from sky", + "high micro-detail for weathered surfaces" + ], + "mood": "stoic monumentality", + "lighting": "contrasty daylight sculpting vertical relief", + "style": "monumental natural portrait" + } + ] +} \ No newline at end of file diff --git a/src/data/nature_waterfalls.json b/src/data/nature_waterfalls.json new file mode 100644 index 0000000..4fbfd7d --- /dev/null +++ b/src/data/nature_waterfalls.json @@ -0,0 +1,479 @@ +{ + "nature": [ + { + "subGenre": "Waterfalls", + "scene": "High mountain cascade plunging into a turquoise pool", + "sceneVariants": [ + "High mountain cascade plunging into a turquoise pool", + "Thin ribbon waterfall spilling over granite teeth", + "Plunge pool rimmed by alpine wildflowers", + "Mist-laden amphitheater beneath a serrated lip", + "Snowmelt-fed thin veil tearing across rock" + ], + "actions": [ + "Water detonating into the plunge pool with fine spray", + "Mist forming micro-rainbows in sun shafts", + "A hiker stepping onto a wet viewing rock", + "Pebbles tumbling in the downstream current" + ], + "camera": "Low wide-angle crane toward the base with slow tilt up to the source", + "accents": [ + "prismatic micro-rainbows in mist", + "glassy speculars on wet stone surfaces" + ], + "mood": "awe-inspiring refreshment", + "lighting": "bright midday with sun shafts and high speculars", + "style": "cinematic natural grandeur" + }, + { + "subGenre": "Waterfalls", + "scene": "Jurassic rainforest cascade shrouded in humidity", + "sceneVariants": [ + "Jurassic rainforest cascade shrouded in humidity", + "Multi-tiered falls hidden within dense ferns", + "Vines draping the slick cliff face", + "Steamy pockets where water hits warm air", + "A narrow trail zig-zagging to a lower viewpoint" + ], + "actions": [ + "Heavy flow pounding down multiple ramps", + "Humidity haze blurring distant trunks", + "Epiphytes dripping as water sprays", + "A bird darting through the mist" + ], + "camera": "Gimbaled handheld weaving through understory to a wide reveal", + "accents": [ + "lush green saturation with wet-surface bloom", + "soft diffuse halo from high humidity" + ], + "mood": "primeval exhilaration", + "lighting": "filtered canopy light with soft diffusion", + "style": "immersive jungle documentary" + }, + { + "subGenre": "Waterfalls", + "scene": "Frozen waterfall sculpted into icicles at twilight", + "sceneVariants": [ + "Frozen waterfall sculpted into icicles at twilight", + "Glass shafts of ice hanging from a dark cliff", + "Thin steam from a thermal spring frosting the rim", + "Auroral tints reflecting on blue ice", + "Footprints leading to a safe viewing ledge" + ], + "actions": [ + "Tiny ice crystals falling in slow drifts", + "A cautious climber placing crampons on icy steps", + "Wind making brittle tinkles across suspended ice", + "Warm breath fogging in the cold air" + ], + "camera": "Close macro-to-wide dolly capturing textural ice detail then the full cascade", + "accents": [ + "crystalline sparkle on icicle facets", + "cold blue shadow push with slight warm rim from twilight" + ], + "mood": "silent crystalline awe", + "lighting": "cold blue twilight with crisp highlights", + "style": "minimalist cold cinematography" + }, + { + "subGenre": "Waterfalls", + "scene": "Urban waterfall feature in a modern plaza", + "sceneVariants": [ + "Urban waterfall feature in a modern plaza", + "Tiered water walls flanking glass facades", + "People pausing on benches near spray arcs", + "LED accents coloring the falling water", + "A child chasing droplets at the edge" + ], + "actions": [ + "Controlled jets creating patterned sheets", + "Pedestrians weaving through mist", + "Local performers using the plaza space", + "Automated lights cycling across the curtain" + ], + "camera": "Stabilized slider along the water wall with shallow DOF on passerby", + "accents": [ + "colored LED rim-lights on water curtains", + "mirror reflections doubling architectural lines" + ], + "mood": "modern serenity", + "lighting": "mixed daylight and artificial accent lighting", + "style": "urban lifestyle cinematography" + }, + { + "subGenre": "Waterfalls", + "scene": "Wide curtain waterfall plunging over a basalt step", + "sceneVariants": [ + "Wide curtain waterfall plunging over a basalt step", + "Even sheet of water spilling along a long lip", + "Undercut caves carved by decades of flow", + "Sediment-streaked fan at the base", + "Viewing platform framed by basalt columns" + ], + "actions": [ + "Water sliding as a continuous curtain with micro-eddies", + "Spray forming a fine veil across the camera", + "Visitors silhouetted against the white sheet", + "Rock pooling creating reflective islands" + ], + "camera": "Wide fixed shot with slow lateral dolly to emphasize length", + "accents": [ + "high detail on flowing textures", + "soft haze to smooth highlights" + ], + "mood": "monumental calm", + "lighting": "even daylight with controlled highlights", + "style": "filmic landscape portrait" + }, + { + "subGenre": "Waterfalls", + "scene": "Hidden canyon ribbon falls revealed after a hike", + "sceneVariants": [ + "Hidden canyon ribbon falls revealed after a hike", + "Thin veil tucked between towering sandstone walls", + "Sunbeams occasionally scouting the lip", + "A small pool with stepping stones at the bottom", + "Ferns and moss framing a secret slot" + ], + "actions": [ + "A hiker dropping pack and stepping into wet light", + "Sun hitting the spray intermittently", + "Small amphibians hopping on the moist bank", + "Water whispering down polished stone" + ], + "camera": "Handheld approach from trail mouth to reveal with focus pull", + "accents": [ + "glossy wet-rock micro-shine", + "golden rim-lights where sun finds spray" + ], + "mood": "intimate discovery", + "lighting": "dappled mid-morning with contrasty highlights", + "style": "adventure documentary" + }, + { + "subGenre": "Waterfalls", + "scene": "Thunderous tropical megafall throwing enormous spray", + "sceneVariants": [ + "Thunderous tropical megafall throwing enormous spray", + "Massive river plummeting off a wide cliff", + "Persistent vapor cloud hiding the upper rim", + "Multiple rainbow planes in the spray", + "Observation platform with safety rail" + ], + "actions": [ + "Huge plumes of spray obscuring midground", + "Roar and vibration felt through camera mount", + "Helicopter POV revealing the full scale (if aerial)", + "Rafts navigating turbulent downstream" + ], + "camera": "Aerial wide sweep combined with sturdy tripod base shots to manage vibration", + "accents": [ + "dense volumetric fog with saturated rainbows", + "high dynamic range to preserve spray and shadow detail" + ], + "mood": "overwhelming power", + "lighting": "bright diffused sunlight with strong speculars", + "style": "epic documentary cinematography" + }, + { + "subGenre": "Waterfalls", + "scene": "Seasonal alpine snowmelt cascade in spring", + "sceneVariants": [ + "Seasonal alpine snowmelt cascade in spring", + "Heaving runnels fed by melting snowfields", + "Turbid milky water racing over polished stone", + "New green shoots along the bank", + "Temporary plunge pools expanding downstream" + ], + "actions": [ + "Roaring surge pushing logs and debris", + "Mist thick with suspended sediment", + "Swifts and martins skimming the spray", + "Trail-side photographers braving wet spray" + ], + "camera": "Dynamic hand-held with waterproof protection capturing raw energy", + "accents": [ + "muddy micro-color push for realism", + "spray freeze frames for dramatic detail" + ], + "mood": "energetic renewal", + "lighting": "variable spring light with chill blue undertones", + "style": "raw nature reportage" + }, + { + "subGenre": "Waterfalls", + "scene": "Moonlit nocturnal falls with phosphorescent algae (stylized)", + "sceneVariants": [ + "Moonlit nocturnal falls with phosphorescent algae (stylized)", + "Faint cyan glows traced along wet rocks", + "Silhouetted trees framing a luminous veil", + "Long-exposure star trails above the cascade", + "A small camp tucked beyond earshot" + ], + "actions": [ + "Subtle bioluminescent streaks following water paths (creative)", + "Long-exposure capture enhancing smooth flow", + "Campfire ember glow in the distance", + "Night birds calling from canopy" + ], + "camera": "Long-exposure stabilized timelapse with slow reveal of flow", + "accents": [ + "soft cyan glow to highlight wet channels", + "preserved starfield with low-key foreground fill" + ], + "mood": "ethereal hush", + "lighting": "low moonlight with selective glow accents", + "style": "stylized nocturnal cinematography" + }, + { + "subGenre": "Waterfalls", + "scene": "Terraced rice-valley waterfall integrated into agricultural terraces", + "sceneVariants": [ + "Terraced rice-valley waterfall integrated into agricultural terraces", + "Small weirs and stone steps channeling water", + "Farmers working near dripping margins", + "Irrigation channels feeding bright green paddies", + "Curved stone retaining walls with moss" + ], + "actions": [ + "Water carefully channeled across terraces", + "Farmers inspecting flow and crops", + "Children splashing in safe shallow channels", + "Dragonflies patrolling the irrigation edges" + ], + "camera": "Aerial to ground alternating shots to show human-scale integration", + "accents": [ + "lush green push and wet-stone micro-sheen", + "soft pastoral haze to convey warmth" + ], + "mood": "productive harmony", + "lighting": "warm early-morning agricultural light", + "style": "ethnographic landscape" + }, + { + "subGenre": "Waterfalls", + "scene": "Plunge waterfall into basalt-lined gorge with emerald pool", + "sceneVariants": [ + "Plunge waterfall into basalt-lined gorge with emerald pool", + "Columnar basalt framing dramatic vertical drop", + "Deep green pool with visible depth gradient", + "Steam rising where cool water meets warm air", + "A rope swing or natural cliff jump spot (cautious)" + ], + "actions": [ + "Water striking pool with loud explosive spray", + "Swimmers cautiously testing cool water", + "Echoing sounds reverberating off basalt walls", + "Bubbles rising in slow columns from submerged impact" + ], + "camera": "Telephoto compression from rim plus close wet-suit POV inserts", + "accents": [ + "emerald color grading for pool depth", + "sharp rock micro-contrast to emphasize basalt forms" + ], + "mood": "inviting danger", + "lighting": "contrasty midday with vivid color saturation", + "style": "adventure cinematography" + }, + { + "subGenre": "Waterfalls", + "scene": "Gentle woodland cascade with stepping stones and ferns", + "sceneVariants": [ + "Gentle woodland cascade with stepping stones and ferns", + "Small multi-level streams threaded through forest", + "Mossy logs bridging shallow flows", + "Dappled light creating moving patterns on the water", + "A quaint footpath and rustic bench nearby" + ], + "actions": [ + "Soft trickles meandering across stone beds", + "A passerby stooping to cup water", + "Leaves trembling as droplets hit", + "A small dog splashing along the shallows" + ], + "camera": "Low handheld with macro inserts of moss and water motion", + "accents": [ + "soft green push and wet-moss micro-texture", + "gentle filmic glow on highlights" + ], + "mood": "peaceful intimacy", + "lighting": "warm dappled light with soft shadows", + "style": "pastoral nature portrait" + }, + { + "subGenre": "Waterfalls", + "scene": "Skyfall: coastal cliff waterfall tumbling to the surf", + "sceneVariants": [ + "Skyfall: coastal cliff waterfall tumbling to the surf", + "Water meeting the ocean with explosive foam", + "Seabirds nesting on spray-soaked cliffs", + "Sea-spray mist blowing inland", + "Tide pools forming at the waterfall's mouth" + ], + "actions": [ + "Water steaming into surf and atomizing", + "Waves colliding with fresh outlet flow", + "Gale-driven spray creating horizontal sheets", + "Fisherfolk watching from a safe distance" + ], + "camera": "Aerial descent from cliff top to surf with stabilized cuts", + "accents": [ + "sea-spray micro-glitter and wet-rock sheen", + "cool cyan push to emphasize marine context" + ], + "mood": "bracing exhilaration", + "lighting": "bright coastal daylight with high contrast", + "style": "coastal cinematic" + }, + { + "subGenre": "Waterfalls", + "scene": "Hidden urban waterfall reclaimed by graffiti artists and plants", + "sceneVariants": [ + "Hidden urban waterfall reclaimed by graffiti artists and plants", + "Concrete spillway now a textured vertical garden", + "Murals peeking through wet drips", + "Vines and seedlings colonizing seams", + "Local youth using it as a social gathering spot" + ], + "actions": [ + "Water flowing through man-made structures creating organic lines", + "Artists adding paint to damp walls (creative permission assumed)", + "Community members sitting and talking near the pool", + "Bicycles and skateboards leaning against a wall" + ], + "camera": "Handheld documentary style with intimate interviews and wide context", + "accents": [ + "rich urban color accents with wet-surface reflection", + "soft texture emphasis on mural paint and moss" + ], + "mood": "creative reclamation", + "lighting": "even afternoon with mixed sun and shadow", + "style": "urban cultural documentary" + }, + { + "subGenre": "Waterfalls", + "scene": "Sunset-lit cascade with layered terraces catching gold", + "sceneVariants": [ + "Sunset-lit cascade with layered terraces catching gold", + "Warm bands across multiple drop levels", + "Long shadows stretching between pools", + "Visitors silhouetted on a lookout ridge", + "A faint evening mist retaining last light" + ], + "actions": [ + "Light progressively warming each tier", + "Photographers framing golden compositions", + "A final flock of birds passing overhead", + "Water slowing to a softer hush as light fades" + ], + "camera": "Slow push-in with graduated exposure pull to retain highlight detail", + "accents": [ + "rich golden-hour color grading", + "soft filmic bloom on bright highlights" + ], + "mood": "romantic closure", + "lighting": "warm sunset rim and soft shadow", + "style": "lyrical cinematic" + }, + { + "subGenre": "Waterfalls", + "scene": "Seasonal desert waterfall after rare rains", + "sceneVariants": [ + "Seasonal desert waterfall after rare rains", + "Temporary veils cascading over sandstone", + "Ephemeral pools filling among arid scrub", + "Wildflowers exploding after moisture", + "Tracks of animals converging at the new water source" + ], + "actions": [ + "Flashy short-lived sheet flows racing down rock", + "Dust settling into wet patterns", + "Flora responding with bright ephemeral blooms", + "Birds quickly bathing and departing" + ], + "camera": "Fast-paced lateral dolly and macro inserts to capture ephemeral life", + "accents": [ + "high saturation on sudden greens", + "sparkling micro-speculars on wet sand" + ], + "mood": "brief exuberant life", + "lighting": "bright post-storm sunlight with strong contrast", + "style": "dynamic natural reportage" + }, + { + "subGenre": "Waterfalls", + "scene": "Pilgrim waterfall with ancient shrines and incense smoke", + "sceneVariants": [ + "Pilgrim waterfall with ancient shrines and incense smoke", + "Stone steps leading devotees to ritual pools", + "Offerings placed on wet ledges", + "Monastics or pilgrims bathing or praying", + "Carved iconography softened by moss" + ], + "actions": [ + "Ritual washing and offering placements", + "Incense smoke mixing with waterfall mist", + "Chants and low prayers resonating off rock", + "Candles and small lanterns glowing near the edge" + ], + "camera": "Respectful slow handheld with telephoto for ritual detail", + "accents": [ + "warm candle highlights balanced with cool mist", + "soft texture emphasis on carved stone" + ], + "mood": "sacred contemplation", + "lighting": "low warm ritual light mixed with natural daylight", + "style": "ethnographic contemplative film" + }, + { + "subGenre": "Waterfalls", + "scene": "Miniature backyard waterfall crafted into a garden pond", + "sceneVariants": [ + "Miniature backyard waterfall crafted into a garden pond", + "Trickling water over stacked stones into koi pond", + "Garden lights highlighting ripples at night", + "Children watching fish and water movement", + "Lilies and small bridge elements nearby" + ], + "actions": [ + "Soft trickles creating pleasant ambient sound", + "Koi surfacing when approached", + "A homeowner adjusting lights or plants", + "Insects hovering over the pond" + ], + "camera": "Macro-close with shallow DOF and gentle rack focus", + "accents": [ + "soft warm garden light and micro-reflection on water", + "shallow depth-of-field to emphasize intimate scale" + ], + "mood": "domestic serenity", + "lighting": "soft evening garden light with small point accents", + "style": "intimate lifestyle cinematography" + }, + { + "subGenre": "Waterfalls", + "scene": "Cascading tea-plantation irrigation falls", + "sceneVariants": [ + "Cascading tea-plantation irrigation falls", + "Small controlled drops feeding terraces", + "Workers moving between channels", + "Lush tea rows curving across hills", + "Old stone sluices guiding flow" + ], + "actions": [ + "Engineered flows gently nourishing terraces", + "Workers checking channels and adjusting stones", + "Water trickling along planted edges sustaining crops", + "Mist rising from warm leaves after water contact" + ], + "camera": "Aerial sweep across terraced fields with close canal inserts", + "accents": [ + "rich verdant color grading for plantations", + "soft sheen on wet leaves" + ], + "mood": "productive calm", + "lighting": "soft diffused plantation light with warm undertones", + "style": "agricultural documentary" + } + ] +} \ No newline at end of file diff --git a/src/data/nature_wetlands.json b/src/data/nature_wetlands.json new file mode 100644 index 0000000..365acd5 --- /dev/null +++ b/src/data/nature_wetlands.json @@ -0,0 +1,504 @@ +{ + "nature": [ + { + "subGenre": "Wetlands", + "scene": "River delta marsh with braided channels and reed beds under bright midday sun", + "sceneVariants": [ + "River delta marsh with braided channels and reed beds under bright midday sun", + "Aerial patchwork of mudflats, channels and green reeds", + "Shallow tidal channels lined with rushes and sedges", + "A sandbar dotted with nesting gulls and terns", + "Low hummocks of wet grass between slow watercourses" + ], + "actions": [ + "Flocks of shorebirds probing mud for invertebrates", + "Small fish skimming the surface in shallow runs", + "Local fishers poling lightweight skiffs through channels", + "Reeds bending rhythmically in a gentle breeze" + ], + "camera": "Low aerial follow along a braided channel with periodic lateral reveals to reed textures", + "accents": [ + "crisp midday speculars on shallow water", + "micro-detail on reed tip seed heads" + ], + "mood": "productive calm", + "lighting": "bright diffused midday light", + "style": "documentary estuarine cinematography" + }, + { + "subGenre": "Wetlands", + "scene": "Mangrove labyrinth at twilight with ink-blue channels and silhouetted root tangles (twilight)", + "sceneVariants": [ + "Mangrove labyrinth at twilight with ink-blue channels and silhouetted root tangles (twilight)", + "Low tide exposing root webs and mud channels", + "A narrow canoe slip-stopping under a purple sky", + "Heron silhouettes standing like sentinels", + "Murk and reflected clouds pooling in creeks" + ], + "actions": [ + "Crustaceans scuttling among exposed roots", + "Herons shifting stance and striking for fish", + "Paddlers moving with near-silent strokes through narrow channels", + "The sky shifting color and deepening into night" + ], + "camera": "Tight low-angle kayak-level follow with slow crossfades to silhouette panoramas", + "accents": [ + "deep indigo-to-magenta twilight gradients", + "soft rim-light on root edges for separation" + ], + "mood": "quiet mystery", + "lighting": "twilight with cool blue casts", + "style": "moody coastal dusk cinematography" + }, + { + "subGenre": "Wetlands", + "scene": "Peat bog at dawn with satin mist and jewel-like droplets on bog moss", + "sceneVariants": [ + "Peat bog at dawn with satin mist and jewel-like droplets on bog moss", + "A raised hummock dotted with bright bog flowers", + "Tiny reflective pools holding perfect sky mirrors", + "Walking boardwalks snaking through spongy ground", + "A distant ridge just visible through low mist" + ], + "actions": [ + "Dew beads trembling on moss as a small mammal passes", + "Songbirds beginning a layered dawn chorus", + "Footfalls on the boardwalk causing faint ripples in puddles", + "Mist lifting slowly as the sun gains strength" + ], + "camera": "Slow focus ramp from moss-level macro to misty panorama using gentle dolly", + "accents": [ + "soft golden rim on dew beads", + "high micro-detail on sphagnum texture" + ], + "mood": "gentle renewal", + "lighting": "cool-to-warm dawn gradient", + "style": "intimate nature portraiture" + }, + { + "subGenre": "Wetlands", + "scene": "Saltmarsh flats at low tide revealing crisscrossed mud tracks and ephemeral pools (day)", + "sceneVariants": [ + "Saltmarsh flats at low tide revealing crisscrossed mud tracks and ephemeral pools (day)", + "A mosaic of shallow pools reflecting cloud and sky", + "Wormcast islands and gull tracks etched into wet mud", + "A horizon of distant wind turbines offshore", + "Clumps of salt-tolerant grasses resisting salt spray" + ], + "actions": [ + "Fiddler crabs waving and scuttling across flats", + "Shorebirds carving elegant feeding lines", + "Local scientists sampling benthic invertebrates", + "Tides slowly closing channels back into the sea" + ], + "camera": "Low sweeping glide over flats with occasional macro insertions on invertebrate activity", + "accents": [ + "mirror-like reflections in still pools", + "sharp texture contrast of wet mud patterns" + ], + "mood": "forensic calm", + "lighting": "clean midday daylight", + "style": "ecological study cinematography" + }, + { + "subGenre": "Wetlands", + "scene": "Freshwater marsh with lily pads, dragonflies and a slow-moving reed-lined brook (day)", + "sceneVariants": [ + "Freshwater marsh with lily pads, dragonflies and a slow-moving reed-lined brook (day)", + "Sunlit lily pads dotted with drops and small frogs", + "Shallow pools surrounded by rank sedge and cattail", + "A footbridge arcing over a narrow channel", + "A small heron picking its way through emergent vegetation" + ], + "actions": [ + "Dragonflies patrolling territorial lanes above water", + "Frogs launching into water in quick spirals", + "A canoeist drifting and photographing flora", + "Sun glancing off beetles and aquatic insects" + ], + "camera": "Macro and medium sequence mixing lily-pad-level inserts with lateral tracking of the brook", + "accents": [ + "sparkling water speculars on pad edges", + "warm green grading to emphasize lush freshwater tones" + ], + "mood": "tranquil abundance", + "lighting": "soft warm daylight with slight backlight", + "style": "botanical-natural cinematography" + }, + { + "subGenre": "Wetlands", + "scene": "Flamingo flats at dusk with a blazing sky and long pink reflections (dusk)", + "sceneVariants": [ + "Flamingo flats at dusk with a blazing sky and long pink reflections (dusk)", + "Hundreds of birds forming rhythmic feeding lines", + "Shallow salted pools rimmed with crusted minerals", + "A distant volcano silhouette under a burning horizon", + "V-shaped flights heading toward distant roosts" + ], + "actions": [ + "Flamingos sweeping beaks through shallow water in unison", + "Light shifting to saturated pink and orange reflecting on birds", + "Quiet movement of local guides and researchers", + "Wings stirring shallow clouds of fine spray" + ], + "camera": "Slow lateral crane with occasional high-frame-rate inserts of coordinated feeding motion", + "accents": [ + "intense warm rim-light and saturated reflection color", + "soft bloom to heighten mirror-like water surfaces" + ], + "mood": "ornamental drama", + "lighting": "saturated sunset/dusk warmth", + "style": "emotive wildlife cinematography" + }, + { + "subGenre": "Wetlands", + "scene": "Nocturnal reedbed alive with calling owls and glinting insect eyes (night)", + "sceneVariants": [ + "Nocturnal reedbed alive with calling owls and glinting insect eyes (night)", + "Soft moonlit silhouettes of tall reeds", + "Faint red eyes of small mammals peering from the margins", + "The hush broken by a distant frog chorus", + "Headlamp beams piercing a narrow path" + ], + "actions": [ + "Owls quartering silently and dropping to catch prey", + "Moths and beetles flashing in brief reflection arcs", + "Fishermen occasionally checking lines under moonlight", + "Reed stems moving in slow periodic gusts" + ], + "camera": "Low-light stabilized tracking with sensitive macro inserts and subtle thermal overlays", + "accents": [ + "cool moonlit rim-light on reed silhouettes", + "pinpoint micro-speculars on nocturnal insect bodies" + ], + "mood": "haunting stillness", + "lighting": "cool low-night light with minimal artificial fill", + "style": "nocturnal naturalism" + }, + { + "subGenre": "Wetlands", + "scene": "Fogbound fen where shapes appear and vanish in layered mist at early morning (dawn)", + "sceneVariants": [ + "Fogbound fen where shapes appear and vanish in layered mist at early morning (dawn)", + "Islands of reeds poking through a silver sea of fog", + "Distant silhouettes of grazing deer shifting through haze", + "A lonely pier with a single fisherman wrapped against chill", + "Colors washed to soft pastels by moisture" + ], + "actions": [ + "Mist swirling as warm air nudges cool ground", + "Slow ruffling as deer lift their heads and move on", + "Mottled reflections appearing briefly in shallow pools", + "Sound of distant wings and faint clucks" + ], + "camera": "Soft-focus dolly with layered depth-of-field to exploit reveal and concealment", + "accents": [ + "subtle pastel color grading for moist atmosphere", + "volumetric shafts barely cutting through fog" + ], + "mood": "enigmatic calm", + "lighting": "diffuse dawn mist light", + "style": "ethereal morning cinematography" + }, + { + "subGenre": "Wetlands", + "scene": "Flooded rice terraces and adjoining wetlands with human activity and reflective water (day)", + "sceneVariants": [ + "Flooded rice terraces and adjoining wetlands with human activity and reflective water (day)", + "Terraced paddies glinting like silver mirrors stepwise up a slope", + "Farmers planting and tending shoots knee-deep in water", + "Waterbirds exploiting young rice shoots for feeding", + "A patchwork of irrigation channels feeding wet meadow pockets" + ], + "actions": [ + "Farmers rhythmically transplanting seedlings", + "Water ripples forming from coordinated foot movement", + "Children laughing on terraces while birds feed below", + "Irrigation gates being opened and closed to shape flow" + ], + "camera": "Medium crane following terrace lines with intimate over-the-shoulder process cutaways", + "accents": [ + "mirror-like terrace highlights emphasizing composition", + "clean natural color to preserve cultural context" + ], + "mood": "human-nature collaboration", + "lighting": "bright even daylight for agricultural clarity", + "style": "ethnographic agricultural cinematography" + }, + { + "subGenre": "Wetlands", + "scene": "Bioluminescent tidal flats after dark where glowing patches trace the waterline (night)", + "sceneVariants": [ + "Bioluminescent tidal flats after dark where glowing patches trace the waterline (night)", + "Long-exposure streaks of cyan and teal along ebbing waves", + "Black sand punctuated by glowing organism clusters", + "A lone walker leaving a sequenced trail of light", + "Aerial views showing luminous patterns from above" + ], + "actions": [ + "Feet and small animals disturbing plankton and releasing light", + "Waves leaving ephemeral neon seams along shore", + "Photographers creating long-exposure sequenced frames", + "A quiet low hum of nocturnal life over the flats" + ], + "camera": "Long-exposure low-light timelapse paired with close macro reveals of glowing organisms", + "accents": [ + "electric cyan micro-glows against deep black backgrounds", + "soft reflective sheen on wet sand amplifying neon traces" + ], + "mood": "otherworldly quiet", + "lighting": "near-total dark with bioluminescent accents", + "style": "nocturnal micro-spectacle cinematography" + }, + { + "subGenre": "Wetlands", + "scene": "Migratory bird stopover with exhausted flocks refueling on abundant wetlands (day)", + "sceneVariants": [ + "Migratory bird stopover with exhausted flocks refueling on abundant wetlands (day)", + "Tidal flats filled with dense cloud formations of waders", + "Refuge islands crowded with resting birds", + "Researchers banding and measuring select individuals", + "A cacophony of calls tracking movement and behavior" + ], + "actions": [ + "Birds probing, preening and resting between flights", + "Volunteers counting and cataloguing arrivals", + "Predatory birds occasionally exploiting disorganized flocks", + "Patterns of movement shifting with tide and light" + ], + "camera": "Wide telephoto coverage with quick cut-aways to close behavioral documentation", + "accents": [ + "neutral accurate color grading for species identification", + "high-detail capture of feather and leg textures" + ], + "mood": "urgent replenishment", + "lighting": "clear daylight optimized for field study", + "style": "behavioral migration cinematography" + }, + { + "subGenre": "Wetlands", + "scene": "Mirrored wetland lagoon at blood-orange sunset with dramatic silhouettes (sunset)", + "sceneVariants": [ + "Mirrored wetland lagoon at blood-orange sunset with dramatic silhouettes (sunset)", + "Tall reeds cut as dark patterns against molten sky", + "Flamingos and herons picking in brilliant reflection", + "Clouds igniting in layered bands over the horizon", + "A small wooden pier extending into the glowing water" + ], + "actions": [ + "Birds moving in slow choreographed motion across a reflected sky", + "People silhouetted, holding still to soak in the moment", + "Light shifting quickly to deep purples as the sun drops", + "A ripple trail distorting perfect mirror reflections" + ], + "camera": "Wide reflective panoramas with selective telephoto pulls to isolate silhouettes", + "accents": [ + "intense warm color grading to heighten sunset drama", + "rim-lit silhouettes for compositional clarity" + ], + "mood": "visual poignancy", + "lighting": "vivid sunset warmth with high reflection", + "style": "cinematic golden-hour wetland portrait" + }, + { + "subGenre": "Wetlands", + "scene": "Constructed urban wetland with boardwalks, informational signage and controlled flows (day)", + "sceneVariants": [ + "Constructed urban wetland with boardwalks, informational signage and controlled flows (day)", + "A public space where ecology and recreation meet", + "Interpretive signs and small observation hides", + "Families and school groups visiting on a sunny day", + "Engineered channels working to filter urban runoff" + ], + "actions": [ + "Children watching tadpoles in shallow pools", + "Volunteers holding guided tours and citizen science events", + "Maintenance crews checking gates and vegetation", + "Small solar-powered monitoring stations blinking quietly" + ], + "camera": "Human-centered handheld coverage with educational cutaways and macro biodiversity inserts", + "accents": [ + "clean documentary lighting with natural color balance", + "micro-detail on boardwalk textures and wetland flora" + ], + "mood": "informed stewardship", + "lighting": "even daylight for public clarity", + "style": "urban ecology cinematography" + }, + { + "subGenre": "Wetlands", + "scene": "Frozen marsh with ice hummocks and brittle reed silhouettes under thin polar twilight (night)", + "sceneVariants": [ + "Frozen marsh with ice hummocks and brittle reed silhouettes under thin polar twilight (night)", + "Glass-like ice lenses capturing pale sky", + "Rime-coated cattails breaking gently in wind", + "A distant auroral skirt faintly visible on the rim", + "Tracks of fox and hare trailing across the frozen flats" + ], + "actions": [ + "Cracking ice as slight thermal shifts occur", + "Animals cautiously following hidden channels", + "A solitary researcher checking temperature probes", + "Long, quiet exhalations visible in cold breath" + ], + "camera": "Low-light stabilized passes with occasional thermal and long-exposure inserts", + "accents": [ + "cool blue rim-light on ice edges", + "glittering micro-highlights on frost crystals" + ], + "mood": "still vigilance", + "lighting": "thin blue twilight with subtle cold accents", + "style": "polar wetland cinematography" + }, + { + "subGenre": "Wetlands", + "scene": "Moonlit ombrotrophic bog where phosphorescent marsh gas and reflected moon create eerie glows (night)", + "sceneVariants": [ + "Moonlit ombrotrophic bog where phosphorescent marsh gas and reflected moon create eerie glows (night)", + "Distant pockets of faint gaseous luminescence", + "Starfield reflected in shallow glassy pools", + "A slow-moving path traced by headlamp beams", + "Low-lying fog forming slow eddies above the surface" + ], + "actions": [ + "Occasional bubbling releasing tiny luminous rings", + "Moths and beetles drawn to faint ground luminescence", + "A lone walker pausing to listen to the silence", + "The moon shifting position and altering reflective intensity" + ], + "camera": "Long-exposure low-light passes with sensitive macro inserts and subtle push-ins", + "accents": [ + "soft cool rim-light mixing with faint phosphorescent green", + "mirror micro-highlights on still pools" + ], + "mood": "eerie contemplation", + "lighting": "low moonlight with minimal artificial fill", + "style": "nocturnal natural micro-cinematic" + }, + { + "subGenre": "Wetlands", + "scene": "Restoration boardwalk site where volunteers replant sedge and repair channels (day)", + "sceneVariants": [ + "Restoration boardwalk site where volunteers replant sedge and repair channels (day)", + "Rows of newly planted plugs in a protected plot", + "Volunteers in waders working in organized teams", + "Educational signage documenting restoration techniques", + "Time-lapse panels showing before-and-after progress" + ], + "actions": [ + "Volunteers carefully placing plugs and staking protective cages", + "Engineers measuring water flow and adjusting weirs", + "Children learning from field guides and helping to plant", + "Slow recovery of insect and bird activity in treated plots" + ], + "camera": "Documentary observational coverage with over-the-shoulder process cuts and macro growth time-lapses", + "accents": [ + "clean natural color grading for instructional clarity", + "micro-detail on new shoots and wet substrate" + ], + "mood": "hopeful repair", + "lighting": "even daylight suitable for educational footage", + "style": "restoration documentary cinematography" + }, + { + "subGenre": "Wetlands", + "scene": "Storm-swamped marsh with hurricane-sky and rushing overflow turning the site into a churning sea (storm)", + "sceneVariants": [ + "Storm-swamped marsh with hurricane-sky and rushing overflow turning the site into a churning sea (storm)", + "Wind-driven water sweeping across low ground", + "Debris and uprooted sedge tensely whipped in the gale", + "Lightning periodically revealing vast shallow inundations", + "Emergency response teams staging at the high ground" + ], + "actions": [ + "Surge waves lapping at fences and boardwalk bases", + "Floating debris colliding and forming chaotic eddies", + "Wildlife seeking higher refuge along hedgerows", + "Emergency crews monitoring breaches and moving equipment" + ], + "camera": "High-dynamic-range storm coverage with protected aerial and stabilized close-ups of flow", + "accents": [ + "stark wet-surface speculars and saturated storm contrast", + "high-speed water micro-detail capturing turbulence" + ], + "mood": "tense urgency", + "lighting": "staccato storm light with intermittent lightning", + "style": "crisis environmental cinematography" + }, + { + "subGenre": "Wetlands", + "scene": "Post-rain wetland with double rainbow and saturated pools reflecting bright clouds (day)", + "sceneVariants": [ + "Post-rain wetland with double rainbow and saturated pools reflecting bright clouds (day)", + "Prismatic arcs framing wide meadow pockets", + "Crisp puddles mirror-clouded sky and distant hills", + "Insects dancing through sparkling air", + "A glint of sun producing small speckled rainbows in mist" + ], + "actions": [ + "Birds re-emerging and resuming feeding after the shower", + "Children running and splashing in shallow pools", + "Volunteers counting new hatchlings in protected sites", + "Sunlight intensifying petal and leaf color after rain" + ], + "camera": "Reflective mid-range panoramas with occasional macro drops to water surfaces", + "accents": [ + "prismatic highlights and saturated greens after rain", + "mirror-like pool micro-reflections" + ], + "mood": "refreshing delight", + "lighting": "bright post-rain daylight with prismatic accents", + "style": "uplifting natural cinematography" + }, + { + "subGenre": "Wetlands", + "scene": "Marsh meadow with ephemeral wildflower blooms drawing pollinators in late spring (day)", + "sceneVariants": [ + "Marsh meadow with ephemeral wildflower blooms drawing pollinators in late spring (day)", + "Carpets of seasonal blooms framed by shallow pools", + "Winding footpaths edged in bright color", + "Butterfly and bee hotspots visible from low vantage", + "Distant cattle wading while feasting on fresh shoots" + ], + "actions": [ + "Mass pollinator activity creating a visible hum of motion", + "Time-lapse of flowers opening and closing through the day", + "Researchers cataloguing species abundance", + "Small mammals grazing at the marsh edge" + ], + "camera": "Macro-rich tracking with wide contextual reveals to show ephemeral scale", + "accents": [ + "vibrant saturated floral color grading", + "ultra-fine pollen micro-detail in macro shots" + ], + "mood": "brief exuberance", + "lighting": "even bright daylight for color fidelity", + "style": "botanical event cinematography" + }, + { + "subGenre": "Wetlands", + "scene": "Quiet peat pool under a star-filled sky with faint Milky Way and distant northern glow (night)", + "sceneVariants": [ + "Quiet peat pool under a star-filled sky with faint Milky Way and distant northern glow (night)", + "Glassy water reflecting pinpoints of celestial light", + "Sparse silhouetted reeds forming foreground geometry", + "The stillness broken only by faint insect chirps", + "A slow-moving cloud occasionally dimming starlight" + ], + "actions": [ + "Stars streaking slowly in very long exposures", + "A lone astronomer adjusting tripod and lens settings", + "Occasional meteor streaks mirrored in glassy puddles", + "Soft breathing and the faint flap of nocturnal wings" + ], + "camera": "Long-exposure star-field timelapse blended with foreground low-light passes", + "accents": [ + "cool star-point highlights with faint auroral tint", + "mirror micro-highlights on peat pool surfaces" + ], + "mood": "cosmic solitude", + "lighting": "near-total dark with celestial accents", + "style": "astral nature cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/people_and_lifestyle_artists.json b/src/data/people_and_lifestyle_artists.json new file mode 100644 index 0000000..3e14ed4 --- /dev/null +++ b/src/data/people_and_lifestyle_artists.json @@ -0,0 +1,404 @@ +{ + "people_and_lifestyle": [ + { + "subGenre": "Artists", + "scene": "Moonlit rooftop muralist painting a city-side wall", + "sceneVariants": [ + "Moonlit rooftop muralist painting a city-side wall", + "Spray can hiss beneath a halo of portable lamp", + "A vast face emerging in neon-like pigment", + "Scaffolding silhouettes against a star-splattered sky", + "Stained overspray covering tarps and sneakers" + ], + "actions": [ + "Quick precise bursts of aerosol creating layered textures", + "Stepping back to judge proportion and color", + "Taping off edges and blending with spray caps", + "Wiping a hand across a cheek-shaped highlight" + ], + "camera": "Low dolly along the wall with intermittent crane pullbacks to reveal scale", + "accents": [ + "neon rim-light and wet-spray micro-sheen", + "specular highlights on glossy enamel pigments" + ], + "mood": "defiant nocturnal creativity", + "lighting": "night: portable work lamps and cool moonlight contrast", + "style": "urban guerrilla mural cinematography" + }, + { + "subGenre": "Artists", + "scene": "Late-night composition session in a cramped loft studio", + "sceneVariants": [ + "Late-night composition session in a cramped loft studio", + "Scores and notebooks strewn across a coffee table", + "A pianist tapping soft motifs into a dim keyboard", + "Headphones cocooning a composer as they edit", + "A small desk lamp illuminating scribbled notes" + ], + "actions": [ + "Fingertips finding a motif and looping it with a pedal", + "Marking bar lines and dynamic accents in red pen", + "Leaning back and humming to examine phrasing", + "Hit-and-miss adjustments on a small synthesizer" + ], + "camera": "Intimate over-the-shoulder inserts with slow crossfades matching musical phrasing", + "accents": [ + "warm desk-lamp halo and subtle LED meter glows", + "micro-detail on paper fibers and key wear" + ], + "mood": "focused introspection", + "lighting": "night: lamp and soft LED meters with deep ambient shadow", + "style": "lo-fi music production cinematography" + }, + { + "subGenre": "Artists", + "scene": "Midnight painter at an easel under a skylight with rain", + "sceneVariants": [ + "Midnight painter at an easel under a skylight with rain", + "Palette knives scraping wet pigment into texture", + "A half-finished portrait with dramatic chiaroscuro", + "Buckets of solvent and rags in the corner", + "Water trails on the skylight refracting streetlights" + ], + "actions": [ + "Dragging pigment with bold loaded strokes", + "Dabbing highlights with a rag for texture", + "Stepping back to reinterpret composition", + "Wiping a brush and mixing a new, darker tone" + ], + "camera": "Handheld intimate circles around the easel with shallow focus on paint texture", + "accents": [ + "soft skylight refractions and wet-paint micro-detail", + "warm tungsten rim on hands and palette edges" + ], + "mood": "obsessive refinement", + "lighting": "night: skylight rain reflections and warm interior lamps", + "style": "tactile fine-arts cinematography" + }, + { + "subGenre": "Artists", + "scene": "Night ceramics glazing session with slow kiln glow", + "sceneVariants": [ + "Night ceramics glazing session with slow kiln glow", + "Hands dipping and brushing slips over thrown pots", + "Shelves of bisqueware waiting like silent columns", + "A small kiln blinking through a protective window", + "A glaze tray catching tiny color gradients" + ], + "actions": [ + "Applying layered glazes with feather-light brushes", + "Labeling shelves and noting glaze recipes", + "Rotating a pot to check even coverage", + "Packing kiln shelves with careful spacing" + ], + "camera": "Macro glazing inserts intercut with gentle wide arcs of the studio", + "accents": [ + "warm kiln backlight and glossy glaze micro-reflections", + "textural emphasis on clay and slip drips" + ], + "mood": "patient alchemy", + "lighting": "night: kiln warmth and task lamp cones", + "style": "ceramic atelier cinematography" + }, + { + "subGenre": "Artists", + "scene": "Moonlit photographer capturing long-exposure cityscapes", + "sceneVariants": [ + "Moonlit photographer capturing long-exposure cityscapes", + "Tripod and camera silhouetted against luminous traffic trails", + "A remote shutter release clutched like a talisman", + "Reflections ripple down glassy towers", + "A hot coffee cooling on a nearby ledge" + ], + "actions": [ + "Composing the frame and setting long exposure", + "Checking histograms and adjusting aperture", + "Triggering remote shutter and watching light trails", + "Bracketing exposures for later fusion" + ], + "camera": "Static wide with long time-lapse inserts and occasional slit-scan reveals", + "accents": [ + "cool moon and sodium lamp sculpting on glass", + "pixel micro-detail on light trails and reflections" + ], + "mood": "patient vigilance", + "lighting": "night: ambient urban glow and tripod-mounted LEDs", + "style": "nocturnal photographic documentary" + }, + { + "subGenre": "Artists", + "scene": "Dawn plein-air painter capturing mist over a valley", + "sceneVariants": [ + "Dawn plein-air painter capturing mist over a valley", + "Easel set among dewy grass with a small mug of tea", + "Brushes clicking in a wooden box while light unfolds", + "A crescendo of rosy clouds as sun peeks", + "Quick tonal sketches pinned to a portable board" + ], + "actions": [ + "Blocking basic shapes in fast tonal washes", + "Adjusting palette for cooler mist tones", + "Squinting to judge value relationships", + "Packing up quickly as light shifts" + ], + "camera": "Gentle crane from valley to easel with quick insert close-ups on brushwork", + "accents": [ + "golden predawn rim-light and soft mist diffusion", + "pastel micro-detail in wet watercolor edges" + ], + "mood": "fresh observational joy", + "lighting": "day/dawn: soft diffused early light", + "style": "traditional plein-air cinematography" + }, + { + "subGenre": "Artists", + "scene": "Bright midday printmaker pulling an edition in sunlit workshop", + "sceneVariants": [ + "Bright midday printmaker pulling an edition in sunlit workshop", + "Inky rollers and carved blocks laid out in geometric order", + "Paper being carefully aligned to reveal a first impression", + "A drying rack filling with newly revealed prints", + "Hands checking registration with a practiced eye" + ], + "actions": [ + "Brushing adhesive and aligning the paper meticulously", + "Feeding the press and operating a lever with steady force", + "Inspecting impressions for clarity and tone", + "Signing and numbering each print in pencil" + ], + "camera": "Measured overhand inserts and mid-shots showing collaborative rhythm", + "accents": [ + "bright skylight for crisp shadow and texture", + "ink micro-texture and paper fiber detail" + ], + "mood": "disciplined ritual", + "lighting": "day: bright controlled interior daylight", + "style": "artisanal print workshop cinematography" + }, + { + "subGenre": "Artists", + "scene": "Afternoon sculptor chiseling a figure in a sunlit yard", + "sceneVariants": [ + "Afternoon sculptor chiseling a figure in a sunlit yard", + "Chisel marks forming graceful contours on stone", + "A pile of marble dust like pale snow", + "Clay maquettes pinned to a board for reference", + "A pulley hoisting a heavy block into position" + ], + "actions": [ + "Tapping rhythmic strikes to reveal form", + "Smoothing surfaces with rasps and finer tools", + "Referencing small maquettes for proportion", + "Brushing away chips to inspect emerging profiles" + ], + "camera": "Wide establishing yard shot with close tactile inserts on chisel and stone", + "accents": [ + "bright sun sculpting hard shadows and crisp profiles", + "etched stone micro-detail and dust speculars" + ], + "mood": "physical concentration", + "lighting": "day: strong midday sun with sharp contrast", + "style": "monumental sculpture cinematography" + }, + { + "subGenre": "Artists", + "scene": "Dusk performance artist preparing a site-specific installation", + "sceneVariants": [ + "Dusk performance artist preparing a site-specific installation", + "Paper and fabric banners strung between trees", + "Sound elements hidden among leaves and roots", + "A small crew placing delicate props with reverence", + "A checklist pinboard lit by a single lamp" + ], + "actions": [ + "Securing anchors and testing motion elements", + "Tuning hidden audio loops and playback levels", + "Draping fabric to respond to wind patterns", + "Testing interaction points for audience safety" + ], + "camera": "Observational mid-shots with careful reveals as the installation forms", + "accents": [ + "warm string-light pools and dusky silhouette contrast", + "material micro-detail on fabric translucence" + ], + "mood": "anticipatory curiosity", + "lighting": "evening/dusk: warm festival-type lighting with lingering twilight", + "style": "site-specific experiential cinematography" + }, + { + "subGenre": "Artists", + "scene": "Bright midday fashion designer draping fabrics on a mannequin", + "sceneVariants": [ + "Bright midday fashion designer draping fabrics on a mannequin", + "Bold bolts of cloth hanging like a color wall", + "Pins glinting as a silhouette is refined", + "Pattern pieces chalked on a cutting table", + "A mood board with tear-sheets and swatches" + ], + "actions": [ + "Pinning and folding fabric to find a flattering fall", + "Tuning hem lengths and seamlines with precise gestures", + "Pin-basting and testing under natural light", + "Photographing drapes for reference" + ], + "camera": "Elegant two-shots with detail inserts on hands and seams", + "accents": [ + "crisp skylight highlights and fabric micro-texture", + "refined color grading for textile saturation" + ], + "mood": "creative refinement", + "lighting": "day: bright atelier daylight with soft fill", + "style": "fashion atelier cinematography" + }, + { + "subGenre": "Artists", + "scene": "Late-night digital artist painting on a luminous tablet", + "sceneVariants": [ + "Late-night digital artist painting on a luminous tablet", + "Glowing brush strokes on a dark screen", + "A bank of monitors reflecting an array of palettes", + "Reference photos pinned digitally in floating windows", + "Stylus gliding with quick confident flicks" + ], + "actions": [ + "Layering brush passes and toggling blend modes", + "Zooming into micro-detail and shifting opacity", + "Exporting test renders and checking color profiles", + "Switching palettes to test mood shifts" + ], + "camera": "Macro inserts on tablet surface and hand motion with subtle rack focus", + "accents": [ + "cool monitor glow balanced with warm desk lamp", + "pixel-level micro-detail emphasis" + ], + "mood": "digital immersion", + "lighting": "night: monitor luminescence and desk task lighting", + "style": "contemporary digital art cinematography" + }, + { + "subGenre": "Artists", + "scene": "Sunlit community mural day with families painting together", + "sceneVariants": [ + "Sunlit community mural day with families painting together", + "Children filling outlined shapes with bright colors", + "Local artists guiding novices with gentle hands", + "A ladder with a parent painting a high border", + "Paint-splattered shirts and shared laughter" + ], + "actions": [ + "Filling in large color blocks with rollers", + "Teaching simple techniques to eager kids", + "Signing the mural corner with a community stamp", + "Cleaning brushes and offering soda to helpers" + ], + "camera": "Lively mid-wide coverage with joyful reaction close-ups", + "accents": [ + "warm golden sun and saturated primary hues", + "textural micro-detail on brush strokes and roller nap" + ], + "mood": "communal joy", + "lighting": "day: bright clear sun with minimal shadows", + "style": "community arts event cinematography" + }, + { + "subGenre": "Artists", + "scene": "Bright midday botanical illustrator sketching in a greenhouse", + "sceneVariants": [ + "Bright midday botanical illustrator sketching in a greenhouse", + "Specimens pinned, magnifying glass at hand", + "Ink and watercolor washes being applied to delicate petals", + "Reference notes with Latin names meticulously written", + "A small fan moving air over herbarium sheets" + ], + "actions": [ + "Outlining petal edges with thin black ink", + "Layering transparent watercolor glazes for subtle hue", + "Labeling specimens and dating plates", + "Pressing a small sample for future study" + ], + "camera": "Measured macro and medium shots with quiet attention to detail", + "accents": [ + "bright greenhouse light emphasizing leaf translucence", + "high micro-detail on botanical hairs and petal veining" + ], + "mood": "scholarly curiosity", + "lighting": "day: bright diffused sun through glass", + "style": "scientific illustration cinematography" + }, + { + "subGenre": "Artists", + "scene": "Dusk experimental sound sculptor arranging resonant objects in a park", + "sceneVariants": [ + "Dusk experimental sound sculptor arranging resonant objects in a park", + "Metal sheets and bowls set to capture wind tones", + "A small mixing board powering contact mics", + "A sequence of mallets laid in a deliberate pattern", + "Audience settling on picnic blankets in anticipation" + ], + "actions": [ + "Tuning objects and testing resonant frequencies", + "Mic placement and subtle gain adjustments", + "Striking objects and listening to decay", + "Recording field samples to loop in a performer set" + ], + "camera": "Documentary-style coverage with aural-synced cutaways", + "accents": [ + "dusky silhouette with warm stage-style downlight accents", + "material micro-sheen on metallic and wooden resonators" + ], + "mood": "experimental focus", + "lighting": "evening/dusk: soft festival lighting with ambient park glow", + "style": "immersive performance art cinematography" + }, + { + "subGenre": "Artists", + "scene": "Noon open-studio critique with peers around a large table", + "sceneVariants": [ + "Noon open-studio critique with peers around a large table", + "Prints and canvases pinned on walls for appraisal", + "Hot beverages and tense concentrated faces", + "Notes and constructive annotations clustering margins", + "An instructor pointing out compositional relationships" + ], + "actions": [ + "Presenting work and receiving measured feedback", + "Demonstrating adjustments on a flip sketch", + "Taking notes and planning revisions", + "Offering a counterpoint through comparison examples" + ], + "camera": "Human-scale mid-shots with reaction inserts showing critique rhythm", + "accents": [ + "bright natural light for accurate color and tonal assessment", + "paper and canvas micro-texture emphasized" + ], + "mood": "constructive challenge", + "lighting": "day: bright studio daylight with neutral fill", + "style": "art-school documentary cinematography" + }, + { + "subGenre": "Artists", + "scene": "Sunset plein-air sculpting with quick clay studies on a hilltop", + "sceneVariants": [ + "Sunset plein-air sculpting with quick clay studies on a hilltop", + "Small maquettes assembled to test forms against sky", + "Hands working quickly as light shortens", + "Wind carrying fine clay dust like a veil", + "A sketchbook filled with gestural notes" + ], + "actions": [ + "Shaping small clay maquettes to explore silhouette", + "Taking quick photos to reference later in studio", + "Noting proportions and compressing details to essential forms", + "Packing tools as the light fades" + ], + "camera": "Quick responsive hand-held to match the tempo of study", + "accents": [ + "rich sunset rim-light sculpting silhouettes", + "clay micro-detail and compressed tonal texture" + ], + "mood": "energetic experimentation", + "lighting": "evening/golden hour: dramatic warm backlight", + "style": "sketching-focused artist documentary" + } + ] +} \ No newline at end of file diff --git a/src/data/people_and_lifestyle_celebrations.json b/src/data/people_and_lifestyle_celebrations.json new file mode 100644 index 0000000..affc0ca --- /dev/null +++ b/src/data/people_and_lifestyle_celebrations.json @@ -0,0 +1,254 @@ +{ + "people_lifestyle": [ + { + "subGenre": "Celebrations", + "scene": "Wedding reception in a marquee with fairy-lights, long banquet tables and a dancefloor (evening)", + "sceneVariants": [ + "Wedding reception in a marquee with fairy-lights, long banquet tables and a dancefloor (evening)", + "A long table set with candles and floral runners", + "Bride and groom cutting a tiered cake at the pass", + "Guests forming a semicircle for the first dance", + "A band playing beneath a suspended fairy-light canopy" + ], + "actions": [ + "Couple sharing first dance while guests film", + "A toast being raised and a heartfelt speech delivered", + "Servers circulating with plated canapés and champagne", + "Guests crowding the dancefloor as a popular song starts" + ], + "camera": "Wide crane into intimate handheld for dance close-ups and table reactions", + "accents": [ + "soft candle micro-glow and warm fairy-light bloom", + "micro-speculars on glassware and metallic cake trim" + ], + "mood": "romantic exuberance", + "lighting": "warm low practicals and sculpted fairy-light pools (evening)", + "style": "wedding cinematography" + }, + { + "subGenre": "Celebrations", + "scene": "Birthday party at home with balloons, homemade cake and a rowdy group of kids (day)", + "sceneVariants": [ + "Birthday party at home with balloons, homemade cake and a rowdy group of kids (day)", + "A child blowing out candles with family cheering", + "A piñata hanging from a low branch", + "Party hats and themed paper plates on a small table", + "A backyard chase game with ribbon flags" + ], + "actions": [ + "Singing 'Happy Birthday' and clapping as candles go out", + "Kids rushing to collect candy from a broken piñata", + "Adults passing plates and rescuing spills", + "A group photo that becomes a playful scrum" + ], + "camera": "Low handheld child-eye inserts and medium family frames", + "accents": [ + "soft vibrant color pop and balloon rim-lights", + "micro-detail on frosting texture and confetti" + ], + "mood": "joyful chaos", + "lighting": "bright daylight or mixed interior practicals", + "style": "family-event cinematography" + }, + { + "subGenre": "Celebrations", + "scene": "Graduation ceremony in a hall with cap-and-gown procession and diploma exchange (day)", + "sceneVariants": [ + "Graduation ceremony in a hall with cap-and-gown procession and diploma exchange (day)", + "Close-up of tassel switching from right to left", + "A proud handshake and diploma presentation onstage", + "A sea of caps rising for a celebratory toss", + "Family clusterings in the audience taking portraits" + ], + "actions": [ + "Graduates walking across stage to receive diplomas", + "Families capturing photos and hugging after the ceremony", + "Faculty conferring and shaking hands with graduates", + "Caps thrown in unison at the finale" + ], + "camera": "Slow crane to medium close-ups for stage moments and audience reaction", + "accents": [ + "neutral academic micro-highlights and stage spot clarity", + "micro-detail on scroll seals and gown stitches" + ], + "mood": "proud accomplishment", + "lighting": "bright stage and auditorium fill", + "style": "ceremonial cinematography" + }, + { + "subGenre": "Celebrations", + "scene": "New Year's street party with confetti, countdown screens and fireworks (night)", + "sceneVariants": [ + "New Year's street party with confetti, countdown screens and fireworks (night)", + "A giant LED countdown clock at the square", + "Crowds bundled in coats with warm drinks", + "Confetti cannons firing at midnight", + "Spectators watching fireworks over silhouetted rooftops" + ], + "actions": [ + "Crowd counting down in collective voice then cheering loudly", + "Bottles popped and sparkling drinks shared", + "Fireworks erupting with synchronized choreographed bursts", + "Street vendors handing out warm snacks between waves of applause" + ], + "camera": "Long-exposure wide panoramas and tight handheld for crowd faces", + "accents": [ + "bright chromatic micro-highlights and reflective wet pavement", + "volumetric smoke and ember micro-detail" + ], + "mood": "electric expectation", + "lighting": "dynamic artificial bursts and low-night ambient lights", + "style": "event spectacle cinematography" + }, + { + "subGenre": "Celebrations", + "scene": "Religious rite celebration with ceremonial garments, incense and congregational singing (day)", + "sceneVariants": [ + "Religious rite celebration with ceremonial garments, incense and congregational singing (day)", + "Close-up of ornate vestments and ritual objects", + "Procession moving through a nave or courtyard", + "Incense smoke curling in shafted light", + "Congregants exchanging blessings and handshakes" + ], + "actions": [ + "Ritual prayers or chants performed in unison", + "Offerings placed and symbolic rites enacted", + "Community elders leading a blessing sequence", + "Congregants greeting each other with traditional gestures" + ], + "camera": "Respectful tripod and slow dolly with careful tonal exposure", + "accents": [ + "neutral-accurate color grading to preserve sacred tones", + "micro-detail on gilding, embroidery and incense smoke" + ], + "mood": "solemn celebration", + "lighting": "soft daylight or low ceremonial practicals depending on rite", + "style": "ritual documentary cinematography" + }, + { + "subGenre": "Celebrations", + "scene": "Office holiday party with string-lights, awards and awkward dancing (evening)", + "sceneVariants": [ + "Office holiday party with string-lights, awards and awkward dancing (evening)", + "A manager presenting a small award onstage", + "An impromptu karaoke moment with colleagues", + "Staff exchanging secret-santa gifts at a table", + "A buffet line and clinking glasses" + ], + "actions": [ + "Award presented with polite applause and a group selfie", + "Colleagues trading jokes and sharing office anecdotes", + "A reluctant dancer dragged onto the floor for a laugh", + "Cleanup crew stacking chairs as the party winds down" + ], + "camera": "Handheld low-light with soft bokeh and reaction close-ups", + "accents": [ + "warm tungsten micro-highlights and reflective glassware", + "micro-detail on foil wrapping and name tags" + ], + "mood": "playful camaraderie", + "lighting": "warm low practicals (evening)", + "style": "corporate social cinematography" + }, + { + "subGenre": "Celebrations", + "scene": "Baby shower in a living room with themed décor, gifts and soft games (day)", + "sceneVariants": [ + "Baby shower in a living room with themed décor, gifts and soft games (day)", + "A decorated cake with a small bunting topper", + "Guests writing wishes into a memory book", + "Small game stations with soft prizes", + "A surprise reveal of a gender-neutral theme" + ], + "actions": [ + "Guests unwrapping gifts and offering parenting tips", + "A game with gentle prizes and laughter", + "A host presenting a memory book for signatures", + "Light refreshments passed and toasts offered" + ], + "camera": "Intimate handheld with macro on gifts and medium guest frames", + "accents": [ + "soft pastel micro-highlights and fabric texture detail", + "micro-detail on ribbon, card stock and cake crumb" + ], + "mood": "anticipatory tenderness", + "lighting": "soft indoor daylight or warm practicals", + "style": "intimate celebration cinematography" + }, + { + "subGenre": "Celebrations", + "scene": "Anniversary dinner in a fine-dining restaurant with candlelit tables and a pianist (night)", + "sceneVariants": [ + "Anniversary dinner in a fine-dining restaurant with candlelit tables and a pianist (night)", + "A table with a small collection of framed photos", + "A pianist playing a soft piece in the background", + "A reserved sign at a corner table with floral accents", + "A discreet server bringing a signature dessert" + ], + "actions": [ + "A quiet toast and sharing of a memory between partners", + "Server presenting a surprise dessert with a small flourish", + "A pianist pausing for a short applause", + "A couple taking a slow dance beside their table" + ], + "camera": "Medium crane into intimate handheld with soft push-ins on faces", + "accents": [ + "candle micro-glow and filmic warm bloom", + "micro-speculars on cutlery and wine surfaces" + ], + "mood": "refined intimacy", + "lighting": "low warm interior (night)", + "style": "fine-dining cinematography" + }, + { + "subGenre": "Celebrations", + "scene": "Community parade celebrating a local victory with banners, floats and cheering fans (day)", + "sceneVariants": [ + "Community parade celebrating a local victory with banners, floats and cheering fans (day)", + "A float decorated with local iconography rolling slowly", + "Fans draped in team colors lining the route", + "Local marching band performing regional tunes", + "A civic official waving from a vehicle" + ], + "actions": [ + "Crowds cheering and waving banners as floats pass", + "Local broadcasters interviewing key figures", + "Street vendors selling celebratory items and drink", + "Children waving small flags and collecting stickers" + ], + "camera": "Crane and tracking shots with energetic crowd-cut inserts", + "accents": [ + "saturated team-color micro-highlights and confetti bits", + "micro-detail on banner stitching and badge pins" + ], + "mood": "communal triumph", + "lighting": "bright daylight for public event clarity", + "style": "victory parade cinematography" + }, + { + "subGenre": "Celebrations", + "scene": "Retirement party with photo slideshow, speeches and a carved roast (evening)", + "sceneVariants": [ + "Retirement party with photo slideshow, speeches and a carved roast (evening)", + "A projection showing decade-sweeps of a career", + "Colleagues lining up to give a short speech", + "A carved roast being portioned for guests", + "A memory book where attendees sign notes" + ], + "actions": [ + "A heartfelt speech causing laughter and tears", + "Colleagues presenting a commemorative gift", + "A group gathering for a staged portrait", + "A slideshow prompting nostalgic commentary" + ], + "camera": "Intimate handheld for speeches and medium wide for group reaction", + "accents": [ + "warm interior micro-highlights and slide-projection glow", + "micro-detail on engraved plaques and handwritten notes" + ], + "mood": "nostalgic celebration", + "lighting": "warm interior practicals (evening)", + "style": "tribute cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/people_and_lifestyle_children.json b/src/data/people_and_lifestyle_children.json new file mode 100644 index 0000000..9d90acc --- /dev/null +++ b/src/data/people_and_lifestyle_children.json @@ -0,0 +1,454 @@ +{ + "people_and_lifestyle": [ + { + "subGenre": "Children", + "scene": "Moonlit backyard tent sleepover with flashlights and whispered stories", + "sceneVariants": [ + "Moonlit backyard tent sleepover with flashlights and whispered stories", + "Blankets rumpled and a lantern guttering softly inside", + "A circle of faces lit by small torch beams", + "Shadow-puppet shows projected on the tent wall", + "A parent checking in at the flap before retreating" + ], + "actions": [ + "Passing around a flashlight and telling a tall tale", + "Murmured giggles followed by sudden hushed silence", + "Sharing a secret snack passed carefully between knees", + "Turning pages of a dog-eared storybook in the dim light" + ], + "camera": "Low handheld circling inside the tent with shallow focus on faces", + "accents": [ + "soft cool moon rim-light with warm lantern interior", + "micro-detail on fabric texture and breath in air" + ], + "mood": "excited intimacy", + "lighting": "night: lantern and flashlight pools against dark yard", + "style": "nostalgic childhood nocturne" + }, + { + "subGenre": "Children", + "scene": "Late-night bedroom fort built from cushions and fairy lights", + "sceneVariants": [ + "Late-night bedroom fort built from cushions and fairy lights", + "A flashlight map pinned inside showing imaginary lands", + "Stuffed animals arranged as loyal attendants", + "A small window showing distant streetlight", + "Blanket seams forming secret corridors" + ], + "actions": [ + "Arranging stuffed animals for an imaginary council", + "Whispering plans for tomorrow's adventures", + "Peeking out from under a blanket to spy a sibling", + "Counting constellations on a glow-sticker ceiling" + ], + "camera": "Close intimate handheld with flicker-matched cuts to fairy lights", + "accents": [ + "warm fairy-light bokeh with cool window rim-light", + "textural micro-detail on plush fur and knit stitches" + ], + "mood": "playful conspiracy", + "lighting": "night: soft fairy lights and a single bedside lamp", + "style": "cozy domestic children's cinematography" + }, + { + "subGenre": "Children", + "scene": "Nighttime backyard firefly chase under a warm humid sky", + "sceneVariants": [ + "Nighttime backyard firefly chase under a warm humid sky", + "Tiny green pinpricks bobbing among tall grass", + "Children in socks darting between shrubs with jars", + "A distant cricket chorus punctuating laughter", + "A parent's silhouette watching from a doorway" + ], + "actions": [ + "Cup-and-lid jars held gently to catch a brief glow", + "Careful release of a firefly with whispered thanks", + "Running barefoot across cool grass and skidding softly", + "Comparing captured glows in small palms" + ], + "camera": "Low tracking handheld following small feet with luminous bokeh", + "accents": [ + "soft bioluminescent micro-highlights and humid air sheen", + "warm porch rim-light balancing cool insect glow" + ], + "mood": "wonder and gentle triumph", + "lighting": "night: natural insect glows and porch lamp ambient", + "style": "magical realist childscape cinematography" + }, + { + "subGenre": "Children", + "scene": "Dawn pancake-making with small aprons and sticky syrup", + "sceneVariants": [ + "Dawn pancake-making with small aprons and sticky syrup", + "Tiny flour handprints on a sunlit counter", + "A height-boosted stool creaking as a helper flips batter", + "Syrup drips creating golden rivers on plates", + "A dog hopeful under the table for crumbs" + ], + "actions": [ + "Mixing batter with clumsy enthusiasm", + "Gently flipping a small pancake with guidance", + "Sampling a corner with an over-eager grin", + "Setting a small table with mismatched cups" + ], + "camera": "Warm low-angle inserts on tiny hands and batter movement", + "accents": [ + "golden-hour kitchen sunlight and glossy syrup micro-reflections", + "flour dust micro-detail on clothing" + ], + "mood": "joyful domestic chaos", + "lighting": "day/dawn: warm morning sun with interior fill", + "style": "homey family vignette cinematography" + }, + { + "subGenre": "Children", + "scene": "Bright playground midday with slides, swings and excited shrieks", + "sceneVariants": [ + "Bright playground midday with slides, swings and excited shrieks", + "Colorful rubber mat patterns and chalk markings", + "Parents chatting on nearby benches with coffee", + "A cluster of toddlers building a sandcastle near a playhouse", + "A high swing line looping in arcs against a blue sky" + ], + "actions": [ + "Pushing a friend on a swing with delighted whoops", + "Forming lines and taking turns on a popular slide", + "Sharing a toy and negotiating turns with quick rituals", + "Collecting fallen leaves and inventing games" + ], + "camera": "Energetic mid-wide tracking with joyful reaction close-ups", + "accents": [ + "bright midday sun saturation and tactile plastic micro-detail", + "shadow patterns creating rhythmic visual interest" + ], + "mood": "exuberant play", + "lighting": "day: bright open sun with crisp shadows", + "style": "vibrant playground reportage" + }, + { + "subGenre": "Children", + "scene": "Dusk bedtime story in a dim nursery with a rotating glow-mirror", + "sceneVariants": [ + "Dusk bedtime story in a dim nursery with a rotating glow-mirror", + "A parent reading with exaggerated voices", + "A mobile slowly spinning above a small cot", + "A soft toy hand tucked into the child's grip", + "A dim nightlight creating a steady pool of comfort" + ], + "actions": [ + "Turning pages with dramatized intonation", + "Tucking blankets and adjusting a pillow with care", + "Blowing a gentle kiss and whispering 'goodnight'", + "Counting breaths together to drift to sleep" + ], + "camera": "Intimate over-the-shoulder close-up with soft focus edges", + "accents": [ + "warm nightlight halo and subtle fabric micro-texture", + "soft vignette to emphasize closeness" + ], + "mood": "gentle reassurance", + "lighting": "night/dusk: soft nightlight with dim room shadows", + "style": "tender family cinematography" + }, + { + "subGenre": "Children", + "scene": "Bright classroom morning with finger-painting and sing-alongs", + "sceneVariants": [ + "Bright classroom morning with finger-painting and sing-alongs", + "Crayon-stained aprons drying on hooks", + "A teacher guiding a circle time with hand motions", + "Colorful artwork pinned across a low wall", + "Small chairs forming a welcoming ring" + ], + "actions": [ + "Singing a catchy call-and-response song with gestures", + "Smearing paint across paper with gleeful abandon", + "Offering a helper a brush with a shy grin", + "Clapping in rhythm to a familiar tune" + ], + "camera": "Playful low-angle coverage with quick inserts on painted hands", + "accents": [ + "bright classroom daylight with saturated primary colors", + "paint texture micro-highlights and paper tooth detail" + ], + "mood": "creative discovery", + "lighting": "day: bright diffused classroom light", + "style": "educational early-childhood cinematography" + }, + { + "subGenre": "Children", + "scene": "Late-night puppet show in a living room with blankets draped as a stage", + "sceneVariants": [ + "Late-night puppet show in a living room with blankets draped as a stage", + "Makeshift puppets crafted from socks and buttons", + "Flashlight stage-lights thrown by a parent", + "A thunderstorm faintly heard outside enhancing drama", + "A delighted clapping chorus of stuffed animals" + ], + "actions": [ + "Animating sock puppets with exaggerated voices", + "Cues from a concealed director behind the sofa", + "Curtain-call bows and improvised curtain pulls", + "Post-show applause turned into a sleepy yawn" + ], + "camera": "Low living-room perspective with playful POV through puppet eyes", + "accents": [ + "warm interior lamp pools and playful shadow puppetry", + "fabric micro-detail and button speculars" + ], + "mood": "imaginative merriment", + "lighting": "night: warm interior lamps and flashlight accents", + "style": "playful domestic theatre cinematography" + }, + { + "subGenre": "Children", + "scene": "Sunlit bike-lesson in a quiet cul-de-sac with training wheels", + "sceneVariants": [ + "Sunlit bike-lesson in a quiet cul-de-sac with training wheels", + "Bright helmets and high-fiving street-side onlookers", + "A parent running beside holding a supportive hand", + "A scraped knee quickly bandaged with a superhero plaster", + "A triumphant ring of a small bell echoing celebration" + ], + "actions": [ + "Balancing attempts and steadying hands", + "Encouraging shouts and timed release to test independence", + "Cheering as a first solo roll happens", + "Applying a quick sticker-patch to a proud knee" + ], + "camera": "Low wheeled tracking following the bike with celebratory reaction cuts", + "accents": [ + "warm afternoon rim-light and bright helmet color pop", + "tire tread micro-detail and sun speculars on chrome" + ], + "mood": "encouraging triumph", + "lighting": "day: late-afternoon warm sunlight", + "style": "small milestone documentary cinematography" + }, + { + "subGenre": "Children", + "scene": "Noon library storytime with a hat for the storyteller", + "sceneVariants": [ + "Noon library storytime with a hat for the storyteller", + "Carpet squares forming a semicircle and hushed anticipation", + "Large illustrated pages turned with playful gestures", + "A librarian whispering to a shy child with a smile", + "A stack of returned books waiting politely" + ], + "actions": [ + "Animated reading with voices and hand motions", + "Quiet questions from children and gentle answers", + "Selecting a book to borrow with careful deliberation", + "A group craft after the story connecting to the plot" + ], + "camera": "Warm mid-wide with gentle close-ins on illustrated pages", + "accents": [ + "soft interior daylight with warm book-paper micro-detail", + "carpet fiber texture emphasized" + ], + "mood": "captivated learning", + "lighting": "day: bright interior library light", + "style": "children's educational cinematography" + }, + { + "subGenre": "Children", + "scene": "Dusk neighborhood hide-and-seek among hedges and porches", + "sceneVariants": [ + "Dusk neighborhood hide-and-seek among hedges and porches", + "Quick darting between shrub shadows and porch steps", + "Giggles muffled behind a mailbin", + "A flashlight sweep revealing a triumphant finder", + "String of houses with warm window glows" + ], + "actions": [ + "Counting down with eyes closed and stretching arms", + "Sneaking to a clever hiding spot with a stifled giggle", + "A discovery shout and a quick chase", + "High-fives for particularly creative concealments" + ], + "camera": "Energetic low handheld with quick reaction inserts", + "accents": [ + "warm porch rim-light and cool dusk silhouette contrast", + "leaf and fabric micro-detail in hiding spots" + ], + "mood": "mischievous camaraderie", + "lighting": "evening/dusk: warm window glows with cooling sky", + "style": "neighborhood play cinematography" + }, + { + "subGenre": "Children", + "scene": "Bright craft afternoon making paper crowns and glitter mosaics", + "sceneVariants": [ + "Bright craft afternoon making paper crowns and glitter mosaics", + "Glue pots and sequins scattered like confetti", + "A tiny crown slipping off a proud head mid-laugh", + "Aprons protect small shirts from bright pigment", + "A display table showcasing finished works" + ], + "actions": [ + "Snipping and folding paper with concentrated tongues", + "Applying glue and sprinkling sequins with flourish", + "Trying on crowns and posing for silly photos", + "Helping each other with tricky folds and shapes" + ], + "camera": "Playful close-inserts on tactile glitter and scissors movement", + "accents": [ + "bright studio daylight with sparkling micro-highlights", + "paper and glue texture emphasized" + ], + "mood": "gleeful creativity", + "lighting": "day: bright indoor daylight with soft fill", + "style": "craft-focused children's cinematography" + }, + { + "subGenre": "Children", + "scene": "Nighttime gentle storm comfort with blankets and window-watching", + "sceneVariants": [ + "Nighttime gentle storm comfort with blankets and window-watching", + "A child pressed to a wet pane tracking lightning", + "A parent drawing constellations and distracting stories", + "Rain streaking lights into painterly patterns", + "A warm mug visible on a small side table" + ], + "actions": [ + "Counting thunderbeats and timing with a parent's hand", + "Pulling a blanket up to the chin and sighing relief", + "Playing a quiet game to pass the storm", + "Whispering reassurances and a soft lullaby" + ], + "camera": "Intimate bedside inserts with reflective window pullbacks", + "accents": [ + "cool storm-reflection glints and warm interior lamplight", + "micro-detail on wet glass and blanket weave" + ], + "mood": "safety and small bravery", + "lighting": "night: intermittent storm flashes with warm indoor glow", + "style": "reassuring family cinematography" + }, + { + "subGenre": "Children", + "scene": "Sunset sandcastle competition on a busy family beach", + "sceneVariants": [ + "Sunset sandcastle competition on a busy family beach", + "Buckets and plastic spades dotting a wide shore", + "Elaborate turrets and moats built with proud precision", + "A judge tapping a small flag into the winning tower", + "Seagulls circling curiously at finished works" + ], + "actions": [ + "Packing wet sand and shaping towers with small hands", + "Passing spades and rinsing molds in tidal pools", + "Shouting instructions as a team collaborates", + "Celebratory cheers as a final turret is topped" + ], + "camera": "Wide aerial-to-low tracking revealing scale and playful detail", + "accents": [ + "warm golden-hour backlight and wet-sand micro-speculars", + "bright primary color pops in buckets and flags" + ], + "mood": "competitive delight", + "lighting": "evening/golden hour: warm backlight and long shadows", + "style": "playful family event cinematography" + }, + { + "subGenre": "Children", + "scene": "Noon science-experiment afternoon with volcanoes and fizzy potions", + "sceneVariants": [ + "Noon science-experiment afternoon with volcanoes and fizzy potions", + "Plastic goggles strapped and lab aprons tied", + "Measuring spoons and vinegar fizzing dramatically", + "A chalkboard with simple experiment steps", + "A parent capturing reactions with a small camera" + ], + "actions": [ + "Mixing safe ingredients and watching excited chemical reactions", + "Recording temperatures and observing bubble patterns", + "Cheering successful eruptions and scribbling notes", + "Cleaning up with exaggerated ceremonious care" + ], + "camera": "Close macro inserts on bubbling reactions and wide reaction shots", + "accents": [ + "bright controlled daylight for clear visual chemistry", + "liquid micro-bubble detail and glossy surface sheen" + ], + "mood": "curious discovery", + "lighting": "day: bright interior daylight", + "style": "hands-on educational cinematography" + }, + { + "subGenre": "Children", + "scene": "Dusk family backyard concert with a toy drum and small kazoo choir", + "sceneVariants": [ + "Dusk family backyard concert with a toy drum and small kazoo choir", + "String lights strung above a small makeshift stage", + "A parent conducting with a wooden spoon", + "Choreographed clapping and off-key harmonies", + "A small audience of stuffed animals sitting in rows" + ], + "actions": [ + "Beating a drum and keeping a simple tempo", + "Singing choruses with joyful abandon", + "Taking a bow and receiving enthusiastic applause", + "Collecting toy instruments into a decorated box" + ], + "camera": "Playful mid-wide with close-inserts capturing performance glee", + "accents": [ + "warm festoon light with gentle dusk silhouette", + "instrument micro-texture and fabric detail" + ], + "mood": "performative joy", + "lighting": "evening/dusk: warm string-lights and residual sky", + "style": "family-events cinematography" + }, + { + "subGenre": "Children", + "scene": "Bright field-trip to a small farm with animal feeding and hayrides", + "sceneVariants": [ + "Bright field-trip to a small farm with animal feeding and hayrides", + "Small hands feeding carrots to calm rabbits", + "A hay bale seating area for a quick picnic", + "A tractor pulling an enthusiastic line of children", + "Chalkboard signs explaining barn animal names" + ], + "actions": [ + "Gently offering feed to sheltered animals", + "Listening to a farmer explain basic care", + "Taking turns on a short hayride loop", + "Collecting small fact-cards to take home" + ], + "camera": "Lively mid-wide documentary coverage with tactile close-ups", + "accents": [ + "bright pastoral sunlight with high tactile fur micro-detail", + "warm color grading emphasizing rural greens" + ], + "mood": "educational delight", + "lighting": "day: bright clear sun", + "style": "child-focused educational cinematography" + }, + { + "subGenre": "Children", + "scene": "Night gentle lullaby on a porch swing with a soft toy tucked in", + "sceneVariants": [ + "Night gentle lullaby on a porch swing with a soft toy tucked in", + "A parent humming while rocking slowly", + "A small blanket patterned with cartoon characters", + "Moths circling a porch light as lullaby ends", + "A sleepy head resting against a reassuring shoulder" + ], + "actions": [ + "Humming a simple tune and swaying in rhythm", + "Smoothing a blanket and tucking a toy under an arm", + "A whispered 'I love you' before a slow close of eyes", + "A final soft kiss on a forehead then quiet footsteps" + ], + "camera": "Intimate steady close-ups with soft focus and gentle dolly-outs", + "accents": [ + "warm porch-lamp halo and subtle fabric micro-highlights", + "soft grain texture for emotive warmth" + ], + "mood": "tender security", + "lighting": "night: warm porch lamp with faint sky silver", + "style": "intimate domestic lullaby cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/people_and_lifestyle_commuting.json b/src/data/people_and_lifestyle_commuting.json new file mode 100644 index 0000000..4a2d2f8 --- /dev/null +++ b/src/data/people_and_lifestyle_commuting.json @@ -0,0 +1,429 @@ +{ + "people_and_lifestyle": [ + { + "subGenre": "Commuting", + "scene": "Moonlit subway platform with sparse late-night travelers", + "sceneVariants": [ + "Moonlit subway platform with sparse late-night travelers", + "A lone timetable glowing under fluorescent strips", + "Echoing footsteps and distant train rumble", + "A security guard passing slowly with a flashlight", + "Graffiti art dimly visible under cold tiles" + ], + "actions": [ + "Checking a phone for the last train time", + "Bagged commuters shifting weight and glancing at tracks", + "A train door sighing open to reveal empty carriages", + "A vendor folding up a final newsstand" + ], + "camera": "Low static wide with occasional rack focus to waiting faces", + "accents": [ + "cold fluorescent rim-light and metallic speculars", + "wet tile micro-reflections from recent rain" + ], + "mood": "quiet transit solitude", + "lighting": "night: cold platform fluorescents with occasional warm car lights", + "style": "nocturnal urban transit cinematography" + }, + { + "subGenre": "Commuting", + "scene": "Late-night bus shelter under a drizzle with commuters huddled", + "sceneVariants": [ + "Late-night bus shelter under a drizzle with commuters huddled", + "Reflections pooling in the shelter glass", + "Digital schedule flickering with delay notices", + "A tired parent rocking a sleeping child", + "Steam rising from a nearby food cart" + ], + "actions": [ + "Pulling a hood tight and peering through rain", + "Glancing up at the route number and checking a watch", + "Exchanging a soft apology at a bumped shoulder", + "Wiping condensation from a phone screen" + ], + "camera": "Close human-scale inserts with gentle lateral pushes to reveal shelter composition", + "accents": [ + "rain specular micro-highlights and warm vendor glow", + "soft diffusion through shelter glass" + ], + "mood": "weary patience", + "lighting": "night: streetlight and vendor warm glow with wet-surface reflections", + "style": "intimate weathered transit cinematography" + }, + { + "subGenre": "Commuting", + "scene": "Pre-dawn commuter train interior with sleepy heads and travel mugs", + "sceneVariants": [ + "Pre-dawn commuter train interior with sleepy heads and travel mugs", + "Blue-tinted windows showing a barely waking skyline", + "Newspaper folds and scrolling phone feeds", + "A barista-style thermos held like a talisman", + "Soft overhead hum and occasional announcement chime" + ], + "actions": [ + "Sipping a hot drink and reading headlines", + "Balancing on a strap while scrolling", + "Exchanging a nod with a familiar early commuter", + "Tucking earbuds in and resting a head against the window" + ], + "camera": "Medium inserts with shallow depth emphasizing faces and hands", + "accents": [ + "cool window-blue daylight and warm cup speculars", + "seat fabric micro-texture and paper grain detail" + ], + "mood": "drowsy routine", + "lighting": "day/dawn: cool predawn light filtered through carriage windows", + "style": "transport documentary cinematography" + }, + { + "subGenre": "Commuting", + "scene": "Rush-hour bicycle lane with a surge of e-bikes and commuters", + "sceneVariants": [ + "Rush-hour bicycle lane with a surge of e-bikes and commuters", + "Helmeted riders weaving between parked cars and bus doors", + "Signal lights snapping from red to green in a pulse", + "Delivery riders with branded boxes cutting through traffic", + "A cyclist stopping to fix a slipped chain" + ], + "actions": [ + "Pedaling in quick cadence through stop-and-go gaps", + "Signaling turns with practiced hand gestures", + "Balancing a coffee cup while maintaining lane position", + "Helping another rider straighten a bent wheel" + ], + "camera": "Low tracking alongside the bike lane with occasional helmet-cam POV", + "accents": [ + "urban LED and sun micro-reflections on helmets", + "tire tread and chain micro-detail" + ], + "mood": "urgent motion", + "lighting": "day: bright morning sun with sharp urban shadows", + "style": "dynamic micromobility cinematography" + }, + { + "subGenre": "Commuting", + "scene": "Evening tram stop with commuters flowing off into lit streets", + "sceneVariants": [ + "Evening tram stop with commuters flowing off into lit streets", + "A conductor signaling doors closed and waving a hand", + "Shopfronts flickering to life as people disperse", + "A couple hurrying with a shared umbrella", + "A child peering out a tram window at passing lights" + ], + "actions": [ + "Hustling up steps and adjusting shoulder straps", + "Murmured planning for last-mile travel", + "Dropping a commuter card into an iron box", + "A driver calling timetable updates through a PA" + ], + "camera": "Wide two-shot with rhythmic cuts matching tram movement", + "accents": [ + "warm shopfront glow and tram interior cool light contrast", + "window micro-reflections and glass smudge detail" + ], + "mood": "organized dispersal", + "lighting": "evening: warm street lights with tram interior fluorescents", + "style": "urban flow cinematography" + }, + { + "subGenre": "Commuting", + "scene": "Midnight taxi queue with neon signage and tired passengers", + "sceneVariants": [ + "Midnight taxi queue with neon signage and tired passengers", + "Cabs hissing off and headlights carving through rain", + "A late-shift worker checking routes on a phone", + "A pair of friends collapsing into a backseat laughing", + "A meter clicking calmly as the city blurs by" + ], + "actions": [ + "Negotiating a quick address and dropping a bag in the trunk", + "Slumping back in a seat and exhaling relief", + "Paying and exchanging thanks with a tired smile", + "Watching taillights smear into the distance" + ], + "camera": "Over-the-shoulder and through-the-windshield with soft focus on city streaks", + "accents": [ + "neon rim-light and wet-glass specular streaks", + "leather seat micro-detail and reflected signage" + ], + "mood": "late-night transition", + "lighting": "night: neon and vehicle practicals with reflective wet streets", + "style": "nocturnal cab-cinema" + }, + { + "subGenre": "Commuting", + "scene": "Daytime highway carpool with multi-lane flow and distant skyline", + "sceneVariants": [ + "Daytime highway carpool with multi-lane flow and distant skyline", + "HOV lane signs and a cluster of commuter vehicles", + "A small conversation continuing between riders", + "Bright highway signage and overhead gantries", + "A rest-stop sign visible beyond the overpass" + ], + "actions": [ + "Merging into a faster lane with a polite signal", + "Passing quick information about delays and alternate routes", + "Adjusting a child's booster seat mid-ride", + "Tapping a navigation update to reroute" + ], + "camera": "Smooth vehicle-level tracking with in-car two-shots and outside wide", + "accents": [ + "sunlit windshield flare and asphalt micro-texture", + "chrome and mirror micro-speculars" + ], + "mood": "efficient teamwork", + "lighting": "day: bright clear highway sun", + "style": "commuter carpool reportage" + }, + { + "subGenre": "Commuting", + "scene": "Pre-dawn ferry terminal with commuters boarding to cross a bay", + "sceneVariants": [ + "Pre-dawn ferry terminal with commuters boarding to cross a bay", + "Lines of people with briefcases forming in low light", + "Lamps reflecting in the calm harbour water", + "Crew members guiding passengers with practiced gestures", + "A ticket scanner chirping as passengers pass" + ], + "actions": [ + "Stepping onto gangplanks with steady motion", + "Stowing bags in overhead racks and finding seats", + "Glancing over a morning report while the ferry slips away", + "Checking watch and making a quick text to confirm arrival" + ], + "camera": "Wide boarding sequence with med-close inserts on faces and hands", + "accents": [ + "cool harbour blue predawn and warm deck lamp pools", + "water ripple micro-highlights and rope texture" + ], + "mood": "steady transit focus", + "lighting": "day/dawn: soft early light with practical deck lamps", + "style": "terminal-to-boat documentary cinematography" + }, + { + "subGenre": "Commuting", + "scene": "Noon busy commuter plaza with scooter-share racks and foot traffic", + "sceneVariants": [ + "Noon busy commuter plaza with scooter-share racks and foot traffic", + "People weaving between pillars and pop-up food kiosks", + "An overhead screen displaying transit alerts", + "A cyclist docking a shared scooter with quick taps", + "A pair of colleagues walking briskly with lunch bags" + ], + "actions": [ + "Unlocking and stowing a shared scooter via app", + "Checking live arrival times on a plaza monitor", + "Quickly grabbing a takeaway and continuing the route", + "Holding a door for a trailing commuter in a polite rush" + ], + "camera": "Energetic tracking with quick cuts to app screens and reaction faces", + "accents": [ + "bright public-display LED micro-glow and pavement micro-texture", + "saturated brand color pops on scooters" + ], + "mood": "urban momentum", + "lighting": "day: bright midday sun with architectural shade", + "style": "modern micromobility cinematography" + }, + { + "subGenre": "Commuting", + "scene": "Dusk pedestrian crossing cascade as office towers empty out", + "sceneVariants": [ + "Dusk pedestrian crossing cascade as office towers empty out", + "A river of umbrellas folding as people cross", + "Crossing signals counting down in red", + "Coffee cups in hand and laptops slung on backs", + "A busker playing a soft tune on the median" + ], + "actions": [ + "Timing steps with a signal countdown", + "Jostling politely for pavement space", + "Hurrying with a quick phone call mid-step", + "Pausing for a friend and exchanging quick news" + ], + "camera": "Wide crosswalk coverage with human-scale mid-shots for interactions", + "accents": [ + "evening warm window light and cool pavement micro-speculars", + "umbrella fabric and coat micro-texture" + ], + "mood": "communal dispersal", + "lighting": "evening/dusk: warm tower glow and cool street fill", + "style": "urban human-flow cinematography" + }, + { + "subGenre": "Commuting", + "scene": "Midnight freight-platform shuffle where night-shift workers change shifts", + "sceneVariants": [ + "Midnight freight-platform shuffle where night-shift workers change shifts", + "High-vis vests and clock-in terminals glinting under sodium lights", + "Forklifts moving slowly in distant lanes", + "A thermos shared among a small group during a break", + "Boot treads leaving wet prints on concrete" + ], + "actions": [ + "Punching a clock and logging shift notes", + "Passing a clipboard and briefing the incoming crew", + "Wiping down a console and securing a gate", + "Heading off toward a waiting van with tool-rig" + ], + "camera": "Gritty low-angle tracking with practical-lit close-inserts", + "accents": [ + "sodium lamp warm casts and reflective safety tape micro-highlights", + "concrete and boot tread micro-detail" + ], + "mood": "functional nocturnal labor", + "lighting": "night: industrial sodium and localized task lights", + "style": "shift-work documentary cinematography" + }, + { + "subGenre": "Commuting", + "scene": "Bright suburban rail platform with school groups and morning commuters", + "sceneVariants": [ + "Bright suburban rail platform with school groups and morning commuters", + "Backpacks and lunchboxes forming a colorful pattern", + "Parents waving at a departing carriage", + "A conductor announcing stops with friendly cadence", + "A paper vendor calling out headlines as trains arrive" + ], + "actions": [ + "Organizing children into safe groups and holding hands", + "Swiping cards and encouraging quick boarding", + "Checking timetables and coordinating drop-off points", + "Offering a helping hand with a heavy backpack" + ], + "camera": "Warm wide-coverage then child-eye-level inserts for perspective", + "accents": [ + "bright daylight highlight on schoolbag colors and polished handrails", + "ticket card micro-detail and paper fiber textures" + ], + "mood": "organized bustle", + "lighting": "day: bright sunny suburban morning", + "style": "family commuter reportage" + }, + { + "subGenre": "Commuting", + "scene": "Evening ride-share pickup at a gleaming office tower entrance", + "sceneVariants": [ + "Evening ride-share pickup at a gleaming office tower entrance", + "App notifications confirming 'arrived' on a phone", + "Valet and security coordinating a short queue", + "A businessperson loading a laptop bag into a hatchback", + "A driver checking a route while idling on the curb" + ], + "actions": [ + "Confirming a license plate and waving to a driver", + "Loading a small suitcase and sliding into a rear seat", + "Tapping to pay and rating the trip before departing", + "Exchanging a quick tip about local traffic patterns" + ], + "camera": "Medium close two-shot from curb level with app-screen macro inserts", + "accents": [ + "tower glass micro-reflections and car headlight rim-light", + "phone-screen pixel micro-detail and leather seat texture" + ], + "mood": "transactional efficiency", + "lighting": "evening: warm lobby light with cool street practicals", + "style": "modern mobility cinematography" + }, + { + "subGenre": "Commuting", + "scene": "Night underground bike-park with commuters retrieving locked cycles", + "sceneVariants": [ + "Night underground bike-park with commuters retrieving locked cycles", + "Rows of neatly parked bicycles under industrial lighting", + "A cyclist finding a forgotten pannier with a frustrated sigh", + "An attendant checking a clipboard near a stairwell", + "A security camera blinked by a red LED" + ], + "actions": [ + "Sweeping a combination lock and lifting a heavy bike", + "Tightening a helmet strap and checking tire pressure quickly", + "Offering a hand to lift a cargo bike up a ramp", + "Scanning a monthly pass to gain exit access" + ], + "camera": "Low practical-lit inserts and smooth lateral dolly revealing rows", + "accents": [ + "cold underground fluorescents and metal micro-texture", + "tire and chain micro-detail" + ], + "mood": "practical late-night retrieval", + "lighting": "night: industrial underground lighting", + "style": "micromobility infrastructure cinematography" + }, + { + "subGenre": "Commuting", + "scene": "Daylight commuter café throng where people work between rides", + "sceneVariants": [ + "Daylight commuter café throng where people work between rides", + "Laptops perched on small tables with quick coffee refills", + "A barista calling out orders as a queue shuffles", + "A commuter printing a ticket at the counter", + "Notebooks open with hurried scribbled plans" + ], + "actions": [ + "Balancing a laptop bag while ordering a drink", + "Checking emails and hitting send before boarding", + "Powering up devices with a quick charge", + "Folding a map and glancing to confirm the station route" + ], + "camera": "Human-scale inserts with relaxed over-the-shoulder desk shots", + "accents": [ + "warm espresso machine steam micro-highlights and cup gloss", + "paper and keyboard micro-texture detail" + ], + "mood": "productive transience", + "lighting": "day: bright interior daylight with warm café lamps", + "style": "urban work-travel cinematography" + }, + { + "subGenre": "Commuting", + "scene": "Pre-dawn long-distance coach terminal with weary overnight travelers", + "sceneVariants": [ + "Pre-dawn long-distance coach terminal with weary overnight travelers", + "Headlamps and overhead lockers opened for stretch", + "A timetable board blinking departures and delays", + "Stacks of luggage wheeled on squeaky trolleys", + "A small kiosk selling hot soup to waiting passengers" + ], + "actions": [ + "Arranging carry-on and checking seat numbers", + "Nodding off briefly in a stiff seat then waking for boarding", + "Comparing printed tickets and confirming a coach bay", + "Purchasing a small hot meal to warm chilled hands" + ], + "camera": "Wide terminal establishing with med-inserts on faces and bags", + "accents": [ + "cold terminal LED with warm kiosk lamp micro-highlights", + "luggage texture and ticket paper micro-detail" + ], + "mood": "weary long-haul patience", + "lighting": "day/dawn: predawn cool light with practical kiosks", + "style": "intercity transit documentary cinematography" + }, + { + "subGenre": "Commuting", + "scene": "Evening suburban park-and-ride lot with shuttle vans and commuter shuffle", + "sceneVariants": [ + "Evening suburban park-and-ride lot with shuttle vans and commuter shuffle", + "Rows of parked cars with roofs still warm from the sun", + "Shuttle vans arriving in short succession", + "A digital sign noting shuttle wait times", + "Parents collecting children from school as they transfer" + ], + "actions": [ + "Locking a car and hurrying toward a shuttle stop", + "Loading a stroller into a shuttle with practiced coordination", + "Checking a bus-operator's nod before boarding", + "Waving goodbye and directing a child to a seat" + ], + "camera": "Wide lot coverage with close inserts on handoff and seat-loading detail", + "accents": [ + "late-evening golden rim on car roofs and shuttle lights micro-glow", + "fabric and stroller micro-texture" + ], + "mood": "coordinated transition", + "lighting": "evening: soft residual sun and shuttle practicals", + "style": "suburban mobility cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/people_and_lifestyle_craftsmen.json b/src/data/people_and_lifestyle_craftsmen.json new file mode 100644 index 0000000..faf4e6e --- /dev/null +++ b/src/data/people_and_lifestyle_craftsmen.json @@ -0,0 +1,454 @@ +{ + "people_and_lifestyle": [ + { + "subGenre": "Craftsmen", + "scene": "Moonlit blacksmith forging by a single coal fire", + "sceneVariants": [ + "Moonlit blacksmith forging by a single coal fire", + "Hammering sparks flying into a dark rafters", + "An apron-streaked smith shaping red-hot iron", + "A rack of finished knives catching the embers' glow", + "Oil cans and tongs arranged in shadowed order" + ], + "actions": [ + "Rhythmic hammer strikes punctuating the quiet", + "Quenching glowing steel into a barrel of water", + "Checking temper and testing flex with gloved hands", + "Oiling finished metal and hanging tools back" + ], + "camera": "Low-angle handheld close-ups alternating with over-the-shoulder workstation pulls", + "accents": [ + "intense embers rim-light and flying spark trails", + "micro-detail on hot metal scale and soot texture" + ], + "mood": "focused, elemental craft", + "lighting": "night: single coal fire and tool-lamp pockets", + "style": "primitive industrial portrait cinematography" + }, + { + "subGenre": "Craftsmen", + "scene": "Late-night watchmaker hunched over an illuminated loupe", + "sceneVariants": [ + "Late-night watchmaker hunched over an illuminated loupe", + "Tiny gears arranged like constellations on felt", + "A magnified hand threading a jewel into place", + "A small lamp casting precise shadows over springs", + "Pinned notes with timing adjustments on a corkboard" + ], + "actions": [ + "Tweezing microscopic parts with absolute patience", + "Oiling pivots with a feather-light applicator", + "Listening with a stethoscope ear to a ticking movement", + "Writing tiny calibrations in a ledger" + ], + "camera": "Macro focus inserts with slowly drifting shallow depth-of-field", + "accents": [ + "cold pinpoint loupe light and crisp metal reflections", + "high micro-detail on gear teeth and screw threads" + ], + "mood": "meticulous, meditative", + "lighting": "night: focused loupe light and desk lamp", + "style": "intimate technical craft cinematography" + }, + { + "subGenre": "Craftsmen", + "scene": "Midnight potter at a wheel with a lone overhead bulb", + "sceneVariants": [ + "Midnight potter at a wheel with a lone overhead bulb", + "Wet clay spinning into a perfect vessel", + "Hands shaping a lip with wet-finger precision", + "Rows of raw pots lined on a dim shelf", + "A slow drip of glaze catching a single highlight" + ], + "actions": [ + "Centering clay and coaxing form with steady palms", + "Trimming and cutting foot rings with a fine tool", + "Lifting a wet pot to inspect symmetry", + "Wiping excess slip and resetting the wheel" + ], + "camera": "Circular dolly around the wheel with occasional tight rim inserts", + "accents": [ + "soft wet-gloss highlights and tactile clay texture", + "warm bulb rim-light emphasizing hands" + ], + "mood": "hypnotic, tactile creativity", + "lighting": "night: single overhead bulb with deep ambient shadow", + "style": "sensory craft vérité cinematography" + }, + { + "subGenre": "Craftsmen", + "scene": "Night cobbler repairing a leather sole by lamp", + "sceneVariants": [ + "Night cobbler repairing a leather sole by lamp", + "Hand-stitched patterns forming on worn boots", + "Pincushions, awls and waxed thread on a bench", + "A child's scuffed shoe awaiting a patch", + "A steaming last used to reshape leather" + ], + "actions": [ + "Stitching heavy thread with a curved needle", + "Stretching leather over a wooden last", + "Heating glue and pressing seams firmly", + "Polishing finished shoes on a slow wheel" + ], + "camera": "Close insert cuts of hands and needle movements with a slow pullback to the bench", + "accents": [ + "warm lamp rim on cracked leather and stitched seams", + "micro-detail on thread fiber and hand calluses" + ], + "mood": "humble care and restoration", + "lighting": "night: warm bench lamp and low shop spill", + "style": "quiet restorative documentary cinematography" + }, + { + "subGenre": "Craftsmen", + "scene": "Late-night glassblower shaping molten glass in a small furnace glow", + "sceneVariants": [ + "Late-night glassblower shaping molten glass in a small furnace glow", + "Blown vessels swinging on a punty", + "Flares of orange and red reflected in safety goggles", + "Pincers shaping a thinning neck with precise pressure", + "A cool bench lined with annealed pieces in dim light" + ], + "actions": [ + "Gathering molten glass and rolling on a marver", + "Inflating and shaping with timed breaths", + "Shearing and attaching handles with synchronized movements", + "Rotating and reheating as craft requires" + ], + "camera": "Dynamic over-the-shoulder with dramatic rim-light close-ups", + "accents": [ + "intense furnace glow and translucent glass micro-refraction", + "sparkling edge highlights and thermal haze" + ], + "mood": "dangerous beauty and disciplined artistry", + "lighting": "night: furnace heat glow with focused tool lamps", + "style": "high-contrast artisanal cinematography" + }, + { + "subGenre": "Craftsmen", + "scene": "Stormy-night cooper assembling oak staves in a dim barn", + "sceneVariants": [ + "Stormy-night cooper assembling oak staves in a dim barn", + "Rings and hoops stacked in shadowed rows", + "A mallet and chisel shaping a tight seam", + "Steam from a steaming hoop being bent into shape", + "A finished barrel silhouette against a low window" + ], + "actions": [ + "Fitting staves and driving hoops into place", + "Heating and bending metal hoops over a flame", + "Trimming and planing staves for perfect fit", + "Rolling the finished barrel to test integrity" + ], + "camera": "Low kinetic dolly circling the barrel with tactile hand inserts", + "accents": [ + "warm steam halo on wood and metallic hoop speculars", + "grain micro-detail on oak staves" + ], + "mood": "ancient craft resilience", + "lighting": "night: low barn lamp and intermittent storm flashes", + "style": "rugged heritage cinematography" + }, + { + "subGenre": "Craftsmen", + "scene": "Late-night stone mason carving a memorial in a lantern-lit yard", + "sceneVariants": [ + "Late-night stone mason carving a memorial in a lantern-lit yard", + "Chisels arranged like a surgeon's kit", + "Fine chips scattering with each measured blow", + "A chalk sketch mapping the inscription", + "A hand tracing finished lettering with a fingertip" + ], + "actions": [ + "Tapping precise letters into stone with a mallet and chisel", + "Smoothing cut faces with rasp and sand", + "Measuring spacing and sighting alignments", + "Dusting away debris to inspect depth and angle" + ], + "camera": "Tight measured cuts with rhythmic montage matching hammer strikes", + "accents": [ + "cold lantern rim-light and fine dust micro-sheen", + "etched stone texture in high micro-detail" + ], + "mood": "solemn craft and permanence", + "lighting": "night: lantern pools and cool shadow", + "style": "contemplative monumental cinematography" + }, + { + "subGenre": "Craftsmen", + "scene": "Night textile weaver at a backlit loom in a small studio", + "sceneVariants": [ + "Night textile weaver at a backlit loom in a small studio", + "Threads forming intricate patterns like maps", + "Hands guiding shuttle through rhythmic motion", + "A pattern draft pinned nearby with colored notes", + "Yarns hanging in an organized rainbow" + ], + "actions": [ + "Passing the shuttle and beating the weft into place", + "Checking color alignment and tension", + "Cutting and knotting threads for pattern changes", + "Recording motif counts on a handwritten chart" + ], + "camera": "Steady macro inserts on shuttle movement with tracked lateral strokes", + "accents": [ + "backlit thread translucence and warm tungsten rim", + "fiber micro-detail and weave texture" + ], + "mood": "methodical creativity", + "lighting": "night: backlit loom with warm desk lamp accents", + "style": "textile atelier cinematography" + }, + { + "subGenre": "Craftsmen", + "scene": "Midnight tinsmith soldering small kitchenware by gas lamp", + "sceneVariants": [ + "Midnight tinsmith soldering small kitchenware by gas lamp", + "A faint metallic scent in the air", + "Precise molten seams glowing briefly before cooling", + "Stacks of stamped metal waiting for assembly", + "A small venting hood humming above the bench" + ], + "actions": [ + "Applying flux, heating joints, and wiping excess solder", + "Folding and crimping thin metal edges into shape", + "Punching small holes with a hand punch", + "Polishing finished edges with a soft cloth" + ], + "camera": "Close deliberate inserts with focus on hot seams and tools", + "accents": [ + "warm gas lamp speculars and reflective metal micro-highlights", + "textural emphasis on hammered surfaces" + ], + "mood": "quiet industrious finesse", + "lighting": "night: gas lamp and small task-light cones", + "style": "intimate utilitarian craft cinematography" + }, + { + "subGenre": "Craftsmen", + "scene": "Dawn carpenter framing a timber by pale first light", + "sceneVariants": [ + "Dawn carpenter framing a timber by pale first light", + "Measured chalk lines and marked cut points", + "A team lifting a heavy beam into place", + "A sawdust plume drifting after a cut", + "An old radio playing a soft morning program" + ], + "actions": [ + "Measuring and marking joinery meticulously", + "Cutting and fitting tenons with practiced speed", + "Clamping joints and checking level", + "Tightening bolts and bracing newly framed sections" + ], + "camera": "Wide establishing then focused reaction inserts on hands and faces", + "accents": [ + "soft golden predawn rim on timber grain", + "sawdust micro-detail catching warm light" + ], + "mood": "early industrious teamwork", + "lighting": "day: predawn/dawn soft amber with cool fill", + "style": "constructive worksite cinematography" + }, + { + "subGenre": "Craftsmen", + "scene": "Bright midday tailor fitting a bespoke suit in a sunlit atelier", + "sceneVariants": [ + "Bright midday tailor fitting a bespoke suit in a sunlit atelier", + "Measuring tapes draped like necklaces over shoulders", + "Pins and chalk marking perfect seams", + "A client adjusting posture under careful scrutiny", + "Wooden forms and fabric bolts stacked neatly" + ], + "actions": [ + "Taking exact measurements and pinning adjustments", + "Basting a jacket to test drape and movement", + "Cutting interfacing and sewing precision seams", + "Pressing finished sections with a hot iron" + ], + "camera": "Elegant glidecam two-shots with detailed hand inserts", + "accents": [ + "crisp skylight specular on polished shears", + "textural emphasis on fine wool and stitching" + ], + "mood": "refined craftsmanship and care", + "lighting": "day: bright controlled atelier daylight", + "style": "high-craft fashion cinematography" + }, + { + "subGenre": "Craftsmen", + "scene": "Sunlit luthier shaping a violin top by a workshop window", + "sceneVariants": [ + "Sunlit luthier shaping a violin top by a workshop window", + "Shavings curling like small golden ribbons", + "F-holes traced with a steady hand", + "Varnish pots lined on a shelf gleaming softly", + "A bowed instrument drying on a padded rack" + ], + "actions": [ + "Graduating the top thickness with careful planes", + "Carving scrolls and adjusting neck angles", + "Applying thin glazes of varnish and buffing", + "Tuning and testing timbre with short phrases" + ], + "camera": "Delicate macro-to-medium shots focusing on wood grain and curvature", + "accents": [ + "warm sun rim emphasizing varnish depth", + "micro-detail on wood pores and tool marks" + ], + "mood": "sensitive precision and tonal reverence", + "lighting": "day: bright window light with warm fill", + "style": "instrument maker portrait cinematography" + }, + { + "subGenre": "Craftsmen", + "scene": "Bright bakery workshop kneading dough in morning light", + "sceneVariants": [ + "Bright bakery workshop kneading dough in morning light", + "Flour-dusted counters and rising bowls", + "An oven's open mouth glowing as loaves slide in", + "Bakers forming baguettes with swift practiced hands", + "Parchment-lined trays stacked like stepping stones" + ], + "actions": [ + "Kneading and folding dough into structure", + "Scoring loaves with quick confident slashes", + "Timing proofing and adjusting hydration by feel", + "Sliding trays into a hot oven and setting timers" + ], + "camera": "Energetic mid-wide coverage with quick close-inserts on tactile motion", + "accents": [ + "warm oven glow and flour micro-texture detail", + "golden crust specular highlights" + ], + "mood": "vibrant, nourishing craft", + "lighting": "day: bright morning sun and warm oven light", + "style": "artisan food-craft cinematography" + }, + { + "subGenre": "Craftsmen", + "scene": "Daylight boatbuilder lofting planks on a bright yard", + "sceneVariants": [ + "Daylight boatbuilder lofting planks on a bright yard", + "Hammering caulking into seams with rhythmic force", + "Sanding hulls smooth with long strokes", + "A newly shaped keel resting on supports", + "Children watching from a safe fence-line" + ], + "actions": [ + "Planing and scarfing planks to fit curvature", + "Applying sealant and setting ribs in sequence", + "Testing balance on a temporary cradle", + "Organizing hardware and mapping fittings" + ], + "camera": "Long flowing crane and tracking shots revealing hull lines", + "accents": [ + "bright sun rim on varnished wood and tool speculars", + "textural emphasis on wet-sanded grain" + ], + "mood": "constructive pride and visible progress", + "lighting": "day: clear bright sun ideal for outdoor crafts", + "style": "naval artisan documentary cinematography" + }, + { + "subGenre": "Craftsmen", + "scene": "Sunlit leatherworker stamping patterns in an open studio", + "sceneVariants": [ + "Sunlit leatherworker stamping patterns in an open studio", + "Stacks of hides draped over lines and benches", + "A heavy mallet delivering firm repetitive blows", + "Edges burnished to deep glows", + "Hand-tooled motifs forming a repeating language" + ], + "actions": [ + "Cutting balanced panels and gluing edges cleanly", + "Hand-stitching seams with an awl and sturdy thread", + "Dyeing swatches and testing colorfastness", + "Polishing hardware and attaching clasps" + ], + "camera": "Warm macro inserts on tooling with measured mid-shots of workspace", + "accents": [ + "sunlit leather grain micro-detail and rich dye saturation", + "specular highlights on brass hardware" + ], + "mood": "hands-on refinement", + "lighting": "day: bright studio sunlight with controlled fill", + "style": "material-centric craft cinematography" + }, + { + "subGenre": "Craftsmen", + "scene": "Bright midday metal fabricator cutting and welding structural pieces", + "sceneVariants": [ + "Bright midday metal fabricator cutting and welding structural pieces", + "Sparks cascading from a grinder like small comets", + "Weld seams glowing briefly before cooling", + "Blueprints pinned to a steel wall with chalk marks", + "A forklift moving heavy assemblies across the shop" + ], + "actions": [ + "Cutting precise joins with CNC or hand tools", + "Tacking and welding sections into jigs", + "Grinding and finishing seams to spec", + "Measuring and verifying tolerances with calipers" + ], + "camera": "High-energy mid-wide with close-up inserts on hot seams and measuring tools", + "accents": [ + "bright welding flash and cold steel micro-texture", + "metallic specular gradients across fabricated surfaces" + ], + "mood": "industrial competence", + "lighting": "day: bright workshop light with localized hot sparks", + "style": "robust industrial craft cinematography" + }, + { + "subGenre": "Craftsmen", + "scene": "Sunlit joiner fine-tuning a drawer dovetail in a calm workshop", + "sceneVariants": [ + "Sunlit joiner fine-tuning a drawer dovetail in a calm workshop", + "Shavings falling like ribbons from a plane", + "A block plane resting on a pile of planed wood", + "A neat array of hand-tools on a pegboard", + "A finished chest testing a smooth glide" + ], + "actions": [ + "Paring dovetails with a steady hand for tight fit", + "Chamfering edges and checking square with a try square", + "Sanding to remove minor chatter marks", + "Applying a thin wax or oil finish to test movement" + ], + "camera": "Calm precise inserts with measured pullbacks to reveal full craft pieces", + "accents": [ + "golden planed wood sheen and tactile grain micro-detail", + "soft window rim-light on tool edges" + ], + "mood": "quiet mastery and attention to finish", + "lighting": "day: bright diffused workshop sun", + "style": "fine woodworking cinematography" + }, + { + "subGenre": "Craftsmen", + "scene": "Bright market stall where a silversmith demonstrates engraving", + "sceneVariants": [ + "Bright market stall where a silversmith demonstrates engraving", + "Small hammered pieces arranged on velvet", + "A steady hand guiding a burin into a curve", + "Customers leaning in for a closer look", + "A small portable torch used for accents" + ], + "actions": [ + "Engraving a name or pattern with practiced incision", + "Polishing and buffing reflective surfaces", + "Filing edges to remove burrs and ensure comfort", + "Setting a small stone into a bezel with gentle pressure" + ], + "camera": "Accessible mid-shot with tight macro on engraved crescents", + "accents": [ + "bright sun specular on polished silver and tiny grit reflections", + "tactile metal micro-detail on hammered textures" + ], + "mood": "demonstrative artisan charm", + "lighting": "day: bright open-air market sunlight", + "style": "interactive craft demonstration cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/people_and_lifestyle_daily_life.json b/src/data/people_and_lifestyle_daily_life.json new file mode 100644 index 0000000..019336f --- /dev/null +++ b/src/data/people_and_lifestyle_daily_life.json @@ -0,0 +1,354 @@ +{ + "people_lifestyle": [ + { + "subGenre": "Daily Life", + "scene": "Morning street market with stalls, produce crates and early shoppers (day)", + "sceneVariants": [ + "Morning street market with stalls, produce crates and early shoppers (day)", + "A row of vegetable stalls under canvas awnings", + "A fishmonger scaling catch on an iced bed", + "A baker unloading trays of warm breads to a stall", + "A small queue at a popular coffee cart" + ], + "actions": [ + "Vendors arranging fresh produce and calling prices", + "Shoppers selecting fruit and weighing purchases", + "A child sampling a small pastry under parental watch", + "A delivery worker stacking crates for the next vendor" + ], + "camera": "Low handheld lateral with close macro on hands and goods, occasional wide to show market rhythm", + "accents": [ + "warm morning rim-light on produce skin", + "micro-speculars on wet fish and ice crystals" + ], + "mood": "energetic routine", + "lighting": "bright diffused morning daylight", + "style": "documentary street cinematography" + }, + { + "subGenre": "Daily Life", + "scene": "Neighborhood bakery with ovens, counter display and regulars lining up (day)", + "sceneVariants": [ + "Neighborhood bakery with ovens, counter display and regulars lining up (day)", + "A glass pastry case with seasonal tarts", + "Bakers pulling pans of croissants from deck ovens", + "A chalkboard listing the day's specials", + "A small espresso machine steaming behind the counter" + ], + "actions": [ + "Barista pulling shots and preparing milk", + "A parent picking up morning bread for the household", + "Bakers dusting loaves with flour and arranging crates", + "A regular chatting with the shop owner while waiting" + ], + "camera": "Intimate handheld close on pastry texture and customer reaction cuts", + "accents": [ + "warm practical rim-light on baked gloss", + "soft filmic bloom for inviting atmosphere" + ], + "mood": "comforting routine", + "lighting": "warm indoor daylight through front window", + "style": "slice-of-life cinematography" + }, + { + "subGenre": "Daily Life", + "scene": "Commuter bike lane at rush hour with cyclists weaving through traffic (day)", + "sceneVariants": [ + "Commuter bike lane at rush hour with cyclists weaving through traffic (day)", + "Close rows of commuters in helmets and messenger bags", + "A cyclist pausing at a signal with city skyline behind", + "A repair stall fixing a puncture by the curb", + "A transit overpass casting shadow across the lane" + ], + "actions": [ + "Cyclists accelerating through green lights", + "A courier balancing multiple parcels while navigating traffic", + "A cyclist making a quick roadside repair", + "Commuters dismounting and walking bikes across a busy crossing" + ], + "camera": "Tracking lateral gimbal at low height with telephoto compression for density", + "accents": [ + "clean urban speculars on metal frames", + "micro-highlights on reflective helmets and wet pavement" + ], + "mood": "purposeful momentum", + "lighting": "neutral daylight tuned for motion clarity", + "style": "urban mobility cinematography" + }, + { + "subGenre": "Daily Life", + "scene": "School playground at recess with clustered children, swings and supervising adults (day)", + "sceneVariants": [ + "School playground at recess with clustered children, swings and supervising adults (day)", + "A group forming an impromptu game of tag", + "Climbers on a jungle gym silhouetted against sky", + "A small snack stall near the gate", + "A teacher calling children back to line" + ], + "actions": [ + "Children running, jumping and calling to each other", + "Supervisors scanning the play area and intervening gently", + "Small groups trading stickers and cards", + "A child tying another child's shoelace after a fall" + ], + "camera": "Low child-eye handheld with quick cuts to reactions and wide coverage", + "accents": [ + "vibrant saturated color grading to evoke youth", + "micro-highlight on sweaty foreheads and dust motes" + ], + "mood": "playful energy", + "lighting": "bright midday daylight", + "style": "observational documentary cinematography" + }, + { + "subGenre": "Daily Life", + "scene": "Laundry day on a residential rooftop with lines, buckets and communal chatter (day)", + "sceneVariants": [ + "Laundry day on a residential rooftop with lines, buckets and communal chatter (day)", + "Clothes flapping on long lines in steady wind", + "A plastic basin of suds being rinsed at a tap", + "A neighbour hanging delicate garments with careful pins", + "Children chasing between drying sheets" + ], + "actions": [ + "Residents rinsing and wringing clothes by hand", + "Neighbors exchanging small news and assistance", + "A child retrieving a loose sock blown by wind", + "A person folding dry clothes into neat piles" + ], + "camera": "Low lateral glide with macro on fabric texture and hands", + "accents": [ + "soft backlight through translucent fabrics", + "micro-detail on weave and soap bubble highlights" + ], + "mood": "quiet domestic labor", + "lighting": "bright open daylight with gentle breeze", + "style": "domestic-realist cinematography" + }, + { + "subGenre": "Daily Life", + "scene": "Corner pub at late afternoon with locals, chalkboard quizzes and wooden stools (day→evening)", + "sceneVariants": [ + "Corner pub at late afternoon with locals, chalkboard quizzes and wooden stools (day→evening)", + "A regular tapping a beer at the bar", + "A quiz night flyer on a noticeboard", + "A small hearth warming the interior", + "A bartender polishing glasses for a small crowd" + ], + "actions": [ + "Patrons engaging in light banter and small bets", + "Bartender pouring a measured pint and sliding it along", + "A group settling at a corner table for quiz night", + "A musician tuning an acoustic guitar for a later set" + ], + "camera": "Intimate handheld with close reaction cuts and tungsten practical inserts", + "accents": [ + "warm tungsten micro-highlights on glass and wood", + "soft ambient bokeh to separate foreground figures" + ], + "mood": "communal ease", + "lighting": "transitioning from daylight to warm interior practicals", + "style": "pub-culture cinematography" + }, + { + "subGenre": "Daily Life", + "scene": "Small office kitchenette with colleagues making tea, checking phones and exchanging notes (day)", + "sceneVariants": [ + "Small office kitchenette with colleagues making tea, checking phones and exchanging notes (day)", + "A kettle boiling on a compact counter", + "A noticeboard of shared tasks and snack rota", + "Two colleagues sharing a quick private joke", + "A fridge door plastered with Polaroids and magnets" + ], + "actions": [ + "A colleague making tea and stirring with a paper cup", + "Someone reading a message aloud and triggering a laugh", + "A manager quietly apologising while grabbing a coffee", + "A quick exchange of a pen and sticky note for a hand-off" + ], + "camera": "Tight handheld close on hands and faces with quick reaction edits", + "accents": [ + "neutral micro-highlights on stainless kettle and screens", + "soft fill to preserve skin tone fidelity" + ], + "mood": "mundane collegiality", + "lighting": "even interior daylight through a small window", + "style": "workplace slice cinematography" + }, + { + "subGenre": "Daily Life", + "scene": "Park morning runners and dog-walkers sharing paths with coffee carts nearby (day)", + "sceneVariants": [ + "Park morning runners and dog-walkers sharing paths with coffee carts nearby (day)", + "A line of joggers pacing in unison down a path", + "Dog owners calling back and forth across a lawn", + "A mobile coffee cart steaming to life at a junction", + "A park bench with a folded newspaper and discarded glove" + ], + "actions": [ + "Runners passing in rhythmic cadence and exchanging nods", + "Dog walkers pausing to chat and let dogs sniff", + "A barista handing a paper cup over the cart hatch", + "A cyclist weaving gently around foot traffic" + ], + "camera": "Smooth handheld with telephoto compression for layered activity", + "accents": [ + "mirror micro-highlights on dew and cup rims", + "soft rim-light on moving limbs" + ], + "mood": "healthy routine", + "lighting": "soft crisp morning light", + "style": "lifestyle documentary cinematography" + }, + { + "subGenre": "Daily Life", + "scene": "Grocery store aisle with shoppers comparing labels, a child in a cart and stockers restocking (day)", + "sceneVariants": [ + "Grocery store aisle with shoppers comparing labels, a child in a cart and stockers restocking (day)", + "Bright fluorescent aisles with colorful packaging", + "A special promotion end-cap with stacked items", + "A store employee rotating stock onto shelves", + "A parent balancing a phone call while pushing a cart" + ], + "actions": [ + "Shoppers scanning labels and selecting brands", + "A stocker rotating boxes and checking expiration dates", + "A child reaching for a candy bar and being gently stopped", + "A cashier scanning items with practiced motion" + ], + "camera": "Tight gimbal with macro on packaging and medium shopper inserts", + "accents": [ + "clean retail lighting and micro-highlights on packaging gloss", + "micro-detail on barcode scanners and hand motions" + ], + "mood": "everyday practicality", + "lighting": "bright interior retail lighting", + "style": "consumer-behavior cinematography" + }, + { + "subGenre": "Daily Life", + "scene": "Evening family dinner at a small apartment table with shared plates and low voices (night)", + "sceneVariants": [ + "Evening family dinner at a small apartment table with shared plates and low voices (night)", + "A child reaching for a bowl while parents exchange quiet glances", + "A single pendant light over a wooden table", + "Leftovers packaged for tomorrow in plastic containers", + "A small radio playing a soft background program" + ], + "actions": [ + "Family members passing plates and serving modest portions", + "A parent asking about the day's events and listening attentively", + "A teenager checking a phone and being gently scolded", + "A shared dessert passed around as a small treat" + ], + "camera": "Intimate handheld with close inserts on hands, faces and shared dishes", + "accents": [ + "warm pendant micro-highlights and tabletop speculars", + "soft shallow depth to isolate the group" + ], + "mood": "intimate warmth", + "lighting": "low warm interior (night)", + "style": "domestic-cinematic cinematography" + }, + { + "subGenre": "Daily Life", + "scene": "Night-time street vendor corridor with skewers, steam and small crowds (night)", + "sceneVariants": [ + "Night-time street vendor corridor with skewers, steam and small crowds (night)", + "Stalls emitting fragrant steam and sizzling sounds", + "Paper menus taped under LEDs", + "A small group perched on low stools eating rapidly", + "A vendor flipping skewers on a charcoal grill" + ], + "actions": [ + "Cooks serving quick plates and handing change", + "Customers hunching over small tables consumed by eating", + "A passerby stopping to buy a single snack before moving on", + "A vendor sweeping dropped crumbs between peaks" + ], + "camera": "Low wet-lens handheld with close food macro and shallow DOF", + "accents": [ + "warm cooking micro-bloom and oil sheen speculars", + "soft vignette to highlight human faces" + ], + "mood": "nocturnal convenience", + "lighting": "mix of warm stall practicals and cool street LEDs (night)", + "style": "nocturnal street-food cinematography" + }, + { + "subGenre": "Daily Life", + "scene": "Late-night laundromat with humming machines, folded piles and quiet patrons (night)", + "sceneVariants": [ + "Late-night laundromat with humming machines, folded piles and quiet patrons (night)", + "Rows of coin-operated washers with spinning drums", + "A single attendant watching the front desk", + "Plastic chairs with folded laundry stacks", + "A fluorescent light strip casting a clinical glow" + ], + "actions": [ + "Patrons feeding machines and setting timers", + "A person folding a fresh towel with precise motions", + "The attendant marking a lost-and-found slip", + "A quiet conversation between two late-shift workers" + ], + "camera": "Static mid-shot with occasional close macro on washing drum and hands", + "accents": [ + "cool fluorescent micro-highlights and detergent sheen", + "micro-detail on fabric motion and water beads" + ], + "mood": "lonely practicality", + "lighting": "cool artificial fluorescent (night)", + "style": "nocturnal urban realism" + }, + { + "subGenre": "Daily Life", + "scene": "Night shift at a small hospital emergency desk with triage staff and low bustle (night)", + "sceneVariants": [ + "Night shift at a small hospital emergency desk with triage staff and low bustle (night)", + "A triage nurse taking notes under a single lamp", + "A gurney rolled past curtained bays", + "A small family waiting in a dim corridor", + "A doctor consulting via phone with a specialist" + ], + "actions": [ + "Staff logging patients and assigning triage priorities", + "Nurses preparing simple dressings and IV lines", + "A security guard directing a late arrival", + "A doctor writing brief notes for shift handover" + ], + "camera": "Handheld low-light with careful exposure and close inserts on hands and monitors", + "accents": [ + "soft monitor micro-highlights and warm lamp pools", + "micro-detail on forms, tape and adhesive" + ], + "mood": "controlled urgency", + "lighting": "low clinical artificial (night)", + "style": "medical documentary cinematography" + }, + { + "subGenre": "Daily Life", + "scene": "Rooftop conversation at midnight with two friends, skyline silhouette and distant city hum (night)", + "sceneVariants": [ + "Rooftop conversation at midnight with two friends, skyline silhouette and distant city hum (night)", + "Two friends seated on a low parapet sharing a cigarette", + "A distant train line glimmering with passing lights", + "A thermos and two mugs between them", + "A soft breeze carrying city smells" + ], + "actions": [ + "Friends exchanging personal news in quiet tones", + "One friend pointing out constellations or plane paths", + "A shared laugh breaking the stillness", + "A thermos being refilled from a small flask" + ], + "camera": "Low long-lens handheld to compress skyline and isolate subject silhouette", + "accents": [ + "cool skyline micro-highlights and warm human pool", + "soft rim-light on hair and cup rims" + ], + "mood": "reflective intimacy", + "lighting": "low ambient city light with small warm practicals (night)", + "style": "nocturnal character cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/people_and_lifestyle_elderly.json b/src/data/people_and_lifestyle_elderly.json new file mode 100644 index 0000000..e6f8b06 --- /dev/null +++ b/src/data/people_and_lifestyle_elderly.json @@ -0,0 +1,479 @@ +{ + "people_and_lifestyle": [ + { + "subGenre": "Elderly", + "scene": "Moonlit porch with an elderly couple rocking quietly", + "sceneVariants": [ + "Moonlit porch with an elderly couple rocking quietly", + "Lantern on a small table casting warm pools on weathered hands", + "Crickets chirping as distant highway lights hum", + "A blanket draped across knees and a thermos between them", + "Slow breath visible in crisp night air" + ], + "actions": [ + "Rocking in time with one another's breathing", + "Pointing out a low-flying airplane and smiling", + "Passing a thermos back and forth", + "Holding hands and tapping a familiar rhythm" + ], + "camera": "Low static with gentle push-in on entwined hands and faces", + "accents": [ + "warm porch-lantern rim-light against cool moon-silver", + "high micro-detail on skin creases and fabric weave" + ], + "mood": "comforting continuity", + "lighting": "night: soft lanterns and cool moonlight", + "style": "intimate domestic portraiture" + }, + { + "subGenre": "Elderly", + "scene": "Late-night solitary window-watcher in an apartment high above the street", + "sceneVariants": [ + "Late-night solitary window-watcher in an apartment high above the street", + "Silhouette framed by distant neon and streetlamps", + "A single chair and a knitted throw by the sill", + "A cup cooling on the windowsill and a radio playing low", + "A cityscape slowly sliding by in rain" + ], + "actions": [ + "Tracing raindrops as they slide down the glass", + "Tapping a fingertip to a remembered refrain", + "Turning a small photo to face the light for a moment", + "Sighing softly and settling back into the chair" + ], + "camera": "Over-the-shoulder static shot with tight insert on the glass tracing", + "accents": [ + "cool reflective neon and soft tungsten interior spill", + "micro-detail on glass streaks and knitted fiber" + ], + "mood": "contemplative solitude", + "lighting": "night: interior lamp with reflective city neon", + "style": "quiet urban introspection cinematography" + }, + { + "subGenre": "Elderly", + "scene": "Night hospice nurse comforting an elderly hand in a dim room", + "sceneVariants": [ + "Night hospice nurse comforting an elderly hand in a dim room", + "A soft beep of monitors measured like a lullaby", + "A lamp with a paper shade casting a tender arc", + "A caregiver whispering into a pillow of memories", + "A family photograph propped beside the bed" + ], + "actions": [ + "Adjusting a blanket and smoothing wrinkles", + "Holding a hand and speaking quietly", + "Reading a short passage from a well-thumbed book", + "Checking temperature and responding with a calm nod" + ], + "camera": "Intimate close-ups on hands and faces with careful cross-dissolves", + "accents": [ + "warm lamp halo and subtle medical monitor glows", + "high micro-detail on skin texture and gauze fabric" + ], + "mood": "gentle dignity", + "lighting": "night: low warm bedside lamp with medical ambient glow", + "style": "sensitive clinical humanist cinematography" + }, + { + "subGenre": "Elderly", + "scene": "Dawn tai chi class in a misty park with silver grass", + "sceneVariants": [ + "Dawn tai chi class in a misty park with silver grass", + "Slow coordinated forms in a ring of elders", + "An instructor guiding a careful shifting of weight", + "A thermos and towels set subtly to one side", + "Breath visible in crisp morning air" + ], + "actions": [ + "Slow coordinated movements and mindful breathing", + "Adjusting posture under gentle instruction", + "Offering a reassuring smile to a novice", + "Clapping hands softly at the end of the routine" + ], + "camera": "Wide establishing with measured crane-ins to facial close-ups", + "accents": [ + "soft dawn rim-light and mist diffusion", + "leaf micro-detail and fabric motion micro-highlights" + ], + "mood": "centered, communal calm", + "lighting": "day/dawn: soft diffused early light", + "style": "wellness-oriented communal cinematography" + }, + { + "subGenre": "Elderly", + "scene": "Sunny community center knitting circle with afternoon tea", + "sceneVariants": [ + "Sunny community center knitting circle with afternoon tea", + "Tables arranged in a warm sunlit room with cups steaming gently", + "Colorful skeins forming a quiet rainbow", + "Hands moving in patterned rhythm across needles", + "A young volunteer learning a granny square" + ], + "actions": [ + "Knitting and passing patterns with patient instruction", + "Sipping tea and swapping small stories", + "Mending a dropped stitch and laughing at an old anecdote", + "Sorting yarn and offering a color suggestion" + ], + "camera": "Warm medium two-shots with intimate close-inserts on hands and stitches", + "accents": [ + "golden indoor sun rim and fiber micro-detail", + "specular highlights on porcelain cups and polished wood" + ], + "mood": "affectionate camaraderie", + "lighting": "day: warm late-afternoon sun through large windows", + "style": "cozy community lifestyle cinematography" + }, + { + "subGenre": "Elderly", + "scene": "Noon chess on a shaded park bench with onlookers", + "sceneVariants": [ + "Noon chess on a shaded park bench with onlookers", + "A weathered board with polished pieces and deep grooves", + "A small crowd nodding at a clever exchange", + "A friendly wager of a pastry or small trinket", + "A slow clock kept more for tradition than necessity" + ], + "actions": [ + "Considering a long move with pursed lips", + "Leaning back to stroke a chin before committing", + "Explaining a historical opening to a curious youth", + "Sharing a tired smile on a well-fought draw" + ], + "camera": "Human-scale mid-shots with overhead insert on the board and hands", + "accents": [ + "soft dappled shade and high micro-detail on carved pieces", + "warm facial rim-light from ambient park tones" + ], + "mood": "witty companionship", + "lighting": "day: bright midday with cool shaded fills", + "style": "verbal-visual cultural slice cinematography" + }, + { + "subGenre": "Elderly", + "scene": "Sunlit allotment beds with an elder teaching seed-saving", + "sceneVariants": [ + "Sunlit allotment beds with an elder teaching seed-saving", + "Small bundles of labeled seed packets and jars", + "Hands demonstrating proper drying and storage", + "Children leaning in to learn basic plant anatomy", + "A patched hat shielding the sun and a gentle breeze" + ], + "actions": [ + "Scooping seeds from pods and gently spreading them to dry", + "Labeling and dating small envelopes", + "Explaining varieties and lineage with patient tone", + "Tasting a small sample to illustrate flavor differences" + ], + "camera": "Macro-to-mid shots showing tactile seed detail and teaching gestures", + "accents": [ + "warm midday sun with crisp botanical micro-detail", + "texture emphasis on soil and seed husks" + ], + "mood": "generational knowledge-sharing", + "lighting": "day: bright clear sun ideal for horticultural detail", + "style": "educational pastoral cinematography" + }, + { + "subGenre": "Elderly", + "scene": "Dusk memory-listening circle in a village hall with laminated photos", + "sceneVariants": [ + "Dusk memory-listening circle in a village hall with laminated photos", + "Faded photographs passed around and pinned to a board", + "Low chatter and the soft clink of a teapot being refilled", + "A younger volunteer gently coaxing names and dates", + "A notebook filled with transcribed memories being added to" + ], + "actions": [ + "Passing photos and describing the stories behind them", + "Recording oral histories into a small digital recorder", + "Laughing at shared recollections of community events", + "Noting details to preserve context for descendants" + ], + "camera": "Intimate inserts on photos and hands with steady mid-shots for conversation", + "accents": [ + "warm indoor tungsten with paper texture micro-highlights", + "soft vignette to emphasize archival intimacy" + ], + "mood": "nostalgic care", + "lighting": "evening/dusk: warm low hall light", + "style": "oral-history documentary cinematography" + }, + { + "subGenre": "Elderly", + "scene": "Bright market morning where elders sell home-baked goods", + "sceneVariants": [ + "Bright market morning where elders sell home-baked goods", + "Tables of jams, scones and handwritten labels", + "Neighbors exchanging recipes and news under an awning", + "A small queue forming with friendly banter", + "A young parent buying preserves for family dinners" + ], + "actions": [ + "Wrapping a small loaf and tying with string", + "Counting change and writing a quick receipt", + "Offering a trial bite and praising flavor", + "Folding a napkin and smiling at a known face" + ], + "camera": "Lively mid-wide with reaction inserts and establishing town detail", + "accents": [ + "bright golden morning sun and warm food surface micro-highlights", + "saturated color on jars and pastry crust" + ], + "mood": "active community contribution", + "lighting": "day: bright clear morning sunlight", + "style": "market-focused community cinematography" + }, + { + "subGenre": "Elderly", + "scene": "Noon volunteer hair salon day with gentle styling and chatter", + "sceneVariants": [ + "Noon volunteer hair salon day with gentle styling and chatter", + "Combs and low-heat curlers on a tidy table", + "A stylist kneeling to adjust a set with a practiced hand", + "Mirrors reflecting smiling faces and warm paint", + "A small radio playing classic songs in the background" + ], + "actions": [ + "Washing and gentle massaging of scalp", + "Trimming and setting curls with patient technique", + "Applying a light spritz and offering a mirror to admire", + "Exchanging stories about former styles and fashion" + ], + "camera": "Warm medium close-ups with mirror-reflected reaction inserts", + "accents": [ + "soft indoor tungsten and hair micro-sheen highlights", + "textural emphasis on towel fibers and comb teeth" + ], + "mood": "pampered dignity", + "lighting": "day: bright interior light with warm fill", + "style": "humanist care cinematography" + }, + { + "subGenre": "Elderly", + "scene": "Evening choir rehearsal in a small chapel with stained glass glow", + "sceneVariants": [ + "Evening choir rehearsal in a small chapel with stained glass glow", + "Music stands and hymnals spread across pews", + "An elderly soprano holding a note with steady breath", + "Candles flickering and a conductor with calm hands", + "A small audience gathering for a community hymn" + ], + "actions": [ + "Singing in measured harmonies with practiced dynamics", + "Turning pages in weathered hymnbooks", + "Conductor cuing entries with a nod", + "Whispered feedback exchanged at breaks" + ], + "camera": "Medium wide with slow dolly-ins on faces and hands", + "accents": [ + "warm stained-glass rim-light and candle micro-glow", + "paper and vocal micro-texture emphasis" + ], + "mood": "reverent fellowship", + "lighting": "evening: warm interior glow with stained glass color", + "style": "communal sacred music cinematography" + }, + { + "subGenre": "Elderly", + "scene": "Dawn slow bicycle ride along a riverside path", + "sceneVariants": [ + "Dawn slow bicycle ride along a riverside path", + "A small group pedaling at an easy pace", + "Mist rising off the water as wheels cut through dew", + "A folding basket carrying a small thermos and a hat", + "Birdsong punctuating the gentle cadence" + ], + "actions": [ + "Pedaling with easy, deliberate cadence", + "Stopping to check a map or point out a landmark", + "Stretching briefly and laughing at a shared joke", + "Resting on a bench to sip warm beverage" + ], + "camera": "Low tracking from beside the path with occasional wide aerial pulls", + "accents": [ + "soft golden predawn rim and water micro-reflections", + "fabric micro-detail on jackets and wicker weave" + ], + "mood": "active calm and small adventure", + "lighting": "day/dawn: soft early morning sun", + "style": "gentle recreational documentary cinematography" + }, + { + "subGenre": "Elderly", + "scene": "Midday art therapy with watercolors and memory prompts", + "sceneVariants": [ + "Midday art therapy with watercolors and memory prompts", + "Small palettes and gentle brushes laid out in neat rows", + "A facilitator encouraging a participant to paint a remembered place", + "Paper drying on a low rack with bright washes", + "A table of labeled inspirational images and postcards" + ], + "actions": [ + "Mixing tender washes and painting simple shapes", + "Sharing the memory that inspired a chosen color", + "Encouraging others and offering a smile", + "Taping a finished piece to a communal display" + ], + "camera": "Intimate inserts on brush-to-paper contact and mid-shots on expressions", + "accents": [ + "bright daylight for true color rendering", + "watercolor micro-edge detail and paper texture" + ], + "mood": "therapeutic reflection", + "lighting": "day: bright interior daylight with neutral fill", + "style": "community therapeutic cinematography" + }, + { + "subGenre": "Elderly", + "scene": "Twilight gentle ballroom dance for seniors in a small hall", + "sceneVariants": [ + "Twilight gentle ballroom dance for seniors in a small hall", + "Soft band playing nostalgic tunes on a small stage", + "Couples swaying slowly beneath festoon lighting", + "A partner steadying another with practiced care", + "A young volunteer offering an arm to a hesitant guest" + ], + "actions": [ + "Slow guided steps and steady partnering", + "Smiling into a partner's eyes and nodding appreciatively", + "Receiving flowers at the end of a music set", + "Clapping politely and sharing soft applause" + ], + "camera": "Warm glidecam two-shots capturing movement and reaction inserts", + "accents": [ + "soft amber festoon light and fabric micro-shine", + "floor reflection micro-highlights" + ], + "mood": "romantic nostalgia", + "lighting": "evening/dusk: warm interior festoon lighting", + "style": "gentle social gathering cinematography" + }, + { + "subGenre": "Elderly", + "scene": "Noon generational cooking class teaching a heritage recipe", + "sceneVariants": [ + "Noon generational cooking class teaching a heritage recipe", + "A long table arranged with measured ingredients", + "A teacher explaining a recipe step-by-step with careful gestures", + "Children and elders working side-by-side stirring and tasting", + "A steam-filled window and a timer ticking softly" + ], + "actions": [ + "Measuring and stirring with careful handed-down techniques", + "Passing a spoon for a cautious taste-test", + "Explaining a family anecdote that accompanies the dish", + "Plating small sample portions for the group" + ], + "camera": "Energetic medium coverage with gentle close-ups on culinary technique", + "accents": [ + "bright kitchen daylight and warm oven glow", + "appetizing micro-detail on simmering sauces" + ], + "mood": "nurturing intergenerational exchange", + "lighting": "day: bright kitchen light with warm practicals", + "style": "culinary heritage documentary cinematography" + }, + { + "subGenre": "Elderly", + "scene": "Afternoon slow walk along a seaside promenade collecting shells", + "sceneVariants": [ + "Afternoon slow walk along a seaside promenade collecting shells", + "Low tide exposing small tidal pools and glistening shells", + "A cane leaned against a bench while sorting finds", + "Seagulls wheeling and distant laughter from children", + "A small paper cone holding a treasured shell" + ], + "actions": [ + "Bending carefully to pick a favored shell and examining patterns", + "Chatting with a companion about familiar landmarks", + "Handing a shell to a visiting grandchild with pride", + "Wiping sand off fingers and tucking the find away" + ], + "camera": "Low beach-level tracking with warm wide pans to sea", + "accents": [ + "bright midday sun on wet shell micro-texture", + "cool sea-spray micro-highlights" + ], + "mood": "gentle curiosity", + "lighting": "day: bright mid-afternoon coastal light", + "style": "leisurely coastal lifestyle cinematography" + }, + { + "subGenre": "Elderly", + "scene": "Late-night radio club exchanging stories and favorite records", + "sceneVariants": [ + "Late-night radio club exchanging stories and favorite records", + "A rotating vinyl on a small table with a warm lamp beside", + "A member recounting a local history piece over tea", + "Notes and song lists pinned around a corkboard", + "A small microphone capturing the conversational tone" + ], + "actions": [ + "Placing a record gently and cuing the needle", + "Recalling the origin of a favorite song with a chuckle", + "Passing around a booklet of local archival photos", + "Announcing the next track with practiced rhythm" + ], + "camera": "Warm static inserts on vinyl grooves with over-the-shoulder reactions", + "accents": [ + "warm lamp halo and subtle analog audio meter glow", + "vinyl groove micro-texture detail" + ], + "mood": "nostalgic conviviality", + "lighting": "night: warm interior lamp with soft ambient shadow", + "style": "audio-focused oral documentary cinematography" + }, + { + "subGenre": "Elderly", + "scene": "Sunset seaside bench where an elder sketches the horizon", + "sceneVariants": [ + "Sunset seaside bench where an elder sketches the horizon", + "A small sketchpad and a box of charcoal sticks", + "Windswept hair and a folded coat", + "Seaglass collected in a small tin container", + "A distant ferry leaving a pale wake" + ], + "actions": [ + "Blocking in horizon lines and shading cloud masses", + "Erasing lightly and re-defining a curve", + "Comparing notes with a passing friend", + "Tucking the sketchbook into a bag for later" + ], + "camera": "Low-angle wide to close insert sweeps, emphasizing silhouette and line", + "accents": [ + "rich sunset rim-light and paper tooth micro-detail", + "soft coastal haze micro-highlights" + ], + "mood": "creative stillness", + "lighting": "evening/golden hour: warm backlight", + "style": "quiet plein-air portrait cinematography" + }, + { + "subGenre": "Elderly", + "scene": "Bright rehabilitation pool session with gentle aquatic exercises", + "sceneVariants": [ + "Bright rehabilitation pool session with gentle aquatic exercises", + "Warm water and supportive rails for balance", + "A physiotherapist guiding measured movements", + "Soft non-slip tiles and towels neatly folded", + "A small clock marking rehabilitative sets" + ], + "actions": [ + "Slow knee lifts and supported leg extensions", + "Assisted balance drills with encouraging cues", + "Measuring and logging comfortable range of motion", + "Sipping water and wiping minimal sweat" + ], + "camera": "Clinical mid-shots with clear inserts showing movement and form", + "accents": [ + "bright therapeutic pool light with water speculars", + "skin micro-texture and water ripple micro-highlights" + ], + "mood": "hopeful persistence", + "lighting": "day: bright clinical daylight", + "style": "rehabilitative health cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/people_and_lifestyle_family_moments.json b/src/data/people_and_lifestyle_family_moments.json new file mode 100644 index 0000000..9cf3d87 --- /dev/null +++ b/src/data/people_and_lifestyle_family_moments.json @@ -0,0 +1,354 @@ +{ + "people_lifestyle": [ + { + "subGenre": "Family Moments", + "scene": "Breakfast table with family passing plates, toast popping and sunlight through the window (day)", + "sceneVariants": [ + "Breakfast table with family passing plates, toast popping and sunlight through the window (day)", + "A small toddler reaching for jam on toast", + "Parents exchanging a quick planning glance over coffee", + "A teenager with headphones half-on grabbing cereal", + "A weekly chores list stuck on the fridge" + ], + "actions": [ + "A parent spreading butter while another pours orange juice", + "Children trading bites and making small bargains", + "Someone checking the calendar on a phone and reminding about school", + "A pet weaving under chairs hoping for crumbs" + ], + "camera": "Low handheld at table height with close inserts on hands and food", + "accents": [ + "warm morning rim-light on toast edges", + "micro-highlights on glass and cutlery" + ], + "mood": "domestic bustle", + "lighting": "soft morning daylight", + "style": "natural family cinematography" + }, + { + "subGenre": "Family Moments", + "scene": "Saturday park picnic with grandparents, blankets, thermos and children running (day)", + "sceneVariants": [ + "Saturday park picnic with grandparents, blankets, thermos and children running (day)", + "A grandparent teaching a child to fly a kite", + "A picnic basket opened with layered wraps and fruit", + "A small radio playing gentle tunes on a blanket", + "A dog dozing in a sun patch beside the group" + ], + "actions": [ + "Family members passing food and refilling cups", + "Children chasing a ball and collapsing in laughter", + "Grandparents watching fondly and sharing stories", + "Someone packing away a plate while another folds the blanket" + ], + "camera": "Wide lateral glide into intimate close-ups of faces and food", + "accents": [ + "golden-hour rim-light on faces", + "micro-detail on woven blanket texture" + ], + "mood": "relaxed togetherness", + "lighting": "warm daylight", + "style": "lifestyle documentary" + }, + { + "subGenre": "Family Moments", + "scene": "Living-room movie night with blankets, popcorn and a couch full of family (night)", + "sceneVariants": [ + "Living-room movie night with blankets, popcorn and a couch full of family (night)", + "A child making a dramatic gasp at a scene", + "A parent pausing the film to check a message", + "A small lamp providing a warm pool of light", + "A pile of half-eaten popcorn bowls on a coffee table" + ], + "actions": [ + "Siblings nudging each other at a funny moment", + "A parent offering a comforting arm during a tense scene", + "Someone pausing to fetch more snacks from the kitchen", + "A quiet laugh shared between two family members" + ], + "camera": "Intimate handheld with soft shallow DOF and close reaction shots", + "accents": [ + "warm practical micro-highlights", + "soft filmic bloom to create cozy ambience" + ], + "mood": "cozy intimacy", + "lighting": "low warm interior (night)", + "style": "home cinema cinematography" + }, + { + "subGenre": "Family Moments", + "scene": "Birthday celebration at a small table with cake, candles and improvised decorations (day→evening)", + "sceneVariants": [ + "Birthday celebration at a small table with cake, candles and improvised decorations (day→evening)", + "A child blowing out candles amid cheers", + "A homemade banner strung across a doorway", + "A neighbor dropping in with a small gift", + "Series of candid portrait photos taken on a phone" + ], + "actions": [ + "Guests singing while a child closes their eyes for the wish", + "Adults exchanging quiet smiles and small talk", + "A parent cutting slices and distributing plates", + "A quick group photo squeezed into a tight frame" + ], + "camera": "Handheld close with timed push-in on candle blow and wide for group reaction", + "accents": [ + "soft candle micro-glow", + "micro-speculars on frosting and glassware" + ], + "mood": "celebratory warmth", + "lighting": "transitioning from daylight to warm candle/lamps", + "style": "intimate event cinematography" + }, + { + "subGenre": "Family Moments", + "scene": "Homework table with parents helping a child with math, scattered pencils and reference notes (day)", + "sceneVariants": [ + "Homework table with parents helping a child with math, scattered pencils and reference notes (day)", + "A whiteboard with a solved problem", + "A parent modeling a method while the child copies", + "A small snack placed nearby to encourage study", + "A timer counting down short focus intervals" + ], + "actions": [ + "A parent explaining patiently and pointing to steps", + "The child erasing and correcting a mis-step", + "A sibling peeking over to check progress", + "A quick reward of a sticker for correct answers" + ], + "camera": "Tight macro on hands and page with medium over-the-shoulder context", + "accents": [ + "neutral desk micro-highlights", + "micro-detail on pencil strokes and paper grain" + ], + "mood": "focused care", + "lighting": "even interior daylight", + "style": "educational family cinematography" + }, + { + "subGenre": "Family Moments", + "scene": "Morning school-run: parent loading backpacks into car, last-minute shoe tying and rushed goodbyes (day)", + "sceneVariants": [ + "Morning school-run: parent loading backpacks into car, last-minute shoe tying and rushed goodbyes (day)", + "Car trunk open with lunchboxes and sports kits", + "A neighbor waving as children run by", + "A parent checking the route on a phone", + "A small forgotten toy returned at the door" + ], + "actions": [ + "A hurried hug and a shouted 'have a good day'", + "A parent securing a booster seat and tightening straps", + "Children scrambling into the car and settling in", + "A quick reflective glance between adult caregivers" + ], + "camera": "Dynamic handheld capturing quick motion and close faces", + "accents": [ + "morning rim-light on hair edges", + "micro-highlights on seatbelt buckles" + ], + "mood": "urgent tenderness", + "lighting": "crisp morning daylight", + "style": "real-time family cinematography" + }, + { + "subGenre": "Family Moments", + "scene": "Cooking together in a small kitchen: rolling dough, chopping veg and sharing tastes (day)", + "sceneVariants": [ + "Cooking together in a small kitchen: rolling dough, chopping veg and sharing tastes (day)", + "A child sprinkling flour and giggling", + "A parent supervising a hot pan with a wooden spoon", + "A small recipe card propped on the counter", + "A finished dish plated and passed to the table" + ], + "actions": [ + "Hands working in unison to prepare a simple meal", + "Tasting and nodding approval between family members", + "A quick wipe of a stray spill and a shared joke", + "A small taste-test awarded to the youngest cook" + ], + "camera": "Low macro on hands and ingredients with occasional wide to show teamwork", + "accents": [ + "warm edible micro-highlights on cooked surfaces", + "micro-detail on flour dust and steam" + ], + "mood": "collaborative joy", + "lighting": "soft daylight with kitchen practicals", + "style": "culinary family cinematography" + }, + { + "subGenre": "Family Moments", + "scene": "Bedtime routine: brushing teeth, story-time, tucking in and a final goodnight kiss (night)", + "sceneVariants": [ + "Bedtime routine: brushing teeth, story-time, tucking in and a final goodnight kiss (night)", + "A soft nightlight casting gentle pools", + "An illustrated book being turned carefully", + "A stuffed toy arranged beside a pillow", + "A parent whispering a short rhyme for comfort" + ], + "actions": [ + "Teeth brushed in parallel with parent-led instruction", + "A story read in measured cadence with animated faces", + "A tuck-in with a small kiss on the forehead", + "A final whispered reassurance before door closes" + ], + "camera": "Low child-eye handheld with intimate close-ups on faces and hands", + "accents": [ + "soft warm micro-highlights on skin", + "gentle depth-of-field to separate background" + ], + "mood": "tender security", + "lighting": "low warm bedside light (night)", + "style": "nocturnal domestic cinematography" + }, + { + "subGenre": "Family Moments", + "scene": "Weekend DIY project in the garage: painting, small repairs and triumphant finished shelf (day)", + "sceneVariants": [ + "Weekend DIY project in the garage: painting, small repairs and triumphant finished shelf (day)", + "A workbench with taped plans and screwdrivers", + "A child handing a brush to a parent", + "A spilled paint tray and quick clean-up", + "A finished shelf mounted and items displayed" + ], + "actions": [ + "Measuring and sawing with careful teamwork", + "A parent coaching safe tool use and supervising", + "High-fives for the completed small milestone", + "A quick celebratory cup of soda when finished" + ], + "camera": "Handheld documentary with macro on tools and proud close-ups", + "accents": [ + "warm tool micro-highlights", + "micro-detail on wood grain and screw threads" + ], + "mood": "productive pride", + "lighting": "bright workshop daylight", + "style": "hands-on family cinematography" + }, + { + "subGenre": "Family Moments", + "scene": "Rainy-day indoor games: board games sprawled on the table, laughter and competitive faces (day→evening)", + "sceneVariants": [ + "Rainy-day indoor games: board games sprawled on the table, laughter and competitive faces (day→evening)", + "Pieces scattered, a timer ticking and score notes", + "A parent making an exaggerated losing face to amuse", + "A child plotting a dramatic comeback", + "Tea refills and small snack plates in reach" + ], + "actions": [ + "Dice rolled with suspense and playful groans", + "Coalitions formed across the table with whispered deals", + "A triumphant cheer at a cunning move", + "A rule dispute resolved with laughter" + ], + "camera": "Close handheld on dice and expressions, medium to include group", + "accents": [ + "soft interior micro-highlights", + "micro-detail on paper score and glossy game pieces" + ], + "mood": "playful competition", + "lighting": "soft indoor practicals", + "style": "cozy-family cinematography" + }, + { + "subGenre": "Family Moments", + "scene": "First-day-of-school photo session at the door with backpacks, nervous smiles and a proud parent (day)", + "sceneVariants": [ + "First-day-of-school photo session at the door with backpacks, nervous smiles and a proud parent (day)", + "A hand-held nametag pinned inside a backpack", + "A parent crouched to tie shoelaces and take a picture", + "A small tear hidden before the child waves", + "A quick breakfast toast to steady nerves" + ], + "actions": [ + "A staged photograph with forced smiling and candid winks", + "A parent offering last-minute practical advice", + "A child stepping out with small courage", + "A parent watching the child walk toward school and returning with a soft exhale" + ], + "camera": "Low-angle handheld capturing departing motion and close reaction shots", + "accents": [ + "warm morning micro-highlights", + "micro-detail on fabric of backpacks and name tags" + ], + "mood": "proud anxiety", + "lighting": "crisp morning daylight", + "style": "life milestone cinematography" + }, + { + "subGenre": "Family Moments", + "scene": "Anniversary evening at home: small candlelit dinner, framed photos and quiet toasts (night)", + "sceneVariants": [ + "Anniversary evening at home: small candlelit dinner, framed photos and quiet toasts (night)", + "A string of old photographs spread on the table", + "A small homemade dessert with a sparking candle", + "A handwritten note passed across the plate", + "A slow song playing gently in the background" + ], + "actions": [ + "A gentle toast and eye contact across the table", + "A reminiscence of a shared memory causing laughter", + "A slow dance in the living room after clearing plates", + "A quiet promise exchanged in a whisper" + ], + "camera": "Intimate tripod and handheld mix with soft push-ins on hands", + "accents": [ + "candle micro-glow and soft filmic bloom", + "micro-speculars on glassware" + ], + "mood": "reflective romance", + "lighting": "warm candle/practical low light (night)", + "style": "intimate milestone cinematography" + }, + { + "subGenre": "Family Moments", + "scene": "Moving day: boxes stacked, a wrapped lamp and neighbors helping carry a sofa (day)", + "sceneVariants": [ + "Moving day: boxes stacked, a wrapped lamp and neighbors helping carry a sofa (day)", + "A small moving truck parked outside with ramp down", + "Labels scrawled on tape identifying rooms", + "A child clutching a favorite toy amidst the chaos", + "A quick break under a tree with bottled water" + ], + "actions": [ + "Neighbors and friends forming a carrying chain", + "A parent double-checking important documents in a folder", + "Boxes taped and labeled while a child explores a new corner", + "A final sweep of the old home before locking" + ], + "camera": "Documentary handheld capturing action and small tender moments", + "accents": [ + "bright daylight micro-highlights on corrugated boxes", + "micro-detail on tape and handwritten labels" + ], + "mood": "nostalgic transition", + "lighting": "daylight with strong contrast", + "style": "moving-day cinematography" + }, + { + "subGenre": "Family Moments", + "scene": "Family gardening afternoon planting bulbs, pruning and sharing lemonade (day)", + "sceneVariants": [ + "Family gardening afternoon planting bulbs, pruning and sharing lemonade (day)", + "Small trowels and seed packets arranged on a tray", + "A watering can fanning a gentle mist over seedlings", + "A child stamping a small name marker into soil", + "A finished flower box displayed on a balcony" + ], + "actions": [ + "Digging, planting and covering with gentle pats", + "A parent showing correct planting depth and technique", + "Children watering and singing to plants playfully", + "A shared snack break under a shade" + ], + "camera": "Low lateral with macro on soil and hand movement", + "accents": [ + "fresh green micro-highlights", + "micro-detail on soil texture and seed labels" + ], + "mood": "nurturing calm", + "lighting": "soft afternoon daylight", + "style": "home-garden cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/people_and_lifestyle_farm_life.json b/src/data/people_and_lifestyle_farm_life.json new file mode 100644 index 0000000..d23276c --- /dev/null +++ b/src/data/people_and_lifestyle_farm_life.json @@ -0,0 +1,554 @@ +{ + "people_and_lifestyle": [ + { + "subGenre": "Farm Life", + "scene": "Predawn milking in a misty barn", + "sceneVariants": [ + "Predawn milking in a misty barn", + "Wooden stalls bathed in pale moonlight and lamp glow", + "Farmhands moving silently through low fog to the milking stalls", + "Shadowed rows of cows with dew on their backs", + "A single lantern casting long warm pools of light on hay" + ], + "actions": [ + "Hands methodically fastening milking machines", + "Steam from warm breath rising in cold air", + "Soft murmur of conversation between early workers", + "A dog padding silently between the stalls" + ], + "camera": "Low steady dolly down the aisle with slow push-ins on faces and hands", + "accents": [ + "warm lamp-glow rim-light catching hay fibers", + "high micro-detail on dew and breath vapor" + ], + "mood": "quiet, diligent", + "lighting": "night: single lanterns and pale moonlight creating high contrast pockets", + "style": "intimate rustic documentary cinematography" + }, + { + "subGenre": "Farm Life", + "scene": "Moonlit tractor parked by the silo", + "sceneVariants": [ + "Moonlit tractor parked by the silo", + "Silhouette of a tractor against a silvered sky", + "Silo rimmed with small safety lights and starlight", + "A work boot left on the tractor step under a lamp", + "Fog weaving between the tractor tires and tall grass" + ], + "actions": [ + "Occasional click of a switch as batteries are checked", + "Footsteps crunching on frost-covered ground", + "A distant dog baying and returning to silence", + "Hands wiping condensation from instrument glass" + ], + "camera": "Wide low-angle static shot with slow, subtle rack focus", + "accents": [ + "cold blue moonlight with warm tool-light contrast", + "specular highlights on metal edges" + ], + "mood": "stillness with underlying readiness", + "lighting": "night: cool moonlight accented by tungsten work-lamp halos", + "style": "moody neo-realist farm portraiture" + }, + { + "subGenre": "Farm Life", + "scene": "Late-night lambing in an isolated shed", + "sceneVariants": [ + "Late-night lambing in an isolated shed", + "Midwife tending to a newborn lamb by headlamp", + "Warm towels and hay forming an improvised nest", + "Shadowed figures working under a cone of light", + "Small hooves and damp wool catching the lamp's glow" + ], + "actions": [ + "Hands assisting a tiny lamb into the world", + "Quick whispered instructions and soft reassurances", + "Wiping membranes and coaxing the first breath", + "A clock ticking softly in the background" + ], + "camera": "Handheld close-ups for tactile immediacy with occasional lateral push", + "accents": [ + "intense rim-glow on wet wool fibers", + "shallow depth emphasizing textures and warmth" + ], + "mood": "tense relief and tenderness", + "lighting": "night: focused headlamp and warm interior light against deep shadows", + "style": "tactile vérité close-up cinematography" + }, + { + "subGenre": "Farm Life", + "scene": "Dawn repair of a broken fence in misty fields", + "sceneVariants": [ + "Dawn repair of a broken fence in misty fields", + "Hands threading wire as fog rolls over rutted soil", + "A silhouette hammering against pale first-light", + "An old pickup with tools piled in the bed", + "Fence-line stretching into a blurred, misty horizon" + ], + "actions": [ + "Hammer strikes punctuating the quiet morning", + "Tightening of bolts and knotting of rope", + "Exhaling visible in cold air", + "A nearby rooster crowing faintly" + ], + "camera": "Tracking dolly along the fence with paced push-ins on hands and faces", + "accents": [ + "gold rim on tools from the warming dawn", + "soft particulate fog catching the light" + ], + "mood": "resolute, pragmatic", + "lighting": "predawn/dawn: cool fog with thin warm rim-light on edges", + "style": "quiet realist pastoral cinematography" + }, + { + "subGenre": "Farm Life", + "scene": "Night watch on crops during a sudden storm", + "sceneVariants": [ + "Night watch on crops during a sudden storm", + "A lone farmer under a tarpaulin checking damage", + "Wind-blown leaves under intermittent lightning", + "Headlamp beam cutting through rain", + "Rows of bowed plants in silhouette" + ], + "actions": [ + "Quickly tying down vulnerable plants", + "Scanning rows with a flashlight", + "Pulling a protective cover over a sapling", + "Listening to the accelerating gusts" + ], + "camera": "Handheld weatherized camera with occasional whip-pan during lightning", + "accents": [ + "specular rain highlights and wet soil reflections", + "staccato lightning rim-lighting" + ], + "mood": "urgent vigilance", + "lighting": "night: storm-driven flashes and focused headlamp beams", + "style": "tense naturalistic weather cinematography" + }, + { + "subGenre": "Farm Life", + "scene": "Sunrise over a patchwork of fields", + "sceneVariants": [ + "Sunrise over a patchwork of fields", + "Golden light rolling over planted furrows", + "Mist hugging low spots like rivers between fields", + "Farmhouses awash in new light", + "Aerial sweep revealing geometric crop patterns" + ], + "actions": [ + "Tractors starting and moving out in formation", + "Farmers greeting each other with raised hands", + "Birds lifting from hedgerows", + "Smoke from breakfast fires drifting upwards" + ], + "camera": "Crane-to-drone wide sweep from field level to panoramic sky", + "accents": [ + "rich golden-hour sidelighting enhancing field texture", + "long shadows creating rhythmic patterns" + ], + "mood": "optimistic, industrious", + "lighting": "day: warm golden hour sunlight with soft fill", + "style": "epic agricultural cinematography" + }, + { + "subGenre": "Farm Life", + "scene": "Harvesting golden wheat under a bright midday sky", + "sceneVariants": [ + "Harvesting golden wheat under a bright midday sky", + "Combine cutters churning rows of grain", + "Farmhands bundling sheaves with sun hats", + "Dust and chaff floating in strong light", + "A tractor towing bins full of amber grain" + ], + "actions": [ + "Machines eating through fields leaving clean stubble", + "Sweaty hands tying sheaves and stacking them", + "Dust clouds settling after the machine passes", + "Radio chatter coordinating logistics" + ], + "camera": "Dynamic tracking shots along the combine with occasional aerial pullbacks", + "accents": [ + "high-contrast sun speculars on metal surfaces", + "micro-detail on wheat tips backlit by sun" + ], + "mood": "productive energy", + "lighting": "day: bright high-contrast midday sun", + "style": "energetic, cinematic agricultural documentary" + }, + { + "subGenre": "Farm Life", + "scene": "Children collecting eggs at mid-morning", + "sceneVariants": [ + "Children collecting eggs at mid-morning", + "Small hands reaching into nesting boxes", + "Sun-dappled coop with straw-strewn floor", + "Laughter as a hen fluffs and scurries", + "A basket filling with varied pastel eggs" + ], + "actions": [ + "Careful lifting and setting of fragile eggs", + "Whispers and giggles between siblings", + "Brushing loose straw away from eggs", + "Checking nesting boxes for signs of brood" + ], + "camera": "Low playful dolly with intermittent handheld for intimacy", + "accents": [ + "warm rim-light on feathers and eggshell sheens", + "soft backlighting creating halo around dust motes" + ], + "mood": "playful, gentle", + "lighting": "day: soft mid-morning sun with gentle fill", + "style": "nostalgic pastoral family cinematography" + }, + { + "subGenre": "Farm Life", + "scene": "Noon market stalls with farm produce on display", + "sceneVariants": [ + "Noon market stalls with farm produce on display", + "Crates of apples, jars of honey and braided onions", + "Shoppers tasting samples beneath striped awnings", + "A chalkboard with today's harvest prices", + "Farmers exchanging goods and stories" + ], + "actions": [ + "Handing over produce and counting change", + "Tasting and nodding in approval", + "Unpacking fresh boxes and arranging displays", + "A child running between stalls holding a small bouquet" + ], + "camera": "Medium wide tracking through stalls with quick reaction close-ups", + "accents": [ + "saturated color pop on fruits and vegetables", + "specular highlights on glass jars and produce skins" + ], + "mood": "vibrant community commerce", + "lighting": "day: bright, direct sun with minimal shadow", + "style": "colorful market documentary cinematography" + }, + { + "subGenre": "Farm Life", + "scene": "Afternoon shearing of sheep in a sunlit pen", + "sceneVariants": [ + "Afternoon shearing of sheep in a sunlit pen", + "Coaxing a woolly sheep into position on a wooden stand", + "Piles of fleece piling up like clouds", + "Shears buzzing with rhythm and practiced hands", + "Cool drinks and cloths on a nearby table" + ], + "actions": [ + "Skilled hands shearing along the animal's contour", + "Sorting fleece into neat bales", + "A laugh as a lamb bleats", + "Brushing away loose fibers from faces and shoulders" + ], + "camera": "Medium close-ups intercut with over-the-shoulder workflow shots", + "accents": [ + "warm rim-lighting enhancing fleece texture", + "high micro-detail on cut fiber and shears" + ], + "mood": "focused camaraderie", + "lighting": "day: warm afternoon sun with soft fill", + "style": "hands-on artisanal documentary cinematography" + }, + { + "subGenre": "Farm Life", + "scene": "Sunset herding of cattle across rolling pastures", + "sceneVariants": [ + "Sunset herding of cattle across rolling pastures", + "Cowboys or farmhands silhouetted against an orange sky", + "Dust plumes rising as the herd moves", + "A distant farmhouse with lights beginning to glow", + "Calm animals moving with practiced rhythm" + ], + "actions": [ + "Herd moving in coordinated lines", + "Dogs guiding stragglers back into the fold", + "Gentle prodding with low whistles and calls", + "Checking ear tags and counting as they pass" + ], + "camera": "Wide sweeping tracking shot with slow crane movement into sky", + "accents": [ + "rich golden backlight producing long, cinematic silhouettes", + "lens flares at the horizon for dramatic emphasis" + ], + "mood": "majestic, concluding the day's labor", + "lighting": "evening/golden hour: vivid backlight and warm tones", + "style": "epic rural western-inspired cinematography" + }, + { + "subGenre": "Farm Life", + "scene": "Twilight feeding of free-range chickens", + "sceneVariants": [ + "Twilight feeding of free-range chickens", + "Scattered feed shining like tiny moons on ground", + "Chickens pecking under wire netting as sky deepens", + "A child scattering grain with delighted abandon", + "Warm kitchen light spilling into the yard" + ], + "actions": [ + "Scatter-feeding and careful rounding-up", + "Counting nets and closing coop doors", + "Collecting a straggler and guiding it home", + "Brushing dust from boots before entering the house" + ], + "camera": "Low playful handheld following the chickens with quick focus pulls", + "accents": [ + "soft warm interior spill contrasting cool twilight", + "micro-detail on feather iridescence in low light" + ], + "mood": "gentle domestic routine", + "lighting": "night/dusk: twilight blue with warm interior accents", + "style": "warm domestic pastoral cinematography" + }, + { + "subGenre": "Farm Life", + "scene": "Early-morning beekeeping between orchard rows", + "sceneVariants": [ + "Early-morning beekeeping between orchard rows", + "Smoke drifting while a beekeeper checks frames", + "Honeycomb glistening with fresh nectar", + "Gloved hands lifting a heavy frame dripping with honey", + "Clouds of bees moving methodically about their work" + ], + "actions": [ + "Fanning smoke to calm the hive", + "Lifting frames and tapping bees gently aside", + "Clipping and sealing jars of golden honey", + "Examining brood patterns for hive health" + ], + "camera": "Macro-focused insert shots alternating with med-wide orchard vistas", + "accents": [ + "warm golden micro-highlights on honey and comb", + "delicate rim-light on airborne bees" + ], + "mood": "meticulous, reverent", + "lighting": "day: soft warm morning light", + "style": "delicate macro-documentary cinematography" + }, + { + "subGenre": "Farm Life", + "scene": "Midday irrigation checks along sunlit channels", + "sceneVariants": [ + "Midday irrigation checks along sunlit channels", + "Clear water moving in hand-dug furrows", + "Farmers adjusting gates and measuring flow", + "Reflections of clouds in the water surface", + "Irrigation equipment and PVC lines across the field" + ], + "actions": [ + "Turning sluice gates and checking flow rates", + "Recording levels and marking maintenance needs", + "Wading briefly to clear a clog", + "Clapping hands to signal adjustments to team" + ], + "camera": "Over-the-shoulder technical shots with measured push-ins on water flow", + "accents": [ + "specular water reflections and sun glints", + "high-detail texture on wet soil and plant leaves" + ], + "mood": "practical, methodical", + "lighting": "day: bright clear sunlight with reflective water highlights", + "style": "technical agronomy documentary cinematography" + }, + { + "subGenre": "Farm Life", + "scene": "Late afternoon barn repairs with children watching", + "sceneVariants": [ + "Late afternoon barn repairs with children watching", + "Rusted nails being replaced and boards being fitted", + "Children learning with wide eyes beside a toolbox", + "Cobwebs and dust motes in the slanted sun", + "Sawdust drifting as a board is planed" + ], + "actions": [ + "Measuring and sawing to replace a beam", + "Passing down skill demonstrations to the next generation", + "Sweeping and cleaning up as a communal effort", + "A child handing a tool hesitantly, then with pride" + ], + "camera": "Medium-close intercuts of hands and faces, slow reaction shots", + "accents": [ + "warm side-light creating soft halos on sawdust", + "micro-detail on wood grain and tool wear" + ], + "mood": "mentorship and quiet learning", + "lighting": "day: late afternoon warm fill with gentle backlight", + "style": "humanist craft-focused cinematography" + }, + { + "subGenre": "Farm Life", + "scene": "Evening family meal with farm-to-table produce", + "sceneVariants": [ + "Evening family meal with farm-to-table produce", + "Long wooden table laden with rustic dishes", + "Lanterns and candles creating intimate pools of light", + "Fresh salads, roasted roots and a jug of farm milk", + "Children recounting the day's small triumphs" + ], + "actions": [ + "Passing bowls and serving portions", + "Laughing and animated storytelling", + "Slicing fresh bread and pouring drinks", + "A parent tucking a napkin into a child's collar" + ], + "camera": "Warm medium shots around the table with close-ups on hands and food", + "accents": [ + "warm candlelit highlights and soft skin tones", + "rich, appetizing color saturation on food" + ], + "mood": "comfortable, communal", + "lighting": "evening: warm indoor candle and lamp light", + "style": "intimate culinary documentary cinematography" + }, + { + "subGenre": "Farm Life", + "scene": "Nocturnal fox prowling barn borders under a starlit sky", + "sceneVariants": [ + "Nocturnal fox prowling barn borders under a starlit sky", + "Silhouette slipping between fence posts", + "Momentary reflection from an animal's eye in a puddle", + "Shadow play across stacked hay bales", + "A distant farm light confirming human presence" + ], + "actions": [ + "A fox pausing to sniff the air", + "Quiet rustle of hay as small animals move aside", + "A farmhand peering out a window to watch", + "Occasional soft calls to scare predators away" + ], + "camera": "Low-night wildlife tracking with long lens compression", + "accents": [ + "cold moonlight and faint warm house-lamp contrast", + "highlighted eye reflections and wet ground speculars" + ], + "mood": "watchful, slightly eerie", + "lighting": "night: starlight and occasional human-lit windows", + "style": "nocturnal wildlife observational cinematography" + }, + { + "subGenre": "Farm Life", + "scene": "Bright spring planting with toddlers helping", + "sceneVariants": [ + "Bright spring planting with toddlers helping", + "Small hands pressing seeds into dark earth", + "Rows of seedlings ready to be planted", + "Parents guiding tiny gestures with patient smiles", + "A rainbow of seed packets and garden tools" + ], + "actions": [ + "Scooping soil and placing seeds methodically", + "Cheerful dirt-smudged faces and clapping", + "Watering a first planted row with oversized cans", + "Labeling rows with hand-painted sticks" + ], + "camera": "Warm low-angle shots intercut with overhead planting patterns", + "accents": [ + "vibrant spring color saturation on greens and florals", + "sunny rim-light creating crisp leaf details" + ], + "mood": "hopeful, playful", + "lighting": "day: bright spring sun with soft fill", + "style": "cheerful family-oriented pastoral cinematography" + }, + { + "subGenre": "Farm Life", + "scene": "Community barn-raising celebration at dusk", + "sceneVariants": [ + "Community barn-raising celebration at dusk", + "Neighbors gathered with tools and lanterns", + "String lights arc between posts as work winds down", + "Someone hoisting a fresh beam amid applause", + "Children playing tag around stacked timber" + ], + "actions": [ + "Hoisting, nailing, and steadying beams together", + "Sharing food and drinks in intermittent breaks", + "Singing or casual music accompanying the work", + "Telling stories of past communal efforts" + ], + "camera": "Wide documentary coverage with intermittent intimate close-ups", + "accents": [ + "festive string-light warm glows against a dusky sky", + "textural emphasis on timber grain and tool marks" + ], + "mood": "communal pride and celebration", + "lighting": "evening/dusk: warm festoon lighting with residual day glow", + "style": "communal celebratory documentary cinematography" + }, + { + "subGenre": "Farm Life", + "scene": "Bright harvest festival with children and local crafts", + "sceneVariants": [ + "Bright harvest festival with children and local crafts", + "Handmade garlands decorating stalls", + "Games and simple fairground attractions on grass", + "Tables stacked with preserves, breads and pies", + "A small stage with live folk music" + ], + "actions": [ + "Judging of best produce and awarding ribbons", + "Children playing sack races and face-painting", + "Local artisans demonstrating crafts", + "Tasting sessions and eager sampling" + ], + "camera": "Lively mid-wide coverage with quick playful inserts", + "accents": [ + "saturated autumnal color grading on produce", + "specular highlights on baked glazes and preserves" + ], + "mood": "festive, communal warmth", + "lighting": "day: bright crisp sunlight typical of autumn fairs", + "style": "vibrant folkloric documentary cinematography" + }, + { + "subGenre": "Farm Life", + "scene": "Quiet winter feed runs at first light", + "sceneVariants": [ + "Quiet winter feed runs at first light", + "Breath visible as lines of heated air in the cold", + "Buckets and bale feeders scattered across white fields", + "Tracks in frost leading to sheltering animals", + "A muted sun barely above the horizon" + ], + "actions": [ + "Loading and distributing hay to multiple shelters", + "Checking animals for frostbite or weight loss", + "Tending warmed water buckets", + "Recording feed consumption for ration planning" + ], + "camera": "Slow methodical push with steady handheld inserts on frost detail", + "accents": [ + "cold blue ambient with warm feed-bucket highlights", + "crystalline frost micro-detail on grass blades" + ], + "mood": "careful endurance", + "lighting": "day/dawn: low winter sun producing long cool shadows", + "style": "documentary of seasonal survival cinematography" + }, + { + "subGenre": "Farm Life", + "scene": "Bright midday training of young working dogs", + "sceneVariants": [ + "Bright midday training of young working dogs", + "Obstacle drills across a sunlit yard", + "A handler offering focused commands and treats", + "Energetic puppies learning basic herding instincts", + "Dogs running in coordinated loops around markers" + ], + "actions": [ + "Issuing commands and rewarding correct behavior", + "Demonstrating herding moves with older dogs", + "Leashing and controlled release drills", + "Inspecting collars and health checks between runs" + ], + "camera": "Energetic mid-wide coverage with dog-eye-level inserts", + "accents": [ + "vivid color pop on collars and training equipment", + "fast motion capture emphasizing fur and movement" + ], + "mood": "energetic, instructional", + "lighting": "day: bright, clear sun ideal for active outdoor scenes", + "style": "kinetic animal-training documentary cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/people_and_lifestyle_festivals.json b/src/data/people_and_lifestyle_festivals.json new file mode 100644 index 0000000..1914873 --- /dev/null +++ b/src/data/people_and_lifestyle_festivals.json @@ -0,0 +1,279 @@ +{ + "people_lifestyle": [ + { + "subGenre": "Festivals", + "scene": "Street parade with colorful floats, marching bands and confetti (day)", + "sceneVariants": [ + "Street parade with colorful floats, marching bands and confetti (day)", + "Close-ups of brass players and coordinated drumlines", + "Crowds lining barriers waving small flags", + "Aerial reveal of a procession cutting through an urban grid", + "Children collecting tossed candy and confetti" + ], + "actions": [ + "Bands marching in sync and performing set pieces", + "Float riders waving to the crowd and throwing small gifts", + "Vendors selling festival paraphernalia to attendees", + "Security marshals coordinating crowd flow at intersections" + ], + "camera": "Low lateral tracking alongside the parade with periodic crane reveals", + "accents": [ + "saturated color pops and confetti micro-highlights", + "speculars on instrument brass and costume sequins" + ], + "mood": "exuberant celebration", + "lighting": "bright daylight optimized for color fidelity", + "style": "parade event cinematography" + }, + { + "subGenre": "Festivals", + "scene": "Night lantern festival with paper lamps drifting on water and sky (night)", + "sceneVariants": [ + "Night lantern festival with paper lamps drifting on water and sky (night)", + "Families releasing small floating lights on a mirrored canal", + "Sky lanterns rising in coordinated waves", + "A riverside crowd illuminated by warm handlights", + "A reflection composition doubling lantern forms" + ], + "actions": [ + "Participants lighting and releasing lanterns with reverent gestures", + "Volunteers ensuring safe launches and collecting debris", + "A slow camera drift to follow a lantern's ascent", + "A choir singing a soft hymn as lanterns rise" + ], + "camera": "Low long-exposure passes with careful white balance for warm tones", + "accents": [ + "soft candle micro-glow and volumetric micro-highlights", + "mirror water reflections amplifying light" + ], + "mood": "reflective wonder", + "lighting": "low warm practicals and lantern light (night)", + "style": "nocturnal ceremonial cinematography" + }, + { + "subGenre": "Festivals", + "scene": "Open-air music festival with packed field, festival stages and light rigs (day→night)", + "sceneVariants": [ + "Open-air music festival with packed field, festival stages and light rigs (day→night)", + "Mainstage hero shot with band silhouetted against LED canvas", + "Crowd-surfing moment captured mid-air", + "Small side-stage with intimate acoustic set", + "Food stalls and craft market rings on the periphery" + ], + "actions": [ + "Headliners performing amidst choreographed lighting", + "Crowds reacting in waves of hands and cheers", + "Stage crew executing rapid technical cues", + "Vendors serving quick festival food and drinks" + ], + "camera": "High crane and stabilized crowd immersions alternating with intimate close-ups", + "accents": [ + "saturated stage LED micro-glow and skin-tone preserving fill", + "specular highlights on instruments and wet cup rims" + ], + "mood": "communal euphoria", + "lighting": "daylight into dynamic stage lighting (evening/night)", + "style": "festival concert cinematography" + }, + { + "subGenre": "Festivals", + "scene": "Cultural street fair with traditional dances, artisan stalls and community stages (day)", + "sceneVariants": [ + "Cultural street fair with traditional dances, artisan stalls and community stages (day)", + "Elders demonstrating craft techniques at a stall", + "Costumed dancers performing ritual sequences", + "Handmade textiles and ceramics displayed on tables", + "A small community stage offering local storytelling" + ], + "actions": [ + "Traditional performers executing choreographed steps", + "Artisans explaining techniques to interested visitors", + "Children mimicking simple dance moves", + "Organizers handing out program leaflets to audiences" + ], + "camera": "Medium handheld with respectful distance and close craft inserts", + "accents": [ + "accurate cultural color grading and micro-highlights on fabrics", + "textural micro-detail on hand-crafted surfaces" + ], + "mood": "prideful tradition", + "lighting": "soft daylight balanced to preserve textile color", + "style": "cultural-documentary cinematography" + }, + { + "subGenre": "Festivals", + "scene": "Food festival alley with tasting booths, steaming pots and queueing patrons (day)", + "sceneVariants": [ + "Food festival alley with tasting booths, steaming pots and queueing patrons (day)", + "Close macro of a vendor finishing a plated sample", + "A line of international stalls each with distinct signage", + "A chef demo area with live cooking", + "A communal long table for shared tasting" + ], + "actions": [ + "Attendees sampling small portions and exchanging tasting notes", + "Chefs plating quick demo dishes for a close crowd", + "Vendors restocking small sample trays and wiping counters", + "Visitors queuing and chatting between booths" + ], + "camera": "Low wet-lens handheld with macro food inserts and medium crowd frames", + "accents": [ + "edible micro-highlights on oil sheen and steam bloom", + "micro-detail on garnish texture and packaging" + ], + "mood": "gustatory delight", + "lighting": "bright daylight with occasional shaded booths", + "style": "culinary festival cinematography" + }, + { + "subGenre": "Festivals", + "scene": "Carnival with rides, clowns, and neon-lit midway games (evening→night)", + "sceneVariants": [ + "Carnival with rides, clowns, and neon-lit midway games (evening→night)", + "Tilt-a-whirl in motion with long-exposure light streaks", + "Prize stalls with colorful plush rewards", + "A clown performing simple physical comedy for kids", + "A ferris wheel silhouette against dusk" + ], + "actions": [ + "Riders screaming in joyous surprise on fast attractions", + "Game attendants cheering winners and handing prizes", + "Parents holding small children for slower rides", + "Street performers juggling near the entrance" + ], + "camera": "Low wet-lens handheld with long-exposure inserts to accentuate neon trails", + "accents": [ + "neon bloom micro-highlights and reflective wet pavement", + "speculars on prize plastic and metal" + ], + "mood": "whimsical thrill", + "lighting": "vibrant neon and practical illumination (night)", + "style": "nocturnal carnival cinematography" + }, + { + "subGenre": "Festivals", + "scene": "Harvest festival with hay bales, pumpkin stalls and folk music (day)", + "sceneVariants": [ + "Harvest festival with hay bales, pumpkin stalls and folk music (day)", + "A bunting-strung village green hosting craft demonstrations", + "Children competing in sack races", + "Local produce displayed on rustic tables", + "An evening bonfire planned for later" + ], + "actions": [ + "Locals selling seasonal crops and preserves", + "Family groups participating in small contests", + "A band playing acoustic folk tunes on a small stage", + "Volunteers collecting donations for a community cause" + ], + "camera": "Wide pastoral reveals with close human-scale inserts", + "accents": [ + "warm golden micro-highlights on straw and pumpkin skins", + "micro-detail on woven baskets and rope texture" + ], + "mood": "generous harvest cheer", + "lighting": "soft afternoon golden-hour friendly light", + "style": "rural festival cinematography" + }, + { + "subGenre": "Festivals", + "scene": "Religious festival procession with incense, banners and ceremonial garments (day)", + "sceneVariants": [ + "Religious festival procession with incense, banners and ceremonial garments (day)", + "Close-ups of ornate textiles and embroidered garments", + "Priests or officiants leading processions with ritual objects", + "Devotees offering floral garlands at a shrine", + "A slow-moving cortege accompanied by choral music" + ], + "actions": [ + "Participants chanting or singing hymns in coordinated cadence", + "Ritual offerings being placed carefully at altars", + "Volunteers maintaining procession order and safety", + "A slow camera following an honoured relic or icon" + ], + "camera": "Respectful tripod and slow dolly with careful exposure for ritual detail", + "accents": [ + "neutral-accurate color grading to preserve sacred tones", + "micro-detail on gilding and fabric weave" + ], + "mood": "solemn devotion", + "lighting": "varied—soft daylight or low ceremonial practicals", + "style": "ritual documentary cinematography" + }, + { + "subGenre": "Festivals", + "scene": "Winter market with timber huts, mulled drinks and fairy-lights (evening)", + "sceneVariants": [ + "Winter market with timber huts, mulled drinks and fairy-lights (evening)", + "Close macro of a vendor ladling mulled cider", + "A small skating rink tucked near the stalls", + "Hand-knit goods displayed under warm lamps", + "A community choir singing carols on a raised stage" + ], + "actions": [ + "Shoppers cradling warm drinks as they browse handcrafted goods", + "Carollers performing short seasonal sets for passersby", + "A vendor ladling steaming soup into small bowls", + "Children pressing noses against a gingerbread stall display" + ], + "camera": "Low wet-lens handheld with warm string-light bokeh", + "accents": [ + "warm festive micro-highlights and steam bloom", + "micro-detail on knitted yarn and wood grain" + ], + "mood": "seasonal comfort", + "lighting": "warm practicals and low evening ambient light", + "style": "holiday market cinematography" + }, + { + "subGenre": "Festivals", + "scene": "Fireworks night over a river with gathered crowds and reflection on water (night)", + "sceneVariants": [ + "Fireworks night over a river with gathered crowds and reflection on water (night)", + "Wide burst compositions mirrored on a still river", + "Families wrapped in blankets watching bursts", + "A vendor selling sparklers to small children", + "An overhead drone capturing quadruple symmetric bursts" + ], + "actions": [ + "Crowds reacting in synchronized oohs and aahs", + "Safety teams keeping launch zones clear", + "Photographers timing long exposures to catch star-bursts", + "A slow boat drifting beneath bursting arcs" + ], + "camera": "Long-exposure timed sequences with wide panorama cuts", + "accents": [ + "bright chromatic micro-highlights and reflective water shimmer", + "micro-detail on ember trails and smoke plumes" + ], + "mood": "collective awe", + "lighting": "dramatic artificial bursts with ambient night", + "style": "pyrotechnic event cinematography" + }, + { + "subGenre": "Festivals", + "scene": "Small neighborhood block party with potluck tables, kids' games and string lights (evening)", + "sceneVariants": [ + "Small neighborhood block party with potluck tables, kids' games and string lights (evening)", + "A community table laden with homemade dishes", + "A potluck sign-up board with local recipes", + "A small kids' talent segment on a folding stage", + "Neighbors passing small bowls and sharing stories" + ], + "actions": [ + "Attendees exchanging dishes and recipes while sampling", + "Children running between small games and crafts tables", + "An organizer calling out a raffle winner", + "Cleanup crews starting to sort recycling and compost" + ], + "camera": "Intimate handheld with macro on dishes and medium wide for group shots", + "accents": [ + "warm string-light micro-highlights and food sheen", + "micro-detail on handwritten recipe cards and tin plates" + ], + "mood": "friendly community", + "lighting": "warm evening practicals", + "style": "neighborhood event cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/people_and_lifestyle_fishing_villages.json b/src/data/people_and_lifestyle_fishing_villages.json new file mode 100644 index 0000000..55db93c --- /dev/null +++ b/src/data/people_and_lifestyle_fishing_villages.json @@ -0,0 +1,454 @@ +{ + "people_and_lifestyle": [ + { + "subGenre": "Fishing Villages", + "scene": "Moonlit nets being mended on a rocky quay", + "sceneVariants": [ + "Moonlit nets being mended on a rocky quay", + "Fishermen hunched over rope under a single lantern", + "Tangled nets laid out like skeletal waves", + "Silhouette of a mast against a silver sky", + "Crates and coils of rope forming still-life shapes" + ], + "actions": [ + "Hands working methodically through knots", + "Occasional sparks from a small metal tool", + "Low murmured conversation and soft laughter", + "A gull circling in the faint breeze" + ], + "camera": "Low static shot with slow lateral push-ins on hands and knots", + "accents": [ + "warm lantern rim-light on wet rope fibers", + "moon's cool specular on slick stones" + ], + "mood": "quiet focus, age-old craft", + "lighting": "night: single lanterns and cool moonlight contrasted", + "style": "intimate maritime documentary" + }, + { + "subGenre": "Fishing Villages", + "scene": "Late-night repair of a small fishing skiff under tarpaulin", + "sceneVariants": [ + "Late-night repair of a small fishing skiff under tarpaulin", + "Gloved hands re-sealing seams by headlamp", + "Tools arranged methodically on a draped workbench", + "A kettle steaming nearby over a small flame", + "Rain whispering on canvas above" + ], + "actions": [ + "Applying resin along a joint", + "Brushing and smoothing wet sealant", + "Testing buoyancy with a cautious dip", + "Passing a thermos between workers" + ], + "camera": "Handheld close-ups for tactile detail with occasional wide to show shelter", + "accents": [ + "specular wet highlights on treated wood", + "warm lamp-glow on hands and tools" + ], + "mood": "patient craftsmanship", + "lighting": "night: headlamp cones and warm shelter light", + "style": "tactile craft-focused cinematography" + }, + { + "subGenre": "Fishing Villages", + "scene": "Fogbound harbor with anchored trawlers and faint lights", + "sceneVariants": [ + "Fogbound harbor with anchored trawlers and faint lights", + "Masts emerging like thin black trees from mist", + "Buoys bobbing with occasional reflective glints", + "A single headlight carving a path through vapor", + "Shadowy figures moving along mooring lines" + ], + "actions": [ + "Checking mooring lines and adjusting cleats", + "Listening for the proximity of other boats", + "Coaxing engines for a test spin", + "Marking buoys with reflective tape" + ], + "camera": "Wide atmospheric dolly with slow focus pulls through layers of fog", + "accents": [ + "soft volumetric scattering from lamps", + "cold micro-highlights on metal rigging" + ], + "mood": "mysterious, watchful", + "lighting": "night: heavy fog with scattered diffused lamps", + "style": "moody maritime atmosphere" + }, + { + "subGenre": "Fishing Villages", + "scene": "Stormy night hauling in a damaged net", + "sceneVariants": [ + "Stormy night hauling in a damaged net", + "Rain-slick deck with hands wrestling canvas", + "Lightning silhouettes a frantic silhouette of workers", + "Tangled catch heavy with water", + "Salt spray turning to silver in harsh light" + ], + "actions": [ + "Pulling heavy, groaning nets onboard", + "Shouting commands over wind and rain", + "Securing catch and patching tears", + "Checking for injured crew or damaged gear" + ], + "camera": "Handheld weatherized coverage with fast paced cuts and whip-pans", + "accents": [ + "strobe lightning rim-lighting on wet surfaces", + "specular salt crystals catching flashes" + ], + "mood": "tense, survival-focused", + "lighting": "night: storm flashes and minimal vessel lighting", + "style": "raw maritime action cinematography" + }, + { + "subGenre": "Fishing Villages", + "scene": "Midnight lantern-laden crab pots being tended on wooden piers", + "sceneVariants": [ + "Midnight lantern-laden crab pots being tended on wooden piers", + "Buckets clinking and numbered tags fluttering", + "Feet splashing in shallow tide pools beneath planks", + "Pots stacked like small fortresses", + "A tide chart pinned to a post with pencil notes" + ], + "actions": [ + "Lifting and emptying pots into sorting crates", + "Counting and tagging live catch", + "Washing salt and seaweed from gear", + "Checking for legal sizes and discards" + ], + "camera": "Medium close-inserts with shallow depth focusing on hands and tags", + "accents": [ + "warm incandescent lantern pools against cool harbour", + "wet surface micro-detail on shell textures" + ], + "mood": "methodical night work", + "lighting": "night: warm lanterns with ambient harbour glow", + "style": "practical nocturnal documentary" + }, + { + "subGenre": "Fishing Villages", + "scene": "Sunrise landing of a small coastal catch among gulls", + "sceneVariants": [ + "Sunrise landing of a small coastal catch among gulls", + "Fishermen unloading baskets as gulls wheel overhead", + "Net-prints on wooden planks drying in new light", + "Steam rising from bundled seaweed", + "Children watching the morning bustle from stone steps" + ], + "actions": [ + "Lifting crates and passing catch to processors", + "Sorting fish by species and size", + "Negotiating quick sales with local buyers", + "Shooing gulls and sweeping the pier" + ], + "camera": "Crane-to-low tracking shot sweeping from sea to quay", + "accents": [ + "golden rim-light on wet fish scales", + "saturated warm palette for sunrise tones" + ], + "mood": "energetic renewed commerce", + "lighting": "day: warm sunrise with crisp reflections", + "style": "vibrant coastal documentary" + }, + { + "subGenre": "Fishing Villages", + "scene": "Bright midday fish market on cobbled waterfront", + "sceneVariants": [ + "Bright midday fish market on cobbled waterfront", + "Stalls draped in wet tarpaulins and ice-strewn counters", + "Haggling voices and quick calculations", + "Eager housewives and restaurateurs inspecting grabs", + "Scale-keepers and ledger scribbles under sun" + ], + "actions": [ + "Weighing and bagging fresh fish", + "Calling out prices and origin boats", + "Packing boxes for distant markets", + "Cleaning stalls and replenishing ice" + ], + "camera": "Medium wide bustling coverage with dynamic reaction cuts", + "accents": [ + "cool specular highlights on ice and fish scales", + "punchy color saturation on produce and netting" + ], + "mood": "lively, businesslike", + "lighting": "day: bright direct sun with crisp shadows", + "style": "energetic market reportage" + }, + { + "subGenre": "Fishing Villages", + "scene": "Afternoon net-drying rituals on sun-warmed cliffs", + "sceneVariants": [ + "Afternoon net-drying rituals on sun-warmed cliffs", + "Long lines stretched between posts fluttering", + "Children weaving small rope toys from offcuts", + "Soft ocean breeze flapping nets like sails", + "Seabirds perched on distant rocks" + ], + "actions": [ + "Spreading nets and checking for small tears", + "Beating out sand and shells", + "Mending holes with practiced stitches", + "Hanging nets to breathe in salt air" + ], + "camera": "Wide scenic coverage with gentle tracking and soft focus backgrounds", + "accents": [ + "warm sunlight emphasizing fiber texture", + "soft backlight creating translucence in thin netting" + ], + "mood": "tranquil ritual and care", + "lighting": "day: warm afternoon sun and gentle breeze", + "style": "poetic coastal cinematography" + }, + { + "subGenre": "Fishing Villages", + "scene": "Twilight communal smoking of the day's surplus catch", + "sceneVariants": [ + "Twilight communal smoking of the day's surplus catch", + "Smoke curls above lined racks", + "Elderly fishwives tending embers", + "A mix of sweet and briny scents filling air", + "Lanterns swinging as conversation flows" + ], + "actions": [ + "Stoking coals and rotating racks", + "Tasting a sample and nodding approval", + "Preparing crates for long-term storage", + "Sharing a simple warm meal by the smokehouse" + ], + "camera": "Medium intimate shots of faces and hands around the smoker", + "accents": [ + "amber smoke glow and textured char detail", + "soft silhouette against the twilight sky" + ], + "mood": "communal, preservative care", + "lighting": "evening: smoky amber interior with cool twilight outside", + "style": "hearth-centered documentary" + }, + { + "subGenre": "Fishing Villages", + "scene": "Noon scouting of distant shoals from high village bluffs", + "sceneVariants": [ + "Noon scouting of distant shoals from high village bluffs", + "Figures peering through simple binoculars", + "Boats visible as tiny marks on a bright sea", + "Weather flags snapping on cliff-side poles", + "Maps and charts spread on a chalk-stained table" + ], + "actions": [ + "Pointing and noting shoal positions", + "Consulting tide tables and wind notes", + "Plotting a tentative route for the fleet", + "Calling out to a runner to update boat crews" + ], + "camera": "Panoramic cliff-to-horizon sweep with occasional over-the-shoulder inserts", + "accents": [ + "crisp blue sea micro-saturation", + "hard midday rim on horizon line" + ], + "mood": "strategic, observational", + "lighting": "day: bright clear mid-morning to noon light", + "style": "functional scenic reportage" + }, + { + "subGenre": "Fishing Villages", + "scene": "Dawn launch of small family boats in painted harbors", + "sceneVariants": [ + "Dawn launch of small family boats in painted harbors", + "Families pushing off with coordinated effort", + "Ropes and oars flashing as boats hit calm water", + "Seaglass reflections and pastel-painted hulls", + "A domestic goodbye on the quay as engines start" + ], + "actions": [ + "Lifting and pushing boats into the water", + "Adjusting sails and trimming small motors", + "Kissing children goodbye and waving from sterns", + "Checking navigation lights and safety gear" + ], + "camera": "Low-angle boat-level tracking from stern to bow", + "accents": [ + "soft gold dawn rim-light and pastel hull color pop", + "delicate water micro-reflections" + ], + "mood": "hopeful, routine departure", + "lighting": "day: soft dawn light transitioning to morning", + "style": "gentle human-scale maritime cinematography" + }, + { + "subGenre": "Fishing Villages", + "scene": "Quiet interior of an old net loft filled with salted leather", + "sceneVariants": [ + "Quiet interior of an old net loft filled with salted leather", + "Dust motes hanging in angled shafts of sun", + "Old signage and boat names painted on beams", + "A slow fan turning and soft creak of wood", + "Tools hung in silhouette against a pale wall" + ], + "actions": [ + "Brushing dust from creaky benches", + "Polishing an heirloom compass", + "Replacing a frayed strap on leather gear", + "Reading old logbooks for seasonal knowledge" + ], + "camera": "Slow contemplative stationary shots with careful composition", + "accents": [ + "warm interior bruise-light and texture emphasis", + "subtle highlight on weathered patina" + ], + "mood": "nostalgic, reverent", + "lighting": "day: controlled interior shafts of warm sunlight", + "style": "still-life observational cinematography" + }, + { + "subGenre": "Fishing Villages", + "scene": "Evening storytelling on seawall benches with headphones of tide sounds", + "sceneVariants": [ + "Evening storytelling on seawall benches with headphones of tide sounds", + "Elders recounting voyages while youngsters listen intently", + "A soft radio playing old sea shanties nearby", + "Skyline dotted with distant running lights", + "Steam from a portable kettle and tucked scarves" + ], + "actions": [ + "Pointing out constellations and telling of seasons", + "Handing around small heirlooms for tactile storytelling", + "Laughing at remembered mishaps", + "Tucking a child into a waiting coat" + ], + "camera": "Intimate medium-close coverage with over-the-shoulder reaction shots", + "accents": [ + "soft tungsten warmth on faces against cool sea-blue ambient", + "subtle film-grain texture for nostalgic feel" + ], + "mood": "generational bonding", + "lighting": "evening: warm conversational light with sea ambient", + "style": "character-driven small-town cinema" + }, + { + "subGenre": "Fishing Villages", + "scene": "Noon children playing at tide pools near bright rock pools", + "sceneVariants": [ + "Noon children playing at tide pools near bright rock pools", + "Buckets and small nets scattered about", + "Tiny fish and colorful anemones glinting in clear water", + "Parents keeping a watchful distance on the quay", + "A stray dog eyeing the children's finds" + ], + "actions": [ + "Scoop-netting and gentle observation of small creatures", + "Comparing finds and joyful exclamations", + "Refilling and rinsing buckets in clear pools", + "Pointing out tiny crabs and shell patterns" + ], + "camera": "Low playful handheld with quick focus pulls and small reveals", + "accents": [ + "bright saturated pool colors and wet skin micro-detail", + "crisp mid-day sun highlights on rock surfaces" + ], + "mood": "innocent exploration", + "lighting": "day: bright midday sun with high clarity", + "style": "playful coastal family cinematography" + }, + { + "subGenre": "Fishing Villages", + "scene": "Dusk net-braiding and small instrument music on the quay", + "sceneVariants": [ + "Dusk net-braiding and small instrument music on the quay", + "A child plucking a simple ukulele while elders braid", + "Lanterns reflected in wet cobbles forming golden pools", + "Stitched nets hanging to dry creating patterned silhouettes", + "A sudden gull cry cutting through mellow chords" + ], + "actions": [ + "Braid-rope weaving and knot-tying in rhythm", + "Playing simple tunes and singing small refrains", + "Passing soft bread and tea between friends", + "Encouraging a shy child to sing along" + ], + "camera": "Medium intimate coverage with slow cross-dissolve style cuts", + "accents": [ + "soft golden string-light glow and tactile fiber detail", + "musical sound-design emphasis on plucked strings" + ], + "mood": "communal relaxation and cultural continuity", + "lighting": "evening: warm lanterns and tidal glow", + "style": "folk-culture anthropological cinematography" + }, + { + "subGenre": "Fishing Villages", + "scene": "Bright afternoon coastal repair yard with stacked hulls", + "sceneVariants": [ + "Bright afternoon coastal repair yard with stacked hulls", + "Mechanics and carpenters swapping details beneath sun shades", + "Paint flaked in colorful patterns on leaning hulls", + "A makeshift crane lifting an old keel gently", + "Sawdust drifting from intermittent sanding" + ], + "actions": [ + "Sanding and repainting hull planks", + "Reinforcing ribs and replacing rotten timbers", + "Testing small engines and adjusting carburetors", + "Organizing parts and mapping repairs on a whiteboard" + ], + "camera": "Dynamic mid-wide choreography with tool-level close-ups", + "accents": [ + "bright sun specular on metal and paint chips", + "high micro-detail on wood grain and rust textures" + ], + "mood": "productive industriousness", + "lighting": "day: clear bright sun ideal for heavy work", + "style": "practical industrial coastal cinematography" + }, + { + "subGenre": "Fishing Villages", + "scene": "Soft dawn prayer and blessing of a new boat before leaving", + "sceneVariants": [ + "Soft dawn prayer and blessing of a new boat before leaving", + "A small religious symbol tied to the prow", + "Family gathered with hands joined and furtive tears", + "An elder sprinkling salt and murmuring blessings", + "White doves startled by the blessing's end" + ], + "actions": [ + "Chanting or quiet murmured blessings", + "Applying a final seal of paint or charm", + "Kissing the wood and patting the hull", + "A collective quiet breath before engine starts" + ], + "camera": "Close intimate coverage with respectful controlled moves", + "accents": [ + "soft golden dawn backlight and gentle rim on faces", + "texture emphasis on rope and carved charms" + ], + "mood": "reverent hope and tradition", + "lighting": "dawn: warm pastel light with soft diffusion", + "style": "ceremonial humanist cinematography" + }, + { + "subGenre": "Fishing Villages", + "scene": "Noon cooperative workshop where nets are woven anew", + "sceneVariants": [ + "Noon cooperative workshop where nets are woven anew", + "Young apprentices learning at long tables", + "Charts pinned with knot diagrams and tide notes", + "Bundles of new rope coiled and ready", + "An instructor demonstrating a tricky splice" + ], + "actions": [ + "Teaching net-weaving patterns and practical tricks", + "Measuring, cutting, and splicing new lines", + "Marking repairs for senior artisans", + "Recording times and costs in a ledger" + ], + "camera": "Steady medium shots with instructional close inserts", + "accents": [ + "clean even daylight for clarity on instructional detail", + "high micro-detail on fiber twists and stitchwork" + ], + "mood": "educational, intergenerational", + "lighting": "day: bright controlled interior daylight", + "style": "instructional craft documentary" + } + ] +} \ No newline at end of file diff --git a/src/data/people_and_lifestyle_friendship.json b/src/data/people_and_lifestyle_friendship.json new file mode 100644 index 0000000..e611b98 --- /dev/null +++ b/src/data/people_and_lifestyle_friendship.json @@ -0,0 +1,254 @@ +{ + "people_lifestyle": [ + { + "subGenre": "Friendship", + "scene": "Small café table where a group of friends share pastries and gossip (day)", + "sceneVariants": [ + "Small café table where a group of friends share pastries and gossip (day)", + "Close shot of laughter over clinking cups", + "A spilled sugar packet prompting playful banter", + "Friends leaning in to see a phone photo", + "A barista smiling as a regular group arrives" + ], + "actions": [ + "Hands reaching to pass a plate of shared pastries", + "A quick photo snapped and circulated among the group", + "An animated argument dissolving into laughter", + "A friend offering a comforting hand to another" + ], + "camera": "Low handheld around the table with close inserts on faces and pastries", + "accents": [ + "warm window rim-light and soft filmic bloom", + "micro-highlights on cup rims and sugar crystals" + ], + "mood": "familiar warmth", + "lighting": "soft daylight through cafe windows", + "style": "intimate social cinematography" + }, + { + "subGenre": "Friendship", + "scene": "Group hike on a ridge with panoramic views and shared water breaks (day)", + "sceneVariants": [ + "Group hike on a ridge with panoramic views and shared water breaks (day)", + "Trailhead pack adjustments before the ascent", + "A summit selfie with arms thrown wide", + "Resting on rocks with thermos and energy bars", + "A remote path cutting through wildflowers" + ], + "actions": [ + "Friends helping each other over a tricky rock step", + "Shared jokes and synchronous calf-stretching pauses", + "Passing a small first-aid kit between them", + "Collective admiration at the summit view" + ], + "camera": "Aerial reveal to close handheld as group moves along the ridge", + "accents": [ + "golden rim-light on hair and ridge edges", + "mirror micro-highlights on water bottles" + ], + "mood": "adventurous camaraderie", + "lighting": "bright daylight with occasional breeze", + "style": "outdoor group cinematography" + }, + { + "subGenre": "Friendship", + "scene": "Late-night living-room gaming session with controllers, cheering and snacks (night)", + "sceneVariants": [ + "Late-night living-room gaming session with controllers, cheering and snacks (night)", + "Close reaction shots as a match is won", + "A spilled bag of crisps and playful blame", + "A scoreboard showing playful rivalries", + "A couch fort for co-viewing and competition" + ], + "actions": [ + "Friends high-fiving after a clutch play", + "Taunts exchanged in friendly tone", + "Controller passing and quick coaching", + "Snack-sharing between rounds" + ], + "camera": "Low handheld with rapid coverage of faces and controller detail", + "accents": [ + "neon display micro-glow and warm practical pools", + "micro-detail on controller thumb textures" + ], + "mood": "playful intensity", + "lighting": "mixed screen glow and warm practicals (night)", + "style": "nocturnal social cinematography" + }, + { + "subGenre": "Friendship", + "scene": "Street-side bench conversation with two friends exchanging secrets and cigarettes (evening)", + "sceneVariants": [ + "Street-side bench conversation with two friends exchanging secrets and cigarettes (evening)", + "A slow reveal of a confessional tone", + "Passing of a small keepsake between them", + "A distant tram marking time in the background", + "A quiet laugh followed by a reflective pause" + ], + "actions": [ + "A confession followed by a reassuring gesture", + "Two friends sharing a cigarette and watching passing life", + "A soft mutual promise to help each other", + "A friend offering a spare jacket as it cools" + ], + "camera": "Low long-lens handheld to compress background and isolate subjects", + "accents": [ + "soft amber street micro-highlights and shallow bokeh", + "micro-speculars on cigarette ember and moist lips" + ], + "mood": "honest intimacy", + "lighting": "golden-hour into low evening practicals", + "style": "quiet character cinematography" + }, + { + "subGenre": "Friendship", + "scene": "Shared studio or maker-space where friends collaborate on a small project (day)", + "sceneVariants": [ + "Shared studio or maker-space where friends collaborate on a small project (day)", + "A whiteboard full of scribbled ideas and sketches", + "Hands assembling a prototype at a cluttered bench", + "A celebratory high-five when a circuit lights", + "A small exhibition table showing finished pieces" + ], + "actions": [ + "Dividing tasks and teaching each other a skill", + "A patient repair demonstration with close coaching", + "Laughs over a failed prototype iteration", + "Organizing tools and tidying workspaces together" + ], + "camera": "Intimate handheld with macro on tools and medium on group dynamics", + "accents": [ + "clean tech micro-highlights and soft workshop dust shafts", + "micro-detail on thread, solder and wood grain" + ], + "mood": "collaborative creativity", + "lighting": "bright interior task lighting", + "style": "makerspace documentary cinematography" + }, + { + "subGenre": "Friendship", + "scene": "Road trip scene with friends in a packed car, roadside stops and sing-alongs (day→dusk)", + "sceneVariants": [ + "Road trip scene with friends in a packed car, roadside stops and sing-alongs (day→dusk)", + "A gas-station coffee stop with laughter", + "A scenic overlook where everyone scrambles for photos", + "A roadside diner with neon signs at dusk", + "A sunset silhouette shot from a tailgate" + ], + "actions": [ + "Shared playlists prompting sing-alongs and jokes", + "Map-reading debates and spontaneous detours", + "Snack passing and playful mock-arguments", + "Collective awe at a sudden view" + ], + "camera": "Mobile lateral and in-car mounts with wide landscape reveals", + "accents": [ + "golden window rim-light and reflective dashboard micro-highlights", + "micro-detail on map folds and cup rims" + ], + "mood": "nomadic friendship", + "lighting": "day into warm dusk", + "style": "road-trip cinematography" + }, + { + "subGenre": "Friendship", + "scene": "Study group at a library table with shared notes, laptops and caffeine (day)", + "sceneVariants": [ + "Study group at a library table with shared notes, laptops and caffeine (day)", + "A whiteboard of summarized equations", + "A late-night cram with pizza boxes beside laptops", + "Quiet concentration broken by occasional jokes", + "A celebratory fist bump after solving a problem" + ], + "actions": [ + "Explaining concepts to each other in patient cadence", + "Typing and cross-referencing sources together", + "Sharing a single charger among multiple devices", + "A brief collective break for stretching and coffee" + ], + "camera": "Over-the-shoulder macro inserts with medium group context", + "accents": [ + "neutral indoor micro-highlights to preserve screen legibility", + "micro-detail on pen strokes and screen glare" + ], + "mood": "focused support", + "lighting": "even interior daylight or library lighting", + "style": "academic camaraderie cinematography" + }, + { + "subGenre": "Friendship", + "scene": "Impromptu rooftop party with string lights, portable speakers and shared drinks (evening→night)", + "sceneVariants": [ + "Impromptu rooftop party with string lights, portable speakers and shared drinks (evening→night)", + "A slow camera around a small circle of friends dancing", + "A shared playlist and a moment of group singing", + "A neighbor waving down from the floor below", + "A quiet hangout corner with cushions and low lamps" + ], + "actions": [ + "Dancing in small cliques and slow partner spins", + "Passing around a shared drink and toasts", + "A quick game or challenge organized on a whim", + "Quiet conversations breaking off into pairs" + ], + "camera": "Handheld low-light with soft bokeh on lights and faces", + "accents": [ + "warm festoon micro-highlights and reflective drink speculars", + "soft grain to enhance intimate low-light texture" + ], + "mood": "effervescent closeness", + "lighting": "string-lights and practical low-light (night)", + "style": "nocturnal social cinematography" + }, + { + "subGenre": "Friendship", + "scene": "Helping a friend move: mattresses, taped boxes and pizza for the crew (day)", + "sceneVariants": [ + "Helping a friend move: mattresses, taped boxes and pizza for the crew (day)", + "A moving van with ramp and labeled boxes", + "An accidental dropped lamp triggering jokes", + "A restful break on a porch with shared slices", + "A final cheer after the last box is in" + ], + "actions": [ + "Team-lifting and careful maneuvering through doorways", + "A friend making tea or ordering celebratory pizza", + "Label-checking and quick reassembly of fragile items", + "Mutual gratitude and quick cleaning up after work" + ], + "camera": "Dynamic handheld tracking through doorways and close reaction cuts", + "accents": [ + "bright daylight micro-highlights on cardboard texture", + "micro-detail on tape and handwritten labels" + ], + "mood": "practical solidarity", + "lighting": "bright daylight", + "style": "work-and-friendship cinematography" + }, + { + "subGenre": "Friendship", + "scene": "Quiet commute together on public transit sharing earbuds and short talk (day)", + "sceneVariants": [ + "Quiet commute together on public transit sharing earbuds and short talk (day)", + "A shared playlist cued up between two friends", + "A brief stop where they step out for a coffee", + "A window reflection capturing their mirrored faces", + "A sudden rainstorm prompting synchronized umbrella choreography" + ], + "actions": [ + "Sharing audio and light commentary about a song", + "Helping each other hold bags during a crowded segment", + "A small joke passed under breath to avoid waking others", + "A coordinated exit choreography at their shared stop" + ], + "camera": "Tight handheld with reflection play and close interpersonal frames", + "accents": [ + "soft interior micro-highlights on handrails and window glare", + "micro-detail on earbud cables and ticket stubs" + ], + "mood": "quiet companionship", + "lighting": "diffuse transit interior lighting", + "style": "commute intimacy cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/people_and_lifestyle_markets.json b/src/data/people_and_lifestyle_markets.json new file mode 100644 index 0000000..ab771a7 --- /dev/null +++ b/src/data/people_and_lifestyle_markets.json @@ -0,0 +1,254 @@ +{ + "people_lifestyle": [ + { + "subGenre": "Markets", + "scene": "Morning farmers' market with stall canopies, crate stacks and early shoppers (day)", + "sceneVariants": [ + "Morning farmers' market with stall canopies, crate stacks and early shoppers (day)", + "A long row of vegetable stalls under canvas tents", + "Artisanal bread stall with hot loaves and steam", + "Local cheesemonger arranging tasting slices", + "A small coffee van forming a queue near the entrance" + ], + "actions": [ + "Vendors unpacking crates and displaying produce", + "Shoppers sampling and comparing ripeness", + "A barista pulling espresso for a regular", + "A child choosing a bright tomato as a treasure" + ], + "camera": "Low handheld lateral with close macro on hands and produce, occasional wide to show market rhythm", + "accents": [ + "warm morning rim-light on produce skin", + "micro-speculars on dew and polished crates" + ], + "mood": "fresh community bustle", + "lighting": "bright diffused morning daylight", + "style": "artisan market cinematography" + }, + { + "subGenre": "Markets", + "scene": "Night bazaar with strings of LEDs, spicy aromas and crowded alleys (night)", + "sceneVariants": [ + "Night bazaar with strings of LEDs, spicy aromas and crowded alleys (night)", + "Skewered meats sizzling on charcoal grills", + "Hand-lettered menus under warm bulbs", + "Mobile dessert carts forming tiny clusters", + "A musician playing a compact instrument between stalls" + ], + "actions": [ + "Cooks flipping skewers and basting with sauces", + "Patrons balancing plates while weaving through crowds", + "Vendors calling out specialty items and prices", + "A cleaning crew sweeping between late stalls" + ], + "camera": "Low wet-lens handheld capturing steam, oil sheen and human faces", + "accents": [ + "warm cooking micro-bloom and neon pin lights", + "soft vignette to emphasize human interactions" + ], + "mood": "sensory intensity", + "lighting": "mixed stall practicals and cool street LEDs (night)", + "style": "nocturnal market cinematography" + }, + { + "subGenre": "Markets", + "scene": "Fish market at dawn with iced stalls, gutted boards and brisk bargaining (day)", + "sceneVariants": [ + "Fish market at dawn with iced stalls, gutted boards and brisk bargaining (day)", + "Crates of glinting fish on crushed ice", + "Fishermen hauling last night's catch under early light", + "Cleared heads and fillets laid out for selection", + "A weighing scale and chalk-price stick" + ], + "actions": [ + "Vendors gutting and prepping fish with practiced motion", + "Buyers inspecting eyes and texture before haggling", + "Trucks unloading fresh boxes and restocking stalls", + "A buyer arranging transport to a local restaurant" + ], + "camera": "Low lateral dolly with macro inserts on scales and ice crystals", + "accents": [ + "mirror micro-highlights on wet fish and ice", + "cool tonal fill to maintain freshness fidelity" + ], + "mood": "bracing commerce", + "lighting": "crisp early-morning daylight with cool tones", + "style": "harbour-market cinematography" + }, + { + "subGenre": "Markets", + "scene": "Flower market alley with buckets of blooms, scent and quick bouquet makers (day)", + "sceneVariants": [ + "Flower market alley with buckets of blooms, scent and quick bouquet makers (day)", + "Stacks of seasonal bouquets wrapped in brown paper", + "A single florist composing a rush bouquet on a milk crate", + "A child fascinated by a row of sunflowers", + "A vendor trimming stems at a small table" + ], + "actions": [ + "Florists arranging and wrapping ordered bouquets", + "Customers sniffing and selecting stems for events", + "A delivery courier collecting bulk orders for a wedding", + "A vendor sweeping fallen petals into a neat pile" + ], + "camera": "Close handheld with shallow DOF on petals and bouquet motion", + "accents": [ + "saturated floral micro-highlights and soft bloom", + "micro-detail on petal texture and water beads" + ], + "mood": "fragrant charm", + "lighting": "soft daylight with gentle fill", + "style": "floral market cinematography" + }, + { + "subGenre": "Markets", + "scene": "Flea market lane with vintage finds, mismatched stalls and barter (day)", + "sceneVariants": [ + "Flea market lane with vintage finds, mismatched stalls and barter (day)", + "A table of old radios and brass bits", + "Vinyl records stacked under a sun umbrella", + "A hand-painted sign advertising 'antiques'", + "A buyer inspecting a vintage watch with a loupe" + ], + "actions": [ + "Bargaining, inspecting and tentative trial-use of goods", + "A seller polishing an object to show patina", + "Collectors comparing editions and provenance", + "A child finding a small toy treasure among the stalls" + ], + "camera": "Handheld lateral with macro on textures and medium on human exchange", + "accents": [ + "warm patina micro-highlights and dust mote shafts", + "micro-detail on stamped maker marks and labels" + ], + "mood": "curiosity-driven treasure hunt", + "lighting": "bright daylight with shaded pockets", + "style": "flea-market documentary cinematography" + }, + { + "subGenre": "Markets", + "scene": "Spice market alley with sacks of powders, pungent smells and colorful piles (day)", + "sceneVariants": [ + "Spice market alley with sacks of powders, pungent smells and colorful piles (day)", + "Close maco of turmeric, saffron and chili heaps", + "A vendor grinding fresh spice blends for a customer", + "Labeled jars with handwritten provenance tags", + "A narrow lane with spice-scent haze" + ], + "actions": [ + "Vendors scooping measured amounts into paper cones", + "Customers smelling and requesting blend mixes", + "A chef buying specialty spice for a signature dish", + "A vendor topping a heap to show freshness and color" + ], + "camera": "Macro tripod for powder texture and medium human context", + "accents": [ + "saturated spice micro-highlights and dust motes", + "micro-detail on grain, husk and pigment" + ], + "mood": "intense aromatic commerce", + "lighting": "diffuse daylight to preserve color accuracy", + "style": "spice-market cinematography" + }, + { + "subGenre": "Markets", + "scene": "Organic market with certified stalls, wellness vendors and labeled produce (day)", + "sceneVariants": [ + "Organic market with certified stalls, wellness vendors and labeled produce (day)", + "Hand-stamped organic certification tags on crates", + "A kombucha bar pouring small samples", + "Seed and plant stalls offering starter herbs", + "A nutritionist holding an informal micro-consult" + ], + "actions": [ + "Customers reading provenance tags and asking farming questions", + "Vendors explaining seasonal cycles and storage tips", + "A demo of quick healthy recipe samples", + "A stall restocking with new arrivals from a nearby farm" + ], + "camera": "Intimate handheld with macro on labels and produce, medium for vendor interactions", + "accents": [ + "fresh green micro-highlights and neutral skin-tone fill", + "micro-detail on paper tags and leaf veins" + ], + "mood": "conscious selection", + "lighting": "bright even daylight", + "style": "organic market cinematography" + }, + { + "subGenre": "Markets", + "scene": "Tech bazaar with small gadget stalls, refurbished devices and repair corners (day)", + "sceneVariants": [ + "Tech bazaar with small gadget stalls, refurbished devices and repair corners (day)", + "Tables of second-hand phones and cables", + "A micro-repair station soldering a cracked board", + "A small kiosk selling custom accessory skins", + "A display of vintage gaming handhelds" + ], + "actions": [ + "Buyers testing refurbished devices with quick inspections", + "Repair technicians demonstrating fixes and quoting prices", + "A seller negotiating trade-in values", + "A youth proudly showing a modded handheld to friends" + ], + "camera": "Macro inserts on ports and connectors with medium vendor shots", + "accents": [ + "clean tech micro-highlights and display glow", + "micro-detail on serial numbers and wear patterns" + ], + "mood": "practical curiosity", + "lighting": "neutral artificial/ambient daylight mix", + "style": "tech-bazaar cinematography" + }, + { + "subGenre": "Markets", + "scene": "Holiday craft market with handmade goods, demonstrations and gift-wrapping stalls (day)", + "sceneVariants": [ + "Holiday craft market with handmade goods, demonstrations and gift-wrapping stalls (day)", + "A stall demonstrating basket-weaving", + "Handmade ornaments hung on display walls", + "A wrapping station with seasonal paper and twine", + "A small stage where a crafter gives a short talk" + ], + "actions": [ + "Shoppers selecting hand-crafted gifts and chatting with makers", + "Makers demonstrating quick techniques for passing visitors", + "A wrapping attendant packaging a purchased gift", + "Children making a simple seasonal craft at a booth" + ], + "camera": "Handheld lateral with close craft macro and medium communal frames", + "accents": [ + "warm craft micro-highlights and textile texture detail", + "micro-detail on twine, paper and small stitches" + ], + "mood": "festive craft warmth", + "lighting": "soft daylight or warm market lights", + "style": "craft-market cinematography" + }, + { + "subGenre": "Markets", + "scene": "Wholesale produce market with pallet forklifts, bulk sacks and logistics bustle (day)", + "sceneVariants": [ + "Wholesale produce market with pallet forklifts, bulk sacks and logistics bustle (day)", + "Large trucks unloading full pallets at dock bays", + "Forklifts transporting stacked crates across wide aisles", + "Packaging areas with scale checks and documentation", + "Cold rooms visible in the background for perishables" + ], + "actions": [ + "Forklift drivers moving pallets to staging areas", + "Wholesalers checking invoice and quality before purchase", + "Workers repacking bulk sacks into retail crates", + "Dispatch staff loading outbound trucks for distribution" + ], + "camera": "Protected crane and tracking shots to show scale and choreography", + "accents": [ + "clean industrial micro-highlights on pallet wrap and crate edges", + "micro-detail on printed labels and stamped dates" + ], + "mood": "logistical precision", + "lighting": "bright industrial daylight", + "style": "wholesale market cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/people_and_lifestyle_relaxing.json b/src/data/people_and_lifestyle_relaxing.json new file mode 100644 index 0000000..fbb52ac --- /dev/null +++ b/src/data/people_and_lifestyle_relaxing.json @@ -0,0 +1,454 @@ +{ + "people_and_lifestyle": [ + { + "subGenre": "Relaxing", + "scene": "Moonlit rooftop hammock swaying above a quiet city", + "sceneVariants": [ + "Moonlit rooftop hammock swaying above a quiet city", + "A lone figure tracing constellations from a rooftop perch", + "String lights and distant neon forming a soft skyline", + "Steam rising from a thermos as wind plays through hair", + "Blanket and book abandoned as eyes close to the sky" + ], + "actions": [ + "Gently swaying and adjusting a blanket", + "Turning pages with slow, deliberate gestures", + "Sipping a warm drink while watching stars", + "Tucking feet up and sighing in contentment" + ], + "camera": "Slow drifting gimbal from city edge to close two-shot, occasional tilt-up to stars", + "accents": [ + "soft cool moon rim with warm string-light fill", + "micro-detail on fabric weave and breath vapor" + ], + "mood": "contemplative repose", + "lighting": "night: cool moonlight softened by warm decorative lights", + "style": "intimate urban nocturne cinematography" + }, + { + "subGenre": "Relaxing", + "scene": "Late-night bathtub with candles and a view of rain", + "sceneVariants": [ + "Late-night bathtub with candles and a view of rain", + "Steam fogging an open window with city lights beyond", + "Linen draped over a chair and a glass on a side table", + "A face half-submerged under slow ripples", + "Soft music source unseen but audible" + ], + "actions": [ + "Leaning back and closing eyes to the music", + "Dipping fingertips to test the water", + "Reaching for a scented oil bottle", + "Listening to rain pattering on the panes" + ], + "camera": "Intimate over-the-shoulder inserts and slow push-in for tactile detail", + "accents": [ + "flickering candle rim-light on wet skin", + "glossy reflections on water surface" + ], + "mood": "soothing, private ease", + "lighting": "night: candle pools and muted exterior reflections", + "style": "sensory domestic cinematography" + }, + { + "subGenre": "Relaxing", + "scene": "Midnight tea on a small balcony with potted herbs", + "sceneVariants": [ + "Midnight tea on a small balcony with potted herbs", + "A tiny table, two chairs, and moth-light buzzing softly", + "Herb-scented steam curling from a teacup", + "City silhouette softened by haze", + "A cat curled at the sitter's feet" + ], + "actions": [ + "Stirring and inhaling aromatic steam", + "Dabbing lips with a napkin and smiling quietly", + "Tucking a loose strand of hair behind an ear", + "Reaching to brush a cat's back between sips" + ], + "camera": "Close handheld with shallow depth, occasional over-the-railing wide", + "accents": [ + "soft tungsten spill from interior contrasting cool night", + "leaf micro-texture and steam rim detailing" + ], + "mood": "small, restorative solitude", + "lighting": "night: warm interior spill with soft balcony lamp", + "style": "gentle narrative nocturnal cinematography" + }, + { + "subGenre": "Relaxing", + "scene": "Starlit beach blanket with gentle surf and a sleeping companion", + "sceneVariants": [ + "Starlit beach blanket with gentle surf and a sleeping companion", + "Warm blanket against cool sand, a small lantern low nearby", + "Bioluminescent flecks like distant fireflies at the tide line", + "An acoustic guitar resting beside a closed case", + "Bare feet buried in sand as waves lap" + ], + "actions": [ + "Tracing patterns in sand with a fingertip", + "Listening to the ocean breathing and exhaling", + "Lifting a wine glass and toasting the unseen night", + "Turning over to arrange a pillow for a friend" + ], + "camera": "Wide low-angle establishing shot then gentle dolly-ins on faces", + "accents": [ + "soft star rim-light paired with warm lantern glow", + "wet-sand specular micro-highlights" + ], + "mood": "quiet intimacy and calm", + "lighting": "night: starlight and shallow lantern pools", + "style": "poetic seaside nocturne cinematography" + }, + { + "subGenre": "Relaxing", + "scene": "Candlelit reading nook beside a fireplace with slow ember glow", + "sceneVariants": [ + "Candlelit reading nook beside a fireplace with slow ember glow", + "A stack of hardcover books, a steaming mug on a side table", + "A knitted throw spilling onto a wooden floor", + "Shadows from flames dancing across spines", + "A dog snoozing at the reader's feet" + ], + "actions": [ + "Turning thick pages and pausing to reflect", + "Smiling at a remembered passage and closing the book", + "Extinguishing a candle leaving just the hearth", + "Stroking the dog's head between paragraphs" + ], + "camera": "Warm medium close-ups with slow push-ins on hands and eyes", + "accents": [ + "amber hearth rim-light and soft candle halo", + "rich texture on paper and fabric fibers" + ], + "mood": "cozy reflective warmth", + "lighting": "night: fireplace and candlelight dominant", + "style": "classic intimate domestic cinematography" + }, + { + "subGenre": "Relaxing", + "scene": "Nighttime forest soak in a small hot spring under a canopy of leaves", + "sceneVariants": [ + "Nighttime forest soak in a small hot spring under a canopy of leaves", + "Steam drifting up into a cool starry sky", + "Mossy stones rimmed with droplets", + "A towel laid on a rock and a tiny lantern hung on a branch", + "A far-off owl call punctuating silence" + ], + "actions": [ + "Sinking into warm mineral water and exhaling slowly", + "Rinsing hair under a small jug", + "Listening to the distant murmur of a stream", + "Rolling shoulders to relax tension" + ], + "camera": "Intimate low-angle handheld with shallow focus on skin and steam", + "accents": [ + "soft steam rim-light and leaf-lit micro-contrasts", + "specular water droplets catching lantern light" + ], + "mood": "primordial calm and bodily ease", + "lighting": "night: focused lanterns and star-silver accents", + "style": "sensory naturalist cinematography" + }, + { + "subGenre": "Relaxing", + "scene": "Late-night slow canal boat drifting with low lanterns", + "sceneVariants": [ + "Late-night slow canal boat drifting with low lanterns", + "Water mirroring distant sodium lamps and moon", + "A single oarsman guiding with easy strokes", + "Soft bench cushions and a wrapped lap blanket", + "A chorus of night insects in reeds" + ], + "actions": [ + "Swaying passengers listening to the gentle dip of oars", + "Passing a thermos and small plates between neighbors", + "Watching ripples eat away reflected light", + "Lowering voices to a hush in respect of the night" + ], + "camera": "Slow lateral tracking from adjacent bank with close-inserts on hands and ripples", + "accents": [ + "warm lantern pools reflected in cold water", + "lens micro-flare on lantern glass and ripples" + ], + "mood": "dreamlike uncoupling from time", + "lighting": "night: low vessel lanterns with diffuse urban glow", + "style": "lyrical nocturnal river cinematography" + }, + { + "subGenre": "Relaxing", + "scene": "Night yoga session on a quiet terrace under a starry sky", + "sceneVariants": [ + "Night yoga session on a quiet terrace under a starry sky", + "Mats aligned and soft murmured guidance from an instructor", + "Lanterns and candles arranged in a calming pattern", + "A skyline silhouette beyond the terrace railing", + "Soft blankets and warm tea waiting post-practice" + ], + "actions": [ + "Slow flowing sequences and extended controlled breaths", + "Adjusting posture and offering gentle corrections", + "Sitting in quiet meditation with hands folded", + "Sipping warm tea in a circle afterward" + ], + "camera": "Zen-like static wide with measured slow zooms to faces and hands", + "accents": [ + "soft diffuse lanterning and star-silver accents", + "skin micro-detail emphasizing calm and perspiration" + ], + "mood": "centred, calm focus", + "lighting": "night: low even lantern light with soft ambient sky", + "style": "mindful practice documentary cinematography" + }, + { + "subGenre": "Relaxing", + "scene": "Midnight sound bath under low-lit drapery in an intimate room", + "sceneVariants": [ + "Midnight sound bath under low-lit drapery in an intimate room", + "Gongs and bowls arranged in concentric order", + "Participants reclined under blankets with eyes closed", + "Soft curtains moving in minimal air flow", + "A subtle fog from incense curling in the beams" + ], + "actions": [ + "Striking bowls and gently rolling gongs to produce vibrational harmonics", + "Slow breath counting and micro-movements in response", + "Hand gestures tracing air as sound washes over bodies", + "Soft hands adjusting blankets and eye-pillows" + ], + "camera": "Close meditative inserts with slow crossfades to capture resonance", + "accents": [ + "warm tungsten halo on instruments and subtle volumetric smoke", + "micro-texture on blanket weave and skin pores" + ], + "mood": "deep relaxation and trance-like surrender", + "lighting": "night: warm low interior light with theatrical smoke accents", + "style": "immersive wellness cinematography" + }, + { + "subGenre": "Relaxing", + "scene": "Sunlit hammock between olive trees with a lazy summer breeze", + "sceneVariants": [ + "Sunlit hammock between olive trees with a lazy summer breeze", + "Dappled light on a gently swinging canvas", + "A paperback open face-down with a stray bookmark", + "Cool lemon-scented lemonade on a small table", + "Bees humming lazily among distant flowers" + ], + "actions": [ + "Half-closing eyes and letting limbs loosen", + "Turning a page only when the mood strikes", + "Reaching for a cooling sip from a glass", + "Stretching toes in slow, languid motions" + ], + "camera": "Warm shallow crane from tree canopy into a close restful two-shot", + "accents": [ + "rich golden-hour sunlight and leaf dapple micro-contrasts", + "soft fabric texture and sunlit skin micro-highlights" + ], + "mood": "idyllic languor", + "lighting": "day: warm golden sun with soft shaded fill", + "style": "pastoral leisure cinematography" + }, + { + "subGenre": "Relaxing", + "scene": "Morning yoga in a dew-kissed park with soft sun", + "sceneVariants": [ + "Morning yoga in a dew-kissed park with soft sun", + "Group slow-flow class with gentle birdsong", + "Mats arranged on a wide green lawn beneath elms", + "Instructors guiding with calm clear cues", + "Sunlight catching beads of dew on grass blades" + ], + "actions": [ + "Deliberate stretching and synchronized breath work", + "Smiling and greeting with a light nod", + "Rolling up mats after a restorative Savasana", + "Sipping a cool hydration drink and chatting softly" + ], + "camera": "Wide establishing shot with med-close inserts on expressions and poses", + "accents": [ + "soft morning rim-light emphasizing dew and breath", + "gentle micro-detail on fabric and leaf edges" + ], + "mood": "refreshed, centered", + "lighting": "day: soft morning sun with cool shadows", + "style": "wellness lifestyle cinematography" + }, + { + "subGenre": "Relaxing", + "scene": "Mid-morning café terrace with slow coffee-sipping patrons", + "sceneVariants": [ + "Mid-morning café terrace with slow coffee-sipping patrons", + "Steam from espresso machines mingling with conversation", + "A barista crafting latte art for a smiling customer", + "Sunlight slanting between awning stripes", + "A small potted succulent on each table" + ], + "actions": [ + "Gently cradling a warm cup and watching morning life", + "Tapping a finger to a soft beat while reading headlines", + "Quiet exchange of pleasantries with servers", + "Savoring a bite with slow appreciative chewing" + ], + "camera": "Human-scale tracking with relaxed OTS inserts and slow reaction cuts", + "accents": [ + "soft warm terrace sun and crema micro-texture", + "septal specular on glass and ceramic surfaces" + ], + "mood": "unhurried contentment", + "lighting": "day: bright mid-morning sun with gentle fill", + "style": "everyday café documentary cinematography" + }, + { + "subGenre": "Relaxing", + "scene": "Sun-drenched public library reading alcove with long oak tables", + "sceneVariants": [ + "Sun-drenched public library reading alcove with long oak tables", + "Golden light streaming through tall windows", + "Soft footfalls muffled by thick rugs", + "People reading with quiet concentration", + "Small scratch of pen on paper in a study corner" + ], + "actions": [ + "Leaning into a book and marking a passage", + "Tapping a pencil thoughtfully on a notebook", + "Adjusting glasses and stretching arms after a long read", + "Exchanging a quiet recommendation with a neighbor" + ], + "camera": "Warm static wide with slow dolly-ins on faces and hands", + "accents": [ + "filmy sun shafts emphasizing dust motes and paper texture", + "rich wood grain micro-detail on tables and shelves" + ], + "mood": "calm intellectual repose", + "lighting": "day: strong directional sun with warm interior fill", + "style": "quiet cultural cinematography" + }, + { + "subGenre": "Relaxing", + "scene": "Afternoon picnic beneath a spreading chestnut tree", + "sceneVariants": [ + "Afternoon picnic beneath a spreading chestnut tree", + "A woven blanket, a wicker basket and sunlit pastries", + "A soft breeze moving checkered napkins", + "A mother and child lounging with casual contentment", + "A radio playing soft classical in the distance" + ], + "actions": [ + "Passing plates and sampling small bites lazily", + "Pointing out clouds and naming shapes", + "Tucking a napkin into a collar with a playful smile", + "Lying back and closing eyes to listen to the treetops" + ], + "camera": "Warm overhead and low-angle restful coverage with soft focus backgrounds", + "accents": [ + "golden-hour tint on food and skin", + "micro-detail on pastry flake and fabric weave" + ], + "mood": "contented leisure", + "lighting": "day: late afternoon warm sun with soft dappled shade", + "style": "nostalgic pastoral cinematography" + }, + { + "subGenre": "Relaxing", + "scene": "Serene paddle on a glassy lake at noon, barely a ripple", + "sceneVariants": [ + "Serene paddle on a glassy lake at noon, barely a ripple", + "Rowboat drifting past reed beds and lily pads", + "A single hat hung on the bow as a sunshade", + "Dragonflies skimming the surface in quick bright flashes", + "A distant picnic spot visible on the far shore" + ], + "actions": [ + "Paddling with slow relaxed strokes", + "Leaning back to soak sun and scent of water", + "Lowering a hand to feel cool surface tension", + "Watching fish flash beneath with mild curiosity" + ], + "camera": "Low boat-level tracking with occasional crane pull to reveal landscape", + "accents": [ + "bright specular highlights on water and leaf micro-sheen", + "clean vivid color grading for greens and blues" + ], + "mood": "untroubled serenity", + "lighting": "day: bright clear sun with crisp reflections", + "style": "minimalist natural cinematography" + }, + { + "subGenre": "Relaxing", + "scene": "Sunroom afternoon with houseplants and soft acoustic music", + "sceneVariants": [ + "Sunroom afternoon with houseplants and soft acoustic music", + "A low armchair and a small record player spinning quietly", + "Sunlight pooling on a knitted throw", + "A kettle cooling on the sideboard", + "A cat tracing lazy circles on the rug" + ], + "actions": [ + "Tuning a small record and nodding to the rhythm", + "Watering a plant carefully and wiping leaves", + "Sipping a herbal infusion and closing eyes", + "Reaching to rearrange a pile of magazines" + ], + "camera": "Warm intimate inserts with slow steady push-ins on tactile activity", + "accents": [ + "golden sun rim emphasizing leaf translucence", + "soft filmic grain for cozy atmosphere" + ], + "mood": "domestic calm and quiet pleasure", + "lighting": "day: warm filtered sun through glass", + "style": "homespun lifestyle cinematography" + }, + { + "subGenre": "Relaxing", + "scene": "Botanical garden stroll in bright midday with curated paths", + "sceneVariants": [ + "Botanical garden stroll in bright midday with curated paths", + "Rows of sculpted hedges and interpretive plaques", + "Butterflies and bees moving between specimen beds", + "A water feature trickling in a sunlit courtyard", + "Visitors pausing to photograph a rare bloom" + ], + "actions": [ + "Reading botanical labels and pointing out varieties", + "Stopping to inhale a deep breath of floral scent", + "Sitting on a bench to sketch or write", + "Feeding a small piece of bread to distant ducks" + ], + "camera": "Measured glidecam with insert macro shots on petals and textures", + "accents": [ + "vivid botanical color saturation", + "crisp micro-detail on petal and pollen grains" + ], + "mood": "curious, restorative calm", + "lighting": "day: bright high-key sun with soft fill", + "style": "educational natural cinematography" + }, + { + "subGenre": "Relaxing", + "scene": "Lazy afternoon indie bookstore corner with slow sunlight", + "sceneVariants": [ + "Lazy afternoon indie bookstore corner with slow sunlight", + "Stacks forming cozy corridors and hand-lettered signs", + "A barista in the corner steam-milk a latte softly", + "A cat asleep on a high shelf, tail twitching", + "A small crowd listening to a quiet author reading" + ], + "actions": [ + "Browsing slowly and running fingers over spines", + "Sitting down to read a random first page", + "Ordering a small tea and reading by the window", + "Exchanging a book recommendation with a stranger" + ], + "camera": "Warm human-scale tracking with gentle close-ups on tactile details", + "accents": [ + "warm sun shaft accents on paper and wood grain", + "tactile micro-detail on book cloth and binding" + ], + "mood": "bookish contentment", + "lighting": "day: afternoon sun with warm interior fill", + "style": "intimate cultural lifestyle cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/people_and_lifestyle_romantic_dates.json b/src/data/people_and_lifestyle_romantic_dates.json new file mode 100644 index 0000000..f006287 --- /dev/null +++ b/src/data/people_and_lifestyle_romantic_dates.json @@ -0,0 +1,404 @@ +{ + "people_and_lifestyle": [ + { + "subGenre": "Romantic Dates", + "scene": "Moonlit rooftop candlelit dinner overlooking a glittering skyline", + "sceneVariants": [ + "Moonlit rooftop candlelit dinner overlooking a glittering skyline", + "A small bistro table set for two with cloth napkins", + "String lights haloing the rooftop perimeter", + "A guitarist playing softly in the corner", + "City traffic forming a moving tapestry below" + ], + "actions": [ + "Clinking glasses and sharing a tasting plate", + "Leaning in for quiet conversation and soft laughter", + "A gentle toast while eyes meet across the table", + "Tucking a stray hair behind an ear with a thoughtful smile" + ], + "camera": "Slow crane from skyline to intimate two-shot with close inserts on hands", + "accents": [ + "soft candle rim-light and warm string-light bokeh", + "micro-detail on glass condensation and cloth texture" + ], + "mood": "intimate, elevated romance", + "lighting": "night: warm candle and decorative lights with cool moon accents", + "style": "cinematic intimate date-night cinematography" + }, + { + "subGenre": "Romantic Dates", + "scene": "Late-night stroll along a rain-slicked river promenade", + "sceneVariants": [ + "Late-night stroll along a rain-slicked river promenade", + "Umbrella-shared silhouettes beneath sodium lamps", + "Reflections of neon and tram lights in wet paving", + "A small bandstand playing a distant saxophone", + "Hands tucked into coat pockets, shoulders brushing" + ], + "actions": [ + "Walking arm-in-arm and pausing to look at reflections", + "Sharing an umbrella and exchanging a quiet joke", + "Stopping at a riverside bench to sit close", + "Pointing out a distant landmark and reminiscing" + ], + "camera": "Slow lateral tracking with two-shot intimate inserts", + "accents": [ + "wet-surface speculars and soft neon rim-light", + "micro-detail on raindrops and coat fabrics" + ], + "mood": "melancholic tenderness", + "lighting": "night: street lamps, neon reflections and subtle moonlight", + "style": "nocturnal romantic realist cinematography" + }, + { + "subGenre": "Romantic Dates", + "scene": "Midnight cinema under the stars with a vintage projector", + "sceneVariants": [ + "Midnight cinema under the stars with a vintage projector", + "Blanket-laid lawn and retro folding chairs", + "Black-and-white frames flickering on a sheet", + "Hot chocolate in enamel mugs and popcorn baskets", + "Couples wrapped in shared blankets as credits roll" + ], + "actions": [ + "Leaning close to whisper commentary", + "Passing a shared blanket and adjusting posture", + "Smiling during a favorite scene and squeezing fingers", + "Packing up slowly as the final frame fades" + ], + "camera": "Wide establishing then soft push-ins on faces timed to key beats", + "accents": [ + "projector warm-glow rim and distant star-silver", + "film-grain texture and popcorn micro-detail" + ], + "mood": "nostalgic intimacy", + "lighting": "night: projector glow with soft ambient string lights", + "style": "retro outdoor cinema cinematography" + }, + { + "subGenre": "Romantic Dates", + "scene": "Dusk picnic on a hilltop with a shared blanket and cheese board", + "sceneVariants": [ + "Dusk picnic on a hilltop with a shared blanket and cheese board", + "A thermos of wine and a small acoustic guitar", + "Clouds painted in orange and lavender at the horizon", + "A folded map marking little daydream destinations", + "A gentle breeze rearranging a napkin" + ], + "actions": [ + "Passing slices and feeding each other small bites", + "Tuning a guitar and softly singing along", + "Pointing out shapes in the sky and laughing", + "Packing up slowly as evening cools" + ], + "camera": "Warm crane-to-close two-shot with gentle reaction inserts", + "accents": [ + "golden-hour rim-light and tactile food texture", + "micro-detail on blanket weave and wine glass rim" + ], + "mood": "easy warmth and connection", + "lighting": "evening/golden hour: warm backlight and soft fill", + "style": "romantic pastoral cinematography" + }, + { + "subGenre": "Romantic Dates", + "scene": "Moonlit rowing across a still lake with lanterns afloat", + "sceneVariants": [ + "Moonlit rowing across a still lake with lanterns afloat", + "Soft oar-strokes and ripples elongating reflected moonlight", + "A small lantern hung from the bow casting warm pools", + "Water lilies brushing the boat's side", + "A listening silence broken only by gentle conversation" + ], + "actions": [ + "Sitting close in a slow drift and sharing whispered stories", + "Reaching to touch the water and watch ripples", + "Adjusting lantern position for optimal glow", + "Exchanging a simple, unforced kiss" + ], + "camera": "Low boat-level tracking with close intimate inserts", + "accents": [ + "lantern warm-glow reflections and star-silver water highlights", + "micro-detail on wood grain and skin tones" + ], + "mood": "tranquil closeness", + "lighting": "night: lanterns and moonlight creating reflective composition", + "style": "lyrical aquatic romance cinematography" + }, + { + "subGenre": "Romantic Dates", + "scene": "Bright seaside sunrise walk with coffee and shared silence", + "sceneVariants": [ + "Bright seaside sunrise walk with coffee and shared silence", + "Footprints trailing behind along a pale shore", + "A small dog leading the pace then trotting back", + "Steam rising from morning cups in cool air", + "A distant fishing boat sliding into rosy light" + ], + "actions": [ + "Walking slowly and holding warm cups between both hands", + "Pausing to take a photograph of a delicate moment", + "Skipping a small stone or sharing a quiet laugh", + "Hugging briefly to fend off the chill" + ], + "camera": "Low wide to intimate two-shot with soft crane pullbacks", + "accents": [ + "predawn gold rim-light and crisp water micro-details", + "soft lens flare on warm coffee steam" + ], + "mood": "gentle beginning and companionship", + "lighting": "day/dawn: soft warm sunrise with cool fill", + "style": "naturalistic morning romance cinematography" + }, + { + "subGenre": "Romantic Dates", + "scene": "Late-night jazz club with a corner booth and smoky ambiance", + "sceneVariants": [ + "Late-night jazz club with a corner booth and smoky ambiance", + "A smoky spotlight on a saxophonist mid-solo", + "Low conversations and clinking cocktail glasses", + "A small candle casting a warm oval on the table", + "A bartender wiping a glass and nodding at the rhythm" + ], + "actions": [ + "Swaying slightly to the music while sharing an inside smile", + "Ordering a classic cocktail and toasting softly", + "Leaning in to speak over the band and laughing gently", + "Leaving a small tip and lingering near the doorway" + ], + "camera": "Moody low dolly with intimate inserts timed to musical phrases", + "accents": [ + "warm spot rim-light and thin atmospheric smoke texture", + "specular highlights on instruments and glass edges" + ], + "mood": "sophisticated intimacy", + "lighting": "night: stage spotlights and low table candles", + "style": "noir-inflected date-night cinematography" + }, + { + "subGenre": "Romantic Dates", + "scene": "Dawn bakery run grabbing fresh pastries for a morning date", + "sceneVariants": [ + "Dawn bakery run grabbing fresh pastries for a morning date", + "Warm oven heat escaping as doors open to the street", + "Baker handing over a paper bag with a grin", + "Steam and powdered sugar dusting an early bench", + "A small courtyard table beneath a flowering vine" + ], + "actions": [ + "Selecting the warmest pastry and sharing it across the table", + "Breaking flaky layers apart and offering bites", + "Ordering an extra for the neighbor passing by", + "Sipping coffee and planning the day together" + ], + "camera": "Human-scale tracking from bakery counter to small outdoor table", + "accents": [ + "oven warm-glow and pastry micro-texture detail", + "golden predawn rim on paper bags and steam" + ], + "mood": "simple domestic pleasure", + "lighting": "day/dawn: bright warm morning light", + "style": "intimate food-and-romance cinematography" + }, + { + "subGenre": "Romantic Dates", + "scene": "Sunset vineyard tasting with a shaded barrel table for two", + "sceneVariants": [ + "Sunset vineyard tasting with a shaded barrel table for two", + "Rows of grapevines rolling into warm horizon", + "A wooden board of local cheeses and a decanted bottle", + "Winemaker sharing a small anecdote about a vintage", + "A linen napkin tucked neatly on a lap" + ], + "actions": [ + "Swirling and sniffing, then comparing tasting notes", + "Feeding each other a bite to test pairings", + "Leaning back to take in the vineyard panorama", + "Toasting slowly as the sun sinks" + ], + "camera": "Wide scenic establishing then close aesthetic inserts on glass and palate expressions", + "accents": [ + "golden-hour vineyard rim-light and glass speculars", + "micro-detail on cheese crumb and wine legs" + ], + "mood": "refined conviviality", + "lighting": "evening/golden hour: warm backlight and soft fill", + "style": "elegant lifestyle cinematography" + }, + { + "subGenre": "Romantic Dates", + "scene": "Moonlit late-night diner booth with milkshakes and vinyl seats", + "sceneVariants": [ + "Moonlit late-night diner booth with milkshakes and vinyl seats", + "Neon sign buzzing outside blinking 'Open 24h'", + "A jukebox playing a slow doo-wop classic", + "A waitress with a ready smile and a coffee pot", + "A pie cooling on the counter behind glass" + ], + "actions": [ + "Sharing a milkshake with two straws and whispers", + "Laughing at a remembered college story and leaning in", + "Trading small fries and making playful deals", + "Staring out the window and waving at a passing taxi" + ], + "camera": "Static intimate two-shot with reaction inserts on shared food", + "accents": [ + "neon rim-light and glossy surface micro-speculars", + "soft filmic grain for nostalgic tonality" + ], + "mood": "retro sweet intimacy", + "lighting": "night: neon and interior fluorescent mix", + "style": "nostalgic diner date cinematography" + }, + { + "subGenre": "Romantic Dates", + "scene": "Bright botanical garden wander with lunch under a glasshouse", + "sceneVariants": [ + "Bright botanical garden wander with lunch under a glasshouse", + "Rare orchids and ferns forming intimate green walls", + "A small packed lunch on a stone bench", + "A path lined with labeled specimens and shy benches", + "A slow fountain tinkling in a central atrium" + ], + "actions": [ + "Comparing favorite plants and swapping childhood memories", + "Sharing small bites and comparing flavors", + "Photographing a rare bloom for memory", + "Sitting quietly in a warm sunspot and holding hands" + ], + "camera": "Measured glidecam through glasshouse with intimate inserts on faces", + "accents": [ + "bright diffused greenhouse light and leaf translucence micro-detail", + "soft water feature speculars" + ], + "mood": "gentle discovery and connection", + "lighting": "day: bright diffused daylight through glass", + "style": "serene botanical date cinematography" + }, + { + "subGenre": "Romantic Dates", + "scene": "Dusk open-air music festival dance for two under festival lights", + "sceneVariants": [ + "Dusk open-air music festival dance for two under festival lights", + "Crowd ebb and flow forming pockets of intimacy", + "A small stage with acoustic performers and warm lights", + "A food-truck nearby serving fragrant plates", + "A sky slowly turning deep indigo as lanterns come alive" + ], + "actions": [ + "Dancing slowly amidst the crowd and sharing quiet smiles", + "Buying a small snack and sharing a single fork", + "Swaying together to a favorite song", + "Catching each other's eye across the crowd and laughing" + ], + "camera": "Dynamic mid-wide with intimate two-shot cutaways", + "accents": [ + "warm festival rim-light and ambient crowd micro-sounds", + "textural micro-detail on clothing and stage hardware" + ], + "mood": "exuberant intimacy", + "lighting": "evening/dusk: festival warm lights with ambient dusk", + "style": "energetic live-event romance cinematography" + }, + { + "subGenre": "Romantic Dates", + "scene": "Late-night ferry ride under a star-spangled sky with soft engine hum", + "sceneVariants": [ + "Late-night ferry ride under a star-spangled sky with soft engine hum", + "City lights receding as islands slip by", + "Warm deck benches and wrapped shoulders", + "A small paper cup of tea warming cold hands", + "Seabirds occasionally cutting low arcs" + ], + "actions": [ + "Leaning on the rail together to watch passing lights", + "Exchanging stories about travel and future dreams", + "Sipping warm tea and sharing a scarf", + "Smiling at private jokes and lingering longer than necessary" + ], + "camera": "Slow lateral tracking on deck with close intimate two-shots", + "accents": [ + "cool star-silver reflections and warm deck light pools", + "micro-detail on ripples and steam tendrils" + ], + "mood": "quiet wanderlust", + "lighting": "night: deck practicals with ambient marine reflections", + "style": "nocturnal travel-romance cinematography" + }, + { + "subGenre": "Romantic Dates", + "scene": "Sunlit afternoon pottery class making paired mugs", + "sceneVariants": [ + "Sunlit afternoon pottery class making paired mugs", + "Hands shaping matching curves with helpful glances", + "A teacher demonstrating joint trimming techniques", + "Shelves filling with damp paired prototypes", + "A notebook with doodled joint initials" + ], + "actions": [ + "Shaping clay together and comparing shapes", + "Laughing at imperfect rims and choosing to keep them", + "Writing initials and dates on the bases", + "Cleaning the wheel together and wiping clay from hands" + ], + "camera": "Warm circular dolly around the wheel with intimate inserts", + "accents": [ + "bright atelier daylight and wet-clay micro-texture", + "tactile fingerprint micro-detail on clay surfaces" + ], + "mood": "playful co-creation", + "lighting": "day: bright atelier daylight with warm fill", + "style": "hands-on couple's activity cinematography" + }, + { + "subGenre": "Romantic Dates", + "scene": "Dawn hot-air balloon ride with a shared awe of the horizon", + "sceneVariants": [ + "Dawn hot-air balloon ride with a shared awe of the horizon", + "A wicker basket cradling two with a pilot giving quiet instructions", + "Patchwork fields unfolding like a living quilt beneath", + "A small flask of champagne passed for a toast", + "A camera dangling for slow panoramic stills" + ], + "actions": [ + "Leaning on the rim to watch landscapes unfold", + "Toasting with a small sip and laughing at altitude chills", + "Pointing out distant spires and small towns", + "Exchanging a soft intimate glance as the balloon drifts" + ], + "camera": "Aerial and basket-level two-shots with slow panoramic pulls", + "accents": [ + "golden predawn rim-light and airborne micro-haze", + "fabric micro-texture of balloon envelope" + ], + "mood": "elevated wonder and intimacy", + "lighting": "day/dawn: pale warm sunrise light", + "style": "ephemeral experiential romance cinematography" + }, + { + "subGenre": "Romantic Dates", + "scene": "Evening cooking class where a couple co-cooks a multi-course meal", + "sceneVariants": [ + "Evening cooking class where a couple co-cooks a multi-course meal", + "Chopping boards and shared aprons tied at the back", + "An instructor demonstrating a flambé move", + "A communal table with soft candlelight", + "Sauces simmering and aromatic steam rising" + ], + "actions": [ + "Handing over a spice and adjusting seasoning together", + "Assisting with a tricky flip or fold", + "Sharing a quick taste off the spoon and nodding approval", + "Plating together and arranging a presentable course" + ], + "camera": "Energetic human-scale coverage with tactile close inserts on food and hands", + "accents": [ + "warm stove and candle rim-lights with steam micro-highlights", + "appetizing micro-detail on sauce surfaces and herb leaves" + ], + "mood": "collaborative delight", + "lighting": "evening: warm interior light and practicals", + "style": "culinary date-night cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/people_and_lifestyle_school_days.json b/src/data/people_and_lifestyle_school_days.json new file mode 100644 index 0000000..5d1fab5 --- /dev/null +++ b/src/data/people_and_lifestyle_school_days.json @@ -0,0 +1,279 @@ +{ + "people_lifestyle": [ + { + "subGenre": "School Days", + "scene": "Morning assembly in a schoolyard with flag-raising, lined students and a principal's address (day)", + "sceneVariants": [ + "Morning assembly in a schoolyard with flag-raising, lined students and a principal's address (day)", + "Close-up of hands over heart during the flag raise", + "A choir of students singing a school song", + "The principal giving a short announcement into a mic", + "Teachers forming lines and checking attendance" + ], + "actions": [ + "Students standing in rows while flags are raised", + "A teacher handing out a morning notice to class reps", + "A student receiving a small recognition certificate", + "A quick round of applause for a visiting guest" + ], + "camera": "Wide crane to medium handheld push-ins on faces and flag detail", + "accents": [ + "soft morning rim-light on banners", + "micro-specular on polished medal and microphone mesh" + ], + "mood": "ordered community", + "lighting": "bright morning daylight", + "style": "institutional documentary cinematography" + }, + { + "subGenre": "School Days", + "scene": "Classroom lesson with teacher at the blackboard, students taking notes and small group questions (day)", + "sceneVariants": [ + "Classroom lesson with teacher at the blackboard, students taking notes and small group questions (day)", + "Over-the-shoulder of a student's notebook and handwriting", + "A student raising a hand to ask a question", + "Teacher writing a formula and turning to explain", + "A tabletop group discussion in a corner" + ], + "actions": [ + "Teacher explaining a concept with gestural emphasis", + "Students copying notes and checking each other", + "A student answering aloud and teacher nodding", + "A small group collaborating on a quick exercise" + ], + "camera": "Intimate over-the-shoulder and medium tripod to preserve clarity of board text", + "accents": [ + "neutral classroom micro-highlights for legibility", + "micro-detail on pencil strokes and paper texture" + ], + "mood": "focused curiosity", + "lighting": "soft interior daylight from windows", + "style": "educational cinematography" + }, + { + "subGenre": "School Days", + "scene": "Recess playground with swings, ball games and clustered laughter (day)", + "sceneVariants": [ + "Recess playground with swings, ball games and clustered laughter (day)", + "Close child-eye shot of feet pumping a swing", + "A group forming a quick soccer match", + "A cluster of children trading small toys", + "Teachers supervising from shaded benches" + ], + "actions": [ + "Children running and calling to each other across the yard", + "A small game resolving into celebration and high-fives", + "A supervisor intervening gently to mediate a quarrel", + "A child helping another up after a tumble" + ], + "camera": "Low child-eye handheld tracking with quick wide coverage", + "accents": [ + "bright sun micro-highlights on moving limbs", + "soft bounce fill to keep faces readable" + ], + "mood": "playful energy", + "lighting": "bright midday daylight", + "style": "youth documentary cinematography" + }, + { + "subGenre": "School Days", + "scene": "Science lab with microscopes, glassware and a teacher demonstrating an experiment (day)", + "sceneVariants": [ + "Science lab with microscopes, glassware and a teacher demonstrating an experiment (day)", + "Close macro of bubbling reagent in a flask", + "Students peering into microscopes in rows", + "Protective goggles and aprons lined up on hooks", + "A whiteboard diagram of the experiment steps" + ], + "actions": [ + "Teacher demonstrating careful addition of a reagent", + "Students taking turns at microscopes and noting observations", + "A lab assistant preparing spare slides and cleaning glassware", + "A small, controlled reaction producing safe color change" + ], + "camera": "Tripod macro for apparatus and medium coverage for human reaction", + "accents": [ + "neutral lab micro-highlights to preserve color accuracy", + "micro-detail on glass bead condensation and label print" + ], + "mood": "hands-on discovery", + "lighting": "bright task lighting with neutral color", + "style": "science-education cinematography" + }, + { + "subGenre": "School Days", + "scene": "Art class with paint-splattered easels, wet palettes and students painting (day)", + "sceneVariants": [ + "Art class with paint-splattered easels, wet palettes and students painting (day)", + "Close brushstroke macro on canvas", + "A student mixing color on a palette", + "Drying racks with finished student pieces", + "An instructor demonstrating a technique at the easel" + ], + "actions": [ + "Students focusing on brushwork and color mixing", + "An instructor moving between benches providing tips", + "A student tearing a small scrap used for collage", + "A group hanging finished works for critique" + ], + "camera": "Low lateral glide with macro on paint texture and medium on faces", + "accents": [ + "saturated pigment micro-highlights and soft studio fill", + "micro-detail on brush bristle motion and pigment granule" + ], + "mood": "creative concentration", + "lighting": "diffuse daylight or soft studio lighting", + "style": "art-class cinematography" + }, + { + "subGenre": "School Days", + "scene": "School cafeteria with lunch lines, trays and mixed seating chatter (day)", + "sceneVariants": [ + "School cafeteria with lunch lines, trays and mixed seating chatter (day)", + "Steam rising from a serving counter", + "Rows of tables with clustered conversation pockets", + "Trays being scraped into collection bins for compost", + "A student trading snacks with a friend" + ], + "actions": [ + "Cafeteria staff serving meals and refilling hot containers", + "Students chatting and exchanging food items", + "Monitors ensuring orderly queuing and cleanliness", + "A student helping a younger child open a container" + ], + "camera": "Medium-wide with close macro on trays and hands", + "accents": [ + "warm edible micro-highlights on food surfaces", + "micro-detail on tray wear and sticker labels" + ], + "mood": "communal routine", + "lighting": "bright indoor fluorescent/daylight mix", + "style": "institutional food cinematography" + }, + { + "subGenre": "School Days", + "scene": "PE class on the sports field with sprint drills, cones and a coach timing runs (day)", + "sceneVariants": [ + "PE class on the sports field with sprint drills, cones and a coach timing runs (day)", + "Close shot of starting block feet poised to sprint", + "A relay baton exchange mid-run", + "Stretching warm-up circle before drills", + "A coach using a stopwatch and clipboard" + ], + "actions": [ + "Students sprinting in measured lanes and exchanging batons", + "A coach calling corrections and encouragement", + "A quick first-aid rubdown for a minor cramp", + "A group celebrating a personal best" + ], + "camera": "High-frame-rate lateral tracking with low-angle hero shots", + "accents": [ + "mirror micro-highlights on sweat and turf", + "micro-detail on shoe tread and cone bounce" + ], + "mood": "energetic discipline", + "lighting": "bright daylight optimal for motion capture", + "style": "sports-education cinematography" + }, + { + "subGenre": "School Days", + "scene": "After-school club meeting (robotics, drama or chess) with focused small-group activity (day→evening)", + "sceneVariants": [ + "After-school club meeting (robotics, drama or chess) with focused small-group activity (day→evening)", + "A robotics table with small servos and wiring", + "A drama rehearsal with a short scene blocked", + "A chess board mid-game with concentrated faces", + "A mentor giving step-by-step guidance" + ], + "actions": [ + "Students clustering in small teams and sharing tools", + "A mentor demonstrating a technique and stepping back", + "Quiet concentration punctuated by small celebrations", + "Preparation for a short upcoming club showcase" + ], + "camera": "Intimate handheld with macro on hands and medium on group dynamics", + "accents": [ + "neutral task micro-highlights for interface legibility", + "micro-detail on pawn scratches and microcontroller pins" + ], + "mood": "focused collaboration", + "lighting": "even interior or late daylight", + "style": "after-school civic cinematography" + }, + { + "subGenre": "School Days", + "scene": "School bus ride with windows framing passing neighborhoods and students in conversation (day)", + "sceneVariants": [ + "School bus ride with windows framing passing neighborhoods and students in conversation (day)", + "A close-up of a small hand pressed to the glass", + "A group share a single headphone and laugh", + "A rear-view mirror framing the driver and chatter", + "A lunchbox opened mid-ride" + ], + "actions": [ + "Students chatting and swapping small stories about the day", + "A driver calling out stops with measured cadence", + "A monitor ensuring seatbelt and safe behavior", + "A child waving goodbye at a familiar stop" + ], + "camera": "Tight handheld with window reflection plays and close interpersonal frames", + "accents": [ + "soft window micro-highlights and motion blur accents", + "micro-detail on seat fabric and snack wrappers" + ], + "mood": "transient camaraderie", + "lighting": "diffuse daylight through bus windows", + "style": "transport-school cinematography" + }, + { + "subGenre": "School Days", + "scene": "Exam day quiet with desks spaced, proctors, and tense student focus (day)", + "sceneVariants": [ + "Exam day quiet with desks spaced, proctors, and tense student focus (day)", + "Close macro of a pen writing an answer under time pressure", + "A proctor walking slowly between rows", + "A student glancing at a wristwatch and inhaling", + "A soft sigh as a paper is turned in" + ], + "actions": [ + "Students concentrating under exam conditions", + "Proctors monitoring for fair conduct and timekeeping", + "A student pausing to think and tapping a pencil", + "Collected papers being stacked and sealed after the session" + ], + "camera": "Tripod static mid-shots with careful low-noise audio capture", + "accents": [ + "neutral clinical micro-highlights to avoid glare", + "micro-detail on paper fibers and pencil marks" + ], + "mood": "focused tension", + "lighting": "even interior daylight or fluorescent", + "style": "quiet documentary cinematography" + }, + { + "subGenre": "School Days", + "scene": "Field trip to a museum or botanical garden with guided groups and note-taking (day)", + "sceneVariants": [ + "Field trip to a museum or botanical garden with guided groups and note-taking (day)", + "A teacher reading an interpretive plaque aloud", + "Children sketching botanical specimens in small pads", + "A docent demonstrating an exhibit hands-on", + "A picnic break on manicured lawns after the tour" + ], + "actions": [ + "Guided listening and small-group discussion at exhibit points", + "Students recording brief observations and sketching", + "A chaperone checking headcounts and logistics", + "A group photo taken at a landmark exhibit" + ], + "camera": "Medium crane to handheld inserts capturing learning moments", + "accents": [ + "soft natural micro-highlights on specimen surfaces", + "micro-detail on notebook scribbles and leaf veins" + ], + "mood": "curious exploration", + "lighting": "bright daylight or controlled gallery light", + "style": "educational field cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/people_and_lifestyle_shopping.json b/src/data/people_and_lifestyle_shopping.json new file mode 100644 index 0000000..3758726 --- /dev/null +++ b/src/data/people_and_lifestyle_shopping.json @@ -0,0 +1,404 @@ +{ + "people_and_lifestyle": [ + { + "subGenre": "Shopping", + "scene": "Nighttime neon bazaar under drifting lanterns", + "sceneVariants": [ + "Nighttime neon bazaar under drifting lanterns", + "Crowded alleys threaded with glowing signs and steam", + "Vendors calling softly beneath rain-speckled tarps", + "A maze of stalls selling textiles and spices", + "Reflections of neon in puddles between crates" + ], + "actions": [ + "Hands exchanging small bills and wrapped wares", + "A vendor demonstrating a fabric's weave to a customer", + "Steam rising from a nearby food stall", + "Quick haggling and friendly banter in overlapping voices" + ], + "camera": "Handheld shoulder-level weave through aisles with slow push-ins on transactions", + "accents": [ + "neon rim-light and wet-surface reflections", + "high micro-detail on woven textures and spice grains" + ], + "mood": "electric intimacy", + "lighting": "night: neon and lantern pockets with wet reflections", + "style": "urban nocturnal market cinematography" + }, + { + "subGenre": "Shopping", + "scene": "Late-night boutique with a single shopper and soft sconces", + "sceneVariants": [ + "Late-night boutique with a single shopper and soft sconces", + "Mannequins arranged like sentries in warm lamplight", + "A clerk folding garments with ritual precision", + "Mirrors catching occasional passing traffic", + "A hand selecting a tailored coat with gentle fingertips" + ], + "actions": [ + "Careful inspection of seams and linings", + "Slow, considered gestures when making a choice", + "Polishing a brass fitting by the register", + "Quiet conversation about fit and preference" + ], + "camera": "Static medium shot with measured lateral push to reveal details", + "accents": [ + "warm tungsten highlights on fabrics", + "soft speculars on polished brass" + ], + "mood": "refined solitude", + "lighting": "night: warm interior lamps against a dark street", + "style": "intimate boutique portraiture" + }, + { + "subGenre": "Shopping", + "scene": "Midnight flea market under tarps with nocturnal collectors", + "sceneVariants": [ + "Midnight flea market under tarps with nocturnal collectors", + "Rusty curios and cracked ceramics spread in dim pools", + "A torchlight scanning cracked vinyl and photo negatives", + "Ancient clocks ticking quietly under moth-eaten covers", + "A dealer bargaining in hushed, urgent tones" + ], + "actions": [ + "Sifting through stacks of secondhand books and records", + "Testing a transistor radio under a dim lamp", + "Swapping stories of provenance with a wry smile", + "Tucking away a purchased find with satisfied reverence" + ], + "camera": "Low static with close-up inserts on hands flipping through items", + "accents": [ + "warm pocket-lights emphasizing patina", + "textural micro-detail on paper and leather" + ], + "mood": "nostalgic treasure hunt", + "lighting": "night: torch and lamp pools with deep ambient shadows", + "style": "retro nocturnal scavenger cinematography" + }, + { + "subGenre": "Shopping", + "scene": "Night food market alley with steam and laughter", + "sceneVariants": [ + "Night food market alley with steam and laughter", + "Skewers sizzling beneath bright bulbs", + "Queues forming at glowing stalls with handwritten menus", + "Chopsticks tapping and disposable trays clutched in hands", + "A street musician playing beside a steaming wok" + ], + "actions": [ + "Ordering and receiving small plates in quick succession", + "Squeezing condiments and passing trays along", + "Laughing at an inside joke between friends", + "Wiping hands on napkins and continuing to browse" + ], + "camera": "Dynamic tracking over shoulders with occasional low-angle food close-ups", + "accents": [ + "saturated steam-lit highlights on food surfaces", + "specular grease and sauce micro-reflections" + ], + "mood": "communal warmth and appetite", + "lighting": "night: bright stall bulbs with diffused steam halos", + "style": "sensory culinary street cinematography" + }, + { + "subGenre": "Shopping", + "scene": "Dusk open-air artisan market with lanterns coming alive", + "sceneVariants": [ + "Dusk open-air artisan market with lanterns coming alive", + "Handmade ceramics and woven baskets displayed on blankets", + "Kids running between stalls with sticky hands", + "A potter shaping clay while visitors watch", + "String lights beginning to twinkle among trees" + ], + "actions": [ + "Testing the weight of a vase with contemplative fingers", + "An artisan explaining the process to a curious buyer", + "Tasting a small handcrafted snack sample", + "Writing a small note to be attached to a purchase" + ], + "camera": "Warm medium shots with occasional slow crane for establishing context", + "accents": [ + "golden lantern rim-light and handpainted pattern detail", + "rich tactile emphasis on clay and fiber textures" + ], + "mood": "creative conviviality", + "lighting": "evening/dusk: warm lanterns with residual day sky", + "style": "artisan market lifestyle cinematography" + }, + { + "subGenre": "Shopping", + "scene": "Night pharmacy and 24/7 convenience storefront glow", + "sceneVariants": [ + "Night pharmacy and 24/7 convenience storefront glow", + "Fluorescent shelves lining the window with medicines and instant foods", + "An exhausted worker stocking behind the counter", + "A hurried customer buying essentials in muffled tones", + "Rain streaking the glass and streaking light inside" + ], + "actions": [ + "Counting change and scanning small items", + "Providing late-night advice and quiet reassurance", + "Restocking essential shelves in methodical order", + "Folding a newspaper for a waiting customer" + ], + "camera": "Through-the-glass static shot capturing reflective layering", + "accents": [ + "sterile cool fluorescents contrasting with warm street lamps", + "wet-glass micro-reflections and interior depth" + ], + "mood": "lonely practicality", + "lighting": "night: cool fluorescent interior with warm exterior accents", + "style": "urban 24-hour documentary" + }, + { + "subGenre": "Shopping", + "scene": "Nighttime outlet with clearance banners and dimmed aisles", + "sceneVariants": [ + "Nighttime outlet with clearance banners and dimmed aisles", + "Empty carts pushed in slow arcs between aisles", + "A lone price-check scanner blinking overhead", + "A distant forklift moving crates like a ghost", + "Security lights painting long shadows on concrete" + ], + "actions": [ + "Folding and reorganizing clearance piles", + "Checking barcode mismatches with a patient sigh", + "A worker sweeping up scattered hangers", + "Loading a small van with marked-down goods" + ], + "camera": "Low static with occasional dolly-ins on inventory tags", + "accents": [ + "cold industrial highlights and textured concrete detail", + "specular reflections on plastic packaging" + ], + "mood": "quiet exhaustion", + "lighting": "night: cool industrial strip lighting with deep contrast", + "style": "nocturnal retail documentary" + }, + { + "subGenre": "Shopping", + "scene": "Moonlit antique lane with shadowed shopfronts", + "sceneVariants": [ + "Moonlit antique lane with shadowed shopfronts", + "Faded signs and carved wooden doors with brass knockers", + "A small brass bell chiming as a decided shopper enters", + "Porcelain figures dimly visible behind glass", + "A hand tracing an old map rolled on a table" + ], + "actions": [ + "Carefully lifting a fragile object with gloved hands", + "Listening to an old owner recount provenance", + "Tipping a small notebook into a pocket", + "Selecting a gift wrapped in brown paper and twine" + ], + "camera": "Soft static three-quarter shots emphasizing atmosphere", + "accents": [ + "cold moon rim with warm interior lamp glow", + "patina and surface micro-texture emphasis" + ], + "mood": "timeless curiosity", + "lighting": "night: moon and interior lamp contrast with soft shadows", + "style": "nostalgic small-shop cinematography" + }, + { + "subGenre": "Shopping", + "scene": "Dawn wholesale market preparing for a busy day", + "sceneVariants": [ + "Dawn wholesale market preparing for a busy day", + "Trucks arriving with fresh crates in the half-light", + "Workers stacking pallets and shouting quick instructions", + "Misty breath and diesel exhaust blending in cool air", + "Scoreboards and price lists being updated by hand" + ], + "actions": [ + "Unloading, sorting and re-palletizing goods", + "Noting quantities on clipboards and chalkboards", + "Directing forklifts and coordinating loads", + "Covering crates with tarps as sun rises" + ], + "camera": "Wide logistical tracking shots with quick reaction close-ups", + "accents": [ + "cold early-light with hints of warm diesel speculars", + "textural emphasis on crate labels and produce skins" + ], + "mood": "efficient anticipation", + "lighting": "dawn: cool predawn with warming sunrise edge light", + "style": "logistics-focused documentary cinematography" + }, + { + "subGenre": "Shopping", + "scene": "Bright weekend artisan fair with families and live demos", + "sceneVariants": [ + "Bright weekend artisan fair with families and live demos", + "Colorful canopies and handmade signage everywhere", + "Children crafting simple trinkets at a communal table", + "Live demonstrations of leatherwork and glassblowing", + "A local band providing a cheerful soundtrack" + ], + "actions": [ + "Watching an artisan shape goods and asking questions", + "Trying on handmade items and smiling", + "Paying with a mix of cash and contactless", + "Taking photos and tagging on social apps" + ], + "camera": "Lively mid-wide coverage with joyful close-inserts", + "accents": [ + "bright saturated colors and sun-flecked textures", + "specular highlights on glass and metalwork" + ], + "mood": "festive commerce", + "lighting": "day: bright midday sun with warm fill", + "style": "vibrant lifestyle market cinematography" + }, + { + "subGenre": "Shopping", + "scene": "Midday luxury mall atrium with glittering storefronts", + "sceneVariants": [ + "Midday luxury mall atrium with glittering storefronts", + "Glass elevators moving in polished shafts", + "Polished marble floors reflecting soft skylight", + "Well-dressed shoppers pacing with measured steps", + "Window displays with rotating mannequins and soft music" + ], + "actions": [ + "Browsing curated displays and receiving personalized attention", + "Trying on high-end items with professional fitters", + "Sipping an espresso in a designer café", + "A sales associate wrapping a purchase in elegant paper" + ], + "camera": "Sleek glidecam movements with wide aesthetic framing", + "accents": [ + "crisp specular skylight glints and refined color grading", + "micro-detail on fabric weave and jewelry facets" + ], + "mood": "polished aspiration", + "lighting": "day: controlled architectural skylight and specular highlights", + "style": "high-end commercial cinematography" + }, + { + "subGenre": "Shopping", + "scene": "Sunlit open street market with produce and local crafts", + "sceneVariants": [ + "Sunlit open street market with produce and local crafts", + "Bundles of herbs and baskets of ripe fruit", + "Cyclists weaving between stalls and shoppers", + "A street performer drawing a small crowd", + "Children sampling bright berries" + ], + "actions": [ + "Selecting ripe produce and feeling texture", + "Sampling a bite and nodding approval", + "Exchanging friendly tips about recipes", + "Packing purchases into reusable bags" + ], + "camera": "Energetic tracking through aisles with playful reaction cuts", + "accents": [ + "warm golden hour saturation and tactile produce detail", + "sun-kissed speculars on wet leaves" + ], + "mood": "breezy community commerce", + "lighting": "day: late afternoon sun with soft warm fill", + "style": "community-centered market cinematography" + }, + { + "subGenre": "Shopping", + "scene": "Bright clearance street fair with bargain hunters", + "sceneVariants": [ + "Bright clearance street fair with bargain hunters", + "Tables piled high with marked-down household goods", + "Shouts of 'special price' and quick handoffs", + "Bags bulging with eclectic purchases", + "A clock displaying the day's last bargain hours" + ], + "actions": [ + "Rummaging through bargain piles with focused intent", + "Negotiating for bulk discounts with a wry grin", + "Loading up small trolleys and comparing finds", + "Sharing a triumphant fist-bump over a discovered gem" + ], + "camera": "Fast-paced handheld with jump cuts and excited close-ups", + "accents": [ + "bright direct sun with high-contrast shadows", + "textural emphasis on sticker labels and price tags" + ], + "mood": "hungry opportunism", + "lighting": "day: bright high-contrast midday sunlight", + "style": "kinetic retail reportage" + }, + { + "subGenre": "Shopping", + "scene": "Sunny boutique-lined lane with window-shopping couples", + "sceneVariants": [ + "Sunny boutique-lined lane with window-shopping couples", + "Outdoor benches and potted plants framing store fronts", + "An artist sketching mannequins in a café", + "Window displays featuring curated seasonal themes", + "A passerby pausing to check a sale sign" + ], + "actions": [ + "Peering into windows and pointing out desired pieces", + "Trying sunglasses and laughing at reflections", + "A spontaneous purchase decided over coffee", + "Leaving with a small gift box tied in ribbon" + ], + "camera": "Warm glidecam tracking with romantic two-shot inserts", + "accents": [ + "soft sun backlight and pastel color grading", + "glossy window micro-reflections" + ], + "mood": "leisurely pleasure", + "lighting": "day: sunlit afternoon with soft diffusion", + "style": "romantic lifestyle cinematography" + }, + { + "subGenre": "Shopping", + "scene": "Bright industrial craft fair inside renovated warehouse", + "sceneVariants": [ + "Bright industrial craft fair inside renovated warehouse", + "Stringed light bulbs and concrete floors offering contemporary contrast", + "Design stalls with minimalist presentation", + "Coffee stalls serving pour-over to a steady crowd", + "A designer explaining material choices to an engaged listener" + ], + "actions": [ + "Examining joinery and construction with careful hands", + "Comparing swatches and finishes for a home project", + "Scribbling notes into a creative notebook", + "Sharing contact details for a custom commission" + ], + "camera": "Modern steady shots with measured insert detail on craft", + "accents": [ + "clean high-key warehouse light with crisp texture focus", + "metal and concrete micro-detail accenting crafted objects" + ], + "mood": "contemporary creativity", + "lighting": "day: bright controlled interior daylight", + "style": "modern design-focused cinematography" + }, + { + "subGenre": "Shopping", + "scene": "Sunny farmers' lane pop-up selling seasonal preserves", + "sceneVariants": [ + "Sunny farmers' lane pop-up selling seasonal preserves", + "Rows of mason jars labeled in hand-lettered tags", + "An elder explaining heirloom recipes to a young buyer", + "Children sampling small spoonfuls of jam", + "A handmade sign boasting 'farm to jar' authenticity" + ], + "actions": [ + "Tasting and debating flavor notes with neighbors", + "Selecting jars and asking about shelf-life", + "Buying multiple jars as gifts and packing them carefully", + "Recording inventory in a small ledger" + ], + "camera": "Warm close-inserts with overhead pattern shots of jars", + "accents": [ + "rich color saturation on preserves and warm rim-light", + "specular gloss on jar surfaces" + ], + "mood": "homey abundance", + "lighting": "day: bright morning sun with soft warm fill", + "style": "culinary provenance cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/people_and_lifestyle_street_life.json b/src/data/people_and_lifestyle_street_life.json new file mode 100644 index 0000000..adf548b --- /dev/null +++ b/src/data/people_and_lifestyle_street_life.json @@ -0,0 +1,279 @@ +{ + "people_lifestyle": [ + { + "subGenre": "Street Life", + "scene": "Busy pedestrian plaza with fountains, benches and lunchtime crowds (day)", + "sceneVariants": [ + "Busy pedestrian plaza with fountains, benches and lunchtime crowds (day)", + "Aerial view showing radial footpaths and surrounding cafés", + "Children playing in shallow fountain jets", + "Street performers using the steps as a small stage", + "A mobile coffee cart servicing nearby office workers" + ], + "actions": [ + "Commuters walking purposefully between meetings", + "Groups lingering for informal lunches on benches", + "A performer collecting small tips in a case", + "Maintenance staff emptying litter bins and cleaning paths" + ], + "camera": "Medium crane to low handheld passes capturing flows and human-scale moments", + "accents": [ + "soft rim-light on water spray", + "micro-speculars on cup rims and polished benches" + ], + "mood": "urban bustle", + "lighting": "bright daylight with soft urban fill", + "style": "documentary plaza cinematography" + }, + { + "subGenre": "Street Life", + "scene": "Rush-hour crosswalk cluster with traffic signals, cyclists and packed sidewalks (day)", + "sceneVariants": [ + "Rush-hour crosswalk cluster with traffic signals, cyclists and packed sidewalks (day)", + "Telephoto compression showing layered people crossing", + "Close-ups of feet and briefcase wheels", + "A courier weaving through a gap in the crowd", + "A police officer occasionally directing flow" + ], + "actions": [ + "Coordinated waves of people pressing the crossing button", + "Couriers darting between slower pedestrians", + "Street hawkers calling out quick offers", + "Drivers inching forward in synchronized pulses" + ], + "camera": "Low tracking along curb level with telephoto reaction cuts", + "accents": [ + "clean urban speculars on glasses and watch faces", + "micro-highlights on wet pavement if recently rained" + ], + "mood": "urgent rhythm", + "lighting": "neutral daylight tuned for motion clarity", + "style": "urban mobility cinematography" + }, + { + "subGenre": "Street Life", + "scene": "Late-night alley with graffiti murals, neon signs and a solo busker (night)", + "sceneVariants": [ + "Late-night alley with graffiti murals, neon signs and a solo busker (night)", + "A muraled wall framing the street performer", + "A small crowd gathered on folding stools", + "Steam rising from a nearby kitchen vent", + "A lone figure passing through under neon glow" + ], + "actions": [ + "A busker strumming and singing softly into a small amp", + "Spectators dropping coins and filming on phones", + "A vendor closing doors and sweeping up", + "A courier passing with quiet, measured steps" + ], + "camera": "Low wet-lens handheld with close audio-sensitive inserts", + "accents": [ + "neon bloom and mic-level practical highlights", + "soft vignette to emphasize the performer" + ], + "mood": "nocturnal intimacy", + "lighting": "neon/practical mixes with deep shadow (night)", + "style": "nocturnal street cinematography" + }, + { + "subGenre": "Street Life", + "scene": "Open-air transit stop with bus shelter, timetable board and waiting commuters (day)", + "sceneVariants": [ + "Open-air transit stop with bus shelter, timetable board and waiting commuters (day)", + "A run of buses arriving and departing in sequence", + "Commuters checking their phones and adjusting backpacks", + "A child peering at the passing buses with fascination", + "Advertising panels lit and changing content" + ], + "actions": [ + "Passengers boarding and tapping contactless fare cards", + "A schedule change announced and commuters adjusting plans", + "A vendor selling bottled drinks to a waiting group", + "A transit worker sweeping and resetting benches" + ], + "camera": "Medium-wide with intimate close-ups on hands and ticket taps", + "accents": [ + "clean practical micro-highlights for readability", + "micro-detail on ticket wear and shelter glass" + ], + "mood": "transient patience", + "lighting": "bright daylight with neutral fill", + "style": "transit-adjacent street cinematography" + }, + { + "subGenre": "Street Life", + "scene": "Sidewalk café row with foot traffic, terrace seating and passing musicians (day→dusk)", + "sceneVariants": [ + "Sidewalk café row with foot traffic, terrace seating and passing musicians (day→dusk)", + "Baristas serving terrace customers and ringing small bells", + "A guitarist walking and playing between tables", + "Sun-lit tables shifting into lamp-lit pockets at dusk", + "A dog under a chair waiting loyally for crumbs" + ], + "actions": [ + "Servers balancing trays across narrow walkways", + "Patrons pausing to greet acquaintances passing by", + "A musician collecting a small tip and moving on", + "A waiter chalking daily specials onto a board" + ], + "camera": "Low lateral glide at table level with telephoto reaction shots", + "accents": [ + "golden-hour rim-light on cup rims and pastry gloss", + "soft ambient bokeh to isolate subjects" + ], + "mood": "relaxed sociability", + "lighting": "transitioning from daylight to warm terrace practicals", + "style": "café-street cinematography" + }, + { + "subGenre": "Street Life", + "scene": "Street vendor cluster selling quick meals from carts with steam and sizzling sounds (day/night)", + "sceneVariants": [ + "Street vendor cluster selling quick meals from carts with steam and sizzling sounds (day/night)", + "A close macro of food being finished and plated", + "Vendors calling out specials in short cadences", + "Patrons standing to eat at small high tables", + "A vendor rapidly wrapping an order to-go" + ], + "actions": [ + "Cooks flipping and basting at speed", + "Customers balancing food while checking messages", + "A vendor juggling cash and change fast", + "Cleaning staff wiping down surfaces between peaks" + ], + "camera": "Low close handheld with wet-lens macro on steam and oil sheen", + "accents": [ + "edible micro-highlights on oil sheen and steam bloom", + "micro-detail on vendor tools and paper wrappers" + ], + "mood": "gustatory urgency", + "lighting": "practical stall light mixes (day or night)", + "style": "street-food cinematography" + }, + { + "subGenre": "Street Life", + "scene": "Skate plaza with concrete ledges, graffiti and skaters practicing tricks (day)", + "sceneVariants": [ + "Skate plaza with concrete ledges, graffiti and skaters practicing tricks (day)", + "Close hero shot of a skater landing a trick", + "A group coaching a younger rider at the edge", + "Spectators filming runs on phones", + "Portable speaker providing low beats to warm up" + ], + "actions": [ + "Skaters rotating through lines and trying runs", + "A coach demonstrating foot placement and balance", + "Spectators applauding and passing small drinks", + "Maintenance smoothing a small crack between sessions" + ], + "camera": "High-frame-rate tracking mixed with low-angle hero shots", + "accents": [ + "crisp motion micro-highlights and graffiti color pop", + "speculars on polished coping edges" + ], + "mood": "raw exhilaration", + "lighting": "bright daylight or curated evening LEDs", + "style": "action-sports street cinematography" + }, + { + "subGenre": "Street Life", + "scene": "Street art alley with muralists at work, spray cans and protective tarps (day)", + "sceneVariants": [ + "Street art alley with muralists at work, spray cans and protective tarps (day)", + "A large wall progressing from sketch to color", + "Close-up of hand-guided spray stencils", + "A small crowd watching an artist demonstrate technique", + "A caretaker cleaning adjacent sidewalks" + ], + "actions": [ + "Artists layering base coats and marking guides", + "A passerby photographing progress for social posts", + "A volunteer appraising and cataloguing work for a local map", + "A vendor selling protective masks and cans nearby" + ], + "camera": "Macro and medium mixes capturing texture and scale", + "accents": [ + "saturated pigment micro-highlights and overspray texture", + "micro-detail on nozzle splatter and mask straps" + ], + "mood": "creative grit", + "lighting": "bright daylight for color fidelity", + "style": "street-art documentary cinematography" + }, + { + "subGenre": "Street Life", + "scene": "Pop-up repair stall with a small anvil, sewing machine and quick fixes (day)", + "sceneVariants": [ + "Pop-up repair stall with a small anvil, sewing machine and quick fixes (day)", + "A seamstress re-stitching a hem on a makeshift table", + "A cobbler attaching a new heel with hand tools", + "A sign advertising 'mends while you wait'", + "A regular dropping off a jacket and chatting" + ], + "actions": [ + "Repairers measuring, stitching and gluing with practiced hands", + "Customers inspecting and agreeing to small fixes", + "Tools laid out neatly on a cloth for quick reach", + "A repairer giving brief maintenance tips to a customer" + ], + "camera": "Intimate macro tripod for fine detail with medium context frames", + "accents": [ + "warm task micro-highlights and fabric sheen", + "micro-detail on stitch and glue textures" + ], + "mood": "skilled pragmatism", + "lighting": "even daylight or shaded practicals", + "style": "repair-stall cinematography" + }, + { + "subGenre": "Street Life", + "scene": "Protest march with placards, chants and a line of stewards (day)", + "sceneVariants": [ + "Protest march with placards, chants and a line of stewards (day)", + "Crowd chanting while moving down an arterial road", + "Close-up of handwritten placard slogans", + "A steward line creating a corridor for medics", + "Aerial view of a converging march to a civic square" + ], + "actions": [ + "Chants building rhythm and coordinated call-responses", + "Stewards guiding safe pedestrian flows and de-escalation", + "A medic team setting up a small aid station", + "Participants pausing for a minute of silence or chant" + ], + "camera": "Documentary multi-angle coverage emphasizing procedural clarity", + "accents": [ + "neutral-accurate color grading to preserve signage legibility", + "micro-detail on marker strokes and fabric texture" + ], + "mood": "collective determination", + "lighting": "bright daylight or overcast neutral conditions", + "style": "civic-action cinematography" + }, + { + "subGenre": "Street Life", + "scene": "Corner newsstand with magazines, cigarette packets and a small queue (day)", + "sceneVariants": [ + "Corner newsstand with magazines, cigarette packets and a small queue (day)", + "A vendor flipping through the morning papers", + "A commuter buying a ticket and coffee", + "A small chalk sign advertising daily specials", + "A slow conversation about current headlines" + ], + "actions": [ + "Vendor restocking racks and adjusting display faces", + "Customers buying single papers and small items", + "An adjacent vendor sharing a joke about the morning commute", + "A delivery replenishing a fresh stack of magazines" + ], + "camera": "Tight handheld with macro on print textures and medium human inserts", + "accents": [ + "soft printed-paper micro-highlights and laminated sheen", + "micro-detail on price stickers and folding lines" + ], + "mood": "informal routine", + "lighting": "bright daylight with small practical shade", + "style": "newsstand street cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/people_and_lifestyle_travelers.json b/src/data/people_and_lifestyle_travelers.json new file mode 100644 index 0000000..f55ded0 --- /dev/null +++ b/src/data/people_and_lifestyle_travelers.json @@ -0,0 +1,229 @@ +{ + "people_lifestyle": [ + { + "subGenre": "Travelers", + "scene": "Backpacking hostel common room with maps, backpacks and shared kitchen (day→evening)", + "sceneVariants": [ + "Backpacking hostel common room with maps, backpacks and shared kitchen (day→evening)", + "A world map pinned with traveler notes and stickers", + "A small communal kitchen bubbling with shared meals", + "A corkboard of leftover hostel events and tours", + "A late-night exchange of route tips between couches" + ], + "actions": [ + "Guests comparing routes and swapping small souvenirs", + "A guest boiling pasta for a shared dinner", + "Someone charging a phone near an outlet with a ragged extension", + "A traveler pinning a new sticker to the world map" + ], + "camera": "Intimate handheld with close inserts on maps and medium social frames", + "accents": [ + "warm practical micro-highlights on kettle steam", + "micro-detail on worn fabric and travel badges" + ], + "mood": "communal adventure", + "lighting": "mixed daylight to warm interior practicals", + "style": "hostel travel cinematography" + }, + { + "subGenre": "Travelers", + "scene": "Train window view with passing landscape, seat companions and a steaming cup (day)", + "sceneVariants": [ + "Train window view with passing landscape, seat companions and a steaming cup (day)", + "A telephoto compression of fields and distant ridgelines", + "A small child watching raindrops streak past", + "A fellow passenger reading a travel journal", + "A conductor checking tickets in a polite cadence" + ], + "actions": [ + "Passengers leaning against glass, absorbing the view", + "A cup being balanced and handed between seats", + "A quick conversation trading local tips for stops ahead", + "A nap taken against a folded jacket" + ], + "camera": "Window-reflection plays and low handheld to preserve motion blur", + "accents": [ + "mirror micro-highlights on water droplets and glass", + "soft interior bounce to keep skin tones natural" + ], + "mood": "transient wonder", + "lighting": "diffuse daylight with reflective window glare", + "style": "rail-travel cinematography" + }, + { + "subGenre": "Travelers", + "scene": "Airport departure lounge with gate displays, rolling suitcases and last coffees (day)", + "sceneVariants": [ + "Airport departure lounge with gate displays, rolling suitcases and last coffees (day)", + "A flight-board updating with delays and gates", + "A family hugging before departure", + "A business traveler finishing an email at a gate table", + "A child chasing a rolling suitcase" + ], + "actions": [ + "Passengers lining up at the gate with passports and boarding passes", + "A last-minute call to a loved one before boarding", + "A parent calming a restless child using toys", + "An attendant making an announcement and checking documentation" + ], + "camera": "Medium-wide with close inserts on boarding passes and faces", + "accents": [ + "clean practical micro-highlights for display legibility", + "micro-detail on luggage tags and boarding card print" + ], + "mood": "expectant transience", + "lighting": "bright interior daylight with cool practicals", + "style": "airport documentary cinematography" + }, + { + "subGenre": "Travelers", + "scene": "Remote campsite by a lake with tents, cooking fire and starry sky (dusk→night)", + "sceneVariants": [ + "Remote campsite by a lake with tents, cooking fire and starry sky (dusk→night)", + "A lone tent lit from within casting warm glow", + "A small group roasting marshmallows on sticks", + "A canoe drawn up to a pebbled shore", + "A mirrored sky reflecting lanterns on still water" + ], + "actions": [ + "Campers tending a small fire and swapping travel stories", + "A cook simmering a simple pot over the flame", + "A quiet moment watching meteors or northern light", + "Pitched tents zipped up against a cooling breeze" + ], + "camera": "Aerial dusk reveal to low handheld by the fire with long exposure star inserts", + "accents": [ + "mirror micro-highlights on the water and ember glow", + "soft grain to emphasize night texture" + ], + "mood": "back-to-nature serenity", + "lighting": "warm fire practicals and long-exposure night sky", + "style": "outdoor-camp cinematography" + }, + { + "subGenre": "Travelers", + "scene": "Small coastal ferry with salt-sprayed railings, gulls and commuters (day)", + "sceneVariants": [ + "Small coastal ferry with salt-sprayed railings, gulls and commuters (day)", + "A deck-side vendor selling hot drinks and donuts", + "A passenger leaning to photograph a lighthouse", + "Wet spray catching bright sun and prism colors", + "A small car ramp clanking shut after boarding" + ], + "actions": [ + "Passengers moving to the windward rail for sea air", + "A vendor calling out hot drinks and simple food", + "A child pointing at a diving gull", + "Crew signaling channel clear for docking" + ], + "camera": "Low handheld with telephoto sea compression and macro for spray", + "accents": [ + "mirror micro-highlights on spray and wet paint", + "micro-detail on rope fibers and hull bolts" + ], + "mood": "coastal transit charm", + "lighting": "bright daylight with reflective sea highlights", + "style": "ferry-travel cinematography" + }, + { + "subGenre": "Travelers", + "scene": "Market bazaar in a foreign city with traders, bargaining and exotic produce (day)", + "sceneVariants": [ + "Market bazaar in a foreign city with traders, bargaining and exotic produce (day)", + "A narrow lane of piled spices and curious fruits", + "A guide explaining a local custom to a small group", + "A camera-toting traveler negotiating a small purchase", + "A rooftop look-down over a tight grid of stalls" + ], + "actions": [ + "Travelers sampling local snacks and negotiating prices", + "A merchant wrapping a purchased item in paper", + "A guide pointing out cultural notes and food cautions", + "A photographer capturing market color with a discreet lens" + ], + "camera": "Handheld lateral with macro food and medium human context", + "accents": [ + "saturated pigment micro-highlights on produce", + "micro-detail on handwritten price tags and postmarks" + ], + "mood": "sensory exploration", + "lighting": "diffuse daylight through canopies", + "style": "market-travel cinematography" + }, + { + "subGenre": "Travelers", + "scene": "Overnight train sleeper cabin with berth folds, dim reading lights and whispers (night)", + "sceneVariants": [ + "Overnight train sleeper cabin with berth folds, dim reading lights and whispers (night)", + "A traveler setting up a top bunk with careful balance", + "A dim lamp and paperback being read before sleep", + "A quiet corridor with trolley movement", + "A dawn announcement and soft stretching passengers" + ], + "actions": [ + "Travelers securing personal items and settling in for night", + "A conductor quietly checking tickets and berths", + "A small whispered chat before lights out", + "A sunrise stretch and yawn as the train nears dawn" + ], + "camera": "Low long-lens and close handheld preserving low light and intimacy", + "accents": [ + "soft lamp micro-highlights and berth fabric texture", + "micro-detail on zipper pulls and ticket stubs" + ], + "mood": "quiet motion solitude", + "lighting": "low warm practicals (night) moving to cool dawn", + "style": "sleeper-train cinematography" + }, + { + "subGenre": "Travelers", + "scene": "Bicycle touring on a country lane with panniers, map stops and small inns (day)", + "sceneVariants": [ + "Bicycle touring on a country lane with panniers, map stops and small inns (day)", + "A roadside stop beneath an old oak for a snack", + "A cyclist mapping the next climb on a paper map", + "An inn sign promising rooms and a hearty meal", + "A small mechanical fix on the shoulder of the road" + ], + "actions": [ + "Cyclists refilling water bottles and applying sunscreen", + "A minor chain repair being performed with calm efficiency", + "Stopping at a village store for bread and cheese", + "Checking-in at a small family-run inn for the night" + ], + "camera": "Mobile lateral and helmet-mounted inserts with telephoto landscape reveals", + "accents": [ + "soft landscape rim-light and wheel-speck micro-highlights", + "micro-detail on worn leather saddles and pannier stitching" + ], + "mood": "pedal-paced freedom", + "lighting": "bright daylight with warm country tones", + "style": "cycle-tour cinematography" + }, + { + "subGenre": "Travelers", + "scene": "Host country homestay kitchen with a family cooking traditional dishes for a guest (day)", + "sceneVariants": [ + "Host country homestay kitchen with a family cooking traditional dishes for a guest (day)", + "A grandmother handing over a small recipe secret", + "A guest chopping under instruction and laughter", + "A table set for a simple family-style meal", + "A small gift exchange as thank-you" + ], + "actions": [ + "Family members guiding the guest through small tasks in cooking", + "A shared meal eaten with hands or simple utensils", + "A guest presenting a small token of thanks", + "A storyteller explaining the cultural meaning behind a dish" + ], + "camera": "Intimate handheld with macro on food and medium family frames", + "accents": [ + "warm culinary micro-highlights and steam bloom", + "micro-detail on utensil wear and woven placemats" + ], + "mood": "cross-cultural warmth", + "lighting": "soft interior daylight or warm practicals", + "style": "homestay documentary cinematography" + } + ] +} \ No newline at end of file diff --git a/src/data/people_and_lifestyle_workplaces.json b/src/data/people_and_lifestyle_workplaces.json new file mode 100644 index 0000000..cf7743e --- /dev/null +++ b/src/data/people_and_lifestyle_workplaces.json @@ -0,0 +1,254 @@ +{ + "people_lifestyle": [ + { + "subGenre": "Workplaces", + "scene": "Open-plan office with low partitions, standing desks and laptop clusters (day)", + "sceneVariants": [ + "Open-plan office with low partitions, standing desks and laptop clusters (day)", + "A bullpen with whiteboards and sticky-note walls", + "A quiet focus zone with noise-cancelling headphones", + "Small huddle spaces with rolling whiteboards", + "A corner with a houseplant and a kettle" + ], + "actions": [ + "People typing, joining short stand-ups and sipping coffee", + "A quick huddle to align on a sprint task", + "Someone presenting a screen to a small group", + "A colleague plugging in a laptop and resuming work" + ], + "camera": "Medium-wide to low handheld passes through desks with close inserts on hands and screens", + "accents": [ + "clean neutral micro-highlights on screens", + "soft practical rim-light to emphasize faces" + ], + "mood": "focused collaboration", + "lighting": "bright neutral office daylight/LED mix", + "style": "corporate documentary cinematography" + }, + { + "subGenre": "Workplaces", + "scene": "Construction site with scaffolding, cranes and workers in hi-vis (day)", + "sceneVariants": [ + "Construction site with scaffolding, cranes and workers in hi-vis (day)", + "A crane placing a pre-cast panel into position", + "Scaffold-lined facades with suspended material hoists", + "Tool-laden site offices and stacked materials", + "A small briefing huddle on site safety" + ], + "actions": [ + "Teams lifting and positioning elements under radio direction", + "Safety briefings and harness checks before a lift", + "Machines moving material while ground crew spot", + "An engineer checking plans against site markers" + ], + "camera": "Protected crane and gimbal with macro inserts on fixings and tag checks", + "accents": [ + "cool industrial rim-light on steel", + "micro-detail on bolt threads and concrete texture" + ], + "mood": "controlled industry", + "lighting": "strong daylight with hard shadows", + "style": "construction cinematography" + }, + { + "subGenre": "Workplaces", + "scene": "Restaurant kitchen at service with line cooks, sizzling pans and plated dishes (night)", + "sceneVariants": [ + "Restaurant kitchen at service with line cooks, sizzling pans and plated dishes (night)", + "Pass-through window with cloche lids and order tickets", + "A chef composing a final garnish on a plate", + "Expediter calling 'fire' as dishes go out", + "A dish being torched for finish at the pass" + ], + "actions": [ + "Cooks moving with tight choreography to fulfill tickets", + "A chef tasting and adjusting seasoning rapidly", + "Plating rhythm synchronized with expeditor calls", + "Dishwashers cycling at the rear to keep flow" + ], + "camera": "Handheld low-angle tracking along the line with macro steam and oil sheen", + "accents": [ + "edible micro-highlights on glossed sauces", + "micro-detail on char, herb texture and steam" + ], + "mood": "intense craftsmanship", + "lighting": "warm practicals with high-contrast cooking lights", + "style": "kitchen service cinematography" + }, + { + "subGenre": "Workplaces", + "scene": "Hospital ward with nurses' station, bed bays and monitored equipment (day→night)", + "sceneVariants": [ + "Hospital ward with nurses' station, bed bays and monitored equipment (day→night)", + "A bedside monitor tracing vitals in soft glow", + "Nurses writing brief notes on handover boards", + "A doctor conducting a quick patient check", + "A visitor sitting quietly by a bed" + ], + "actions": [ + "Nurses administering meds and charting in measured rhythm", + "A doctor reviewing a chart and explaining to family", + "A portable IV cart being prepared for another patient", + "Night shift handover with low voices and checklist" + ], + "camera": "Intimate tripod and handheld close inserts on hands and monitors", + "accents": [ + "soft monitor micro-highlights and warm lamp pools", + "micro-detail on tape, tubing and printed labels" + ], + "mood": "calm professionalism", + "lighting": "controlled clinical lighting, low for night shifts", + "style": "medical documentary cinematography" + }, + { + "subGenre": "Workplaces", + "scene": "Retail shop floor with display racks, checkout counters and staff assisting customers (day)", + "sceneVariants": [ + "Retail shop floor with display racks, checkout counters and staff assisting customers (day)", + "A staffer restocking a high shelf ladder", + "Point-of-sale interaction with chip-reader and bagging", + "A product demo table with small gathering", + "A sale sign and a queue building near checkout" + ], + "actions": [ + "Staff greeting customers and answering product questions", + "A cashier scanning items and packing bags quickly", + "Managers rearranging displays to highlight promotions", + "A customer trying a sample or testing a product" + ], + "camera": "Tight gimbal with macro on product detail and medium human inserts", + "accents": [ + "clean retail micro-highlights and merchandising fills", + "micro-detail on label print and price tags" + ], + "mood": "service-driven bustle", + "lighting": "bright retail lighting optimized for color", + "style": "retail cinematography" + }, + { + "subGenre": "Workplaces", + "scene": "Night-shift control room with banks of screens, operators and soft console glow (night)", + "sceneVariants": [ + "Night-shift control room with banks of screens, operators and soft console glow (night)", + "Operators monitoring camera feeds and telemetry", + "A quick alert popping up on a wall of screens", + "A hand hitting a soft-key to acknowledge an alarm", + "A low conversation about a procedural response" + ], + "actions": [ + "Analysts watching dashboards and annotating logs", + "An operator initiating a scripted response sequence", + "A supervisor consulting protocol checklists", + "A handover briefing for the incoming shift" + ], + "camera": "Low long-lens handheld with careful exposure to preserve screen legibility", + "accents": [ + "cool display micro-highlights and reflected speculars", + "micro-detail on keyboard wear and sticky labels" + ], + "mood": "quiet vigilance", + "lighting": "low artificial with display-dominant glow (night)", + "style": "ops-room cinematography" + }, + { + "subGenre": "Workplaces", + "scene": "Co-working space with hot desks, small meeting rooms and community noticeboard (day)", + "sceneVariants": [ + "Co-working space with hot desks, small meeting rooms and community noticeboard (day)", + "A booked meeting room with glass walls and a whiteboard", + "A freelancer on a laptop with earphones in", + "A coffee station where small groups form", + "A noticeboard with event flyers and member offers" + ], + "actions": [ + "People switching between focus work and brief collaborations", + "A small workshop running in a meeting nook", + "A member checking in at a kiosk and grabbing a badge", + "A barista-style coffee station brewing single-origin" + ], + "camera": "Medium handheld with intimate human inserts and wide context reveals", + "accents": [ + "clean warm micro-highlights on wood and glass", + "micro-detail on notebook scribbles and cable management" + ], + "mood": "entrepreneurial focus", + "lighting": "bright mixed daylight and warm interior practicals", + "style": "co-working cinematography" + }, + { + "subGenre": "Workplaces", + "scene": "Workshop/garage with tools, bench vices, welding mask and an in-progress build (day)", + "sceneVariants": [ + "Workshop/garage with tools, bench vices, welding mask and an in-progress build (day)", + "A lathe turning a small metal part", + "Sparks from a brief welding operation with protective gear", + "Shelves of labelled fasteners and paints", + "A finished small assembly on a clean bench" + ], + "actions": [ + "A machinist setting up a tool and measuring tolerances", + "A welder performing a short tack under supervision", + "An apprentice being coached on safe tool use", + "Parts being cleaned and labeled for the next operation" + ], + "camera": "Protected macro and medium with high-frame-rate action inserts", + "accents": [ + "cool metallic micro-highlights and spark bloom", + "micro-detail on thread pitches and tool marks" + ], + "mood": "skilled craft", + "lighting": "bright workshop task lighting", + "style": "workshop cinematography" + }, + { + "subGenre": "Workplaces", + "scene": "Laboratory research bench with pipettes, centrifuge and annotated protocols (day)", + "sceneVariants": [ + "Laboratory research bench with pipettes, centrifuge and annotated protocols (day)", + "A researcher pipetting small volumes into a rack", + "A centrifuge spinning with a soft hum", + "Labeled reagent bottles with hazard tags", + "A notebook recording an experiment's steps" + ], + "actions": [ + "Technicians performing calibrated pipetting and sample preparation", + "A lead scientist reviewing data on a nearby monitor", + "A safety check of PPE and bench cleanliness", + "A small discussion about next experimental steps" + ], + "camera": "Macro tripod for instrument detail and medium human context", + "accents": [ + "neutral lab micro-highlights and micro-bubble detail", + "micro-detail on label text and pipette volume markings" + ], + "mood": "methodical inquiry", + "lighting": "bright neutral task lighting", + "style": "lab-research cinematography" + }, + { + "subGenre": "Workplaces", + "scene": "Salon/hairdresser with chairs, shampoo sinks and stylist interaction (day)", + "sceneVariants": [ + "Salon/hairdresser with chairs, shampoo sinks and stylist interaction (day)", + "A stylist cutting with precise scissor work", + "A colorist mixing dye on a ceramic bowl", + "A client viewing a style book for inspiration", + "A shampoo basin with steaming towels" + ], + "actions": [ + "Stylists consulting and executing a cut or color", + "Assistants prepping tools and warming towels", + "A client reacting to a new style in a mirror", + "Payment and booking follow-ups at the desk" + ], + "camera": "Intimate handheld with close macro on hair texture and scissors", + "accents": [ + "warm practical micro-highlights and hair gloss speculars", + "micro-detail on comb teeth and dye brush strokes" + ], + "mood": "personal transformation", + "lighting": "bright warm salon practicals", + "style": "beauty-service cinematography" + } + ] +} \ No newline at end of file