Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 605 Bytes

File metadata and controls

9 lines (7 loc) · 605 Bytes

C

Subtitle Synchronization

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
gif gif

How to build/run it: gcc main.c -o subtitleSync -> ./subtitleSync