Skip to content

Commit

Permalink
Update Readme for ignore chapters (#57)
Browse files Browse the repository at this point in the history
* Update Readme for ignore chapters

* wording
  • Loading branch information
shun-liang authored Nov 1, 2024
1 parent 6e21bd9 commit acb6b13
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,15 @@ yt2doc --video <video-url> --sat-model <sat-model>

List of available SaT models [here](https://github.com/segment-any-text/wtpsplit?tab=readme-ov-file#available-models).


### Ignore chapters from source

Sometimes, the chaptering of the video/audio at the source does not segment the content in the way you are happy about. You can ask yt2doc to ignore the source chaptering by

```
yt2doc --video <video-url> --ignore-chapters --segment-unchaptered --llm-model <model-name>
```

### Run in Docker

To run yt2doc in Docker, first pull the image from ghcr:
Expand Down

0 comments on commit acb6b13

Please sign in to comment.