Record video using ffmpeg on mac os

混江龙づ霸主 提交于 2021-02-07 02:53:31

问题


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.


回答1:


for mac os try:

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



回答2:


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.



来源:https://stackoverflow.com/questions/6040340/record-video-using-ffmpeg-on-mac-os

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!