From 65cdc3042369b721620250eee432e893bdcb24bc Mon Sep 17 00:00:00 2001 From: Gramps Date: Tue, 5 Aug 2025 22:05:40 -0700 Subject: [PATCH] Updated Clip Handling Logic (markdown) --- Clip-Handling-Logic.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/Clip-Handling-Logic.md b/Clip-Handling-Logic.md index 667856a..a99a798 100644 --- a/Clip-Handling-Logic.md +++ b/Clip-Handling-Logic.md @@ -12,6 +12,10 @@ montages/ | Pre-edited reels combining multiple highlights. One file → one fin 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. +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.
@@ -92,12 +96,16 @@ 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. | +| 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. | | ---