{"id":15372475,"url":"https://github.com/wkentaro/moviepy-cli","last_synced_at":"2026-03-06T22:32:11.403Z","repository":{"id":57443361,"uuid":"382245327","full_name":"wkentaro/moviepy-cli","owner":"wkentaro","description":"Command line interface for MoviePy.","archived":false,"fork":false,"pushed_at":"2026-01-19T12:10:37.000Z","size":1318,"stargazers_count":27,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-19T18:59:49.085Z","etag":null,"topics":["cli","command-line","python","video"],"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/wkentaro.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}},"created_at":"2021-07-02T05:55:49.000Z","updated_at":"2026-01-19T12:10:34.000Z","dependencies_parsed_at":"2022-09-05T09:41:01.998Z","dependency_job_id":null,"html_url":"https://github.com/wkentaro/moviepy-cli","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/wkentaro/moviepy-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wkentaro%2Fmoviepy-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wkentaro%2Fmoviepy-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wkentaro%2Fmoviepy-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wkentaro%2Fmoviepy-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wkentaro","download_url":"https://codeload.github.com/wkentaro/moviepy-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wkentaro%2Fmoviepy-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30200996,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cli","command-line","python","video"],"created_at":"2024-10-01T13:51:14.582Z","updated_at":"2026-03-06T22:32:11.371Z","avatar_url":"https://github.com/wkentaro.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003emoviepy-cli\u003c/h1\u003e\n  \u003ch3\u003eCommand line interface for MoviePy.\u003c/h3\u003e\n  \u003ca href=\"https://pypi.python.org/pypi/moviepy-cli\"\u003e\u003cimg src=\"https://img.shields.io/pypi/v/moviepy-cli.svg\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://pypi.org/project/moviepy-cli\"\u003e\u003cimg src=\"https://img.shields.io/pypi/pyversions/moviepy-cli.svg\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/wkentaro/moviepy-cli/actions\"\u003e\u003cimg src=\"https://github.com/wkentaro/moviepy-cli/workflows/ci/badge.svg\"\u003e\u003c/a\u003e\n\u003c/div\u003e\n\nMoviepy-cli is designed to **apply several video editing in a single command**\nwith [Moviepy](https://github.com/Zulko/moviepy) as an alternative to [Video-cli](https://github.com/wkentaro/video-cli).\n\n## Installation\n\n```bash\npip install moviepy-cli\n```\n\n## Usage\n\n```bash\nmoviepy --start 8 --retime 2 data/annotation.mp4\n\n# edit video files in 4 processes maximum\necho *.mp4 | xargs -n1 -P4 moviepy --start 8 --retime 2\n```\n\n```bash\nusage: moviepy [-h] [--start START] [--end END] [--retime RETIME] [--inplace]\n               [--scale SCALE] [--height HEIGHT] [--width WIDTH] [--fps FPS]\n               [--output-file OUTPUT_FILE]\n               input_file\n\npositional arguments:\n  input_file            input file\n\noptional arguments:\n  -h, --help            show this help message and exit\n  --start START         start time (default: None)\n  --end END             end time (default: None)\n  --retime RETIME       retime (default: None)\n  --inplace, -i         inplace (default: False)\n  --scale SCALE         scale (default: None)\n  --height HEIGHT       height (default: None)\n  --width WIDTH         width (default: None)\n  --fps FPS             fps (default: None)\n  --output-file OUTPUT_FILE, -o OUTPUT_FILE\n                        output file (default: None)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwkentaro%2Fmoviepy-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwkentaro%2Fmoviepy-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwkentaro%2Fmoviepy-cli/lists"}