{"id":18150082,"url":"https://github.com/sysulq/jumpcutter","last_synced_at":"2025-04-06T22:34:21.165Z","repository":{"id":48180465,"uuid":"476667394","full_name":"sysulq/jumpcutter","owner":"sysulq","description":"An auto jump cutter, implemented with opencv and silence detect.","archived":false,"fork":false,"pushed_at":"2022-04-05T04:08:14.000Z","size":24,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-13T04:47:24.351Z","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/sysulq.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}},"created_at":"2022-04-01T10:02:33.000Z","updated_at":"2022-04-06T01:35:43.000Z","dependencies_parsed_at":"2022-08-30T06:11:43.569Z","dependency_job_id":null,"html_url":"https://github.com/sysulq/jumpcutter","commit_stats":null,"previous_names":["sysulq/jumpcutter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysulq%2Fjumpcutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysulq%2Fjumpcutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysulq%2Fjumpcutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sysulq%2Fjumpcutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sysulq","download_url":"https://codeload.github.com/sysulq/jumpcutter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247563909,"owners_count":20958971,"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-02T00:07:32.167Z","updated_at":"2025-04-06T22:34:21.121Z","avatar_url":"https://github.com/sysulq.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"jumpcutter\n===\n\nA tool for automatically editing videos, which is inspired by [jumpcutter](https://github.com/carykh/jumpcutter).\n\nRequirements\n---\n\n* ffmpeg\n* opencv\n\nInstallation\n---\n\n```bash\npip3 install -r requirementes.txt\n```\n\nRun\n---\n\n```\n./jumpcutter.py --input_file INPUT_FILE\n```\n\nHelp\n---\n\n```txt\n./jumpcutter.py -h\nusage: jumpcutter.py [-h] [--input_file INPUT_FILE] [--url URL] [--output_file OUTPUT_FILE]\n                     [--silent_threshold SILENT_THRESHOLD] [--sounded_speed SOUNDED_SPEED]\n                     [--silent_speed SILENT_SPEED] [--frame_margin FRAME_MARGIN]\n                     [--sample_rate SAMPLE_RATE] [--frame_rate FRAME_RATE]\n                     [--frame_quality FRAME_QUALITY]\n\nModifies a video file to play at different speeds when there is sound vs. silence.\n\noptional arguments:\n  -h, --help            show this help message and exit\n  --input_file INPUT_FILE\n                        the video file you want modified\n  --url URL             A youtube url to download and process\n  --output_file OUTPUT_FILE\n                        the output file. (optional. if not included, it'll just modify the\n                        input file name)\n  --silent_threshold SILENT_THRESHOLD\n                        the volume amount that frames' audio needs to surpass to be consider\n                        \"sounded\". It ranges from 0 (silence) to 1 (max volume)\n  --sounded_speed SOUNDED_SPEED\n                        the speed that sounded (spoken) frames should be played at. Typically\n                        1.\n  --silent_speed SILENT_SPEED\n                        the speed that silent frames should be played at. 999999 for\n                        jumpcutting.\n  --frame_margin FRAME_MARGIN\n                        some silent frames adjacent to sounded frames are included to provide\n                        context. How many frames on either the side of speech should be\n                        included? That's this variable.\n  --sample_rate SAMPLE_RATE\n                        sample rate of the input and output videos\n  --frame_rate FRAME_RATE\n                        frame rate of the input and output videos. optional... I try to find\n                        it out myself, but it doesn't always work.\n  --frame_quality FRAME_QUALITY\n                        quality of frames to be extracted from input video. 1 is highest, 31\n                        is lowest, 3 is the default.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsysulq%2Fjumpcutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsysulq%2Fjumpcutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsysulq%2Fjumpcutter/lists"}