tp7 / Sushi

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

IndexError: list index out of range, on SNK srt #24

Closed YamashitaRen closed 9 years ago

YamashitaRen commented 9 years ago

sushi.py --src TitanFRmono.flac --dst TitanJPmono.flac --script Titan1.ass works but sushi.py --src TitanFRmono.flac --dst TitanJPmono.flac --script Titan1.srt throw me this error : https://gist.github.com/YamashitaRen/d1fce4a15c3a79451878 Files can be found here : http://jheberg.net/captcha/titan-3/

YamashitaRen commented 9 years ago

ffmpeg -i Titan1.srt Titan2.srt && sushi.py --src TitanFRmono.flac --dst TitanJPmono.flac --script Titan2.srt works Sushi doesn't seem to like the empty lines of Titan1.srt...