s

submerge-root

Submerge is a tool that aims to merge two subtitles into one ASS displaying both: one at the top of the screen, the other at the bottom. It can also be used to convert SRT to ASS or ASS to SRT, or to change the encoding of a file.
https://github.com/dnbn/submerge
MIT License
dnbn
Files download
File Operation
submerge-root-1.8.3.pom download
Apache Maven
<dependency>
  <groupId>com.github.dnbn.submerge</groupId>
  <artifactId>submerge-root</artifactId>
  <version>1.8.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.dnbn.submerge:submerge-root:1.8.3'
Gradle Kotlin
implementation("com.github.dnbn.submerge:submerge-root:1.8.3")
Scala SBT
libraryDependencies += "com.github.dnbn.submerge" % "submerge-root" % "1.8.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.dnbn.submerge', module='submerge-root', version='1.8.3')
)
Apache Ivy
<dependency org="com.github.dnbn.submerge" name="submerge-root" rev="1.8.3" />
Leiningen
[com.github.dnbn.submerge/submerge-root "1.8.3"]
Apache Buildr
'com.github.dnbn.submerge:submerge-root:jar:1.8.3'