full-transcript

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Skill: Full Transcript

Skill: Full Transcript

Exports all spoken dialogue from a library's audio transcripts into a single
full_transcript.txt
file in the library root.
将媒体库音频转录稿中的所有对话导出到库根目录下的单个
full_transcript.txt
文件中。

Run

运行方式

bash
ruby lib/buttercut/full_transcript.rb <library-name>
bash
ruby lib/buttercut/full_transcript.rb <library-name>

Output

输出结果

libraries/<library-name>/full_transcript.txt
— one block per clip:
filename.mov
Dialogue text from that clip.

filename2.mov
More dialogue from the next clip.
Clips with no audio transcript are skipped. Clips with a transcript but no spoken words show
[no dialogue]
.
libraries/<library-name>/full_transcript.txt
—— 每个片段对应一个区块:
filename.mov
该片段的对话文本。

filename2.mov
下一个片段的更多对话内容。
没有音频转录稿的片段会被跳过。有转录稿但无对话内容的片段会显示
[no dialogue]

After running

运行后

Always share the output file path as a clickable link in your response so the user can open it directly.
务必在回复中以可点击链接的形式分享输出文件路径,方便用户直接打开。