@vidtreo/recorder 0.9.4 → 0.9.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10331,7 +10331,9 @@ class RecorderWorker {
|
|
|
10331
10331
|
const keyFrameIntervalSeconds = config.keyFrameInterval / fps;
|
|
10332
10332
|
const videoSourceOptions = {
|
|
10333
10333
|
codec: config.codec,
|
|
10334
|
-
|
|
10334
|
+
width: config.width,
|
|
10335
|
+
height: config.height,
|
|
10336
|
+
sizeChangeBehavior: "contain",
|
|
10335
10337
|
bitrateMode: "variable",
|
|
10336
10338
|
latencyMode: "quality",
|
|
10337
10339
|
contentHint: "detail",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vidtreo/recorder",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Vidtreo SDK for browser-based video recording and transcoding. Features include camera/screen recording, real-time MP4 transcoding, audio level analysis, mute/pause controls, source switching, device selection, and automatic backend uploads. Similar to Ziggeo and Addpipe, Vidtreo provides enterprise-grade video processing capabilities for web applications.",
|
|
6
6
|
"main": "./dist/index.js",
|