내보내기 형식
STT.ai는 6가지 내보내기 형식을 지원하며, 각 형식은 서로 다른 워크플로우에 최적화되어 있습니다.
지원되는 내보내기 형식
오디오 또는 비디오를 녹음한 후 다음 형식 중 하나로 녹음을 다운로드할 수 있습니다. 모든 형식에는 전체 녹음 텍스트가 포함되며, 시간 지정 형식에는 단어 수준 또는 세그먼트 수준 타임스탬프가 포함됩니다.
TXT (일반 텍스트)
.txt서식 없는 간단한 일반 텍스트 녹음. 문서, 이메일 또는 기타 응용 프로그램에 복사하기에 가장 적합합니다. 발음기 감지가 활성화되면 발음기 레이블을 포함합니다.
SRT (자막 복사)
.srt가장 널리 지원되는 자막 포맷입니다. 순차 번호, 타임스탬프, 텍스트가 포함되어 있습니다. YouTube, Vimeo, VLC, Premiere Pro, Final Cut, 그리고 거의 모든 비디오 플레이어 및 편집기와 호환됩니다.
VTT (웹VTT)
.vttHTML5 비디오 자막을 위한 표준인 Web Video Text Tracks 포맷. 스타일, 위치, 메타데이터를 지원합니다. 웹 브라우저, 스트리밍 플랫폼 및 현대 비디오 플레이어에서 사용합니다.
DOCX (워드 문서)
.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.