Split script-opts in dir and some more tweaks

This commit is contained in:
Alex D. 2021-07-26 22:29:44 +00:00
parent b6f0c31d7e
commit 93eeb2feaf
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
4 changed files with 19 additions and 9 deletions

View File

@ -1,5 +1,6 @@
# Video
vo=gpu
gpu-api=vulkan
hwdec=auto-copy
video-output-levels=full
video-sync=display-resample
@ -13,16 +14,18 @@ deband-grain=15
correct-downscaling=yes
sigmoid-upscaling=yes
scaler-lut-size=10
scale=ewa_lanczossharp
cscale=ewa_lanczos
dscale=mitchell
cscale=ewa_lanczossoft
interpolation=yes
tscale=mitchell
tscale-clamp=0.9
fbo-format=rgba32f
icc-profile-auto
swapchain-depth=8
#interpolation=yes
#interpolation-treshold=0.01
#tscale=catmull_rom
#dither=error-diffusion
#dither-depth=auto
@ -32,8 +35,7 @@ icc-profile-auto
ao=pulse
# Youtube-DL
ytdl-format=bestvideo[height<=?1080][fps>=?60]+bestaudio/bestvideo[height<=?1080]+bestaudio/best
script-opts=try_ytdl_first=yes,ytdl_hook-use_manifests=yes
ytdl-format=bestvideo[vcodec=vp9][height<=?1080][fps>=?60]+bestaudio/bestvideo[height<=?1080][fps>=?60]+bestaudio/bestvideo[height<=?1080]+bestaudio/best
# Languages/Tracks
slang=enm,en,eng,de,deu,ger
@ -50,7 +52,7 @@ 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-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'
# Logging
@ -80,6 +82,7 @@ keepaspect-window=no
native-keyrepeat=yes
user-agent='MemeMachine/69.420 (cum powered)'
autosync=1
audio-display=no
# Profiles
[v]

4
script-opts/osc.conf Normal file
View File

@ -0,0 +1,4 @@
layout=slimbox
seekbarstyle=diamond
vidscale=no
timems=yes

View File

@ -0,0 +1,3 @@
try_ytdl_first=yes
use_manifests=yes
all_formats=yes

Binary file not shown.