Skip to main content

Subtitle Synchronization Tool

Project description

Sushi-next

Automatic shifter for SRT and ASS subtitle based on audio streams.

Python 3.13 fork of https://github.com/tp7/Sushi.

Credits to DYY-Studio for the initial v3.13 porting work.

Purpose

Imagine you've got a subtitle file synced to one video file, but you want to use these subtitles with some other video you've got via totally legal means. The common example is TV vs. BD releases, PAL vs. NTSC video and releases in different countries. In a lot of cases, subtitles won't match right away and you need to sync them.

The purpose of this script is to avoid all the hassle of manual syncing. It attempts to synchronize subtitles by finding similarities in audio streams. The script is very fast and can be used right when you want to watch something.

How it works

You need to provide two audio files and a subtitle file that matches one of those files. For every line of the subtitles, the script will extract corresponding audio from the source audio stream and will try to find the closest similar pattern in the destination audio stream, obtaining a shift value which is later applied to the subtitles.

Detailed explanation of Sushi workflow and description of command-line arguments can be found in the wiki.

Usage

The minimal command line looks like this:

python -m sushi --src hdtv.wav --dst bluray.wav --script subs.ass

Output file name is optional - "{destination_path}.sushi.{subtitles_format}" is used by default. See the usage page of the wiki for further examples.

Do note that WAV is not the only format Sushi can work with. It can process audio/video files directly and decode various audio formats, provided that ffmpeg is available. For additional info refer to the Demuxing part of the wiki.

Requirements

Sushi should work on Windows, Linux and OS X. Please open an issue if it doesn't. To run it, you have to have the following installed:

  1. Python 3.13 or higher
  2. NumPy (2.3.4 or newer)
  3. SciPy (1.16.2 or newer)
  4. OpenCV 4.4.x or newer

Optionally, you might want:

  1. FFmpeg for any kind of demuxing
  2. MkvExtract for faster timecodes extraction when demuxing
  3. SCXvid-standalone if you want Sushi to make keyframes
  4. Colorama to add colors to console output on Windows

Installation on Windows

Because the "maintainer" of this fork does not run Windows and is not interested in providing binaries, you are kind of on your own. The following steps are untested (see requirements earlier):

  1. Install Python (64 bit).
  2. Install OpenCV.
  3. Run pip install sushi-sub-next colorama on a terminal.
  4. Use it as sushi args… on a terminal.

If anyone wants to provide proper installation steps or a binary for Windows, please open a PR or get in contact.

Installation on Mac OS X

No binary packages are provided for OS X right now so you'll have to use the script form. Assuming you have Python 3, pip and homebrew installed, run the following:

brew tap homebrew/science
brew install git opencv
pip3 install numpy
# install some optional dependencies
brew install ffmpeg mkvtoolnix
# install sushi
pip3 install sushi-sub-next
# use sushi
sushi args…

Installation on Linux

If you have apt-get available, the installation process is trivial.

sudo apt-get update
sudo apt-get install git python3 python3-numpy python3-opencv

pip3 install --user sushi-sub-next
# if ~/.local/bin is in your PATH
sushi args…
# otherwise
python3 -m sushi args…

For other distros, pick corresponding package names for the python, numpy, and opencv dependencies.

Limitations

This script will never be able to property handle frame-by-frame typesetting. If underlying video stream changes (e.g. has different telecine pattern), you might get incorrect output.

This script cannot improve bad timing. If original lines are mistimed, they will be mistimed in the output file too.

In short, while this might be safe for immediate viewing, you probably shouldn't use it to blindly shift subtitles for permanent storing.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sushi_sub_next-0.6.3.tar.gz (25.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sushi_sub_next-0.6.3-py3-none-any.whl (28.2 kB view details)

Uploaded Python 3

File details

Details for the file sushi_sub_next-0.6.3.tar.gz.

File metadata

  • Download URL: sushi_sub_next-0.6.3.tar.gz
  • Upload date:
  • Size: 25.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.2.1 CPython/3.13.7 Windows/11

File hashes

Hashes for sushi_sub_next-0.6.3.tar.gz
Algorithm Hash digest
SHA256 c06b7c65fb743b00151a94bc660c85be7f1407668e1aadffa31d20fe3dc2670e
MD5 65f41fbac4aea53d5d3e50ed34018bb9
BLAKE2b-256 1832705d20395ee089e3395fc14348da49209be7f8b919ce68927b9d7649fa8b

See more details on using hashes here.

File details

Details for the file sushi_sub_next-0.6.3-py3-none-any.whl.

File metadata

  • Download URL: sushi_sub_next-0.6.3-py3-none-any.whl
  • Upload date:
  • Size: 28.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.2.1 CPython/3.13.7 Windows/11

File hashes

Hashes for sushi_sub_next-0.6.3-py3-none-any.whl
Algorithm Hash digest
SHA256 321801c657e330af7985f2bdc9ddc5c0762250b465f2f562b6e421e703d56e7d
MD5 2c9309888284031da2a4fb74084f224d
BLAKE2b-256 3274ba791859930f4f72405a9f8e282e484047b7307582fce0d634e2470d2f53

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page