{"id":37077733,"url":"https://github.com/makes/vidclip","last_synced_at":"2026-01-14T09:01:05.444Z","repository":{"id":196311114,"uuid":"695746453","full_name":"makes/vidclip","owner":"makes","description":"Trim and merge videos using TOML.","archived":false,"fork":false,"pushed_at":"2023-09-24T10:28:21.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-06T18:12:35.391Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/makes.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,"governance":null}},"created_at":"2023-09-24T04:59:23.000Z","updated_at":"2023-09-24T05:02:02.000Z","dependencies_parsed_at":"2023-09-24T10:28:55.095Z","dependency_job_id":null,"html_url":"https://github.com/makes/vidclip","commit_stats":null,"previous_names":["makes/vidclip"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/makes/vidclip","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makes%2Fvidclip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makes%2Fvidclip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makes%2Fvidclip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makes%2Fvidclip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/makes","download_url":"https://codeload.github.com/makes/vidclip/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makes%2Fvidclip/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28414732,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:38:59.149Z","status":"ssl_error","status_checked_at":"2026-01-14T08:38:43.588Z","response_time":107,"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":[],"created_at":"2026-01-14T09:01:04.751Z","updated_at":"2026-01-14T09:01:05.437Z","avatar_url":"https://github.com/makes.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vidclip\r\n\r\nTrim and merge videos using TOML.\r\n\r\n## Installation\r\n\r\n```\r\n$ pip install vidclip\r\n```\r\n\r\nRequires [FFmpeg](https://ffmpeg.org/).\r\n\r\n## Examples\r\n\r\n### Rendering a TOML Project File\r\n\r\n`project.toml`:\r\n\r\n```toml\r\n# Video project file for vidclip (https://github.com/makes/vidclip)\r\n# usage: vidclip render \u003cfilename\u003e\r\n\r\n[output]\r\npath = \"./out.mp4\"\r\nx = 1920\r\ny = 1080\r\nfps = 29.97\r\nvideo_codec = \"libx264\"\r\ncrf = 23  # Constant Rate Factor. Lower CRF -\u003e higher quality (x264: 0-51, default 23)\r\naudio_codec = \"aac\"\r\naudio_bitrate = \"256k\"\r\n\r\n[[clip]]\r\nfile = \"vid1.mp4\" # 30 fps\r\ninterval = [ \"00:20.222\", \"00:28.458\" ] # 606 - 853\r\n[[clip]]\r\nfile = \"vid2.mp4\"\r\ninterval = [ \"0\", \"00:15.560\" ]\r\n[[clip]]\r\nfile = \"vid1.mp4\" # 30 fps\r\ninterval = [ \"36.492\", \"41.829\" ] # 1094 - 1254\r\n[[clip]]\r\nfile = \"vid3.mov\"\r\ninterval=[ 0, 10 ]\r\n```\r\n\r\nRender command:\r\n\r\n```\r\n$ vidclip render project.toml output.mp4\r\n```\r\n\r\n### Extracting a Clip\r\n\r\n```\r\n$ vidclip extract input.mp4 00:20.222 00:28.458 output.mp4\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakes%2Fvidclip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmakes%2Fvidclip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakes%2Fvidclip/lists"}