{"id":19364332,"url":"https://github.com/davidfstr/vidcrush","last_synced_at":"2025-10-25T04:20:09.918Z","repository":{"id":66431089,"uuid":"107028566","full_name":"davidfstr/vidcrush","owner":"davidfstr","description":"Reduces the byte size of a video file by reencoding it at half width and height.","archived":false,"fork":false,"pushed_at":"2018-12-05T15:32:56.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-10T23:22:23.438Z","etag":null,"topics":["handbrake","video","video-encoding"],"latest_commit_sha":null,"homepage":"","language":"Python","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/davidfstr.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":"2017-10-15T16:23:33.000Z","updated_at":"2018-12-05T15:32:58.000Z","dependencies_parsed_at":"2023-02-22T09:45:11.555Z","dependency_job_id":null,"html_url":"https://github.com/davidfstr/vidcrush","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/davidfstr/vidcrush","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidfstr%2Fvidcrush","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidfstr%2Fvidcrush/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidfstr%2Fvidcrush/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidfstr%2Fvidcrush/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidfstr","download_url":"https://codeload.github.com/davidfstr/vidcrush/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidfstr%2Fvidcrush/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280904072,"owners_count":26411079,"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","status":"online","status_checked_at":"2025-10-25T02:00:06.499Z","response_time":81,"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":["handbrake","video","video-encoding"],"created_at":"2024-11-10T07:37:07.120Z","updated_at":"2025-10-25T04:20:09.891Z","avatar_url":"https://github.com/davidfstr.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vidcrush\n\nReencodes the specified input video file, reducing the video size, by default at 1/2 width and height.\n\n## Requirements\n\n* Python 3.6+\n* macOS 10.14+\n* HandBrakeCLI, installed in `/Applications`\n\n## Install\n\n* Clone this repository.\n* Open a terminal and `cd` to this repository's directory.\n* `pip3 install -r requirements.txt`\n* Add this repository to your `$PATH` variable so that `vidcrush.py` can be run from anywhere.\n\n## Usage\n\n```\n$ vidcrush.py --help\nusage: vidcrush.py [-h] [-s SCALE] [-r] video_filepaths [video_filepaths ...]\n\nReencode video files at a smaller size.\n\npositional arguments:\n  video_filepaths\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -s SCALE, --scale SCALE\n                        fraction to multiply the original video dimensions by\n  -r, --replace         replaces the original video file\n```\n\nThe output video will be scaled to 50% the original size.\n\nThe output video will be put in the same directory as the input video with a suffix reflecting how much the video was scaled down. For example a input `video.mp4` would generate an output `video-0.5.mp4` by default.\n\nIf `--replace` is specified then the input video will be replaced with the output video, with the input video moved to the trash (or recycle bin).\n\n## Running Tests\n\nThere aren't any tests yet but you can run the typechecker using:\n\n```\nmake\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidfstr%2Fvidcrush","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidfstr%2Fvidcrush","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidfstr%2Fvidcrush/lists"}