diff --git a/Clip-Handling-Logic.md b/Clip-Handling-Logic.md index a99a798..bef8478 100644 --- a/Clip-Handling-Logic.md +++ b/Clip-Handling-Logic.md @@ -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.
@@ -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. | ---