User Tools

Site Tools


howto:subtitles

Subtitles

Auto Synchronisation

The following python tool can be used to let it analyse the audio and subtitle and synchronise the subs to generate a new synced file. It works for offsets at the beginning, not for sync issues later in the file.

https://github.com/smacke/ffsubsync

Install on Linux Mint 22+:

pipx install git+https://github.com/smacke/ffsubsync@latest

Usage:

ffs video_file.mkv -i orig_sub.srt -o new_synced_sub.srt

Alternatives

Yatse kodi offset

JSON-RPC
Method: Input.ExecuteAction
Parameter: {“action”:“subtitledelayminus”}
or
Parameter: {“action”:“subtitledelayplus”}

howto/subtitles.txt · Last modified: 2025/02/01 23:09 by Wulf Rajek