tp7/Sushi

WAV Loading Fails

Closed this issue · 2 comments

I'm trying to sync the subs from one encode to a different encode using Sushi. After loading both of the MKV files and extracting the audio as WAVs, Sushi simply closes with a critical error that it couldn't load the source WAV. The full log is here. The WAV files that ffmpeg extracted (converted to FLAC), as well as the script, are available here. I have also tried the latest version (instead of 0.4), but it doesn't make a difference; I still get the same error.

tp7 commented

I am unable to reproduce the bug on my x64 Python installation using the files you provided. I suspect that you might be just running out of memory on x86 Python since Sushi does consume a considerable amount of it while loading the files.

I just pushed a small update that should significantly reduce peak memory usage of Sushi. Please see if it helps you.

Thanks, Sushi works fine now. Thanks for the software, too.