tp7 / Sushi

Automatic subtitle shifter based on audio
MIT License
634 stars 45 forks source link

Support [Aegisub Extradata] section #19

Closed shinchiro closed 9 years ago

shinchiro commented 9 years ago

Currently sushi throw out of index error. I guess its because sushi unable to handle the extradata's section:

http://www.solidfiles.com/d/4bfede5221/[Anime-Koi]_Kami-sama_Hajimemashita_2_-_05_(Script).rar

One thing I noticed, when ffmpeg extract script with that section, it put [Aegisub Extradata] under [Events] but when I extract with mkvcleaver, [Aegisub Extradata] and [Events] section is separated as expected.

tp7 commented 9 years ago

Fixed the issue with mkvcleaver's output and reported the bug to ffmpeg since it produces a clearly broken script. This should be fixed in one of the future ffmpeg releases. Thanks for the report.