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

Method start

packages/core/src/exporter/Exporter.ts:65–65  ·  view source on GitHub ↗

* Begin the rendering process. * * @remarks * Called after the rendering has been set up, right before the first frame * is rendered. Once `start()` is called, it is guaranteed that the `stop()` * method will be called as well. Can be used to initialize any resources that * require

()

Source from the content-addressed store, hash-verified

63 * require a clean-up.
64 */
65 start?(): Promise<void>;
66
67 /**
68 * Export a frame.

Callers 8

arcLengthFunction · 0.65
completionFunction · 0.65
curveDrawingInfoFunction · 0.65
mapPointsMethod · 0.65
getFrameFunction · 0.65
getFileInfoFunction · 0.65
runMethod · 0.65
FFmpegBridgeClass · 0.65

Implementers 3

FFmpegExporterClientpackages/core/src/exporter/FFmpegExpor
WasmExporterpackages/core/src/exporter/WasmExporte
ImageExporterpackages/core/src/exporter/ImageExport

Calls

no outgoing calls

Tested by

no test coverage detected