@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
debug
• Optional debug: Object
Optional debug information (durations, etc.).
Type declaration
| Name | Type |
|---|---|
execMs | number |
loadMs | number |
readMs | number |
totalMs | number |
writeMs | number |
Defined in
size
• size: number
Size in bytes of the normalized video.