导出格式
以您需要的任何格式下载转录。STT.ai支持六种导出格式,每种针对不同的工作流程优化。
支持的导出格式
转录音频或视频后,您可以以以下任何格式下载。所有格式包含完整转录文本,定时格式包含词级或段级时间戳。
TXT(纯文本)
.txt无格式的简单纯文本转录。最适合复制到文档、电子邮件或其他应用程序。启用说话人检测时包含说话人标签。
SRT(SubRip字幕)
.srt最广泛支持的字幕格式。包含顺序编号、时间戳和文本。兼容YouTube、Vimeo、VLC、Premiere Pro、Final Cut以及几乎所有视频播放器和编辑器。
VTT(WebVTT)
.vttWeb视频文本轨道格式,HTML5视频字幕标准。支持样式、定位和元数据。用于网页浏览器、流媒体平台和现代视频播放器。
DOCX(Word文档)
.docx带有适当标题、时间戳和说话人标签的格式化Word文档。适合会议纪要、报告和需要在Microsoft Word或Google Docs中进一步编辑的文档。
JSON(结构化数据)
.json机器可读的结构化格式,包含词级时间戳、置信度分数、说话人ID和段数据。适合在STT.ai基础上构建或将数据导入其他系统的开发者。
PDF(便携式文档)
.pdf带有时间戳、说话人标签和STT.ai品牌标识的专业格式PDF。适合与客户分享、存档记录或打印。布局针对可读性优化。
格式对比
| 特征特征 | TXT | SRT | VTT | DOCX | JSON | |
|---|---|---|---|---|---|---|
| Plain text | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| Timestamps | ✗ | ✓ | ✓ | ✓ | ✓ | ✓ |
| Speaker labels | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| Word-level timing | ✗ | ✗ | ✗ | ✗ | ✓ | ✗ |
| Confidence scores | ✗ | ✗ | ✗ | ✗ | ✓ | ✗ |
| Video player compatible | ✗ | ✓ | ✓ | ✗ | ✗ | ✗ |
| Editable | ✓ | ✓ | ✓ | ✓ | ✓ | ✗ |
| Machine-readable | ✗ | ✗ | ✗ | ✗ | ✓ | ✗ |
您应该选择哪种格式?
Use SRT for maximum compatibility or VTT for web-based video players. SRT works with YouTube, Vimeo, Premiere Pro, Final Cut, and DaVinci Resolve.
Use DOCX for editable documents or PDF for sharing and archiving. Both include formatted timestamps and speaker labels.
Use JSON for the richest data including word-level timestamps, confidence scores, and speaker IDs. Ideal for building custom applications.
Use TXT for a simple plain text transcript you can paste anywhere -- emails, notes, chat, or any text field.
批量导出
Need to export multiple transcripts at once? STT.ai supports batch export from your transcript library. Select multiple transcripts, choose your format, and download them all in a single ZIP file. Available on all paid plans.
API导出
Developers can retrieve transcripts in any format via the STT.ai API. Simply specify the desired format in your API request and receive the formatted output directly. The JSON format includes the most detailed data including word-level timestamps and confidence scores.