ffmpeg 命令行获取麦克风参数问题
ffmpeger 发布于 2022-11-13

通过以下命令得到麦克风设备名称 “麦克风 (USB Microphone)”

ffmpeg -list_devices true -f dshow -i dummy 

然后再通过下面命令得到参数

ffmpeg -list_options true -f dshow -i audio="麦克风 (USB Microphone)"

  min ch=1 bits=8 rate= 11025 max ch=2 bits=16 rate= 44100

可以看到采样率44100,不过有个问题,有些笔记本是麦克风阵列,得到的也是

  min ch=1 bits=8 rate= 11025 max ch=2 bits=16 rate= 44100

以为是采样率44100,但系统显示的是48000,用WASAPI程序获取也是48000,所以命令行获取参数好像是有问题的。

ffmpeger
关注 私信
文章
63
关注
0
粉丝
0