https://github.com/guywaldman/webvtt-docgen
Generator for documents based on webvtt (video subtitles) files
https://github.com/guywaldman/webvtt-docgen
Last synced: 9 months ago
JSON representation
Generator for documents based on webvtt (video subtitles) files
- Host: GitHub
- URL: https://github.com/guywaldman/webvtt-docgen
- Owner: guywaldman
- License: mit
- Created: 2024-11-07T21:31:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-07T23:36:37.000Z (over 1 year ago)
- Last Synced: 2025-09-08T19:46:32.564Z (10 months ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webvtt-docgen
Generator for documents based on webvtt (video subtitles) files.
The use-case is when you recorded a meeting (e.g., on Zoom) and have a WebVTT file (`.vtt`) which you want to generate a convenient document for, for making meeting recordings more accessible, especially when people download the videos for offline viewing.
## Usage
```shell
go run main.go -- /path/to/file.vtt /path/to/output.md
```