{"id":16611595,"url":"https://github.com/andreasarvidsson/video-editing-tools","last_synced_at":"2026-06-17T18:01:29.677Z","repository":{"id":244561365,"uuid":"815603703","full_name":"AndreasArvidsson/video-editing-tools","owner":"AndreasArvidsson","description":"Useful scripts based around ffmpeg to cut and concatenate video files.","archived":false,"fork":false,"pushed_at":"2025-05-24T13:22:45.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-11T16:48:43.333Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/AndreasArvidsson.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-15T15:46:06.000Z","updated_at":"2025-05-24T13:22:49.000Z","dependencies_parsed_at":"2024-06-25T01:40:06.146Z","dependency_job_id":"b6128ebc-0e70-4b4f-bb54-8135878f3fbe","html_url":"https://github.com/AndreasArvidsson/video-editing-tools","commit_stats":null,"previous_names":["andreasarvidsson/video-editing-tools"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AndreasArvidsson/video-editing-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreasArvidsson%2Fvideo-editing-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreasArvidsson%2Fvideo-editing-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreasArvidsson%2Fvideo-editing-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreasArvidsson%2Fvideo-editing-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndreasArvidsson","download_url":"https://codeload.github.com/AndreasArvidsson/video-editing-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreasArvidsson%2Fvideo-editing-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34459619,"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-06-17T02:00:05.408Z","response_time":127,"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":[],"created_at":"2024-10-12T01:38:30.129Z","updated_at":"2026-06-17T18:01:29.646Z","avatar_url":"https://github.com/AndreasArvidsson.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Video editing tools\n\nUseful scripts based around [ffmpeg](https://ffmpeg.org) to cut and concatenate video files. Used for hands free video editing [YouTube](https://www.youtube.com/@andreas_arvidsson).\n\n## Concatenate parts of multiple files\n\n1. Edit [index.ts](./index.ts) with your file sources\n2. Run `npm start`\n3. In your working directory there is now a `video-editing-tools` dir with an `output` file\n\n```ts\nconcatSubFiles(\n    // Working directory\n    path.join(os.homedir(), \"Videos\"),\n    [\n        // FILE_NAME                TS_FROM     TS_TO\n        [\"2024-06-15 14-39-37.mkv\", \"00:00:30\", \"00:02:03\"],\n        [\"2024-06-15 15-45-10.mkv\", \"00:01:30\", \"00:02:03\"],\n        [\"2024-06-15 14-39-37.mkv\", \"00:01:30\", \"00:02:03\"],\n    ]\n);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreasarvidsson%2Fvideo-editing-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreasarvidsson%2Fvideo-editing-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreasarvidsson%2Fvideo-editing-tools/lists"}