Skip to content

Releases: tp7/Sushi

Vodka Sushi r2

19 Apr 19:07
@tp7 tp7
Compare
Choose a tag to compare
Vodka Sushi r2 Pre-release
Pre-release

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

12 Feb 18:34
@tp7 tp7
Compare
Choose a tag to compare
Vodka Sushi Pre-release
Pre-release

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

04 Apr 13:02
@tp7 tp7
Compare
Choose a tag to compare
Hako-zushi r5 Pre-release
Pre-release

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

09 Jan 18:58
@tp7 tp7
Compare
Choose a tag to compare
Hako-zushi r4 Pre-release
Pre-release

Some bugfixes and minor improvements.

Hako-zushi r3

03 Jan 07:40
@tp7 tp7
Compare
Choose a tag to compare
Hako-zushi r3 Pre-release
Pre-release

Maintenance release containing mostly bugfixes and performance improvements.

  1. SRT subtitles actually work
  2. ASS script sorting is preserved in the output
  3. Fixed OS X and Linux support
  4. Much faster WAV loading (by about 40%) with lower peak memory usage (up to 60%)

Hako-zushi r2

17 Oct 23:44
@tp7 tp7
Compare
Choose a tag to compare
Hako-zushi r2 Pre-release
Pre-release

Script no longer crashes:

  1. If some lines aren't present in the destination stream.
  2. When some groups have zero shift.

Hako-zushi

08 Jul 08:51
@tp7 tp7
Compare
Choose a tag to compare
Hako-zushi Pre-release
Pre-release

In this release:

  1. Better processing of chapter groups' borders
  2. Automatic keyframes using SCXvid-standalone

Haya-zushi

17 Jun 09:33
@tp7 tp7
Compare
Choose a tag to compare
Haya-zushi Pre-release
Pre-release

In this release:

  1. Improved (again) keyframe correction algorithm
  2. Improved handling of fbf typesetting containing lines with multiple styles
  3. Argument --max-kf-snapping renamed to --max-kf-distance because it controls not only snapping
  4. Lots of bugfixes

Namanari

07 Jun 10:11
@tp7 tp7
Compare
Choose a tag to compare
Namanari Pre-release
Pre-release

In this release:

  1. New keyframe snapping algorithm.
  2. Better handling of frame-by-frame typesetting.
  3. Better handling of short events in some cases.
  4. Possibly performance improvements on scripts with a lot of typesetting and short lines.
  5. A lot of bugfixes.

Narezushi r2

28 May 21:38
@tp7 tp7
Compare
Choose a tag to compare
Narezushi r2 Pre-release
Pre-release

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.