@norskvideo/norsk-sdk 1.0.402-2026-01-08-1d6e04ef → 1.0.402-2026-01-10-a65137ac
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/lib/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"license": "MIT",
|
|
3
3
|
"name": "@norskvideo/norsk-sdk",
|
|
4
|
-
"version": "1.0.402-2026-01-
|
|
4
|
+
"version": "1.0.402-2026-01-10-a65137ac+nightly",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@bufbuild/protobuf": "^0.3.0",
|
|
7
7
|
"@grpc/grpc-js": "~1.12.0",
|
|
8
|
-
"@norskvideo/norsk-api": "1.0.402-2026-01-
|
|
8
|
+
"@norskvideo/norsk-api": "1.0.402-2026-01-10-a65137ac+nightly",
|
|
9
9
|
"lodash": "^4.17.21",
|
|
10
10
|
"typescript-nullable": "^0.6.0"
|
|
11
11
|
},
|
|
@@ -1183,6 +1183,7 @@ export interface FileMp4OutputSettings extends SinkNodeSettings<FileMp4OutputNod
|
|
|
1183
1183
|
* Settings for encrypting the video track.
|
|
1184
1184
|
*/
|
|
1185
1185
|
videoEncryption?: EncryptionSettings;
|
|
1186
|
+
enableIncrementalMp4Write?: boolean;
|
|
1186
1187
|
}
|
|
1187
1188
|
/**
|
|
1188
1189
|
* @public
|
|
@@ -1502,6 +1502,7 @@ class FileMp4OutputNode extends common_2.AutoSinkMediaNode {
|
|
|
1502
1502
|
statsSampling: settings.statsSampling
|
|
1503
1503
|
? (0, utils_1.provideFull)(media_pb_1.StreamStatisticsSampling, settings.statsSampling)
|
|
1504
1504
|
: undefined,
|
|
1505
|
+
enableIncrementalMp4Write: !!settings.enableIncrementalMp4Write
|
|
1505
1506
|
});
|
|
1506
1507
|
this.grpcStream = this.client.media.createOutputFileMp4();
|
|
1507
1508
|
this.grpcStream.write((0, utils_1.provideFull)(media_pb_1.FileMp4OutputMessage, (0, utils_1.mkMessageCase)({ configuration: config })));
|
|
@@ -2989,9 +2989,9 @@ class AudioTranscribeWhisperNode extends common_1.AutoProcessorMediaNode {
|
|
|
2989
2989
|
(0, utils_1.provideFull)(media_pb_1.AudioTranscribeWhisperVadConfiguration, {
|
|
2990
2990
|
model: settings.vad.model,
|
|
2991
2991
|
minSpeechDurationMs: (0, types_2.toOptInt)(settings.vad.minSpeechDurationMs),
|
|
2992
|
-
maxSpeechDurationS: (0, types_2.
|
|
2992
|
+
maxSpeechDurationS: (0, types_2.toOptFloat)(settings.vad.maxSpeechDurationS),
|
|
2993
2993
|
minSilenceDurationMs: (0, types_2.toOptInt)(settings.vad.minSilenceDurationMs),
|
|
2994
|
-
samplesOverlap: (0, types_2.
|
|
2994
|
+
samplesOverlap: (0, types_2.toOptFloat)(settings.vad.samplesOverlap),
|
|
2995
2995
|
speechPadMs: (0, types_2.toOptInt)(settings.vad.speechPadMs),
|
|
2996
2996
|
threshold: (0, types_2.toOptFloat)(settings.vad.threshold)
|
|
2997
2997
|
})
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"license": "MIT",
|
|
3
3
|
"name": "@norskvideo/norsk-sdk",
|
|
4
|
-
"version": "1.0.402-2026-01-
|
|
4
|
+
"version": "1.0.402-2026-01-10-a65137ac+nightly",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@bufbuild/protobuf": "^0.3.0",
|
|
7
7
|
"@grpc/grpc-js": "~1.12.0",
|
|
8
|
-
"@norskvideo/norsk-api": "1.0.402-2026-01-
|
|
8
|
+
"@norskvideo/norsk-api": "1.0.402-2026-01-10-a65137ac+nightly",
|
|
9
9
|
"lodash": "^4.17.21",
|
|
10
10
|
"typescript-nullable": "^0.6.0"
|
|
11
11
|
},
|