mpv2oboeru

mpv helpers to create flashcards from movies and TV shows
git clone anongit@rnpnr.xyz:mpv2oboeru.git
Log | Files | Refs | Feed | README | LICENSE

Commit: aca77a211c6eeec61c0c05f47eaac77accbd9583
Parent: 39d9c598e7539698a71262e40743bcfa896da51d
Author: Ren Tatsumoto
Date:   Sun, 24 Oct 2021 14:42:25 +0300

mention ffmpeg encoder in the example config

Diffstat:
M.github/RELEASE/subs2srs.conf | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/.github/RELEASE/subs2srs.conf b/.github/RELEASE/subs2srs.conf @@ -31,6 +31,13 @@ menu_font_size=24 # Togglebles. Possble values: `yes` or `no`. # ############################################## +# Use ffmpeg +# If you encounter problems making Anki cards, settings this to `yes` should fix them. +# You need to install ffmpeg and add it to the PATH first. +# https://wiki.archlinux.org/title/FFmpeg +# https://www.ffmpeg.org/download.html +use_ffmpeg=no + # Automatically create the deck for new cards (see deck_name option) create_deck=yes