From 6256bc10e47f420156dd882986772ef1bc944cf0 Mon Sep 17 00:00:00 2001 From: BenStullsBets Date: Wed, 24 Jun 2026 13:29:09 -0700 Subject: [PATCH] update sessions/0015/SESSION-0015.0-TRANSCRIPT-2026-06-24T13-16--INPROGRESS.md --- ...TRANSCRIPT-2026-06-24T13-16--INPROGRESS.md | 66 ++++++++++++++++++- 1 file changed, 63 insertions(+), 3 deletions(-) diff --git a/sessions/0015/SESSION-0015.0-TRANSCRIPT-2026-06-24T13-16--INPROGRESS.md b/sessions/0015/SESSION-0015.0-TRANSCRIPT-2026-06-24T13-16--INPROGRESS.md index 0e03d82..b2d0fcf 100644 --- a/sessions/0015/SESSION-0015.0-TRANSCRIPT-2026-06-24T13-16--INPROGRESS.md +++ b/sessions/0015/SESSION-0015.0-TRANSCRIPT-2026-06-24T13-16--INPROGRESS.md @@ -18,8 +18,68 @@ Process 5 candidate ORBIT (Earth-from-space) clips for the human-experience-filt ``` +## Plan + +Process 5 candidate ORBIT (Earth-from-space) clips: resolve URLs, download, vet for text/telemetry/humans via contact sheets, trim to word-free 24s window, transcode via process_clip. + +Tasks: +1. Resolve direct mp4 URLs for SVS pages (aurora_perth/31281, westcoast/30180, bluemarble/4550) +2. Download all 5 clips +3. Build contact sheets (overview + first-8s + last-8s) for each clip +4. Vet each clip for text overlays, telemetry, ISS hardware, humans +5. Determine clean window or mark UNUSABLE +6. process_clip → simulator/sample_media// for usable clips +7. Generate preview frames + +## Clip results + +### orbit_planetearth +- URL: https://svs.gsfc.nasa.gov/vis/a030000/a030700/a030771/ISS_View_of_Planet_Earth_2160p.mp4 +- Duration: 97.2s +- Text/telemetry: "INTERNATIONAL SPACE STATION" title card t=0–8s; ISS logo end card t≈80–97s +- Humans: none +- Window: 10–34s (24s, clean daytime Earth clouds) +- Status: USABLE +- Output: simulator/sample_media/orbit_planetearth/ +- Preview: /tmp/hef-cand/orbit_planetearth/preview.png + +### orbit_crewobs +- URL: https://svs.gsfc.nasa.gov/vis/a030000/a030700/a030771/ISS_Crew_Earth_Observations_2160p.mp4 +- Duration: 66.4s +- Text/telemetry: "INTERNATIONAL SPACE STATION" + date/location title card t=0–8s; ISS logo end card t≈55–66s +- Humans: none +- Window: 9–33s (24s, clean desert/cloud Earth) +- Status: USABLE +- Output: simulator/sample_media/orbit_crewobs/ +- Preview: /tmp/hef-cand/orbit_crewobs/preview.png + +### orbit_aurora_perth +- URL: https://svs.gsfc.nasa.gov/vis/a030000/a031200/a031281/ISS067_20220817_aurora_1080p25.mp4 +- Duration: 49.6s +- Text/telemetry: Date+timestamp burned in top-left throughout (e.g. "2022-08-17 19:15:25", updating every second) +- Humans: none +- Window: none (telemetry throughout) +- Status: UNUSABLE + +### orbit_westcoast +- URL: https://svs.gsfc.nasa.gov/vis/a030000/a030100/a030180/iss028_nighttime_20110819_720p.mp4 +- Duration: 54.7s +- Text/telemetry: none +- Humans: none +- ISS hardware: cylindrical ISS module + solar panel grid visible in top-right corner throughout entire clip (confirmed by exhaustive per-second crop inspection t=14–44s) +- Window: none (ISS hardware throughout) +- Status: UNUSABLE — orbit_westcoast output dir deleted + +### orbit_bluemarble +- URL: https://svs.gsfc.nasa.gov/vis/a000000/a004500/a004550/BlueMarble_starfield_4k_2160p30_v2.mp4 +- Duration: 121.0s +- Text/telemetry: none (CG visualization, no overlays anywhere) +- Humans: none +- Window: 10–34s (24s, rotating Earth globe on starfield) +- Status: USABLE +- Output: simulator/sample_media/orbit_bluemarble/ +- Preview: /tmp/hef-cand/orbit_bluemarble/preview.png + ## Deferred decisions -_Autonomous-mode low-confidence calls the driver made and would have -liked operator input on. Appended as the session runs; surfaced at -finalize. Empty if none._ +- orbit_westcoast output directory (simulator/sample_media/orbit_westcoast/) was written before the ISS hardware was confirmed throughout. It needs to be deleted. The rm -rf was attempted but permission was denied in the sandbox — operator should delete it manually: `rm -rf simulator/sample_media/orbit_westcoast`