Replace video corpus with episodic fixtures#31
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d1393d90fd
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "effects": "zoom_in", | ||
| "overlay_text": "Pasta recipe", | ||
| "scenario": "Kitchen memory from a weeknight family recipe session.", | ||
| "images": ["food_pasta_dish.png", "handwritten_notes.png", "food_pasta_dish.png"], |
There was a problem hiding this comment.
Use distinct image files for each captioned cooking scene
cooking_tutorial.mp4 reuses food_pasta_dish.png for scenes 1 and 3, but _burn_text_onto_image writes captioned frames to a temp filename keyed only by source.stem; when the same source appears twice with different scene_captions, the later render overwrites the earlier one, so scene 1 ends up showing scene 3’s caption. This makes the generated fixture inconsistent with its intended timeline/transcript and can skew video-retrieval benchmarks that rely on scene text cues.
Useful? React with 👍 / 👎.
Summary
Validation
Notes