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
I used Sushi to adjust some fansubs to my DVD rip and it works fantastically. So much effort saved! The only annoyance is that a Comment from the script gets set to a negative time which breaks pysubs2.
Some of the original script:
[Events]
Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text
Comment: 0,0:00:05.00,0:00:25.00,Dialogue,,0000,0000,0000,,Shion no Ou Episode 1
Comment: 0,0:00:26.00,0:00:46.00,Dialogue,,0000,0000,0000,,Translated by Beloculus and Shirokaze
Dialogue: 0,0:03:19.33,0:03:23.88,Dialogue,Glasses Guy,0000,0000,0000,,That's Ishiwatari Shion. Her parents were murdered seven years ago.
Dialogue: 0,0:03:24.76,0:03:30.41,Dialogue,,0000,0000,0000,,Now Yasuoka, the 8th-dan professional kishi, is raising her as his adopted daughter, Yasuoka Shion.
Dialogue: 0,0:03:24.76,0:03:30.41,TL-note,,0000,0000,0000,,[kishi - shougi player; dan - professional rank]
Dialogue: 0,0:03:31.32,0:03:32.62,Dialogue,Guy2,0000,0000,0000,,She looks like she's doing well to me.
Dialogue: 0,0:03:33.49,0:03:37.26,Dialogue,,0000,0000,0000,,From looking at her, you'd never guess what she suffered.
Dialogue: 0,0:03:39.81,0:03:45.12,Dialogue,Glasses Guy,0000,0000,0000,,She was so shocked, she lost the ability to speak.
Dialogue: 0,0:03:53.59,0:03:55.11,Dialogue,OldD00d,0000,0000,0000,,You're early, Shion-chan!
...
The corresponding lines after Sushi:
[Events]
Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text
Dialogue: 0,0:03:09.26,0:03:13.81,Dialogue,Glasses Guy,0000,0000,0000,,That's Ishiwatari Shion. Her parents were murdered seven years ago.
Dialogue: 0,0:03:14.69,0:03:20.34,Dialogue,,0000,0000,0000,,Now Yasuoka, the 8th-dan professional kishi, is raising her as his adopted daughter, Yasuoka Shion.
Dialogue: 0,0:03:14.69,0:03:20.34,TL-note,,0000,0000,0000,,[kishi - shougi player; dan - professional rank]
Dialogue: 0,0:03:21.25,0:03:22.59,Dialogue,Guy2,0000,0000,0000,,She looks like she's doing well to me.
Dialogue: 0,0:03:23.42,0:03:27.19,Dialogue,,0000,0000,0000,,From looking at her, you'd never guess what she suffered.
Dialogue: 0,0:03:29.74,0:03:35.05,Dialogue,Glasses Guy,0000,0000,0000,,She was so shocked, she lost the ability to speak.
Dialogue: 0,0:03:43.52,0:03:45.04,Dialogue,OldD00d,0000,0000,0000,,You're early, Shion-chan!
...
Comment: 0,-1:59:54.93,0:00:14.93,Dialogue,,0000,0000,0000,,Shion no Ou Episode 1
Comment: 0,0:00:15.93,0:00:35.93,Dialogue,,0000,0000,0000,,Translated by Beloculus and Shirokaze
There is a warning in the log but I'm not sure it's relevant:
Hello,
I used Sushi to adjust some fansubs to my DVD rip and it works fantastically. So much effort saved! The only annoyance is that a Comment from the script gets set to a negative time which breaks
pysubs2
.Some of the original script:
The corresponding lines after Sushi:
There is a warning in the log but I'm not sure it's relevant:
I'm working around the issue by using
sed
to remove all comments but it would be nice if Sushi would not output negative timestamps.The text was updated successfully, but these errors were encountered: