UNPKG

@remotion/media-parser

Version:

A pure JavaScript library for parsing video files

4 lines (3 loc) 230 B
import type { MatroskaStructure } from '../parse-result'; import type { MediaParserMetadataEntry } from './get-metadata'; export declare const getMetadataFromMatroska: (structure: MatroskaStructure) => MediaParserMetadataEntry[];