Reputation: 309
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
Reputation: 153
for mac os try:
ffmpeg -f avfoundation -i "0" -f mpeg1video -b:v 800k -r 30
Upvotes: 3
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