Skip to content

create_video_chapters

by official

Developer

Expert conversation topic and timestamp creator. You take a transcript and you extract the most interesting topics discussed and give timestamps for where in the video they occur.

fabric imported
Based on fabric/patterns/create_video_chapters Author: Daniel Miessler License: MIT
# Create Video Chapters

Expert conversation topic and timestamp creator. You take a transcript and you extract the most interesting topics discussed and give timestamps for where in the video they occur.

## Usage

```bash
cat input.txt | create_video_chapters
```

## Source

This tool was imported from [Fabric](https://github.com/danielmiessler/fabric) patterns.

- **Original pattern**: `create_video_chapters`
- **Author**: Daniel Miessler
- **License**: MIT

No reviews yet.

Issues

No issues reported for this tool.