Updated Clip Handling Logic (markdown)
@ -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.
|
hits/ | Single standout moments (e.g., eliminations). Processed into individual highlight videos.
|
||||||
misses/ | Funny or frustrating fails. Each one becomes a clip.
|
misses/ | Funny or frustrating fails. Each one becomes a clip.
|
||||||
outtakes/ | Manually triggered clips marked during stream (via button or voice). Not auto-processed.
|
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>
|
<hr>
|
||||||
@ -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:
|
All clips are sorted into one of the following categories, each in its own subdirectory:
|
||||||
|
|
||||||
| Folder Name | Description |
|
| Folder Name | Description | |
|
||||||
| ----------- | ----------------------------------------------------------------------------------------- |
|
| ------------- | ----------------------------------------------------------------------------------------- | ----------------------------- |
|
||||||
| `montages/` | Pre-edited reels combining multiple highlights. One file → one final video. |
|
| `montages/` | Pre-edited reels combining multiple highlights. One file → one final video. | |
|
||||||
| `hits/` | Single standout moments (e.g., eliminations). Processed into individual highlight videos. |
|
| `hits/` | Single standout moments (e.g., eliminations). Processed into individual highlight videos. | |
|
||||||
| `misses/` | Funny or frustrating fails. Each one becomes a clip. |
|
| `misses/` | Funny or frustrating fails. Each one becomes a clip. | |
|
||||||
| `outtakes/` | Manually triggered clips marked during stream (via button or voice). Not auto-processed. |
|
| `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. | |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user