UNPKG

@remotion/media-parser

Version:

A pure JavaScript library for parsing video files

4 lines (3 loc) 184 B
import type { SpsInfo } from './parse-avc'; export declare const macroBlocksPerFrame: (sps: SpsInfo) => number; export declare const maxMacroblockBufferSize: (sps: SpsInfo) => number;