https://github.com/aluttik/subsoffset
Apply an offset to a subtitles file.
https://github.com/aluttik/subsoffset
srt srt-files srt-subtitles subtitle-correction subtitles
Last synced: 5 months ago
JSON representation
Apply an offset to a subtitles file.
- Host: GitHub
- URL: https://github.com/aluttik/subsoffset
- Owner: aluttik
- License: mit
- Created: 2019-01-20T05:21:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-12T00:47:18.000Z (over 6 years ago)
- Last Synced: 2025-09-29T18:34:57.380Z (9 months ago)
- Topics: srt, srt-files, srt-subtitles, subtitle-correction, subtitles
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
subsoffset
Tool for applying offsets to a subtitles file
## Installation
pip install subsoffset
## Usage
```
usage: subsoffset [options]
Tool for applying offsets to a subtitles file
optional arguments:
-h, --help show this help message and exit
-V, --version show program's version number and exit
commands:
add Apply a positive offset to the file.
sub Apply a negative offset to the file.
help show help for commands
```