Extract frame
extract_frameExtract a single frame from a video and save it as a JPG or PNG image for previews and cover images.
Instructions
Save a single frame of the video as an image (thumbnail/still). Good for previews and cover images.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Image format (default jpg) | |
| timestamp | No | Time of the frame to grab (default: 1 second in) | |
| input_path | Yes | Path to the source video | |
| output_path | No | Where to write the image |