Created File Structure (markdown)

Gramps
2025-07-25 19:48:18 -07:00
parent 219fcb87e5
commit 99fbb92aef

27
File-Structure.md Normal file

@ -0,0 +1,27 @@
# File Structure
Each video session directory is structured with consistent naming conventions and subfolders.
## Directory Layout
```
Z:/LCS/Videos/eklipse/YYYY.MM.DD/
├── hits/
│ ├── killclip-001.mp4
│ ├── notes.txt # Optional description for prompt generation
├── misses/
├── montages/
├── outtakes/
└── rendered/
```
## Notes File
- A `notes.txt` file may be placed alongside any video.
- It must contain one or more sentences describing the clip.
- Used for generating:
- Dynamic thumbnail prompts
- Titles
- Social copy
---