Skip to content

Commit 4852c58

Browse files
committed
chore: document new features
1 parent e025ba3 commit 4852c58

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

readme.md

+14
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ Automatically generate subtitles from an input audio or video file using Open AI
99

1010
</div>
1111

12+
## Features
13+
14+
- Transcribe and translate audio to generate subtitle files (translation limited to English).
15+
- Split large files into audio chunks to handle 25 MB file size limit and keeps track of timing information.
16+
- Combines all segments with correct timecodes.
17+
- Supports different output formats (VTT, SRT, JSON, text)
18+
- Maintain context and improve continuity between chunks by giving Whisper some context about what was transcribed in the previous chunk.
19+
- Produce more professional-looking subtitles that are easier to read and follow industry standards for broadcast and streaming platforms:
20+
- Characters per line limit for better readability
21+
- Appropriate duration based on text length
22+
- Natural line breaks at logical points
23+
- Minimum duration to ensure readability
24+
- Maximum duration to maintain attention
25+
1226
## Setup
1327

1428
### Requirements

0 commit comments

Comments
 (0)