Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
updated readme
  • Loading branch information
Mtillmann authored Aug 17, 2023
1 parent a01791e commit a5f9f92
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# chaptertool

Create and convert chapters for podcasts, youtube, matroska, webvtt, ffmpeg and pySceneDetect.
Create and convert chapters for podcasts, youtube, matroska, webvtt, ffmpeg, mkvmerge, vorbis comment, apple chapaters and pySceneDetect.

The cli tools can automatically create chapters with images from videos using ffmpeg's scene detection.

Expand Down Expand Up @@ -88,7 +88,9 @@ Converts existing chapters between the following formats:
- `webvtt` WebVTT chapter format ([spec](https://developer.mozilla.org/en-US/docs/Web/API/WebVTT_API))
- `youtube` Youtube description chapter notation
- `ffmpeginfo` (readonly) ffmpeg scene detection output, used internally
- `pyscenedetect` PySceneDetect list-scenes CSV Format ([project home](https://github.com/Breakthrough/PySceneDetect))
- `pyscenedetect` PySceneDetect list-scenes CSV Format ([project home](https://github.com/Breakthrough/PySceneDetect))
- `vorbiscomment` [Vorbis Comment](https://wiki.xiph.org/Chapter_Extension#:~:text=two%20sequential%20chapters%3A-,CHAPTER001,-%3D00%3A00%3A00.0009) format that is slightly different from mkvmergesimple
- `applechapters` [mythical chapter format](https://github.com/rigaya/NVEnc/blob/master/NVEncC_Options.en.md#--chapter-string:~:text=CHAPTER03NAME%3Dchapter%2D3-,apple%20format,-(should%20be%20in)) of unclear origin/spec or purpose

| option | description | default |
|------------------------|-------------------------------------------------------------------------------------|---------|
Expand Down Expand Up @@ -164,4 +166,4 @@ but a natural resolution of 720x576 (1.25). Create images(1024x576) with square
```shell
wget "https://cdn.media.ccc.de/events/gpn/gpn16/h264-sd/gpn16-7623-deu-Wie_baut_man_eigentlich_Raumschiffe_sd.mp4" -o baddar.mp4
npx chaptertool@latest generate baddar.mp4 --force-dar
```
```

0 comments on commit a5f9f92

Please sign in to comment.