29 lines
739 B
Plaintext
29 lines
739 B
Plaintext
# Absolute paths to the executables, if needed:
|
|
|
|
# 1. ffmpeg
|
|
# ffmpeg_path=/usr/bin/ffmpeg
|
|
|
|
# 2. ffsubsync
|
|
# ffsubsync_path=/home/user/.local/bin/ffsubsync
|
|
|
|
# 3. alass
|
|
# alass_path=/usr/bin/alass
|
|
|
|
# Preferred retiming tool. Allowed options: 'ffsubsync', 'alass', 'ask'.
|
|
# If set to 'ask', the add-on will ask to choose the tool every time:
|
|
|
|
# 1. Preferred tool for syncing to audio.
|
|
# audio_subsync_tool=ask
|
|
# audio_subsync_tool=ffsubsync
|
|
# audio_subsync_tool=alass
|
|
|
|
# 2. Preferred tool for syncing to another subtitle.
|
|
# altsub_subsync_tool=ask
|
|
# altsub_subsync_tool=ffsubsync
|
|
# altsub_subsync_tool=alass
|
|
|
|
# Unload old subs (yes,no)
|
|
# After retiming, tell mpv to forget the original subtitle track.
|
|
unload_old_sub=yes
|
|
# unload_old_sub=no
|