Skip to content

Commit 97452da

Browse files
authored
Merge pull request #4 from kindlyops/chaptersplit-readme
2 parents 89aba07 + cf7f1cf commit 97452da

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
- uses: jesusvasquez333/verify-pr-label-action@v1.2.0
3434
with:
3535
github-token: '${{ secrets.GITHUB_TOKEN }}'
36-
valid-labels: 'bug, feature, security, maintenance'
36+
valid-labels: 'bug, feature, security, maintenance, documentation'

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
Generate OBS scenes from chapter markers for easier setup of run lists.
66

7+
### Example of listing chapters from video file
8+
9+
```bash
10+
vbs chapterlist file.mp4
11+
```
12+
13+
### Example of splitting video file by chapters
14+
15+
```bash
16+
vbs chaptersplit file.mp4
17+
```
18+
719
## installation for homebrew (MacOS/Linux)
820

921
brew install kindlyops/tap/vbs
@@ -32,12 +44,6 @@ once installed, you can upgrade to a newer version using this command:
3244
go get github.com/kindlyops/vbs
3345
vbs help
3446

35-
## Example of listing chapters from video file
36-
37-
```bash
38-
vbs chapterlist file.mp4
39-
```
40-
4147
## Testing release process
4248

4349
To run goreleaser locally to test changes to the release process configuration:

0 commit comments

Comments
 (0)