Few tweaks to interpololation and term status
This commit is contained in:
parent
55d57d67dc
commit
b6f0c31d7e
25
mpv.conf
25
mpv.conf
@ -12,10 +12,15 @@ deband-grain=15
|
||||
|
||||
correct-downscaling=yes
|
||||
sigmoid-upscaling=yes
|
||||
|
||||
scale=ewa_lanczossharp
|
||||
dscale=mitchell
|
||||
cscale=ewa_lanczossoft
|
||||
|
||||
interpolation=yes
|
||||
tscale=mitchell
|
||||
tscale-clamp=0.9
|
||||
|
||||
fbo-format=rgba32f
|
||||
icc-profile-auto
|
||||
|
||||
@ -28,7 +33,7 @@ ao=pulse
|
||||
|
||||
# Youtube-DL
|
||||
ytdl-format=bestvideo[height<=?1080][fps>=?60]+bestaudio/bestvideo[height<=?1080]+bestaudio/best
|
||||
script-opts=ytdl_hook-all_formats=yes,ytdl_hook-use_manifests=yes
|
||||
script-opts=try_ytdl_first=yes,ytdl_hook-use_manifests=yes
|
||||
|
||||
# Languages/Tracks
|
||||
slang=enm,en,eng,de,deu,ger
|
||||
@ -39,9 +44,18 @@ osd-fractions=yes
|
||||
osd-font-size=18
|
||||
osd-border-size=1
|
||||
osd-font='Roboto'
|
||||
osd-bar=no
|
||||
|
||||
term-osd-bar=yes
|
||||
term-osd-bar-chars=[=>-]
|
||||
|
||||
# Terminal status
|
||||
term-status-msg="${?pause==yes:(Paused) }${media-title}\n${?playlist-count:(${playlist-pos-1} / ${playlist-count}) }${time-pos} / ${duration} (${percent-pos}%)\n${?avsync:[A/V: ${avsync}] }${?video-bitrate:[Vb: ${video-bitrate}] }${?audio-bitrate:[Ab: ${audio-bitrate}] }${?hwdec-current:[hwdec: ${hwdec-current}] }"
|
||||
term-title='${?pause==yes:(Paused) }${media-title} - mpv'
|
||||
|
||||
# Logging
|
||||
msg-color=yes
|
||||
msg-level=all=info,statusline=status
|
||||
|
||||
# Screenshots
|
||||
screenshot-format=png
|
||||
@ -55,7 +69,7 @@ demuxer-max-back-bytes=100M
|
||||
demuxer-lavf-analyzeduration=1
|
||||
|
||||
# Misc
|
||||
rebase-start-time=no
|
||||
rebase-start-time=yes
|
||||
save-position-on-quit=yes
|
||||
force-window=no
|
||||
fullscreen=no
|
||||
@ -64,6 +78,7 @@ prefetch-playlist=yes
|
||||
image-display-duration=inf
|
||||
keepaspect-window=no
|
||||
native-keyrepeat=yes
|
||||
user-agent='MemeMachine/69.420 (cum powered)'
|
||||
autosync=1
|
||||
|
||||
# Profiles
|
||||
@ -82,9 +97,3 @@ keep-open=yes
|
||||
reset-on-next-file=pause
|
||||
idle=yes
|
||||
input-ipc-server=~/.mpvsock
|
||||
|
||||
[protocol.https]
|
||||
cache=yes
|
||||
cookies=yes
|
||||
cookies-file=~/.config/netrc
|
||||
user-agent='MemeMachine/69.420 (cum powered)'
|
||||
|
Loading…
Reference in New Issue
Block a user