Update SKILL.md
This commit is contained in:
@@ -429,7 +429,7 @@ Labels are color-coded: yellow=links, orange=buttons, coral=inputs, pink=checkbo
|
|||||||
// Start recording - outputPath must be specified upfront
|
// Start recording - outputPath must be specified upfront
|
||||||
await startRecording({
|
await startRecording({
|
||||||
page,
|
page,
|
||||||
outputPath: './recording.webm',
|
outputPath: './recording.mp4',
|
||||||
frameRate: 30, // default: 30
|
frameRate: 30, // default: 30
|
||||||
audio: false, // default: false (tab audio)
|
audio: false, // default: false (tab audio)
|
||||||
videoBitsPerSecond: 2500000 // 2.5 Mbps
|
videoBitsPerSecond: 2500000 // 2.5 Mbps
|
||||||
|
|||||||
Reference in New Issue
Block a user