update immersive config
This commit is contained in:
parent
c2e9ae47e1
commit
c3555288a9
@ -10,7 +10,7 @@ profile=sudacode
|
|||||||
# Anki deck the target will use
|
# Anki deck the target will use
|
||||||
# Subdecks use the same syntax as in Anki itself
|
# Subdecks use the same syntax as in Anki itself
|
||||||
# e.g. Root::Subdeck::Subsubdeck
|
# e.g. Root::Subdeck::Subsubdeck
|
||||||
deck=Craft
|
deck=Minecraft
|
||||||
|
|
||||||
# note type the target will use
|
# note type the target will use
|
||||||
note_type=Lapis
|
note_type=Lapis
|
||||||
@ -77,20 +77,20 @@ add_mode=append
|
|||||||
|
|
||||||
# audio clip file extension
|
# audio clip file extension
|
||||||
# unrelated to the format used, but should match it (especially on Windows)
|
# unrelated to the format used, but should match it (especially on Windows)
|
||||||
#audio/extension=mka
|
audio/extension=mp3
|
||||||
|
|
||||||
# audio container format
|
# audio container format
|
||||||
# e.g. 'matroska' (MKV/MKA), 'ogg', 'mp3'
|
# e.g. 'matroska' (MKV/MKA), 'ogg', 'mp3'
|
||||||
#audio/format=matroska
|
audio/format=mp3
|
||||||
|
|
||||||
# audio codec
|
# audio codec
|
||||||
# e.g. 'libopus' (NOT 'opus'), 'aac', 'vorbis', 'libmp3lame' (MP3)
|
# e.g. 'libopus' (NOT 'opus'), 'aac', 'vorbis', 'libmp3lame' (MP3)
|
||||||
#audio/codec=libopus
|
audio/codec=libmp3lame
|
||||||
|
|
||||||
# audio bitrate
|
# audio bitrate
|
||||||
# Uses the same syntax as mpv/ffmpeg bitrates.
|
# Uses the same syntax as mpv/ffmpeg bitrates.
|
||||||
# Sensible values are 32ki-64ki for libopus and 128ki for AAC and MP3.
|
# Sensible values are 32ki-64ki for libopus and 128ki for AAC and MP3.
|
||||||
#audio/bitrate=48ki
|
audio/bitrate=128ki
|
||||||
|
|
||||||
# how many seconds of padding to include before the start of audio clips
|
# how many seconds of padding to include before the start of audio clips
|
||||||
#audio/pad_start=0.1
|
#audio/pad_start=0.1
|
||||||
@ -101,12 +101,12 @@ add_mode=append
|
|||||||
# --------------------
|
# --------------------
|
||||||
|
|
||||||
# image file extension
|
# image file extension
|
||||||
#image/extension=webp
|
image/extension=webp
|
||||||
|
|
||||||
# image codec
|
# image codec
|
||||||
# supported values are 'mjpeg' (JPG), 'libwebp' (WebP), and 'png'
|
# supported values are 'mjpeg' (JPG), 'libwebp' (WebP), and 'png'
|
||||||
# Technically, any codec that works with ffmpeg's image2 format can be used.
|
# Technically, any codec that works with ffmpeg's image2 format can be used.
|
||||||
#image/codec=libwebp
|
image/codec=libwebp
|
||||||
|
|
||||||
# maximum image width/height
|
# maximum image width/height
|
||||||
# If one option is set to a negative value aspect ratio will be preserved.
|
# If one option is set to a negative value aspect ratio will be preserved.
|
||||||
@ -118,20 +118,20 @@ add_mode=append
|
|||||||
# valid range: 1-69
|
# valid range: 1-69
|
||||||
# lower is better (but files will be larger)
|
# lower is better (but files will be larger)
|
||||||
# Values above 5-10 result in noticeable artifacting.
|
# Values above 5-10 result in noticeable artifacting.
|
||||||
#image/jpeg/qscale=5
|
image/jpeg/qscale=5
|
||||||
|
|
||||||
# whether to use lossless compression for WebP
|
# whether to use lossless compression for WebP
|
||||||
#image/webp/lossless=no
|
image/webp/lossless=yes
|
||||||
|
|
||||||
# libwebp quality factor
|
# libwebp quality factor
|
||||||
# valid range: 0-100
|
# valid range: 0-100
|
||||||
# higher is better
|
# higher is better
|
||||||
#image/webp/quality=90
|
image/webp/quality=90
|
||||||
|
|
||||||
# libwebp compression level
|
# libwebp compression level
|
||||||
# valid range: 0-6
|
# valid range: 0-6
|
||||||
# Higher values result in better compression but take longer to encode.
|
# Higher values result in better compression but take longer to encode.
|
||||||
#image/webp/compression=4
|
image/webp/compression=4
|
||||||
|
|
||||||
# PNG compression level
|
# PNG compression level
|
||||||
# valid range: 0-9
|
# valid range: 0-9
|
||||||
|
@ -32,7 +32,7 @@ forvo_language=ja
|
|||||||
forvo_preload_audio=no
|
forvo_preload_audio=no
|
||||||
|
|
||||||
# download mp3 files from Forvo instead of Ogg/Vorbis
|
# download mp3 files from Forvo instead of Ogg/Vorbis
|
||||||
#forvo_prefer_mp3=no
|
forvo_prefer_mp3=yes
|
||||||
|
|
||||||
# prefix for Forvo filenames in the Anki media directory
|
# prefix for Forvo filenames in the Anki media directory
|
||||||
# Files will be named '<prefix>-<word>.<extension>'.
|
# Files will be named '<prefix>-<word>.<extension>'.
|
||||||
@ -43,10 +43,10 @@ forvo_reencode=yes
|
|||||||
|
|
||||||
# Forvo audio encoding options
|
# Forvo audio encoding options
|
||||||
# These behave like the corresponding options in target configs.
|
# These behave like the corresponding options in target configs.
|
||||||
forvo_extension=mka
|
forvo_extension=mp3
|
||||||
forvo_format=matroska
|
forvo_format=mp3
|
||||||
forvo_codec=libopus
|
forvo_codec=libmp3lame
|
||||||
forvo_bitrate=64ki
|
forvo_bitrate=128ki
|
||||||
|
|
||||||
# AnkiConnect host and port
|
# AnkiConnect host and port
|
||||||
#ankiconnect_host=localhost
|
#ankiconnect_host=localhost
|
||||||
|
Loading…
x
Reference in New Issue
Block a user