Try to Video Record using adb shell screenrecord Android 4.4

前端 未结 1 697
天涯浪人
天涯浪人 2021-01-07 23:25

I am try to create a video from terminal but I can\'t succeed. It gives error on terminal like this.

adb shell screenrecord  /sdcard/screenshotyyyy.mp4
ERROR         


        
相关标签:
1条回答
  • 2021-01-07 23:59

    The screenrecord feature doesn't work in the AOSP emulator, because the software AVC encoder doesn't support the necessary features. As noted in this bug, the screenrecord binary will be removed from future emulator distributions to avoid confusion.

    I don't expect support to be added in the near future, as this requires a bunch of work in the codec.

    0 讨论(0)
提交回复
热议问题