{"id":21014242,"url":"https://github.com/flamendless/peeker","last_synced_at":"2025-05-15T04:34:47.624Z","repository":{"id":43844927,"uuid":"435501111","full_name":"flamendless/peeker","owner":"flamendless","description":"Multi-threaded screen recorder for LOVE, made in LOVE, for LOVE.","archived":false,"fork":false,"pushed_at":"2022-02-16T06:52:36.000Z","size":25,"stargazers_count":14,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T04:05:53.668Z","etag":null,"topics":["gamedev","lib","love","love2d","lua","module","recorder","screen"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flamendless.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":"2021-12-06T13:09:43.000Z","updated_at":"2025-01-23T21:14:02.000Z","dependencies_parsed_at":"2022-09-05T22:22:09.123Z","dependency_job_id":null,"html_url":"https://github.com/flamendless/peeker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flamendless%2Fpeeker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flamendless%2Fpeeker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flamendless%2Fpeeker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flamendless%2Fpeeker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flamendless","download_url":"https://codeload.github.com/flamendless/peeker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254274721,"owners_count":22043573,"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":["gamedev","lib","love","love2d","lua","module","recorder","screen"],"created_at":"2024-11-19T09:45:32.905Z","updated_at":"2025-05-15T04:34:47.340Z","avatar_url":"https://github.com/flamendless.png","language":"Lua","readme":"# PEEKER\n\nMulti-threaded screen recorder for [LOVE](https://love2d.org), made in LOVE, for LOVE.\n\n## FEATURES\n\n* Multi-threaded\n* Can record multiple videos in a single launch of love\n* Can use different resolution/quality for recorded output\n* Supports mp4, mkv, webm formats\n* No audio\n\n## USAGE\n\nRun [main.lua](main.lua).\n\nThis will create a folder `awesome_video` or `recorder_xxxx` (if `out_dir` is\nnot passed) that contains the captured frames and the output video in the [save\ndirectory](https://love2d.org/wiki/love.filesystem) of your game.\n\n## CONFIGS\n\nHere are the options/flags you can pass in `Peeker.start`:\n\n* `w` - **width** of the output. Defaults to size of the window.\n* `h` - **height** of the output. Defaults to size of the window.\n* `scale` - this overrides the `w` and `h` flags and is preferred to keep the aspect ratio of the output.\n* `fps` - **fps** of the output video. Defaults to `30`.\n* `out_dir` = name of the directory where the frames will be saved. Refer to the [wiki](https://love2d.org/wiki/love.filesystem) for the save directory location. Defaults to `recorder_xxxx` where `xxxx` is `os.time`.\n* `format` - either `\"mp4\"`, `\"mkv\"`, or `\"webm\"` for the format of the output video. Defaults to `mp4`\n* `overlay` - either `\"text\"` or `\"circle\"` to display when recording status is on.\n* `post_clean_frames` - if **true**, the `out_dir` will be deleted after the vide output is successfully encoded.\n\n## DEPENDENCIES\n\n[FFMPEG](https://ffmpeg.org/) is required.\n\n## NOTES\n\n* Only Linux and Windows are supported for now. PRs for other OS are welcome :)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflamendless%2Fpeeker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflamendless%2Fpeeker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflamendless%2Fpeeker/lists"}