videosphere
    Preparing search index...
    • Spawns a child process for YouTube import tooling (yt-dlp, ffprobe).

      Parameters

      • command: string

        Executable name on PATH.

      • args: readonly string[]

        Argument vector.

      • options: SpawnOptions

        Spawn options (stdio is fixed to ignore/pipe/pipe by callers).

      Returns ChildProcess

      Child process handle.