Export the most important moments from any transcription as MP4 clips. Two modes:Documentation Index
Fetch the complete documentation index at: https://docs.augent.app/llms.txt
Use this file to discover all available pages before exploring further.
- Auto mode: AI picks the top moments by content density and segment structure
- Focused mode: you describe what to highlight (a topic, person, product, concept) and the tool finds every relevant moment using semantic search
clip_export.
Example: Auto mode
Pick the 5 best moments from a podcast — no query needed. Request:Example: Focused mode
Find every moment where product recommendations are made. Request:Example: Export as clips
Addclip: true to export each highlight as an MP4 video clip. Requires the audio to have been downloaded from a URL.
~/Desktop as a separate MP4 file.
Parameters
| Parameter | Required | Default | Description |
|---|---|---|---|
audio_path | Yes | — | Path to the audio/video file (must be transcribed already) |
query | No | — | What to highlight. Omit for auto mode. Provide a topic, person, or concept for focused mode |
top_k | No | 5 | Number of highlights to return |
model_size | No | tiny | Whisper model size for transcription |
clip | No | false | Export each highlight as an MP4 video clip |
clip_padding | No | 15 | Seconds of padding around each highlight when exporting clips |
context_words | No | 40 | Words of context around each highlight in focused mode |
Focused mode ideas
The focused mode is where this tool shines. Some examples:"product recommendations": every time a product is recommended"heated debate": the most contentious moments"life advice": personal wisdom and life lessons"technical explanation": deep technical breakdowns"funny moments": humor and jokes"[person name]": every mention of a specific person"pricing strategy": business strategy discussions"controversial take": hot takes and unpopular opinions

