RoboGif
RoboGif copied to clipboard
A small utility to record Android device screen to a GIF
First and above all, thanks a lot for your code. It is really useful. There is a use case where I can't use it, when I need to show the...
Is it possible to package that as a snap and a flatpak?
ENV: window8.1 + python2.7.12 +cygwin64 + adb1.0.39 +[ffmpeg3.3.1](http://ffmpeg.zeranoe.com/builds/) ```sh Edward@USER-Edward /cygdrive/c/Users/Edward/Desktop $ robogif demo.gif RoboGif Recorder v1.3.0 Multiple devices found, choose one: =============== [0] FX08_plus - Baytrail26AB2111 ------> android4.4.4(rooted) [1]...
It would be very handy to have an option like `scale=0.5` that would automatically scale output gif/video dimensions.
 - adb path is correct. - ffmpeg path is correct.
There's a forked version of `gifsicle` called `lossygif` (https://kornel.ski/lossygif) that allows for reducing GIF file sizes even more than using the original `gifsicle` optimizations. ``` gifsicle --lossy=20 -O3 -o out.gif...
It would be nice to have the option to show a [device frame](https://developer.android.com/distribute/tools/promote/device-art.html) around the movie, so it looks like a real phone.