studio_finish
Finalize screen recordings by closing the browser, removing residual dark frames, and producing a share-ready MP4 (H.264) with optional GIF export.
Instructions
Stop recording and produce the final files: closes the browser, strips any residual dark frames deterministically (ffmpeg blackdetect → trim → re-encode), transcodes to a share-ready MP4 (H.264, faststart), and optionally a palette-optimized GIF. Returns every produced file with sizes and duration. Without ffmpeg on PATH you still get the raw WebM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gif | No | Also export a compact GIF (optional; default false). | |
| name | Yes | Base file name for the video (without extension), e.g. 'onboarding-walkthrough'. |