gifcap

Capture video from Android device and convert to animated GIF

brewmacoslinux
Try with needOr install directly
Source

About

Capture video from an Android device and make a gif

Commands

gifcap

Examples

Capture video from connected Android device and save as GIF$ gifcap -o output.gif
Capture with custom duration of 10 seconds$ gifcap -d 10 -o animation.gif
Capture with custom frame rate and output dimensions$ gifcap -r 10 -s 540x960 -o screen.gif