https://github.com/abdnh/cut-video-with-subs
Cut subtitled videos and generate retimed srt subs
https://github.com/abdnh/cut-video-with-subs
Last synced: 3 months ago
JSON representation
Cut subtitled videos and generate retimed srt subs
- Host: GitHub
- URL: https://github.com/abdnh/cut-video-with-subs
- Owner: abdnh
- License: agpl-3.0
- Created: 2022-05-21T22:40:36.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-09T00:45:40.000Z (over 1 year ago)
- Last Synced: 2025-01-24T07:29:50.439Z (4 months ago)
- Language: Python
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a simple program that splits subtitled videos into multiple files and generate retimed .srt subs for each video.

## Usage
Just download the executable from the Releases page (Only Windows binaries are available currently).
You can alternatively build the program yourself using the included [Makefile](./Makefile) after downloading
the Python dependencies.## Credit
- The icon is adapted from an icon from https://icons.getbootstrap.com/
- [taskman.py](./src/taskman.py) is mostly copied from [ankitects/anki](https://github.com/ankitects/anki/blob/ae18ba2a05dad1a4860f8a638318e4a0a5c6f52a/qt/aqt/taskman.py) with some modifications.