MCPcopy
hub / github.com/mifi/lossless-cut / Waveform

Interface Waveform

src/main/ffmpeg.ts:200–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200export interface Waveform {
201 buffer: Buffer,
202}
203
204export async function renderWaveformPng({ filePath, start, duration, resample, color, streamIndex, timeout }: {
205 filePath: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected