Commit 34ce1f8
Add video validation and flexible column detection to MediaPipe processing
- Add video file validation to prevent repeated processing of invalid videos
- Support both START/END and START_REALIGNED/END_REALIGNED timestamp columns
- Implement video validation caching to avoid duplicate checks
- Add comprehensive task summary logging with skip reasons
- Translate Chinese comments to English
- Add proper resource cleanup and memory management
- Fix 60-second duration filtering implementation
This eliminates repeated error messages for missing/corrupted videos and improves processing efficiency.1 parent 2fc1857 commit 34ce1f8
3 files changed
+260
-162
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
162 | 168 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
0 commit comments