subshift

Crates.iosubshift
lib.rssubshift
version0.1.0
sourcesrc
created_at2021-10-12 17:27:56.652289
updated_at2021-10-12 17:27:56.652289
descriptionA tool to add or subtract offsets to the timestamps in a .srt subtitle file
homepagehttps://github.com/abhayk/subshift
repositoryhttps://github.com/abhayk/subshift
max_upload_size
id464075
size23,767
(abhayk)

documentation

README

subshift

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 .orig

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.
Commit count: 13

cargo fmt