Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felixge/chapter-thumbnails
https://github.com/felixge/chapter-thumbnails
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/felixge/chapter-thumbnails
- Owner: felixge
- Created: 2022-01-10T14:15:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-10T14:32:42.000Z (about 3 years ago)
- Last Synced: 2024-12-18T05:44:01.975Z (25 days ago)
- Language: Go
- Size: 1.17 MB
- Stars: 0
- Watchers: 3
- 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")
```