Android:use the ADB command to record the screen and convert the recorded video to a GIF image:premise: Make sure that the ADB is installed on your computer and that Android has a level higher than 19. 1.adb Shell Screenrecord/sdcard/test.mp4save a file called Test.mp4 to your phone's/sdcard/directory. The default recording time is 18s (you can exit recording earlier with CTRL + C), or you can change the default recording time with adb shell Screenrecord--time-limit 10/sdcard/test.mp4Note: There are parameters to change the default bitrate size, etc., you can refer to the Help 2.adb pull/sdcard/test.mp4 d:/Export the Test.mp4 under the/sdcard/directory of your phone to the d:/path of your computer 3. Convert images in JPG format to videoThe next conversion software, there are many online, you can use the free video to GIF Converter, directly upload videos to convert it. IOS: (not tested, poor, no Mac ╮(╯▽╰)╭, but it seems there are other recording screen software, we have to think about it ~)http://sspai.com/27876
Record your phone's video and convert it into GIF