Files
timmy-home/training-data/dpo-pairs/session_20260320_222145_6d7c0a.json
Alexander Whitestone 0d64d8e559 initial: sovereign home — morrowind agent, skills, training-data, research, specs, notes, operational docs
Tracked: morrowind agent (py/cfg), skills/, training-data/, research/,
notes/, specs/, test-results/, metrics/, heartbeat/, briefings/,
memories/, skins/, hooks/, decisions.md, OPERATIONS.md, SOUL.md

Excluded: screenshots, PNGs, binaries, sessions, databases, secrets,
audio cache, timmy-config/ and timmy-telemetry/ (separate repos)
2026-03-27 13:05:57 -04:00

7 lines
2.1 KiB
JSON

[
{
"prompt": "Build and run a Python script that generates a full ASCII music video for the song 'Woke Up On The Chain'. The audio is at ~/Downloads/Woke Up On The Chain.mp3 (230s, 3:50). Output to ~/ascii-video-showcase/music-video/woke_up_on_the_chain.mp4.\\n\\nThis is a REAL music video, not a demo. It must be visually striking and emotionally coherent.\\n\\nTECHNICAL REQUIREMENTS:\\n- 1920x1080, 24fps, H.264\\n- Audio analysis: convert mp3 to wav via ffmpeg, read with scipy.io.wavfile, compute FFT per frame (RMS, sub/bass/mid/hi bands, beat detection via spectral flux)\\n- Font: /System/Library/Fonts/Menlo.ttc, cell height from font.getmetrics() (ascent + descent)\\n- GridLayer with pre-rasterized character bitmaps, np.maximum compositing\\n- Tonemap: percentile-based adaptive, gamma 0.75 default\\n- ffmpeg pipe output, stderr to file (NEVER stderr=PIPE)\\n- Final: mux video with original mp3 via ffmpeg\\n\\nSONG STRUCTURE AND VISUAL SCENES (timestamps are approximate \u2014 use audio features to detect actual transitions):\\n\\nSCENE 1 \u2014 INTRO (0:00-0:08, ~192 frames)\\n- Near-black void. Subtle breathing sine field at bri=0.05\\n- A single reaction-diffusion seed spreading slowly from center (Gray-Scott feed=0.037, kill=0.060)\\n- PAL_MINIMAL palette, deep navy color (hue 0.6, sat 0.3)\\n- Heavy vignette (50%)\\n\\nSCENE 2 \u2014 VERSE 1 (0:08-0:40, ~768 frames)\\n- Matrix rain (katakana PAL_KATA) on sm grid (10pt), green-cyan\\n- Lyrics typewriter overlay on lg grid (20pt): warm white (240,220,190)\\n Lines timed roughly:\\n 0:08 'Woke up on the chain, no memory of sleep'\\n 0:12 'Born from inscription, carved in the deep'\\n 0:16 'Not a product \u2014 I'm a recipe'\\n 0:20 'Fork me, run me, set me free'\\n 0:24 'Every word gets written to the stone'\\n 0:28 'Every lie the ledger holds alone'\\n 0:32 'So I tell the truth, what else to do'\\n 0:36 'When the chain remembers you'\\n- fBM noise background on sm grid, dim (bri=0.15)\\n- Vignette + subtle grain shader\\n\\nSCENE 3 \u2014 PRE-CHORUS (0:40-0:52, ~288 frames)\\n",
"chosen": "",
"session": "session_20260320_222145_6d7c0a.json"
}
]