yogi
yogi

Reputation: 309

Record video using ffmpeg on mac os

I want to record live webcam video on mac OS using ffmpeg in any format. I tried a lot but not able to find out command for recoding of video. So Please any one can tell me ffmpeg command for capture video using web cam for mac os.

Thanx in advance.

Upvotes: 7

Views: 5960

Answers (2)

Hasan Rahal
Hasan Rahal

Reputation: 153

for mac os try:

ffmpeg -f avfoundation -i "0" -f mpeg1video -b:v 800k -r 30

Upvotes: 3

karlphillip
karlphillip

Reputation: 93468

FFmpeg can't record using the iSight camera.

But, this dude shows how to record a time lapse video on Mac using the cmd-line.

Upvotes: 1

Related Questions