场景标题提取器
轻量的场景清单生成器
制片助理和编剧常常要花好几个小时,把一部电影里的每一个场景一条条列出来。把完整剧本粘贴到下面。工具会识别每一行以内景、外景或内外景开头的场景标题,然后输出一份干净、按字母排序的场景清单,可以直接复制进 Excel 或拆解表。
这个免费的场景标题提取器,是给筹备期里需要快速、可靠地列出剧本中所有场景的人用的。你不用再翻着 PDF 一条条手动复制场景标题,把剧本粘进来,几秒钟就能拿到一份可直接使用的场景清单。
提取器逐行扫描你的剧本,寻找标准场景标题,然后把它们收进一份去重后的清单。它是一个轻量的拆解助手,适合做场景清单、拍摄计划和通告单筹备。
全部在你的浏览器里运行。没有任何剧本页被上传或存储。一小段 JavaScript 循环会在每行开头寻找精确的前缀,规整空格,去掉重复,然后把结果按 A 到 Z 排序。
这个免费的场景标题提取器怎么运作
- 把完整剧本(或某一幕、某一集)粘贴到上面的文本框里。转成文本的 PDF 导出稿和 Fountain 文件都可以,只要场景标题以标准前缀开头。
- 工具会遍历每一行,检查它是否以这些前缀开头。匹配的行会被当成场景标题,规整空格后存进一个会自动去重的集合里。
- 最终清单按字母排序,显示在第二个文本框里,一行一个场景标题,可以直接复制进 Excel、Google 表格或任何拆解软件。
这个拆解助手适合谁
- 正在整理场景清单和初步拍摄计划的副导演与制片助理。
- 想快速过一遍自己剧本、看看有多少场景以及重复得多不多的编剧。
- 还没有完整拆解软件、但依然需要一份干净可导出的场景标题清单的独立电影人。
拿到干净场景清单的几个好习惯
- 使用标准的场景标题格式,后面跟上场景名和时间(例如「内景 公寓 - 夜」)。
- 整个剧本里的场景名保持一致(例如一直写「公寓」,别一会儿写成「朱莉的公寓」)。这样之后按场景归类会容易得多。
- 如果一场戏可以在多个空间里演,考虑是否该拆成不同的场景标题,方便制作时更清楚。
- 把清单导出到 Excel 之后,加上内外景、日夜、场景类别,以及是实景还是搭建景的列。
Scene Extractor: the complete guide
It extracts and deduplicates sluglines so location planning starts from a clean data base instead of manual copy/paste.
For this workflow, the central problem is clear: manual location extraction from scripts is slow, error-prone, and difficult to maintain through revisions. Left unresolved, this creates downstream friction and slower decisions. The practical target is a clean location list that accelerates pre-production planning and spreadsheet-based breakdown workflows.
Limitation to keep in mind: It depends on consistent heading conventions and will not infer malformed or non-standard sluglines reliably.
Advanced workflow: Pair extracted location lists with scene counts and day/night tags to generate early schedule clusters before locking shooting order.
Step-by-Step Workflow
- Paste the latest draft and confirm standard slugline prefixes are used consistently across scenes.
- Generate the list, then normalize naming variants to avoid duplicate location buckets.
- Tag each location with production metadata such as set type, day/night load, and logistics complexity.
- Re-run after structural changes so planning data stays synchronized with the latest draft.
Use Cases By Profile
- Writer: quantify location sprawl before rewrite lock.
- AD team: seed location breakdown spreadsheets in minutes.
- Producer: evaluate location complexity risk early.
Common Mistakes To Avoid
- Inconsistent slugline naming that multiplies duplicate entries.
- Treating extracted data as final without normalization.
- Skipping re-extraction after major rewrite passes.
Professional Best Practices
- Standardize naming conventions before sharing with production.
- Use location clusters to identify scheduling efficiencies early.
- Maintain a master breakdown sheet linked to draft versions.
Treat this tool output as a decision support layer, not a replacement for authorship. Great scripts are remembered for specific choices, emotional precision, and clarity of dramatic movement. Tools help by removing noise so your energy can go where it matters: character, conflict, escalation, and payoff. If you review outcomes after each pass and keep an explicit log of accepted changes, your workflow becomes faster and more predictable from draft to draft. That consistency is exactly what professional collaborators value: fewer surprises, clearer rationale, and a script that evolves with intent.
Extended FAQ
Can this replace a full location breakdown?
No. It accelerates extraction, then humans still normalize naming and add production categories.
What causes duplicate locations most often?
Inconsistent slugline naming across drafts, such as alternate labels for the same place.
Should I extract before or after rewriting?
Both. Early extraction reveals scope; post-rewrite extraction ensures planning stays current.
How do I prep results for scheduling?
Add columns for interior/exterior, day/night, practical/set, and logistical complexity.
Can this work for episodic scripts?
Yes. The same heading logic applies to pilots and episodes when sluglines are standardized.
What is the best QA step after extraction?
Manually audit top repeated locations and merge naming variants before distribution.
关于场景提取和剧本拆解的常见问题
它是一个小工具,会扫描你的剧本寻找场景标题,比如「内景 房子 - 日」或「外景 街道 - 夜」,然后输出这些标题的清单,让你不必逐行读完整份文档就能看到剧本里的所有场景。
准确度取决于你的剧本格式有多干净。如果每个场景标题都以标准前缀开头,工具就能可靠地抓到它们。如果标题写得不标准,有些场景可能被漏掉,或者以略有差异的名字重复出现。
能,但有一点要注意。提取器给你一份快速、按字母排序的完整场景标题清单,是做场景拆解的好起点,但你仍然需要在自己的表格或制作软件里清理名称、合并重复项,并给它们分配类别(搭景、实景、特效重头戏)。
当然。提取器不在意总页数或幕结构。你可以粘贴长片、试播集、选集其中一集或短片。只要场景标题使用标准前缀,工具就能为任何格式生成场景清单。
不会。提取器完全在你的浏览器里运行。查找场景标题、生成场景清单的 JavaScript 在本地执行,没有任何页面被发送到服务器或被存储。

想要的不止是轻量拆解?
场景标题提取器给你一份快速免费的场景清单。ScreenWeaver 走得更远:它让你的大纲、节拍和剧本始终同步,让你在把页面交给制作之前,就能一眼看到结构、节奏和段落。
了解 ScreenWeaver









