fix encore output
This commit is contained in:
parent
77e123d2d9
commit
e476d2d408
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ function spansToSrt(arr, fmt, start_no) {
|
|||
srt += "\n\n";
|
||||
}
|
||||
else if (fmt == 'enc') {
|
||||
srt += srtNo + ms2frames(s.tcInMs) + " " + ms2frames(s.tcOutMs) + " " + text;
|
||||
srt += srtNo + " " + ms2frames(s.tcInMs) + " " + ms2frames(s.tcOutMs) + " " + text;
|
||||
srt += "\n\n";
|
||||
}
|
||||
srtNo++;
|
||||
|
|
Loading…
Reference in a new issue