我正在尝试使用mac上的adb
在Galaxy S5上录制截屏视频。
cd /android-sdk-macosx/platform-tools
./adb devices
./adb shell screenrecord --verbose ./sdcard/screencast-recording.mp4
在最后一行之后我不断收到一些配置错误
Main display is 1080x1920 @44.70fps (orientation=0)
Configuring recorder for 1080x1920 video at 4.00Mbps
ERROR: unable to configure codec (err=-2147483648)
WARNING: failed at 1080x1920, retrying at 720x1280
Configuring recorder for 720x1280 video at 4.00Mbps
任何想法如何让这个工作?