{"id":19703286,"url":"https://github.com/intelorca/screenlapse","last_synced_at":"2026-06-08T01:32:23.995Z","repository":{"id":148313036,"uuid":"25952196","full_name":"IntelOrca/ScreenLapse","owner":"IntelOrca","description":"A simple console application for capturing your screen by a certain interval.","archived":false,"fork":false,"pushed_at":"2016-10-21T09:50:24.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-27T16:54:06.135Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IntelOrca.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-10-30T03:00:02.000Z","updated_at":"2016-10-21T09:50:26.000Z","dependencies_parsed_at":"2023-05-19T18:15:18.174Z","dependency_job_id":null,"html_url":"https://github.com/IntelOrca/ScreenLapse","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IntelOrca/ScreenLapse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntelOrca%2FScreenLapse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntelOrca%2FScreenLapse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntelOrca%2FScreenLapse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntelOrca%2FScreenLapse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IntelOrca","download_url":"https://codeload.github.com/IntelOrca/ScreenLapse/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IntelOrca%2FScreenLapse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34044919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-07T02:00:07.652Z","response_time":124,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-11T21:17:28.147Z","updated_at":"2026-06-08T01:32:23.980Z","avatar_url":"https://github.com/IntelOrca.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ScreenLapse\nA simple console application for capturing your screen by a certain interval\nfor creation of time lapses.\n\n## Configuration format\n- Include and exclude are regular expressions for process names.\n- Output path and interval must be specified\n- If only width or only height is specified, the other is automatically calculated.\n\n```json\n{\n    \"output\": \"img/cap_{0000}\",\n    \"include\": [\n        \"explorer\",\n        \"sublime\"\n    ],\n    \"exclude\": [\n        \"chrome\"\n    ],\n    \"width\": 1920,\n    \"height\": 1080,\n    \"interval\": 2000\n}\n```\n\n## Creating a timelapse\n```\nscreenlapse ./mytimelapse.json\nffmpeg -f image2 -i ./cap_%05d.jpg -c:v mpeg4 -pix_fmt yuv420p -qscale 0 -r 8 ./mytimelapse.mp4\n```\n\n## TODO\n- Allow selection of screen and region.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintelorca%2Fscreenlapse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintelorca%2Fscreenlapse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintelorca%2Fscreenlapse/lists"}