augent search
Search audio files for keywords with timestamped results.| Flag | Description |
|---|---|
--model, -m | Model size (default: tiny) |
--full, -f | Include full transcription in output |
--format | Output format: json, csv, srt, vtt, markdown |
--output, -o | Write output to file |
--export-clips DIR | Extract audio clips around matches |
--clip-padding | Seconds before/after each clip (default: 15) |
--workers, -w | Parallel workers for batch processing |
--stream, -s | Stream transcription progress |
--no-cache | Disable caching |
--quiet, -q | Suppress progress messages |
augent transcribe
Full transcription without keyword search.| Flag | Description |
|---|---|
--model, -m | Model size (default: tiny) |
--format | Output format: json, srt, vtt |
--output, -o | Write output to file |
--stream, -s | Stream progress |
--no-cache | Disable caching |
augent proximity
Find two keywords appearing near each other.| Flag | Description |
|---|---|
--distance, -d | Max words between keywords (default: 30) |
--model, -m | Model size |
--format | Output format: json, csv, markdown |
--output, -o | Write output to file |
augent memory
Manage transcription memory.audio-downloader
Download audio from any video URL. 16 parallel connections, audio-only extraction, no conversion.- aria2c multi-connection downloads (16 parallel connections)
- Concurrent fragment downloading (4 fragments)
- No video download, audio extraction only
- No format conversion, native audio format

