The recording for this lesson has not been published yet.
Watch yourself during an edit and you will notice that cutting is fast - finding the right clip is slow. "Where was that take where I did not stumble?" costs minutes every time you ask it. A fixed folder structure, a naming rule and a short clip log turn that question into a two-second lookup. You set this up once and copy it for every future project.
Create this skeleton before you copy a single file from your phone or camera:
2026-10-03_one-pan-dinner-ep01/
|-- 00_brief/ final-project-brief.txt, script, clip log
|-- 01_raw/ untouched camera/phone files, never edited
| |-- A-cam/
| `-- phone/
|-- 02_selects/ best takes copied out of raw
|-- 03_audio/
| |-- voice/ voiceover and dialogue
| |-- music/ licensed tracks + license files
| `-- sfx/
|-- 04_broll/ cutaways, screen recordings, stock
|-- 05_brand/ logo, fonts, colors, intro/outro, safe-area overlay
|-- 06_review/ review exports with version numbers
|-- 07_exports/ approved finals per platform
`-- 99_archive/ unused takes after publishing
The number prefixes keep folders in workflow order in every file browser. Save a copy of
the empty tree as _TEMPLATE_project so a new project starts with one copy
command.
| Folder name | Contains | Naming rule | Retention policy |
|---|---|---|---|
01_raw | Original files exactly as recorded | Keep camera names or prefix date + camera | Keep until final is published, then archive |
02_selects | Best takes only | scene_take_description | Keep with the project |
03_audio | Voice, music, sfx | vo_, mus_, sfx_ prefixes | Keep music only with a stored license |
04_broll | Cutaways and stock | broll_subject_NN | Reusable - promote good shots to a shared library |
05_brand | Logo, fonts, templates | brand_item_variant | Master copy lives in a shared library |
06_review | Draft exports for feedback | project_vNN_review | Delete after final approval |
07_exports | Approved finals | project_platform_ratio_final | Keep forever (plus a backup) |
99_archive | Unused takes | unchanged | Move to cold storage after 90 days |
A good name sorts correctly, can be read without opening the file, and never contains spaces or words like "final2". Use lowercase, hyphens inside a field and underscores between fields.
Clips: sc{scene}_t{take}_{description}.{ext}
sc02_t03_pan-flip-closeup.mp4
Audio: vo_{section}_t{take}.wav vo_hook_t02.wav
mus_{artist}-{track}.mp3 mus_artist-track.mp3
Projects: {date}_{slug}_v{NN} 2026-10-03_one-pan-dinner_v03
Exports: {slug}_{platform}_{ratio}_v{NN}.mp4
one-pan-dinner_tiktok_9x16_v03.mp4
one-pan-dinner_yt-shorts_9x16_final.mp4
CapCut links to files by their location on disk. Renaming or moving a file after it is in a project makes it show as missing media. Do all renaming in the file browser first, then import.
Importing everything you filmed turns the media panel into a haystack. Do the selection pass outside the timeline:
01_raw unchanged.02_selects and rename them.02_selects, 03_audio, 04_broll and
05_brand into CapCut. Leave 01_raw out.clip-log.csv
File,Scene,Take,Quality Score (1-5),Notes
IMG_4812.MOV,02,1,2,"stumbled on the word 'minutes'"
IMG_4813.MOV,02,2,4,"good, slightly soft focus at 0:04"
IMG_4814.MOV,02,3,5,"use this - clean delivery, good light"
IMG_4820.MOV,03,1,5,"b-roll: pan flip, keep 0:02-0:05"
Your file browser or media info tool shows each clip's frame rate. If one clip was shot at 60 fps and the rest at 30 fps, note it in the log now - it is the most common cause of stutter later.
Keep a shared library outside any single project, and copy from it into 05_brand:
_LIBRARY/
|-- brand/
| |-- logo_primary_white.png
| |-- logo_primary_black.png
| |-- fonts/ font files + license
| |-- colors.txt hex values: #111111, #F5C400, ...
| |-- intro_2s_9x16.mp4
| `-- safe-area_9x16.png
|-- broll/ reusable cutaways by subject
`-- music-licenses/ one PDF/receipt per licensed track
Never delete raw footage until the final is published and the project folder exists in at least two places.
[ ] Every imported file renamed to the convention
[ ] Best takes scored and tagged in clip-log.csv
[ ] Duplicate assets removed before editing
[ ] Unused takes moved to 99_archive
[ ] Only music with a stored license kept in 03_audio/music
[ ] 06_review cleared after final approval
[ ] Handoff package in 07_exports: finals, cover image, caption text
[ ] Project folder copied to backup drive or cloud
_TEMPLATE_project with the folder tree above, then copy it for your
final project with a dated name.01_raw and write a clip log with at least five rows.00_brief/naming.txt - this is the
documented convention required for the Module 0 deliverable.