Basic usage
./output/<sanitized video title>.md by default.
Accepted URL formats
Common Options
| Option | Flag | Description |
|---|---|---|
| Output directory | --output, -o | Set output directory (default: ./output) |
| Model | --model, -m | Specify LLM model (e.g., gpt-4o, groq/llama3-70b-8192) |
| Temperature | --temperature, -t | Set LLM temperature (0.0-1.0, default: 0.7) |
| Quiz | --quiz | Generate quiz with 10-15 MCQ questions |
| Export transcript | --export-transcript | Export transcript as txt or json |
| Language | --language, -l | Set transcript language preference (can chain) |
| Force reprocess | --force, -F | Re-process cached videos |
| No UI | --no-ui | Disable Rich dashboard (for CI/cron) |
Output Files
output
Video Title.md
Video Title_quiz.md
Video Title_transcript.txt
Video Title_transcript.json
Quiz and transcript files are only created when the corresponding flag is used. Chapter-aware videos (longer than 1 hour with chapter data) use a directory layout instead. See Output Format.
