@@ -10,24 +10,25 @@ Create and _convert_ chapters for podcasts, youtube, matroska, mkvmerge/nero/vor
10
10
11
11
## Supported Formats
12
12
13
- | name | key | ext | info |
14
- | -------| ------| ---------- | ------|
15
- | Podcasting 2.0 Chapters | chaptersjson | ` json ` | [ spec] ( https://github.com/Podcastindex-org/podcast-namespace/blob/main/chapters/jsonChapters.md ) |
16
- | FFMetadata | ffmpegdata | ` txt ` | [ spec] ( https://ffmpeg.org/ffmpeg-formats.html#Metadata-1 ) |
17
- | Matroska XML chapters | matroskaxml | ` xml ` | [ spec] ( https://www.matroska.org/technical/chapters.html ) |
18
- | MKVToolNix mkvmerge XML | mkvmergexml | ` xml ` | [ spec] ( https://mkvtoolnix.download/doc/mkvmerge.html#mkvmerge.chapters ) |
19
- | MKVToolNix mkvmerge _ simple_ | mkvmergesimple | ` txt ` | [ spec] ( https://mkvtoolnix.download/doc/mkvmerge.html#mkvmerge.chapters ) |
20
- | WebVTT Chapters | webvtt | ` vtt ` | [ spec] ( https://developer.mozilla.org/en-US/docs/Web/API/WebVTT_API ) |
21
- | Youtube Chapter Syntax | youtube | ` txt ` | |
22
- | FFMpegInfo | ffmpeginfo | ` txt ` | read only, used internally |
23
- | PySceneDetect | pyscenedetect | ` csv ` | [ project home] ( https://github.com/Breakthrough/PySceneDetect ) |
24
- | Vorbis Comment Format | vorbiscomment | ` txt ` | [ spec] ( https://wiki.xiph.org/Chapter_Extension ) |
25
- | "Apple Chapters" | applechapters | ` xml ` | [ source] ( https://github.com/rigaya/NVEnc/blob/master/NVEncC_Options.en.md#--chapter-string:~:text=CHAPTER03NAME%3Dchapter%2D3-,apple%20format,-(should%20be%20in) ) |
26
- | Shutter EDL | edl | ` edl ` | [ source] ( https://github.com/paulpacifico/shutter-encoder/blob/f3d6bb6dfcd629861a0b0a50113bf4b062e1ba17/src/application/SceneDetection.java ) |
27
- | Podlove Simple Chapters | psc | ` xml ` | [ spec] ( https://podlove.org/simple-chapters/ ) |
13
+ | name | key | ext | info |
14
+ | -------| ------| --------| ------|
15
+ | Podcasting 2.0 Chapters | chaptersjson | ` json ` | [ spec] ( https://github.com/Podcastindex-org/podcast-namespace/blob/main/chapters/jsonChapters.md ) |
16
+ | FFMetadata | ffmpegdata | ` txt ` | [ spec] ( https://ffmpeg.org/ffmpeg-formats.html#Metadata-1 ) |
17
+ | Matroska XML chapters | matroskaxml | ` xml ` | [ spec] ( https://www.matroska.org/technical/chapters.html ) |
18
+ | MKVToolNix mkvmerge XML | mkvmergexml | ` xml ` | [ spec] ( https://mkvtoolnix.download/doc/mkvmerge.html#mkvmerge.chapters ) |
19
+ | MKVToolNix mkvmerge _ simple_ | mkvmergesimple | ` txt ` | [ spec] ( https://mkvtoolnix.download/doc/mkvmerge.html#mkvmerge.chapters ) |
20
+ | WebVTT Chapters | webvtt | ` vtt ` | [ spec] ( https://developer.mozilla.org/en-US/docs/Web/API/WebVTT_API ) |
21
+ | Youtube Chapter Syntax | youtube | ` txt ` | |
22
+ | FFMpegInfo | ffmpeginfo | ` txt ` | read only, used internally |
23
+ | PySceneDetect | pyscenedetect | ` csv ` | [ project home] ( https://github.com/Breakthrough/PySceneDetect ) |
24
+ | Vorbis Comment Format | vorbiscomment | ` txt ` | [ spec] ( https://wiki.xiph.org/Chapter_Extension ) |
25
+ | "Apple Chapters" | applechapters | ` xml ` | [ source] ( https://github.com/rigaya/NVEnc/blob/master/NVEncC_Options.en.md#--chapter-string:~:text=CHAPTER03NAME%3Dchapter%2D3-,apple%20format,-(should%20be%20in) ) |
26
+ | Shutter EDL | edl | ` edl ` | [ source] ( https://github.com/paulpacifico/shutter-encoder/blob/f3d6bb6dfcd629861a0b0a50113bf4b062e1ba17/src/application/SceneDetection.java ) |
27
+ | Podlove Simple Chapters | psc | ` xml ` | [ spec] ( https://podlove.org/simple-chapters/ ) |
28
28
| Podlove Simple Chapters JSON | podlovejson | ` json ` | [ source] ( https://github.com/podlove/chapters#:~:text=org/%3E-,Encode%20to%20JSON,-iex%3E%20Chapters ) |
29
- | MP4Chaps | mp4chaps | ` txt ` | [ source] ( https://github.com/podlove/chapters#:~:text=%3Achapters%3E-,Encode%20to%20mp4chaps,-iex%3E%20Chapters ) |
29
+ | MP4Chaps | mp4chaps | ` txt ` | [ source] ( https://github.com/podlove/chapters#:~:text=%3Achapters%3E-,Encode%20to%20mp4chaps,-iex%3E%20Chapters ) |
30
30
| Apple HLS Chapters | applehls | ` json ` | [ spec] ( https://developer.apple.com/documentation/http-live-streaming/providing-javascript-object-notation-json-chapters ) , partial support |
31
+ | SceneCut | scenecut | ` json ` | [ spec] ( https://github.com/slhck/scenecut-extractor#:~:text=cuts%20in%20JSON-,format,-%3A ) |
31
32
32
33
## CLI
33
34
@@ -138,4 +139,4 @@ You can combine config with regular cli options. Evaluation occurs in this order
138
139
139
140
# # Examples & FAQ
140
141
141
- [examples.md](/examples.md), [FAQ](/faq.md)
142
+ [examples.md](/examples.md), [FAQ](/faq.md)
0 commit comments