FFmpeg tools plugin that provides tools for getting video information, keyframe extraction.
Author: livien
Version: 1.0.1
Type: tool
A collection of ffmpeg tools that organizes common functionality

| Parameter | Type | Required | Description |
|---|---|---|---|
| video | file | Yes | The video file |

| Parameter | Type | Required | Description |
|---|---|---|---|
| video | file | Yes | The video file |
| type | [start,end,time] | Yes | Frame extraction type: start (first frame), end (last frame), time (specified time) |
| time | number | No | Specific time to extract frame, effective when type is time (seconds) |

| Parameter | Type | Required | Description |
|---|---|---|---|
| video | file | Yes | The video file |
| gap_time | number | No | Interval in seconds (seconds) |
| count | number | No | Total number of frames to extract |
MIT