美文网首页
Android录屏生成Gif方法

Android录屏生成Gif方法

作者: hello_cc | 来源:发表于2016-08-11 15:16 被阅读154次
    1. 使用shell命令,录制屏幕
      adb shell screenrecord /sdcard/demo.mp4
    2. 将视频文件从手机导出。
      adb pull /sdcard/demo.mp4 ~
    3. 将视频转成Gif格式。
      使用ezgif.com转换格式。

    参考资料

    相关文章

      网友评论

          本文标题:Android录屏生成Gif方法

          本文链接:https://www.haomeiwen.com/subject/tjhssttx.html