stop_screen_recording
Stop the active screen recording and finalize the mp4 output file. Get confirmation with the saved file path, total frame count, and recording duration in seconds.
Instructions
Stop the active screen recording and finalize the mp4 file.
Returns: str: JSON {"ok": true, "path": "...", "frames": N, "duration_seconds": S}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |