docs: resolve videodb review findings

This commit is contained in:
Affaan Mustafa
2026-03-10 21:18:33 -07:00
parent 2581bebfd9
commit db2bf16427
5 changed files with 188 additions and 134 deletions

View File

@@ -47,10 +47,10 @@ video.play()
```python
# Index and add subtitles first
video.index_spoken_words(force=True)
video.add_subtitle()
stream_url = video.add_subtitle()
# Stream now includes subtitles
stream_url = video.generate_stream()
# Returned URL already includes subtitles
print(f"Subtitled stream: {stream_url}")
```
### Specific Segments