# 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 --offset FLAGS: -h, --help Print help information -V, --version Print version information OPTIONS: -f, --file The path to the subtitle file -o, --offset The shift offset. To increment by half a second provide +500, To decrement -500. ```