I am working on my own sheets for Seedance. This is just an experiment. It is an emotional sheet. Just an experiment as I haven't decided how to use it for vidoe yet
SCENE = "[Einstein discovers betrayal]" DURATION = "[SECONDS]" = 8 BEAT_COUNT = 12 class EmotionalBeat: timestamp = "frame-accurate timing" internal = "what character is thinking/feeling" external = "visible micro-expression or gesture" audio_cue = "breath, pause, voice crack, silence" class ArcStructure: def build(scene, duration): return [ "baseline state", "trigger recognition", "denial micro-expression", "realization dawning", "emotional peak", "suppression attempt", "new baseline" ] class TimingPanel: content = { "keyframe": "facial snapshot at this beat", "delta": "what changed from previous frame", "hold_duration": "how long this expression sustains", "transition": "hard cut / blend / tremor" } class Sheet: layout = "timeline bar emotion graph facial keys audio waveform overlay" extras = "pupil dilation notes, breathing rhythm, micro-gesture catalog" def render(): """ Generate frame-by-frame emotional performance map. AI infers authentic reaction timing, suppression patterns, and physiological tells for the given scenario. """