mac中使用ffmpeg采集摄像头同时采集扬声器

在mac中如何同时采集摄像头和扬声器的数据

我们可以用ffmpeg

```
MacBook-Air:~ test$ ffmpeg -f avfoundation -framerate 30 -video_size 1280x720 -i "0:0" -vcodec libx264 -preset ultrafast -acodec libmp3lame -ar 44100 -ac 1 -f flv camera.mp4
````

    A+
发布日期:2021年01月30日  所属分类:未分类

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: