chore: cleanup
This commit is contained in:
@@ -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:**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user