Record tablet's screen AND audio

偶尔善良 提交于 2019-11-28 11:31:36

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...)

Jeff's answer seems to be the only way you can use through adb. But that force you to do some work (merge video + audio).

Another way is to directly use an android app:

SCR Screen Recorder:

  • pros :
    • the only app that truly works for recording video + internal audio with all devices
  • cons:

Mobizen for SAMSUNG:

  • pros
    • on google play store
  • cons
    • only the samsung version works for recording internal audio, the general or LG, XIAOMI version can't record internal audio
    • still a beta feature
    • require root for recording internal audio

RecMe:

  • pros
    • on google play store
  • cons
    • internal audio recording doesn't works on most devices
    • require root for recording internal audio

Personally I tried a lot of apps and the only working for me is SCR Screen Recorder.

PS : all these apps works without root if not using internal audio.

Unfortunately there is no way to do it, according to the documentation:

Note: Audio is not recorded with the video file.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!