https://github.com/felixge/chapter-thumbnails
https://github.com/felixge/chapter-thumbnails
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/felixge/chapter-thumbnails
- Owner: felixge
- Created: 2022-01-10T14:15:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-10T14:32:42.000Z (over 3 years ago)
- Last Synced: 2025-04-02T05:54:43.233Z (4 months ago)
- Language: Go
- Size: 1.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chapter-thumbnails
Extracts a thumbnail for each chapter marker in the given video into an output
directory. Requires ffmpeg to be installed.## Install
```
go install github.com/felixge/chapter-thumbnails@latest
```## Usage
```
usage: chapter-thumbnails
-f string
Thumbnail format (default "png")
```