blob: c926cd7a655d91e086cded7ce8086128e6f96df2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Speed up playback by the factor
speed=1.33
# Create a video output window even if there is no video
force-window=immediate
# Always save the current playback position on quit
save-position-on-quit
# Disable any use of the terminal and stdin/stdout/stderr
no-terminal
# Enable any whitelisted hardware video decoding API
hwdec=auto-safe
# If the current file is an image, kept open forever
image-display-duration=inf
#
screenshot-template=mpv-shot-%F-%{media-title}-%p-%n
screenshot-directory=~/mpv-screenshots
ytdl-format="bestvideo[height<=?1080]+bestaudio/best"
[extension.gif]
loop-file=yes
|