An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

subsoffset


Tool for applying offsets to a subtitles file


Build status
PyPI version
Supported Python versions
License: MIT
Code style: black

## 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
```