Record tablet's screen AND audio

前端 未结 3 1691
天命终不由人
天命终不由人 2020-12-10 08:10

I\'ve been wondering, after trying this command on my Nexus 7:

adb shell screenrecord /sdcard/demo.mp4

Is there a way to record the screen

3条回答
  •  独厮守ぢ
    2020-12-10 08:31

    I could do it this way :

    • connect the Android device to computer with a jack cable (headphone output to microphone input);
    • record video with adb shell;
    • record audio with Audacity (or anything else)
    • then merge video and audio with a video editor (pitivi, openshot, avconv...)

提交回复
热议问题