내보내기 형식
필요한 형식으로 트랜스크립트를 다운로드하세요. STT.ai는 서로 다른 워크플로우에 최적화된 6가지 내보내기 형식을 지원합니다.
지원되는 내보내기 형식
오디오 또는 비디오를 전사한 후, 다음 형식 중 하나로 트랜스크립트를 다운로드할 수 있습니다. 모든 형식에 전체 텍스트가 포함되며, 타임드 형식에는 타임스탬프가 포함됩니다.
TXT (일반 텍스트)
.txt서식 없는 간단한 일반 텍스트 트랜스크립트. 문서, 이메일 또는 다른 앱에 복사하기에 최적. 화자 감지 활성화 시 화자 라벨 포함.
SRT (SubRip 자막)
.srt가장 널리 지원되는 자막 형식. 순차 번호, 타임스탬프, 텍스트 포함. YouTube, Vimeo, VLC, Premiere Pro, Final Cut 및 거의 모든 비디오 플레이어와 호환.
VTT (WebVTT)
.vttWeb Video Text Tracks 형식, HTML5 비디오 캡션의 표준. 스타일링, 위치 지정, 메타데이터 지원.
DOCX (Word 문서)
.docx제목, 타임스탬프, 화자 라벨이 포함된 서식화된 Word 문서. 회의록, 보고서 및 Microsoft Word 또는 Google Docs에서 편집할 문서에 이상적.
JSON (구조화 데이터)
.json단어 수준 타임스탬프, 신뢰도 점수, 화자 ID, 세그먼트 데이터를 포함한 기계 판독 가능 구조화 형식. 개발자에게 이상적.
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.