Crates.io | subshift |
lib.rs | subshift |
version | 0.1.0 |
source | src |
created_at | 2021-10-12 17:27:56.652289 |
updated_at | 2021-10-12 17:27:56.652289 |
description | A tool to add or subtract offsets to the timestamps in a .srt subtitle file |
homepage | https://github.com/abhayk/subshift |
repository | https://github.com/abhayk/subshift |
max_upload_size | |
id | 464075 |
size | 23,767 |
A tool to add or subtract offsets to the timestamps in a .srt subtitle file. After offsets are
applied the original file will be backed up to
USAGE:
subshift.exe --file <FILE> --offset <OFFSET>
FLAGS:
-h, --help Print help information
-V, --version Print version information
OPTIONS:
-f, --file <FILE> The path to the subtitle file
-o, --offset <OFFSET> The shift offset. To increment by half a second provide +500, To
decrement -500.