export_screencast_mp4
Stitch screencast frames from a directory into an MP4 video. Specify frame rate and output path for conversion.
Instructions
Stitch screencast frames in frames_dir into an mp4.
Uses the default ``frame-%06d.jpg`` / ``frame-%06d.png`` pattern that
``start_screencast`` writes. ``fps`` is the playback rate (not the
capture rate). Requires ffmpeg.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fps | No | ||
| frames_dir | Yes | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |