Releases: tp7/Sushi
Releases · tp7/Sushi
Vodka Sushi r2
Sushi no longer crashes when scripts contain events outside of audio range.
Also switched to pyinstaller for windows builds, now provided as a single (if fairly large) binary.
Vodka Sushi
In this release:
- Logs are now colored, important info should be easier to notice
--min-group-size
and--sample-type
options removed- Full error recovery - Sushi should now be able to recover in case of missing audio segments of arbitrary lengths (like replaced ending)
- Minor bugfixes
Hako-zushi r5
In this release:
- When there's multiple candidate tracks in the mkv, Sushi will try to find one marked as default and use it automatically.
- Partial error recovery - when Sushi detects that it started to "go astray", it increases the search window and tries to shift broken segments again. Use the
--max-window
argument to specify maximum possible window Sushi can use. This new window is used only when--rewind-thresh
consecutive broken events are detected (5 by default). This algorithm is highly experimental and might change in the future. - Various other bugfixes and usability improvements.
Hako-zushi r4
Some bugfixes and minor improvements.
Hako-zushi r3
Maintenance release containing mostly bugfixes and performance improvements.
- SRT subtitles actually work
- ASS script sorting is preserved in the output
- Fixed OS X and Linux support
- Much faster WAV loading (by about 40%) with lower peak memory usage (up to 60%)
Hako-zushi r2
Script no longer crashes:
- If some lines aren't present in the destination stream.
- When some groups have zero shift.
Hako-zushi
In this release:
- Better processing of chapter groups' borders
- Automatic keyframes using SCXvid-standalone
Haya-zushi
In this release:
- Improved (again) keyframe correction algorithm
- Improved handling of fbf typesetting containing lines with multiple styles
- Argument
--max-kf-snapping
renamed to--max-kf-distance
because it controls not only snapping - Lots of bugfixes
Namanari
In this release:
- New keyframe snapping algorithm.
- Better handling of frame-by-frame typesetting.
- Better handling of short events in some cases.
- Possibly performance improvements on scripts with a lot of typesetting and short lines.
- A lot of bugfixes.
Narezushi r2
This version offers some slight improvements in console output and adds two new settings for better control over keyframes shift correction: --max-kf-distance
and --max-kf-snapping
.