The application allows users to apply a temporal offset and factor to subtitles in .srt or .saa files.
The subtitle synchronizer was created to apply a time offset and a factor to .str and .saa subtitle files.
The application allows users to apply a temporal offset and factor to subtitles in .srt or .saa files.
The idea of the algorithm is straightforward:
You need to convert each timestamp into milliseconds, apply an affine transformation, and then convert it back to a timestamp.
This command interface application, written in C++, enables the application of a time factor to audio files.
This operation means input and output audio files will have different lengths and sizes.
The process involves interpolating digital signals to create the transformation.
There is a detailed guide to operate the application and understand its internal mechanisms.