Frequently asked questions
- What is a good file naming convention for video editing?
- A consistent order of fields — typically project code, date, scene, shot/take, version — joined by a single separator, with no spaces. This builder lets you toggle and order those fields and see the result instantly.
- What's the best date format for filenames?
- YYYY-MM-DD (or YYYYMMDD with no dashes) sorts chronologically and avoids ambiguity. Both are options here; pick the one your batch tools and OS sort cleanly.
- Should I use spaces, underscores, or hyphens in filenames?
- Avoid spaces — they break command-line tools and URLs. Underscores and hyphens are both safe; underscore is the most common in post-production. The builder offers underscore, hyphen, dot, or none.
- What is the pattern string and how do I use it?
- It's a token version of your convention (e.g. {project}_{YYYY-MM-DD}_{scene}_{take}_v{nn}). Paste it into a batch-rename tool like Adobe Bridge, Better Rename, or a mv script to apply the convention to many files at once.
- Does this tool rename or upload my files?
- No. It's 100% client-side and never touches a single file — it only builds an example filename, a pattern string, and a downloadable text cheat-sheet from the values you type.
How to build a file naming convention
- Choose your fields Toggle on the fields you want (project, date, scene, take, version, etc.) and move them into the order you want them to appear.
- Set separator and case Pick a separator (underscore, hyphen, dot, or none) and a case style; the live example filename updates instantly.
- Copy or download Copy the pattern string into your batch-rename tool, or download the plain-text cheat-sheet to share the convention with your team.