You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
am having a issue with ass > srt conversion, some of the text does not show as they seem to be at the same time, is there a way to detect words that are timestamped the same time and just shift them forward and back a little during pysubs2 conversion?
using the pysubs cli
nice work on this project btw :)
The text was updated successfully, but these errors were encountered:
Hi @nwgat, can you provide an example file where this happens? I'm not exactly sure what you mean.
There is currently nothing to handle such things at the CLI level, but it should be reasonably simple to script. If it's something generally useful I'm happy to add it to the CLI for everybody.
Dialogue: 0,0:13:57.02,0:13:59.69,Default,NTP,0,0,0,,You guys, what are you doing—
Dialogue: 0,0:13:59.69,0:14:12.45,Default,OS,0,0,0,,{\an9}THE\NFIVE-COLORED\NCLOUDS
Dialogue: 0,0:14:00.11,0:14:02.02,Default,NTP,0,0,0,,Please stay in bed for now.
SRT from pysubs2
250
00:13:57,020 --> 00:13:59,690
You guys, what are you doing—
251
00:13:59,690 --> 00:14:12,450
THE
FIVE-COLORED
CLOUDS
252
00:14:00,110 --> 00:14:02,020
Please stay in bed for now.
the OS one is the issue, when i play this sub on jellyfin androidtv player the only the OS line is shown not any of the rest of the NTP lines during the duration of the OS line
the solutions are probably to
make the OS lines stop when next NTP line start
strip out OS (will lose some lines, so not the best idea, i suspect OS is mostly used for chapters etc)
i think ive figured it out, make the OS lines stop when next NTP line start, that way everything shows on screen, there should also be a way to make the OS line before NTP line show a little earlier and still not clash with the NTP line, but thats not that critical
am having a issue with ass > srt conversion, some of the text does not show as they seem to be at the same time, is there a way to detect words that are timestamped the same time and just shift them forward and back a little during pysubs2 conversion?
using the pysubs cli
nice work on this project btw :)
The text was updated successfully, but these errors were encountered: