stop_screen_recording
Stop an active screen recording and finalize the MP4 file, returning the file path, frame count, and duration.
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 |