我正在尝试从终端创建视频,但我无法成功。它在这样的终端上给出错误。
adb shell screenrecord /sdcard/screenshotyyyy.mp4
ERROR: unable to create encoder input surface (err=-38)
WARNING: failed at 320x480, retrying at 720x1280
ERROR: unable to create encoder input surface (err=-38)
我正在尝试从终端创建视频,但我无法成功。它在这样的终端上给出错误。
adb shell screenrecord /sdcard/screenshotyyyy.mp4
ERROR: unable to create encoder input surface (err=-38)
WARNING: failed at 320x480, retrying at 720x1280
ERROR: unable to create encoder input surface (err=-38)
screenrecord 功能在 AOSP 模拟器中不起作用,因为软件 AVC 编码器不支持必要的功能。如这个错误中所述,screenrecord 二进制文件将从未来的模拟器发行版中删除,以避免混淆。
我不希望在不久的将来添加支持,因为这需要在编解码器中进行大量工作。