Page Intro
These three export formats solve different problems. The best choice depends on whether you need plain reading, subtitles, or timestamp-aware reuse.
TXT
Choose TXT when your main goal is readable plain text.
Best for:
- notes
- highlights
- rough drafts
- quote collection
SRT
Choose SRT when you need a familiar subtitle format with numbered caption blocks and timestamps.
Best for:
- subtitle workflows
- caption editing
- importing into tools that expect subtitle timing
VTT
Choose VTT when you want a web-friendly subtitle format that preserves timing in a modern format.
Best for:
- web video workflows
- browser-friendly subtitle handling
- tools that prefer VTT over SRT
Practical Recommendation
If you only want to read or search the text, start with TXT.
If you need subtitle timing, choose SRT or VTT based on the tool you plan to use next.