- 使用shell命令,录制屏幕
adb shell screenrecord /sdcard/demo.mp4
- 将视频文件从手机导出。
adb pull /sdcard/demo.mp4 ~
- 将视频转成Gif格式。
使用ezgif.com转换格式。
参考资料
adb shell screenrecord /sdcard/demo.mp4
adb pull /sdcard/demo.mp4 ~
参考资料
本文标题:Android录屏生成Gif方法
本文链接:https://www.haomeiwen.com/subject/tjhssttx.html
网友评论