7

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.

yogi
  • 309
  • 1
  • 3
  • 13
  • 1
    A later question (a duplicate of this one) got a better answer: http://stackoverflow.com/questions/18966994/record-a-video-with-isight-using-ffmpeg – Daniel Earwicker Jun 09 '15 at 20:18

2 Answers2

3

for mac os try:

ffmpeg -f avfoundation -i "0" -f mpeg1video -b:v 800k -r 30
Hasan Rahal
  • 153
  • 2
  • 8
1

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.

karlphillip
  • 92,053
  • 36
  • 243
  • 426