{"id":13419723,"url":"https://github.com/izacus/RoboGif","last_synced_at":"2025-03-15T05:32:53.474Z","repository":{"id":29770733,"uuid":"33314675","full_name":"izacus/RoboGif","owner":"izacus","description":"A small utility to record Android device screen to a GIF","archived":false,"fork":false,"pushed_at":"2019-12-31T12:31:36.000Z","size":5457,"stargazers_count":521,"open_issues_count":7,"forks_count":31,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-07-31T22:51:11.520Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/izacus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-02T14:56:31.000Z","updated_at":"2024-03-25T04:30:13.000Z","dependencies_parsed_at":"2022-09-07T00:41:35.187Z","dependency_job_id":null,"html_url":"https://github.com/izacus/RoboGif","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izacus%2FRoboGif","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izacus%2FRoboGif/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izacus%2FRoboGif/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izacus%2FRoboGif/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/izacus","download_url":"https://codeload.github.com/izacus/RoboGif/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243690112,"owners_count":20331726,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T22:01:19.844Z","updated_at":"2025-03-15T05:32:53.210Z","avatar_url":"https://github.com/izacus.png","language":"Python","funding_links":[],"categories":["Python","Libs","Utility"],"sub_categories":["\u003cA NAME=\"Utility\"\u003e\u003c/A\u003eUtility"],"readme":"# RoboGif\n\nA small utility to record Android device screen to an optimized GIF so you can paste it to GitHub or a similar service.\n\n## Requirements\n\n* Python 2.7 or 3.x\n* `adb` in path\n* `ffmpeg` in path (has to be decently new to support `palettegen` and `paletteuse` filters and have `libx264` if you want video output)\n\n### Optional\n\n* `gifsicle` for further gif optimization\n\n#### Getting ffmpeg\n\n##### OS X\n\n```\nbrew install ffmpeg\n```\n\n##### Linux\n\nOn Ubuntu 15.04 or equivalent, you can just use `apt`:\n\n```\napt-get install ffmpeg\n```\n\nOn Ubuntu 14.04 you can use [Ubuntu Multimedia for Trusty PPA](https://launchpad.net/~mc3man/+archive/ubuntu/trusty-media) to get new ffmpeg.\n \n##### Windows\n \nWindows support was not tested as of yet. [Zeranoe's static builds](http://ffmpeg.zeranoe.com/builds/) should work fine as long as they're named `ffmpeg.exe` in path. \n\n\n## Installation\n\n```\npip install robogif\n```\n\n## Usage\n\nTo record a gif:\n\n```\nrobogif demo.gif\n\nRoboGif Recorder v1.1.2\nStarting recording on \u003cserial\u003e...\nPress Ctrl+C to stop recording.\nRecording done, downloading file....\n5679 KB/s (7036946 bytes in 1.209s)\nConverting video to GIF...\nDone!\nCreated demo.gif\n```\n\nExample of a recorded GIF:\n\n![GIF example](https://izacus.github.io/RoboGif/images/demo.gif)\n\nor to record a video:\n\n```\nrobogif demo.mp4\n\nRoboGif Recorder v1.1.2\nStarting recording on 061ffcff0b107aef...\nPress Ctrl+C to stop recording.\nRecording done, downloading file....\n7121 KB/s (1048401 bytes in 0.143s)\nOptimizing video...\nDone!\nCreated demo.mp4\n```\n\n### Connecting devices\n\n`robogif` requires `adb` for accessing Android devices. Before recording a GIF or video, you need to connect the target device to your computer using a USB cable. The device must have \"USB debugging\" enabled. You can check if the device is properly connected by running `adb device` from your terminal. If your device shows up, you are ready to go.\n\n```bash \n\u003e adb devices -l\nList of devices attached\nCVH7N25B12003553       device usb:346594891X product:angler model:Nexus_6P device:angler\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fizacus%2FRoboGif","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fizacus%2FRoboGif","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fizacus%2FRoboGif/lists"}