{"id":23686432,"url":"https://github.com/devhindo/chunk","last_synced_at":"2026-07-02T20:02:02.439Z","repository":{"id":233336938,"uuid":"787055255","full_name":"devhindo/chunk","owner":"devhindo","description":"reduce video length by removing similar frames in an elegant way","archived":false,"fork":false,"pushed_at":"2024-04-15T20:35:03.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-28T19:33:26.163Z","etag":null,"topics":["c","compression","video-editing","video-processing"],"latest_commit_sha":null,"homepage":"","language":"C","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/devhindo.png","metadata":{"files":{"readme":"README","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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-04-15T20:00:04.000Z","updated_at":"2024-04-23T03:44:05.000Z","dependencies_parsed_at":"2024-04-15T21:49:10.302Z","dependency_job_id":null,"html_url":"https://github.com/devhindo/chunk","commit_stats":null,"previous_names":["devhindo/chunk"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devhindo/chunk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devhindo%2Fchunk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devhindo%2Fchunk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devhindo%2Fchunk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devhindo%2Fchunk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devhindo","download_url":"https://codeload.github.com/devhindo/chunk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devhindo%2Fchunk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35060913,"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-07-02T02:00:06.368Z","response_time":173,"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":["c","compression","video-editing","video-processing"],"created_at":"2024-12-29T21:32:06.270Z","updated_at":"2026-07-02T20:02:02.371Z","avatar_url":"https://github.com/devhindo.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"usage: reduce the length of videos buy ignoring repeated frames\nsyntax: chunk \u003cpath\u003e -p \u003csimilarity percentage\u003e -o \u003coutput path\u003e\nexample: chunk /home/user/Downloads/video.mp4 -p 90 -o /home/user/Downloads/output.mp4\nflags:\n    -p, --percentage: similarity percentage to ignore repeated frames (default: 90)\n    -o, --output: output path (default: same directory as input file)\n    -h, --help: display help\nexample: chunk /home/user/Downloads/video.mp4 -p 80 -o /home/user/Downloads/output.mp4\n\n\nalgorithm:\n    1. read video file\n    2. extract frames\n    3. calculate similarity between frames\n    4. if frame similarity is greater than the given percentage, ignore the second frame\n    5. write the remaining frames to a new video file\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevhindo%2Fchunk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevhindo%2Fchunk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevhindo%2Fchunk/lists"}