update to fork

This commit is contained in:
2025-09-08 14:36:43 -07:00
parent 05adde2559
commit 6eadea6f00
4 changed files with 26 additions and 4 deletions

6
.gitmodules vendored
View File

@@ -20,12 +20,12 @@
path = submodules/autosubsync-mpv
url = git@github.com:joaquintorres/autosubsync-mpv.git
[submodule "submodules/animecards"]
path = submodules/animecards
url = git@github.com:friedrich-de/Anacreon-Script.git
[submodule "submodules/immersion-tracker"]
path = submodules/immersion-tracker
url = git@gitea.suda.codes:sudacode/immersion-tracker.git
[submodule "submodules/mpvacious"]
path = submodules/mpvacious
url = git@github.com:ksyasuda/mpvacious.git
[submodule "submodules/animecards"]
path = submodules/animecards
url = git@github.com:ksyasuda/Anacreon-Script

View File

@@ -241,6 +241,10 @@ ctrl+K script-binding mpvacious-secondary-sid-prev
ctrl+J script-binding mpvacious-secondary-sid-next
# }}}
# {{ animecards
ctrl+v script-binding animecards/update-anki-card
# }}
# {{{ mpv-youtube-queue
ctrl+a script-binding mpv_youtube_queue/add_to_queue
ctrl+n script-binding mpv_youtube_queue/play_next_in_queue

View File

@@ -68,6 +68,24 @@ IMAGE_HEIGHT=480
# [JPG only] Quality: from 0 (worst) to 100 (best)
JPG_QUALITY=88
# =================================================
# Animated Image Settings
# =================================================
# Enable animated export for the selected subtitle segment (yes/no)
ANIMATED_IMAGE_ENABLED=yes
# Animated format: webp or avif
ANIMATED_IMAGE_FORMAT=avif
# Resize animated image to this height (in pixels). (0 = keep original)
ANIMATED_IMAGE_HEIGHT=480
# Frames per second for animated export (1-30)
ANIMATED_IMAGE_FPS=24
# Quality 0-100 (mapped to CRF for avif)
ANIMATED_IMAGE_QUALITY=69
# =================================================
# Misc Info - Extra metadata for cards
# =================================================