[FFmpeg-user] How to record audio and video from FaceTime HD Camera in OSX

Moritz Barsnick barsnick at gmx.net
Mon Sep 22 17:18:26 CEST 2014


On Mon, Sep 22, 2014 at 10:50:05 -0400, Jay Muthialu wrote:
> $ ffmpeg -f avfoundation -i video="FaceTime HD Camera":audio="Built-in Microphone" -r 29.97 -y out.mov

I don't see any indication in the source (looking at those patches from
April 2014) that this syntax is supported.

Possibly just
$ ffmpeg -f avfoundation -i "FaceTime HD Camera":"Built-in Microphone" [...]

Or ask the author of the patches. ;-)

Moritz


More information about the ffmpeg-user mailing list