MCPcopy
hub / github.com/advplyr/audiobookshelf / FfmpegCommandOptions

Interface FfmpegCommandOptions

server/libs/fluentFfmpeg/index.d.ts:14–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 }
13
14 interface FfmpegCommandOptions {
15 logger?: FfmpegCommandLogger | undefined;
16 niceness?: number | undefined;
17 priority?: number | undefined;
18 presets?: string | undefined;
19 preset?: string | undefined;
20 stdoutLines?: number | undefined;
21 timeout?: number | undefined;
22 source?: string | stream.Readable | undefined;
23 cwd?: string | undefined;
24 }
25
26 interface FilterSpecification {
27 filter: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected