Skip to content

chatch/multi-language-ass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multi-language-ass

NPM Package Build Status

Merges two ASS subtitle files with different languages into a combined ASS file so you can have 2 sets of subtitles on your film at once.

One language is displayed at the bottom and one on the top as defined by the Alignment style in the ASS file.

Quick start

sudo npm i -g multi-language-ass
multiass subs-en.ass subs-vi.ass > subs-combined.ass

Convert SRT to ASS

TODO: integrate a converter so this happens automatically for input files.

However for now an easy way to convert is with ffmpeg. For example:

ffmpeg -i film_en.srt film_jp.ass

About

Combines ass subtitle files and languages into one file

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published