diff --git a/File-Structure.md b/File-Structure.md new file mode 100644 index 0000000..3c51582 --- /dev/null +++ b/File-Structure.md @@ -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 + +---