Baseline Cinema (Horror POV)

[!NOTE] ILLUSTRATIVE DIRECTORIAL REFERENCE ONLY
Verbatim reference from verified production scripts. Demonstrates the pure platform-agnostic 5-block baseline layout with continuous first-person POV execution.


1. Verbatim Production Script

SCENE: BASELINE POV HORROR
[INTENT]
Create a 1980s found-footage mystery horror scene set at night in a dark forest near an eerie lake, featuring three investigators confronting a massive nightmarish creature.

[LOGIC]
Ensure continuous first-person point-of-view without cuts, preserving spatial geography in the dark woodland. Maintain physical light beam behavior from vintage flashlights. Keep prop continuity and grounded performances.

[AESTHETIC]
Medium: 1980s analog magnetic tape, subtle horizontal tracking noise, soft grain
Palette: pitch black, damp pine green, cold moonlight silver, tungsten yellow
Lighting: narrow direct flashlight beams, soft cold moonlight through canopy
Location: mist-choked evergreen forest, damp pine needles, black lake shore
Wardrobe: Evan in mustard yellow parka; Rosa in navy blue flannel shirt; Arthur in dark denim jacket

[OPENING]
POV HANDHELD MS, eye-level, tracking forward through damp boughs toward a pitch-black lake shore. Frame-right, Arthur stands in profile aiming a yellow light beam into swirling fog. Frame-left, Rosa pauses, looking back toward the trees.

[EXECUTION]
[CAM] POV HANDHELD TRACKING -> [ACT] Arthur swings his light beam left -> [AUDIO] heavy wet footsteps in shallow mud
[CAM] POV PAN LEFT -> [ACT] Rosa turns, clutching her collar -> [AUDIO] low wood-snapping vibration
[CAM] POV HANDHELD TRACKING
-> [ACT] Arthur swings his light beam left
-> [AUDIO] heavy wet footsteps in shallow mud
[CAM] POV PAN LEFT
-> [ACT] Rosa turns, clutching her collar
-> [AUDIO] low wood-snapping vibration

2. Directorial Analysis & Theory Connections

This script exemplifies the foundational 5-block architecture working in complete harmony without requiring any production modules or complex token dictionaries:

Block 1: [INTENT] — The Directorial North Star

  • Role: Establishes the high-level identity, tone, genre, medium era (1980s analog), and core narrative goal in flowing prose.
  • Theory Connection: See intent.md.

Block 2: [LOGIC] — Reasoning-Layer Guardrails

  • Role: Directly instructs the model’s reasoning engine to maintain continuous first-person point-of-view (POV) without cuts, ground the light beam physics in the dark forest, and prevent spatial teleportation.
  • Theory Connection: See logic.md.

Block 3: [AESTHETIC] — The Lookbook Specification

  • Role: Structures the visual and auditory world into clean label: value lines. Wardrobes and color palettes established here are forward-inherited across the entire scene without needing redundant repetition downstream.
  • Theory Connection: See aesthetic.md and the Block Extension Principle in block_rules.md.

Block 4: [OPENING] — The Composed Still Anchor (\(S_0\))

  • Role: Locks the exact visual frame at \(t = 0\) (velocity = 0). It places Arthur on frame-right and Rosa on frame-left, establishing the physical geography before any motion unfolds.
  • Theory Connection: See opening.md.

Block 5: [EXECUTION] — The State-Transition Timeline

  • Role: Commences time (\(t > 0\)). Execution Line 1 (\(S_1\)) inherits the framing and character positions from [OPENING], then initiates continuous camera movement and physical flashlight tracking.
  • Theory Connection: See execution.md and the state-transition mathematical model in conceptual_model.qmd.
Back to top