| 287 | } |
| 288 | |
| 289 | interface 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 |
| 295 | export async function detectSceneChanges({ filePath, streamId, minChange, onProgress, onSegmentDetected, from, to, ffmpegHwaccel }: { |
nothing calls this directly
no outgoing calls
no test coverage detected