在Mac OS上使用ffmpeg录制视频

问题描述:

我想使用任何格式的ffmpeg在Mac OS上录制实时网络摄像头视频.我尝试了很多,但无法找到用于重新编码视频的命令.因此,请任何人都可以告诉我ffmpeg命令,使用用于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.

先感谢

对于Mac OS,请尝试:

for mac os try:

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