这是indexloc提供的服务,不要输入任何密码
Skip to content

Victorystick/subfix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

subfix Build Status

SubFix is a small program for manipulating subtitle files.

Currently it can only handle .srt and .sub formats, though others may be supported later on.

Validation

You can validate a subtitle file by providing a filename as subfix's only argument.

subfix movie.srt

Timing

SubFix can adjust the timing of a subtitle file easily. If you want to delay the subtitles 5.4 seconds, set the time shift (ts) flag:

subfix --ts 5.4s movie.srt

If you instead want to hasten the subtitles just add a minus, like -5.4s.

Format

To convert one format to another, say .sub to .srt, it's as simple as:

subfix --outfile movie.srt movie.sub

About

SubFix is a small program for manipulating subtitle files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages