This C program helps you to synchronize the subtitle files (.srt extensions) in milliseconds. If user declares +1000 as parameter, program will delay the subtitles for 1 second. If user declares -1000 as parameter, program will bring forward the subtitles for 1 second.
| Unsynchronized | Synchronized |
|---|---|
![]() |
![]() |
How to build/run it: gcc main.c -o subtitleSync -> ./subtitleSync

