forked from lwilletts/mpvc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmpv.conf
More file actions
37 lines (31 loc) · 1.03 KB
/
mpv.conf
File metadata and controls
37 lines (31 loc) · 1.03 KB
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
27
28
29
30
31
32
33
34
35
36
37
#
# @file mpv.conf
# @description copy, link or include into ~/.config/mpv/, for example:
# ln -s $PWD/docs/config/mpv.conf ~/.config/mpv/
# @author gmt4 <gmt4 at github.com> (c) Copyright 2022.
# @url github.com/gmt4/mpvc
# default to mpvc profile
profile=mpvc
[mpvc]
#video=no
#ytdl=no # see https://github.com/mpv-player/mpv/issues/11448#issuecomment-1466976412
profile-desc="mpvc profile"
profile=mpvc-big-cache
profile=mpvc-normalize-volume
#stop-screensaver="yes"
#script-opts=ytdl_hook-ytdl_path=yt-dlp
#ytdl-format=bestvideo[vcodec!=vp9]+bestaudio/best"
#ytdl-format=bestvideo[height<=?480][fps<=?30][vcodec!=?vp9]+bestaudio/best
ytdl-raw-options-append=config-location=~/.config/mpvc/yt-dlp.conf
[mpvc-normalize-volume]
profile-desc="Normalize audio volume"
af=@dynaudnorm:lavfi=[dynaudnorm]
#af=lavfi=[loudnorm=I=-16:TP=-3:LRA=4]
volume=70
# profile can be enabled with --profile=big-cache
[mpvc-big-cache]
profile-desc="big-cache profile"
cache=yes
demuxer-max-bytes=300MiB
demuxer-readahead-secs=30
prefetch-playlist=yes