Updated Clip Handling Logic (markdown)

Gramps
2025-08-05 22:06:27 -07:00
parent 65cdc30423
commit d789476211

@ -13,9 +13,6 @@ hits/ | Single standout moments (e.g., eliminations). Processed into individual
misses/ | Funny or frustrating fails. Each one becomes a clip.
outtakes/ | Manually triggered clips marked during stream (via button or voice). Not auto-processed.
timelapses/ | 3D print timelapses with their own rendering pipeline. Handled via exception path.
hits/ | Single standout moments (e.g., eliminations). Processed into individual highlight videos.
misses/ | Funny or frustrating fails. Each one becomes a clip.
outtakes/ | Manually triggered clips marked during stream (via button or voice). Not auto-processed.
<hr>
@ -96,16 +93,13 @@ This page documents how the LCS Pipeline detects, classifies, and processes high
All clips are sorted into one of the following categories, each in its own subdirectory:
| Folder Name | Description | |
| ------------- | ----------------------------------------------------------------------------------------- | ----------------------------- |
| `montages/` | Pre-edited reels combining multiple highlights. One file → one final video. | |
| `hits/` | Single standout moments (e.g., eliminations). Processed into individual highlight videos. | |
| `misses/` | Funny or frustrating fails. Each one becomes a clip. | |
| `outtakes/` | Manually triggered clips marked during stream (via button or voice). Not auto-processed. | |
| `timelapses/` | 3D print timelapses with their own rendering pipeline. Handled via exception path. | . One file → one final video. |
| `hits/` | Single standout moments (e.g., eliminations). Processed into individual highlight videos. | |
| `misses/` | Funny or frustrating fails. Each one becomes a clip. | |
| `outtakes/` | Manually triggered clips marked during stream (via button or voice). Not auto-processed. | |
| Folder Name | Description |
| ------------- | ----------------------------------------------------------------------------------------- |
| `montages/` | Pre-edited reels combining multiple highlights. One file → one final video. |
| `hits/` | Single standout moments (e.g., eliminations). Processed into individual highlight videos. |
| `misses/` | Funny or frustrating fails. Each one becomes a clip. |
| `outtakes/` | Manually triggered clips marked during stream (via button or voice). Not auto-processed. |
| `timelapses/` | 3D print timelapses with their own rendering pipeline. Handled via exception path. |
---