Created File Structure (markdown)
27
File-Structure.md
Normal file
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
|
||||||
|
|
||||||
|
---
|
||||||
Reference in New Issue
Block a user