NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
I was too lazy to create an interface so all interaction with the script takes place through the console.
sonixParser.getSRT();
sonixParser.getSRT({
lines: 3, // the number of strings in the subtitles. DEFAULT: 1
lineLength: 50, // max length of strings in the subtitles. DEFAULT: 36
named: true, // show speaker name. DEFAULT: false
nameOnAnotherLine: true // DEFAULT: false
})
Rating: 0