Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 243
yogi Avatar asked May 18 '11 05:05

yogi


1 Answers

for mac os try:

ffmpeg -f avfoundation -i "0" -f mpeg1video -b:v 800k -r 30
like image 128
Hasan Rahal Avatar answered Sep 21 '22 21:09

Hasan Rahal