Skip to content

A C program which can shift subtitle srt files time and merge srt files.

Notifications You must be signed in to change notification settings

finelog/srtmerfter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

srtmerfter

This is a srt subtitle file tool.It can shift time and merge two srt files.

Usage

  • Sort Lines : srtmerfter file1 file2 ......
  • Shift Time : srtmerfter -s +/-1,300 file.srt
  • Merge Files: srtmerfter -m file1.srt file2.srt

Tips

This program is using fgets() to read srt file lines, And the Mac file EOL is CR, Which cause it cannot process the Mac file format correctly. So better convert file format to unix or dos before use it.

About

A C program which can shift subtitle srt files time and merge srt files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published