start_screencast
Begin recording browser screencast frames to a local directory. Set image format (JPEG or PNG), quality, max width, and capture frequency.
Instructions
Begin recording screencast frames to output_dir.
- ``fmt``: ``"jpeg"`` (smaller) or ``"png"`` (lossless).
- ``quality``: 0-100, JPEG only.
- ``max_width``: frames are downscaled to this width if larger.
- ``every_nth_frame``: skip frames between captures (1 = every frame).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fmt | No | jpeg | |
| quality | No | ||
| max_width | No | ||
| output_dir | No | ||
| every_nth_frame | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |