wulkano / Aperture

Record the screen on macOS
MIT License
1.23k stars 111 forks source link

Possibly Add UVC Camera Device Recording? #79

Closed chrisspiegl closed 2 years ago

chrisspiegl commented 2 years ago

The screen recording capabilities of this macOS implementation is incredibly impressive.

Would it be possible to add the ability to record Webcams as well with this method to be able to efficiently create "RAW" recordings of screen and webcam, in separate files, right from the CLI?

I am currently using ffmpeg for the webcam and Aperture for the screen, but would love to be able to use even less CPU for this.

Cheers.

sindresorhus commented 2 years ago

Recording webcam is already supported: https://github.com/wulkano/Aperture/commit/f6af76afa2f803778e4a76d1cd41ab413eaaded9

You can run multiple instances of Aperture at the same time.

chrisspiegl commented 2 years ago

@sindresorhus Is this also available in the aperture-node version? That's what I am trying to use and could not figure it out so far.

sindresorhus commented 2 years ago

Is this also available in the aperture-node version?

It is not

chrisspiegl commented 2 years ago

Ok, then this ticket is done for no and we'll see on the ticket over at aperture-node: https://github.com/wulkano/aperture-node/issues/25#issuecomment-1100216792