UNPKG

@remotion/renderer

Version:

Render Remotion videos using Node.js or Bun

20 lines (19 loc) 560 B
export declare const getForSeamlessAacConcatenation: () => boolean; export declare const forSeamlessAacConcatenationOption: { name: string; cliFlag: "for-seamless-aac-concatenation"; description: () => import("react/jsx-runtime").JSX.Element; docLink: string; getValue: ({ commandLine }: { commandLine: Record<string, unknown>; }) => { source: string; value: true; } | { source: string; value: false; }; setConfig: (value: boolean) => void; ssrName: string; type: boolean; };