Describe Video
🤖 AI Drafted (Not reviewed)
Describe video content visually and transcribe audio track
|
|
| Tool id |
video_describe |
| Category |
video |
| Uses a language model |
yes |
| Needs a generative model |
no |
| Runs over many items |
yes |
| Item handling |
batch |
| Structured output |
no |
| Human-verified |
not yet |
What it reads
| Port |
Type |
Required |
What it is |
Video Files (files) |
files |
yes |
Video files to process |
Context (context) |
any |
no |
Previous text/transcription |
Metadata (metadata) |
json |
no |
Existing metadata |
Documents (documents) |
json |
no |
Document metadata |
What it emits
| Port |
Type |
Required |
What it is |
Text (text) |
text |
— |
Raw text response |
Value (value) |
any |
— |
Parsed value |
Texts (texts) |
array |
— |
Per-item texts |
Values (values) |
array |
— |
Per-item values |
Results (results) |
json |
— |
Full results |
Records (records) |
array |
— |
Per-document text records [{doc_id, text}, …]. |
Artifacts (artifacts) |
json |
— |
Artifact IDs |
Options
| Option |
Type |
Default |
What it does |
choices |
array |
— |
Valid choices. (Not shown in the editor.) |
chunk_size_chars |
integer |
0 |
Chunk large input text above this character budget (0=auto). |
detail_level |
string |
detailed |
Detail level for visual description. One of: brief, detailed, comprehensive. |
extract_audio |
boolean |
yes |
Extract and transcribe audio track. |
focus |
string |
— |
Focus area for description. |
frame_sample_rate |
integer |
1 |
Frames to sample per second. |
match_mode |
string |
prefer |
Match mode. One of: prefer, strict, inform. |
max_frames |
integer |
10 |
Maximum frames to analyze. |
max_image_dimension |
integer |
1024 |
Max frame size for LLM. |
max_items |
integer |
10 |
List max items. |
max_tokens |
integer |
8192 |
Max response. |
max_words |
integer |
50 |
Word limit. |
metadata_field |
string |
— |
Save to field. |
model_name |
string |
— |
Model name. |
output_format |
string |
text |
Response format. One of: text, boolean, choice, number, words, list, json. |
prompt |
string |
— |
Custom prompt. |
provider_name |
string |
— |
LLM provider. One of: openai, anthropic, google, ollama, lmstudio, groq, together, deepseek, mistral, openrouter, dashscope, xai, perplexity, fireworks, deepl. |
quality_gate |
boolean |
yes |
Stop the run if output is unreadable. |
reference_values |
object |
— |
Known values to match. (Not shown in the editor.) |
save_to_db |
boolean |
yes |
Save to library. |
save_to_file |
boolean |
no |
Export to file. |
temperature |
number |
0.7 |
Creativity. |
thinking_mode |
string |
off |
Chain-of-thought reasoning depth. One of: off, short, medium, long. |
whisper_model_size |
string |
base |
Whisper model for audio track. One of: tiny, base, small, medium, large, large-v3, turbo. |
The prompt it sends
This is what the tool asks a model, with every option left at its default. Changing the options above changes this text.
Describe the content of this video.
Provide a detailed description of the video content, including scenes, actions, and notable elements.