-
Notifications
You must be signed in to change notification settings - Fork 0
A Zig learning project to nudge srt file's time
License
deadManAlive/syncrt
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
syncrt ------ A Zig learning project to nudge `.srt` file's time. Usage: `syncrt <filename> <nudge (in signed seconds OR current-target)>` Example: `syncrt 2012.srt +4.04` (delay by 4.04 seconds) `syncrt PoM.srt 01:67:23-01:43:00` (advance by 1463 seconds)
About
A Zig learning project to nudge srt file's time