Skip to content

Yet another tool for merging multiple subtitles together, supporting vtt and srt.

License

Notifications You must be signed in to change notification settings

imakira/subtitle-merger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Only srt and vtt files are supported currently

Using nix

nix run github:imakira/subtitle-merger -- -o <output_name.[srt | vtt]> input1.srt input2.vtt ...

Using docker

The input files need to be under current directory, or whatever you passed on the mounting option.

docker run -t --rm -v ./:/dir coruscation/subtitle-merger -o /dir/out.vtt /dir/test1.vtt /dir/test1.srt

About

Yet another tool for merging multiple subtitles together, supporting vtt and srt.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published