Apply constant style to mpv config
This commit is contained in:
parent
412e0535ec
commit
a3d22b066b
|
@ -1,4 +1,4 @@
|
|||
# Configure fonts
|
||||
# configure fonts
|
||||
osd-font = 'DINW07-Medium'
|
||||
|
||||
sub-font = 'Gandhi Sans'
|
||||
|
@ -23,7 +23,7 @@ force-seekable
|
|||
hwdec = vaapi
|
||||
|
||||
# do not show images only one second
|
||||
image-display-duration=inf
|
||||
image-display-duration = inf
|
||||
|
||||
# better quality
|
||||
profile = gpu-hq
|
||||
|
@ -51,4 +51,4 @@ audio-format = s16
|
|||
lavfi-complex = 'amovie=https\\://s3.sbruder.de/cdn/rain.opus,volume=0.5[rain];[aid1][rain]amix=2:duration=shortest[ao]'
|
||||
|
||||
[no-crop]
|
||||
script-opts=matroska_crop-dynamic_hwdec=no
|
||||
script-opts = matroska_crop-dynamic_hwdec=no
|
||||
|
|
Reference in a new issue