update sessions/0015/SESSION-0015.0-TRANSCRIPT-2026-06-24T13-16--INPROGRESS.md

This commit is contained in:
BenStullsBets
2026-06-24 13:29:09 -07:00
parent 317a6be6b0
commit 6256bc10e4
@@ -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/<id>/ 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=08s; ISS logo end card t≈8097s
- Humans: none
- Window: 1034s (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=08s; ISS logo end card t≈5566s
- Humans: none
- Window: 933s (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=1444s)
- 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: 1034s (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`