ffmpeg__generate_thumbnail
Extract a single frame from a video at a specified timestamp to create a thumbnail or poster image.
Instructions
Extract a single frame from a video at a specified timestamp to use as a thumbnail or poster image. @remarks Returns JSON in stdout with output_path and applied parameters. Output format is determined by output_path extension (jpg recommended). @param input_path Source video path. @param output_path Destination image path (for example thumbnail.jpg or poster.png). @param timestamp Timestamp to extract the frame from. Default 00:00:01. @param width Output image width in pixels. Height is auto-calculated. Default 1280. @param quality JPEG quality factor 1-31 (lower value = better quality). Default 2. @param __mcp_response_mode Optional response mode: content (default) or structuredContent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | ||
| quality | No | ||
| timestamp | No | ||
| input_path | Yes | ||
| output_path | Yes | ||
| __mcp_response_mode | No | content |