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

Interface DetectedSegment

src/main/ffmpeg.ts:289–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289interface DetectedSegment {
290 start: number,
291 end: number,
292}
293
294// https://stackoverflow.com/questions/35675529/using-ffmpeg-how-to-do-a-scene-change-detection-with-timecode
295export async function detectSceneChanges({ filePath, streamId, minChange, onProgress, onSegmentDetected, from, to, ffmpegHwaccel }: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected