{"id":20797544,"url":"https://github.com/rlaphoenix/subredo","last_synced_at":"2025-05-06T18:44:21.554Z","repository":{"id":188449151,"uuid":"678700414","full_name":"rlaphoenix/SubReDo","owner":"rlaphoenix","description":"Apply Cuts from a VideoReDo Project File to Subtitles","archived":false,"fork":false,"pushed_at":"2023-08-25T14:45:53.000Z","size":40,"stargazers_count":8,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T01:41:45.386Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rlaphoenix.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-08-15T06:53:40.000Z","updated_at":"2025-02-20T16:18:39.000Z","dependencies_parsed_at":"2024-11-17T16:36:54.861Z","dependency_job_id":"c5e90789-ab62-46bf-a24e-d06a2558f29a","html_url":"https://github.com/rlaphoenix/SubReDo","commit_stats":null,"previous_names":["rlaphoenix/subredo"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rlaphoenix%2FSubReDo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rlaphoenix%2FSubReDo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rlaphoenix%2FSubReDo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rlaphoenix%2FSubReDo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rlaphoenix","download_url":"https://codeload.github.com/rlaphoenix/SubReDo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252747642,"owners_count":21798171,"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-17T16:34:22.994Z","updated_at":"2025-05-06T18:44:21.520Z","avatar_url":"https://github.com/rlaphoenix.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SubReDo\r\n\r\nApply Cuts from a VideoReDo Project File to Subtitles.\r\n\r\n[VideoReDo] allows you to make frame-accurate cuts without re-encoding the entire video or audio file. However, it does\r\nnot keep or cut Subtitles. That's where SubReDo comes in! Save your VideoReDo Project File (.Vprj) and pass it to\r\nSubReDo, and it will apply the same cuts but on the Subtitle files.\r\n\r\n\u003e **Note**\r\n\u003e - Currently only SubRip (SRT) subtitles and Matroska Cut Exports are supported.\u003cbr/\u003e\r\n\r\n  [VideoReDo]: \u003chttps://www.videoredo.com\u003e\r\n\r\n## Features\r\n\r\n- Export VideoReDo Project to MKV automatically **(Windows Only)**\r\n- Automatically Mux Subtitle Cuts to MKV Video Cut Exports\r\n- Subtitle Flags and Metadata from Original Source are Retained\r\n\r\n## Dependencies\r\n\r\n- [FFmpeg] for cutting the Subtitles at specific calculated timestamps.\r\n- [SubtitleEdit] for offsetting the Subtitle captions to sync up with the Cut video.\r\n- **Windows**: [VideoReDo] (v5, v6, or v6 Pro) for automatically exporting the project file to MKV.\r\n\r\nPlease make sure `ffmpeg` and `SubtitleEdit` can be found on your `PATH` Environment Variable, in your Current\r\nWorking Directory, or in SubReDo's Installation directory.\r\n\r\n  [FFmpeg]: \u003chttps://ffmpeg.org\u003e\r\n  [SubtitleEdit]: \u003chttps://nikse.dk/subtitleedit\u003e\r\n  [VideoReDo]: \u003chttps://videoredo.com\u003e\r\n\r\n## Usage\r\n\r\n```\r\nUsage: subredo [OPTIONS] [PROJECTS]...\r\n\r\n  Apply Cuts from a VideoReDo Project File on Subtitles.\r\n\r\n  PROJECTS    One or more VideoReDo project files (.Vprj) to read and apply cuts from.\r\n              You can alternatively specify a folder to search for .Vprj files from.\r\n              Subtitles are read from the source file of each project.\r\n\r\nOptions:\r\n  -o, --original-language TEXT  Declare the Original Language for this Video's\r\n                                Subtitle flags.\r\n  -c, --cut-video PATH          Specify manually exported cut video from the\r\n                                VideoReDo project file to mux the Subtitles\r\n                                to.Otherwise, On Windows a new MKV will be\r\n                                automatically exported next to the project\r\n                                file.\r\n  -k, --keep-cut                Keep the original Cut Video after multiplexing\r\n                                a Cut Video with the Subtitles.\r\n  -o, --offset INTEGER          Initial Subtitle Sync adjustment offset in\r\n                                milliseconds. Must be 0 or greater.\r\n  --help                        Show this message and exit.\r\n```\r\n\r\n## Contributors\r\n\r\n\u003ca href=\"https://github.com/rlaphoenix\"\u003e\u003cimg src=\"https://images.weserv.nl/?url=avatars.githubusercontent.com/u/17136956?v=4\u0026h=25\u0026w=25\u0026fit=cover\u0026mask=circle\u0026maxage=7d\" alt=\"\"/\u003e\u003c/a\u003e\r\n\r\n## License\r\n\r\n© 2023 rlaphoenix — [GNU General Public License, Version 3.0](LICENSE)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frlaphoenix%2Fsubredo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frlaphoenix%2Fsubredo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frlaphoenix%2Fsubredo/lists"}