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

Method start

packages/ffmpeg/src/ffmpeg-exporter-server.ts:86–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 }
85
86 public async start() {
87 this.command.run();
88 }
89
90 public async handleFrame({data}: {data: string}) {
91 const base64Data = data.slice(data.indexOf(',') + 1);

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected