stop_screen_recording
Stop the active screen recording and finalize the mp4 file. Get the file path, frame count, and duration in one JSON response.
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 |