UNPKG

@remotion/renderer

Version:

Render Remotion videos using Node.js or Bun

5 lines (4 loc) 299 B
import type { Codec } from './codec'; import type { AudioCodec } from './options/audio-codec'; export declare const canConcatAudioSeamlessly: (audioCodec: AudioCodec | null, chunkDurationInFrames: number) => boolean; export declare const canConcatVideoSeamlessly: (codec: Codec) => codec is "h264";