MCPcopy
hub / github.com/webadderallorg/Recordly / getNativeVideoInputByteSize

Function getNativeVideoInputByteSize

electron/ipc/nativeVideoExport.ts:100–102  ·  view source on GitHub ↗
(width: number, height: number)

Source from the content-addressed store, hash-verified

98}
99
100export function getNativeVideoInputByteSize(width: number, height: number): number {
101 return width * height * NATIVE_EXPORT_INPUT_BYTES_PER_PIXEL;
102}
103
104export function parseAvailableFfmpegEncoders(stdout: string): Set<string> {
105 const encoders = new Set<string>();

Callers 2

registerExportHandlersFunction · 0.90
probeNativeVideoEncoderFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected