简体   繁体   English

在mac os上使用ffmpeg录制视频

[英]Record video using ffmpeg on mac os

I want to record live webcam video on mac OS using ffmpeg in any format. 我想使用任何格式的ffmpeg在mac OS上录制现场网络摄像头视频。 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. 所以请任何人都可以告诉我ffmpeg命令捕获视频使用网络摄像头为mac os。

Thanx in advance. Thanx提前。

对于mac os尝试:

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

FFmpeg can't record using the iSight camera. FFmpeg 无法使用iSight摄像头进行录制。

But, this dude shows how to record a time lapse video on Mac using the cmd-line. 但是,这个家伙展示了如何使用cmd-line 在Mac上录制时间推移视频

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM