mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
93e9acc410
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nikolay Vitkov <nvitkov@chromium.org>
1.3 KiB
1.3 KiB
sidebar_label |
---|
ScreencastOptions |
ScreencastOptions interface
Signature:
export interface ScreencastOptions
Properties
Property |
Modifiers |
Type |
Description |
Default |
---|---|---|---|---|
crop |
|
Specifies the region of the viewport to crop. | ||
ffmpegPath |
|
string |
Path to the [ffmpeg](https://ffmpeg.org/). Required if | |
path |
|
`${string}.webm` |
File path to save the screencast to. | |
scale |
|
number |
Scales the output video. For example, |
|
speed |
|
number |
Specifies the speed to record at. For example, |
|