Split script-opts in dir and some more tweaks
This commit is contained in:
parent
b6f0c31d7e
commit
93eeb2feaf
21
mpv.conf
21
mpv.conf
|
@ -1,5 +1,6 @@
|
||||||
# Video
|
# Video
|
||||||
vo=gpu
|
vo=gpu
|
||||||
|
gpu-api=vulkan
|
||||||
hwdec=auto-copy
|
hwdec=auto-copy
|
||||||
video-output-levels=full
|
video-output-levels=full
|
||||||
video-sync=display-resample
|
video-sync=display-resample
|
||||||
|
@ -13,16 +14,18 @@ deband-grain=15
|
||||||
correct-downscaling=yes
|
correct-downscaling=yes
|
||||||
sigmoid-upscaling=yes
|
sigmoid-upscaling=yes
|
||||||
|
|
||||||
|
scaler-lut-size=10
|
||||||
scale=ewa_lanczossharp
|
scale=ewa_lanczossharp
|
||||||
|
cscale=ewa_lanczos
|
||||||
dscale=mitchell
|
dscale=mitchell
|
||||||
cscale=ewa_lanczossoft
|
|
||||||
|
|
||||||
interpolation=yes
|
|
||||||
tscale=mitchell
|
|
||||||
tscale-clamp=0.9
|
|
||||||
|
|
||||||
fbo-format=rgba32f
|
fbo-format=rgba32f
|
||||||
icc-profile-auto
|
|
||||||
|
swapchain-depth=8
|
||||||
|
|
||||||
|
#interpolation=yes
|
||||||
|
#interpolation-treshold=0.01
|
||||||
|
#tscale=catmull_rom
|
||||||
|
|
||||||
#dither=error-diffusion
|
#dither=error-diffusion
|
||||||
#dither-depth=auto
|
#dither-depth=auto
|
||||||
|
@ -32,8 +35,7 @@ icc-profile-auto
|
||||||
ao=pulse
|
ao=pulse
|
||||||
|
|
||||||
# Youtube-DL
|
# Youtube-DL
|
||||||
ytdl-format=bestvideo[height<=?1080][fps>=?60]+bestaudio/bestvideo[height<=?1080]+bestaudio/best
|
ytdl-format=bestvideo[vcodec=vp9][height<=?1080][fps>=?60]+bestaudio/bestvideo[height<=?1080][fps>=?60]+bestaudio/bestvideo[height<=?1080]+bestaudio/best
|
||||||
script-opts=try_ytdl_first=yes,ytdl_hook-use_manifests=yes
|
|
||||||
|
|
||||||
# Languages/Tracks
|
# Languages/Tracks
|
||||||
slang=enm,en,eng,de,deu,ger
|
slang=enm,en,eng,de,deu,ger
|
||||||
|
@ -50,7 +52,7 @@ term-osd-bar=yes
|
||||||
term-osd-bar-chars=[=>-]
|
term-osd-bar-chars=[=>-]
|
||||||
|
|
||||||
# Terminal status
|
# 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-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}] }"
|
||||||
term-title='${?pause==yes:(Paused) }${media-title} - mpv'
|
term-title='${?pause==yes:(Paused) }${media-title} - mpv'
|
||||||
|
|
||||||
# Logging
|
# Logging
|
||||||
|
@ -80,6 +82,7 @@ keepaspect-window=no
|
||||||
native-keyrepeat=yes
|
native-keyrepeat=yes
|
||||||
user-agent='MemeMachine/69.420 (cum powered)'
|
user-agent='MemeMachine/69.420 (cum powered)'
|
||||||
autosync=1
|
autosync=1
|
||||||
|
audio-display=no
|
||||||
|
|
||||||
# Profiles
|
# Profiles
|
||||||
[v]
|
[v]
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
layout=slimbox
|
||||||
|
seekbarstyle=diamond
|
||||||
|
vidscale=no
|
||||||
|
timems=yes
|
|
@ -0,0 +1,3 @@
|
||||||
|
try_ytdl_first=yes
|
||||||
|
use_manifests=yes
|
||||||
|
all_formats=yes
|
BIN
scripts/mpris.so
BIN
scripts/mpris.so
Binary file not shown.
Loading…
Reference in New Issue