summarylogtreecommitdiffstats
path: root/autosubsync.conf
diff options
context:
space:
mode:
authorMogeko2021-08-18 06:11:02 +0200
committerMogeko2021-08-18 06:11:02 +0200
commit3f70edfee6635e68b433bc753c62bac072aaaf85 (patch)
tree5c8ef21571cee520fff5a571f43ef658eb742660 /autosubsync.conf
downloadaur-3f70edfee6635e68b433bc753c62bac072aaaf85.tar.gz
feat: add mpv-autosubsync-git
Diffstat (limited to 'autosubsync.conf')
-rw-r--r--autosubsync.conf30
1 files changed, 30 insertions, 0 deletions
diff --git a/autosubsync.conf b/autosubsync.conf
new file mode 100644
index 000000000000..367da3b0479d
--- /dev/null
+++ b/autosubsync.conf
@@ -0,0 +1,30 @@
+# This user script also supports ffsubsync as a backend,
+# but we will not install it automatically.
+#
+# If you need ffsubsync, you can install it via pip:
+#
+# pip install ffsubsync
+#
+# Or through aur (python-ffsubsync).
+#
+
+
+# Absolute paths to the executables, if needed:
+# 1. ffmpeg
+ffmpeg_path=/usr/bin/ffmpeg
+# 2. alass
+alass_path=/usr/bin/alass
+# 3. ffsubsync (Optional)
+# Install via pip (ffsubsync) or aur (python-ffsubsync)
+#ffsubsync_path=/home/user/.local/bin/ffsubsync
+
+# 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=alass
+# 2. Preferred tool for syncing to another subtitle.
+altsub_subsync_tool=alass
+
+# Unload old subs (yes,no)
+# After retiming, tell mpv to forget the original subtitle track.
+#unload_old_sub=no