You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/readme.md
+8-6
Original file line number
Diff line number
Diff line change
@@ -32,18 +32,20 @@ Create and _convert_ chapters for podcasts, youtube, matroska, mkvmerge/nero/vor
32
32
| Apple HLS Chapters | applehls |`json`|[spec](https://developer.apple.com/documentation/http-live-streaming/providing-javascript-object-notation-json-chapters), partial support |
> An updated cli tool with better interface is available here: [chapconv](https://github.com/Mtillmann/chapconv)
48
+
47
49
```shell
48
50
npx chaptertool@latest generate YOUR_FILE.mp4
49
51
```
@@ -69,7 +71,7 @@ Generate raw chapters from video using ffmpeg.
69
71
|`<input>`| the video file that you want to process ||
70
72
|`--y`| when set ffmpeg will _always_ overwrite existing output ||
71
73
|`--n`| when set ffmpeg will _never_ overwrite existing output ||
72
-
|`--output-format`| output format for the chapters, [see below](#convert)|`chaptersjson`|
74
+
|`--output-format`| output format for the chapters, [see below](#convert)|`chaptersjson`|
73
75
|`--output-folder`| image destination folder, `$filename` will be replaced with the input video filename minus the extension |`$filename_chapters`|
74
76
|`--chapter-template`| template string for the chapter names. |`Chapter $chapter of $total`|
75
77
|`--scene-value`| min value for ffmpeg's scene detection. If you only use a small portion of the screen, the value should be smaller. See the crop option |`0.1`|
@@ -111,7 +113,7 @@ Converts existing chapters between any of the supported formats:
111
113
|`--psd-framerate`| set the framerate for _PySceneDetect_ output ||
112
114
|`--ac-use-text-attr`| use the text-attribute for _Apple Chapters_||
113
115
114
-
> use `--output-file` when using powershell, otherwise you'll have BOMs in your output
116
+
> use `--output-file` when using powershell, otherwise you'll have BOMs in your output
115
117
116
118
## config yaml and .env
117
119
@@ -143,7 +145,7 @@ You can combine config with regular cli options. Evaluation occurs in this order
0 commit comments