take_screenshot
Capture video frames at specified timestamps to create still images. Customize output format, resolution, and quality for precise screenshot needs. Ideal for extracting exact moments from video files.
Instructions
在指定时间点截取视频单帧画面
Input Schema
Name | Required | Description | Default |
---|---|---|---|
format | No | 输出格式,默认为 jpg | |
height | No | 输出高度(像素) | |
outputPath | Yes | 输出文件路径 | |
quality | No | 图片质量(1-100,仅对 jpg 有效),默认为 90 | |
timestamp | Yes | 截图时间点(秒) | |
videoPath | Yes | 视频文件路径 | |
width | No | 输出宽度(像素) |