Skip to content
This repository was archived by the owner on Jul 2, 2021. It is now read-only.

Commit 68b760a

Browse files
committed
Revert to default _framesPerSecond
1 parent 6c5c073 commit 68b760a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VideoWriter.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class VideoWriter extends EventEmitter {
1616
}
1717

1818
private _endedPromise: Promise<void>;
19-
private _framesPerSecond = 60;
19+
private _framesPerSecond = 25;
2020
private _receivedFrame = false;
2121
private _stopped = false;
2222
private _stream: PassThrough = new PassThrough();

0 commit comments

Comments
 (0)