L.G.C. |How-To| — Android Screen Capture / Recording On Linux

Another quick and dirty how-to for recording your Android device with Linux.

About:
Screen capturing tool for Android handsets connected via USB to a desktop/laptop. It is great for fullscreen presentations, product demos, automatic screen recording, or just a single screenshot. Without root.

Website: sourceforge.net/projects/ashot/

FFMPEG command: ffmpeg -f hw:0,0 -f x11grab -r 30 -s 1280×720 -i :0.0+XPOSITION,YPOSITION -vcodec libx264 -preset ultrafast -crf 0 output1.mp4

1 Comment

Leave Your Reply