UNPKG

@remotion/renderer

Version:

Render Remotion videos using Node.js or Bun

4 lines (3 loc) 222 B
import type { _InternalTypes } from 'remotion'; import type { Codec } from './codec'; export declare const getProResProfileName: (codec: Codec, proResProfile: _InternalTypes["ProResProfile"] | undefined) => string | null;