Skip to main content

@twick/browser-render / Exports / NormalizeVideoResult

Interface: NormalizeVideoResult

Result of normalization

Table of contents

Properties

Properties

blob

blob: Blob

Normalized video Blob (MP4, H.264 + AAC).

Defined in

audio/video-normalizer.ts:27


debug

Optional debug: Object

Optional debug information (durations, etc.).

Type declaration

NameType
execMsnumber
loadMsnumber
readMsnumber
totalMsnumber
writeMsnumber

Defined in

audio/video-normalizer.ts:31


size

size: number

Size in bytes of the normalized video.

Defined in

audio/video-normalizer.ts:29