MCPcopy
hub / github.com/midrender/revideo / FFmpegExporterSettings

Interface FFmpegExporterSettings

packages/ffmpeg/src/ffmpeg-exporter-server.ts:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11import {ffmpegSettings} from './settings';
12
13export interface FFmpegExporterSettings extends RendererSettings {
14 fastStart: boolean;
15 includeAudio: boolean;
16 output: string;
17}
18
19const pixelFormats: Record<FfmpegExporterOptions['format'], string> = {
20 mp4: 'yuv420p',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected