48 lines
759 B
Plaintext
48 lines
759 B
Plaintext
|
|
# Enable caching
|
|
cache=yes
|
|
cache-default=512
|
|
cache-file=./cache
|
|
|
|
# Save timestamps to a file
|
|
osd-fractions=yes
|
|
osd-status-msg="[$timestamp] ${filename/no-ext} [${duration} / ${playlist-pos-1}/${playlist-count}]"
|
|
|
|
# Recommended video output settings
|
|
vo=gpu
|
|
gpu-context=auto
|
|
hwdec=auto
|
|
|
|
# Audio settings
|
|
audio-channels=auto
|
|
|
|
# Subtitle settings
|
|
sub-auto=fuzzy
|
|
|
|
# Volume normalization
|
|
volume-max=100
|
|
volume-normalization=yes
|
|
|
|
# Mouse input settings
|
|
input-cursor=yes
|
|
mouse-movements=yes
|
|
mouse-speed=1.0
|
|
|
|
# Default playback speed
|
|
speed=1.0
|
|
|
|
# Skip forward/backward in seconds
|
|
osd-duration=1000
|
|
input-sec-up="seek +10"
|
|
input-sec-down="seek -10"
|
|
|
|
# Display video info
|
|
msg-level=all=status
|
|
|
|
|
|
[extension.webm]
|
|
loop-playlist=yes
|
|
loop-playlist-start=inf
|
|
loop-file=inf
|
|
|