{"id":21585763,"url":"https://github.com/dbelyaeff/video-splitter","last_synced_at":"2025-03-18T09:15:06.593Z","repository":{"id":161580227,"uuid":"635923358","full_name":"dbelyaeff/video-splitter","owner":"dbelyaeff","description":"This command line app can split any video by given timecodes.","archived":false,"fork":false,"pushed_at":"2024-04-24T15:51:35.000Z","size":18989,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-24T15:34:58.421Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/dbelyaeff.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-05-03T18:46:04.000Z","updated_at":"2024-04-24T15:51:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"eb547230-90a0-4ef8-ad79-8f4724b1853a","html_url":"https://github.com/dbelyaeff/video-splitter","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbelyaeff%2Fvideo-splitter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbelyaeff%2Fvideo-splitter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbelyaeff%2Fvideo-splitter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbelyaeff%2Fvideo-splitter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbelyaeff","download_url":"https://codeload.github.com/dbelyaeff/video-splitter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244189826,"owners_count":20412991,"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","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-11-24T15:11:44.144Z","updated_at":"2025-03-18T09:15:06.559Z","avatar_url":"https://github.com/dbelyaeff.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Video Splitter\n\nThis app gives user simple command line interface to split video files by timecodes (Youtube-like).\n\n## Installation\n\n1. Clone the repository locally.\n2. Build app with command `./video-splitter app:build`.\n3. Copy binary from `./builds/video-splitter` to `/usr/local/bin/video-splitter` (with `sudo`).\n4. Set permission to the executable file if needed.\n\n## Usage\n\nOnce installed, it can be used anythere.\n\n### Split\n\n```bash\nvideo-splitter split videofile [timecodes] [suffix]\n```\n\n* `videofile` (required) is a path to the source video file (just filename if cwd or absolute path)\n* `timecodes` (optional) is a string with timecodes or path to timecodes file (default: *timecodes.txt* in `cwd`)\n* `suffix` (optional) is a output chapters filename suffix (before the extension). Can be set by environmental variable `VIDEO_SPLITTER_DEFAULT_FILENAME_SUFFIX` in your shell config file (like `~./zshrc`)\n\n*Timecodes*\n\nString or file must looks like\n```\n00:00 First chapter\n05:32 Second chapter\n...\nNN:NN N-chapter\n```\n### Cut\n\nCut a fragment by given timecodes.\n\n```bash\nvideo-splitter cut videofile [from] [to] [output?]\n```\n\n### Frame\n\nSave frame by given timecodes.\n\n```bash\nvideo-splitter frame videofile [timecode] [output?]\n```\n\n### Mp3\n\nConverts video to mp3.\n\n```bash\nvideo-splitter mp3 videofile {--title} {--artwork} {--artist} {--description} {--album} {--year}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbelyaeff%2Fvideo-splitter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbelyaeff%2Fvideo-splitter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbelyaeff%2Fvideo-splitter/lists"}