Files
timmy-home/training-data/dpo-pairs/session_20260320_230033_b519ac.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
1.9 KiB
JSON

[
{
"prompt": "Create and run 3 chapter scripts + stitch script for Vault of Victory ASCII music video. PASS 1: VISUALS ONLY.\n\nShared library: ~/ascii-video-showcase/music-video/ascii_lib.py\nFeatures: ~/ascii-video-showcase/vault-of-victory/features.npz\nOutput dir: ~/ascii-video-showcase/vault-of-victory/chapters/\n\nCHAPTER 5 \u2014 VAULT (ch05.mp4, frames 3600-4319, 30s)\n- The ornamental mandala (~/Downloads/f8cd619c-9795-4c18-84d0-3c2af2574d24.jpg) returns but now with tunnel zoom effect (vf_tunnel) composited via screen blend. Image pulses with bass. The vault opens. PAL_BLOCKS for image, PAL_RUNE for tunnel overlay. Vignette + bloom.\n\nCHAPTER 6 \u2014 TRIUMPH (ch06.mp4, frames 4320-4799, 20s)\n- Creation of Adam again but now BRIGHTER, more energetic. Full brightness image ASCII. Domain warp distortion pulsing with beats (subtle, warp_strength=5*beat). Concentric rings expanding from the touching hands (center of image). Gold everywhere (hue=0.08). Bloom heavy. This is the climax.\n\nCHAPTER 7 \u2014 FADE (ch07.mp4, frames 4800-5037, ~10s)\n- Whatever was on screen in ch06 fades to black over 10 seconds. Use the Creation of Adam but multiply by (1.0 - progress) where progress goes 0->1. Last frames are pure black. Vignette increasing to consume the image.\n\nThen create and run STITCH SCRIPT (stitch.py):\n- Write concat.txt listing ch01.mp4 through ch07.mp4\n- ffmpeg concat all chapters: ffmpeg -y -f concat -safe 0 -i concat.txt -c:v libx264 -preset fast -crf 18 -pix_fmt yuv420p video_only.mp4\n- Then PASS 3 (audio mux): ffmpeg -y -i video_only.mp4 -i '~/Downloads/Vault of Victory (1).mp3' -c:v copy -c:a aac -b:a 192k ~/ascii-video-showcase/vault-of-victory/vault_of_victory.mp4\n- Print final duration and file size\n- Verify duration matches audio (~210s)\n\nSame pattern as batch 1. VIDEO ONLY chapters, no text, no audio baked in. Run each script after creating.",
"chosen": "",
"session": "session_20260320_230033_b519ac.json"
}
]