chore: cleanup

This commit is contained in:
2026-02-27 17:47:55 +08:00
parent f501119d43
commit 846549498c
5 changed files with 219 additions and 463 deletions
+3 -3
View File
@@ -1242,9 +1242,9 @@ Max Concurrent: 4 (Waves 1 & 2)
**References**: None needed — standalone task
**Acceptance Criteria**:
- [ ] `./assets/sample.mp4` (or `.avi`) exists
- [ ] Video has ≥60 frames
- [ ] Playable with `uv run python -c "import cv2; cap=cv2.VideoCapture('./assets/sample.mp4'); print(f'frames={int(cap.get(7))}'); cap.release()"`
- [x] `./assets/sample.mp4` (or `.avi`) exists
- [x] Video has ≥60 frames
- [x] Playable with `uv run python -c "import cv2; cap=cv2.VideoCapture('./assets/sample.mp4'); print(f'frames={int(cap.get(7))}'); cap.release()"`
**QA Scenarios:**