{"id":21410106,"url":"https://github.com/recolude/landmark-recordings","last_synced_at":"2025-06-16T06:37:28.364Z","repository":{"id":165418448,"uuid":"440945754","full_name":"recolude/landmark-recordings","owner":"recolude","description":"A demo for building recordings from landmark information provided by media pipe","archived":false,"fork":false,"pushed_at":"2022-01-16T22:20:06.000Z","size":23,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-23T04:41:25.583Z","etag":null,"topics":["3d","computer-vision"],"latest_commit_sha":null,"homepage":"","language":"Go","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/recolude.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":"2021-12-22T18:11:08.000Z","updated_at":"2022-07-27T14:20:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"ccdc557c-0c98-48e6-a184-63a885158777","html_url":"https://github.com/recolude/landmark-recordings","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/recolude%2Flandmark-recordings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recolude%2Flandmark-recordings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recolude%2Flandmark-recordings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/recolude%2Flandmark-recordings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/recolude","download_url":"https://codeload.github.com/recolude/landmark-recordings/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243910725,"owners_count":20367538,"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":["3d","computer-vision"],"created_at":"2024-11-22T17:37:36.265Z","updated_at":"2025-03-16T17:46:57.922Z","avatar_url":"https://github.com/recolude.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Landmark Recordings\n\nA demo for building recordings from landmark information provided by [mediapipe](https://mediapipe.dev/).\n\n## Requirements\n\n* FFMPEG\n* python 3.9 64-bit (mediapipe requires 64bit)\n* Golang 1.17 (I'm sure most versions would work, this is just whats on my machine.)\n\n## Processessing Recordings\n\n### Deconstruct the Video\n\n```bash\nffmpeg -i in.mp4 frames/frame_%04d.png -hide_banner\n```\n\n### Run the Landmark Identification Software\n\n```bash\npython pose/pose.py\n```\n\n### Rebuilding the Video\n\n```bash\nffmpeg -y -r 29 -i frames_out/frame_%04d.png -c:v libx264 -vf fps=29 -pix_fmt yuv420p out.mp4\n```\n\n### Buiding a Recolude Recording\n\n```bash\ngo run pose.go\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frecolude%2Flandmark-recordings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frecolude%2Flandmark-recordings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frecolude%2Flandmark-recordings/lists"}