I trying to record video on my emulator. I can see the record option in logcat tab and it records but the file saved is not in mp4 and it do not open. How to fix this issue? I am trying on emulator. Is there any restriction on the resolution for recording video
Try command line
Start recording:
adb shell screenrecord /sdcard/video.mp4
Stop Recording Ctrl-C
Save on PC
adb pull /sdcard/video.mp4 video.mp4
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With