C++
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
README.md
srtmove-interactive.cpp
srtmove-lib.cpp
srtmove-lib.h
srtmove.cpp

README.md

srtmove-cpp

Delay .srt subtitles

Installation

g++ srtmove.cpp -o srtmove

Usage

./srtmove time < subtitles.srt > delayed.srt

(where time can be in format -3m2s for substracting 3 minutes and 2 seconds to all subtitles)